This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_apm/gnu-master-arm-spec2k6-Os_LTO in repository toolchain/ci/glibc.
from 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] adds 95dba35bf0 nptl: pthread_kill needs to return ESRCH for old programs (b [...] new 7e84ac3a3a elf: Include <sysdep.h> in elf/dl-debug-symbols.S
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 ++- conform/Makefile | 3 +- csu/Makefile | 3 + csu/rtld-sizes.sym | 6 ++ elf/Makefile | 7 +- elf/dl-close.c | 2 +- .../linux/execveat.c => elf/dl-debug-symbols.S | 34 +++++---- 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 ++ nptl/pthread_kill.c | 37 +++++++--- sysdeps/generic/ldsodefs.h | 12 ++-- sysdeps/pthread/tst-pthread_kill-exited.c | 21 +++++- 19 files changed, 292 insertions(+), 69 deletions(-) create mode 100644 csu/rtld-sizes.sym copy sysdeps/unix/sysv/linux/execveat.c => elf/dl-debug-symbols.S (55%) create mode 100644 elf/tst-dlmopen4.c