This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_apm/llvm-master-arm-spec2k6-Os_LTO in repository toolchain/ci/glibc.
from 63a788f48a posix: Fix attribute access mode on getcwd [BZ #27476] adds f3eef96390 Run conform/ tests using newly built libc adds 885762aa31 Use $(pie-default) with conformtest adds a93d9e03a3 Extend struct r_debug to support multiple namespaces [BZ #15971]
No new revisions were added by this update.
Summary of changes: Makeconfig | 23 +++++-- NEWS | 11 +++- conform/Makefile | 6 +- conform/conformtest.py | 20 +++++- 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 ++-- 19 files changed, 276 insertions(+), 70 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