This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gdb/master-arm in repository toolchain/ci/glibc.
from 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 [...] adds 7e84ac3a3a elf: Include <sysdep.h> in elf/dl-debug-symbols.S
No new revisions were added by this update.
Summary of changes: NEWS | 11 ++- 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 +++++- 18 files changed, 290 insertions(+), 68 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