This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 885762aa31 Use $(pie-default) with conformtest new a93d9e03a3 Extend struct r_debug to support multiple namespaces [BZ #15971]
The 1 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 | 11 +++- csu/Makefile | 3 + csu/rtld-sizes.sym | 6 ++ elf/Makefile | 7 +- elf/dl-close.c | 2 +- login/libutil-compat.c => elf/dl-debug-symbols.S | 31 +++++---- elf/dl-debug.c | 81 ++++++++++++++++++------ elf/dl-load.c | 2 +- elf/dl-open.c | 10 +-- elf/dl-reloc-static-pie.c | 2 +- elf/link.h | 35 +++++++--- elf/rtld-debugger-interface.txt | 15 +++++ elf/rtld.c | 4 +- elf/tst-dlmopen4.c | 72 +++++++++++++++++++++ include/link.h | 4 ++ sysdeps/generic/ldsodefs.h | 12 ++-- 16 files changed, 238 insertions(+), 59 deletions(-) create mode 100644 csu/rtld-sizes.sym copy login/libutil-compat.c => elf/dl-debug-symbols.S (58%) create mode 100644 elf/tst-dlmopen4.c