This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from dd67928700 hurd: Fix ld.so __access override from libc new 61a7c9df71 elf/tst-dlopenfail: Disable --no-as-needed for tst-dlopenfai [...] new 4db71d2f98 elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]
The 2 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/Makefile | 23 +++++++++- elf/{tst-audit13.c => tst-ifunc-fault-bindnow.c} | 15 ++----- elf/tst-ifunc-fault-lazy.c | 57 ++++++++++++++++++++++++ sysdeps/aarch64/dl-machine.h | 3 +- sysdeps/arm/dl-machine.h | 6 ++- sysdeps/i386/dl-machine.h | 6 ++- sysdeps/sparc/sparc32/dl-machine.h | 6 ++- sysdeps/sparc/sparc64/dl-machine.h | 6 ++- sysdeps/x86_64/dl-machine.h | 3 +- 9 files changed, 102 insertions(+), 23 deletions(-) copy elf/{tst-audit13.c => tst-ifunc-fault-bindnow.c} (80%) create mode 100644 elf/tst-ifunc-fault-lazy.c