[v2,0/6] Remove legacy hwcaps support

Message ID 20220917161748.2b76e1731a27eb78880ee57c@otheo.eu
Headers
Series Remove legacy hwcaps support |

Message

Javier Pello Sept. 17, 2022, 2:17 p.m. UTC
  Here is an updated version. The problem was in the first patch, not
the last one--I guess that I misunderstood the output from CI. The
patch removed _all_ of the power set subdirectories from the search
path, but the base subdirectory (no bits set) has to be preserved,
because it is not added anywhere else.


Javier Pello (6):
  elf: Remove legacy hwcaps support from the dynamic loader
  elf: Remove legacy hwcaps support from ldconfig
  elf: Remove hwcap parameter from add_to_cache signature
  elf: Remove hwcap and bits_hwcap fields from struct cache_entry
  elf: Remove _dl_string_hwcap
  elf: Simplify output of hwcap subdirectories in ld.so help

 elf/Makefile                                  |   6 -
 elf/cache.c                                   |  42 +---
 elf/dl-hwcaps.c                               | 184 +-----------------
 elf/dl-usage.c                                |  75 +------
 elf/ldconfig.c                                | 150 +-------------
 sysdeps/alpha/dl-procinfo.h                   |   2 -
 sysdeps/csky/dl-procinfo.h                    |   2 -
 sysdeps/generic/dl-procinfo.h                 |   2 -
 sysdeps/generic/ldconfig.h                    |   2 +-
 sysdeps/mips/dl-procinfo.h                    |   2 -
 sysdeps/powerpc/dl-procinfo.h                 |  10 -
 sysdeps/s390/dl-procinfo.h                    |  14 --
 sysdeps/sparc/dl-procinfo.h                   |  13 --
 sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h |  12 --
 sysdeps/unix/sysv/linux/arm/dl-procinfo.h     |  12 --
 sysdeps/x86/dl-hwcap.h                        |  14 --
 16 files changed, 34 insertions(+), 508 deletions(-)
  

Comments

Joseph Myers Sept. 21, 2022, 4:26 p.m. UTC | #1
I still think this needs a NEWS entry for the removal, as I said for the 
previous version.