This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 86a4d3fa7d elf: work around a gcc bug in elf_get_dynamic_info new efbbd9c33a ldconfig/x86: Store ISA level in cache and aux cache
The 1 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: elf/cache.c | 39 ++++++-- elf/dl-cache.c | 4 + elf/ldconfig.c | 18 ++-- elf/readelflib.c | 81 ++++++++++++++++- elf/readlib.c | 7 +- ...c-hwcaps-cache.c => tst-glibc-hwcaps-2-cache.c} | 22 ++--- .../etc/ld.so.conf | 0 .../postclean.req | 0 elf/tst-glibc-hwcaps-2-cache.script | 8 ++ sysdeps/generic/dl-cache.h | 16 +++- .../xfchmod.c => sysdeps/generic/dl-isa-level.h | 15 ++-- .../xfchmod.c => sysdeps/generic/elf-read-prop.h | 22 +++-- sysdeps/generic/ldconfig.h | 22 +++-- sysdeps/unix/sysv/linux/arm/readelflib.c | 22 ++--- sysdeps/unix/sysv/linux/ia64/readelflib.c | 22 ++--- sysdeps/unix/sysv/linux/mips/readelflib.c | 22 ++--- sysdeps/unix/sysv/linux/powerpc/readelflib.c | 22 ++--- sysdeps/unix/sysv/linux/riscv/readelflib.c | 22 ++--- sysdeps/unix/sysv/linux/s390/readelflib.c | 22 ++--- sysdeps/unix/sysv/linux/sparc/readelflib.c | 22 ++--- sysdeps/unix/sysv/linux/x86/elf-read-prop.h | 60 +++++++++++++ sysdeps/unix/sysv/linux/x86/readelflib.c | 23 ++--- sysdeps/unix/sysv/linux/x86_64/Makefile | 51 +++++++++++ .../sysv/linux/x86_64/tst-glibc-hwcaps-2.c} | 100 +++++++++------------ .../sysv/linux/x86_64/x86-64-isa-level-VALUE.c | 4 + support/xfchmod.c => sysdeps/x86/dl-isa-level.h | 19 ++-- 26 files changed, 459 insertions(+), 206 deletions(-) copy elf/{tst-glibc-hwcaps-cache.c => tst-glibc-hwcaps-2-cache.c} (67%) copy elf/{tst-glibc-hwcaps-cache.root => tst-glibc-hwcaps-2-cache.root}/etc/ld.so. [...] copy elf/{tst-glibc-hwcaps-cache.root => tst-glibc-hwcaps-2-cache.root}/postclean. [...] create mode 100644 elf/tst-glibc-hwcaps-2-cache.script copy support/xfchmod.c => sysdeps/generic/dl-isa-level.h (74%) copy support/xfchmod.c => sysdeps/generic/elf-read-prop.h (62%) create mode 100644 sysdeps/unix/sysv/linux/x86/elf-read-prop.h copy sysdeps/{x86/tst-isa-level-1.c => unix/sysv/linux/x86_64/tst-glibc-hwcaps-2.c} (52%) create mode 100644 sysdeps/unix/sysv/linux/x86_64/x86-64-isa-level-VALUE.c copy support/xfchmod.c => sysdeps/x86/dl-isa-level.h (61%)