This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 7fe6734d28 Update to Unicode 15.0.0 [BZ #29604] new d178c67535 x86_64: Remove platform directory library loading test new 6099908fb8 elf: Remove legacy hwcaps support from the dynamic loader new b78ff5a25d elf: Remove legacy hwcaps support from ldconfig new 4a7094119c elf: Remove hwcap parameter from add_to_cache signature new cfbf883db3 elf: Remove hwcap and bits_hwcap fields from struct cache_entry new 78d9a1620b Add NEWS entry for legacy hwcaps removal new ab40f20364 elf: Remove _dl_string_hwcap new e76369ed63 elf: Simplify output of hwcap subdirectories in ld.so help
The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: NEWS | 5 +- elf/Makefile | 6 - elf/cache.c | 42 ++---- elf/dl-hwcaps.c | 184 ++------------------------ elf/dl-usage.c | 75 +---------- elf/ldconfig.c | 156 ++-------------------- 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 -- sysdeps/x86_64/Makefile | 16 --- sysdeps/x86_64/tst-x86_64-1.c | 26 ---- sysdeps/x86_64/tst-x86_64mod-1.c | 22 --- 20 files changed, 40 insertions(+), 577 deletions(-) delete mode 100644 sysdeps/x86_64/tst-x86_64-1.c delete mode 100644 sysdeps/x86_64/tst-x86_64mod-1.c