This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from d9a348d092 stdlib: resolve a double lock init issue after fork [BZ #32994] new 2cac9559e0 elf: Extract rtld_setup_phdr function from dl_main new 20681be149 elf: Handle ld.so with LOAD segment gaps in _dl_find_object [...]
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 | 6 ++ elf/dl-find_object.c | 74 +++++++++------- elf/dl-find_object.h | 7 +- elf/rtld.c | 82 ++++++++++++------ elf/tst-link-map-contiguous-ldso.c | 98 ++++++++++++++++++++++ elf/tst-link-map-contiguous-libc.c | 57 +++++++++++++ .../tst-link-map-contiguous-main.c | 40 +++++---- 7 files changed, 285 insertions(+), 79 deletions(-) create mode 100644 elf/tst-link-map-contiguous-ldso.c create mode 100644 elf/tst-link-map-contiguous-libc.c copy sysdeps/pthread/tst-stack2.c => elf/tst-link-map-contiguous-main.c (61%)