This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.39/master in repository glibc.
from 392e6cf1e8 AArch64: Improve codegen in SVE log1p new fbade65338 arm: Use _dl_find_object on __gnu_Unwind_Find_exidx (BZ 31405) new 9833fcf7ce elf: Do not add a copy of _dl_find_object to libc.so new 64488b4b31 elf: Extract rtld_setup_phdr function from dl_main new 49f0e73fa3 elf: Handle ld.so with LOAD segment gaps in _dl_find_object [...]
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: NEWS | 1 + elf/Makefile | 6 ++ elf/dl-find_object.c | 78 ++++++++++------- elf/dl-find_object.h | 4 +- elf/rtld.c | 82 ++++++++++++------ elf/tst-link-map-contiguous-ldso.c | 98 ++++++++++++++++++++++ elf/tst-link-map-contiguous-libc.c | 57 +++++++++++++ ...t-audit19a.c => tst-link-map-contiguous-main.c} | 31 ++++--- sysdeps/arm/find_exidx.c | 58 ++----------- 9 files changed, 293 insertions(+), 122 deletions(-) create mode 100644 elf/tst-link-map-contiguous-ldso.c create mode 100644 elf/tst-link-map-contiguous-libc.c copy elf/{tst-audit19a.c => tst-link-map-contiguous-main.c} (59%)