This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 21cbe4a588 hurd: Mark more xfails for missing RLIMIT_AS support new 7278d11f3a elf: Introduce separate _r_debug_array variable new 8329939a37 elf: Introduce _dl_debug_change_state new ea85e7d550 elf: Restore support for _r_debug interpositions and copy re [...]
The 3 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-close.c | 6 +- elf/dl-debug-symbols.S | 1 + elf/dl-debug.c | 144 ++++++++++++++++++++++++++++++++------------- elf/dl-load.c | 3 +- elf/dl-open.c | 5 +- elf/rtld.c | 9 +-- elf/tst-dlmopen4-nonpic.c | 2 + elf/tst-dlmopen4-pic.c | 2 + elf/tst-dlmopen4.c | 22 +++++++ include/link.h | 2 + sysdeps/generic/ldsodefs.h | 20 +++++-- 12 files changed, 167 insertions(+), 58 deletions(-) create mode 100644 elf/tst-dlmopen4-nonpic.c create mode 100644 elf/tst-dlmopen4-pic.c