This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 273694cd78 Add Arm HWCAP2_* constants from Linux 3.15 and 6.2 to <bits/ [...] new 8f8dd904c4 elf: rtld_multiple_ref is always true new a796422045 elf: Do not define consider_profiling, consider_symbind as macros new f2326c2ec0 elf: Introduce _dl_relocate_object_no_relro new c1560f3f75 elf: Switch to main malloc after final ld.so self-relocation
The 4 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 | 9 ++++ elf/dl-reloc.c | 32 ++++++------- elf/dl-support.c | 3 +- elf/rtld.c | 101 +++++++++++++++++---------------------- elf/tst-rtld-no-malloc-audit.c | 1 + elf/tst-rtld-no-malloc-preload.c | 1 + elf/tst-rtld-no-malloc.c | 76 +++++++++++++++++++++++++++++ sysdeps/generic/ldsodefs.h | 7 +++ 8 files changed, 156 insertions(+), 74 deletions(-) create mode 100644 elf/tst-rtld-no-malloc-audit.c create mode 100644 elf/tst-rtld-no-malloc-preload.c create mode 100644 elf/tst-rtld-no-malloc.c