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_tx1/gnu-master-aarch64-spec2k6-O2_LTO 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 adds 064b475a2e powerpc: Fix unrecognized instruction errors with recent GCC adds f3e6645633 nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mu [...] adds 0b5ca7c3e5 regex: copy back from Gnulib
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/intprops.h | 18 +++- include/link.h | 4 + include/regex.h | 3 +- misc/sys/cdefs.h | 22 +++-- nptl/pthread_kill.c | 37 ++++++-- posix/regcomp.c | 8 +- posix/regex.c | 1 + posix/regex.h | 49 +++++++--- posix/regex_internal.c | 10 +- posix/regex_internal.h | 8 +- posix/regexec.c | 101 ++++++++++++--------- sysdeps/generic/ldsodefs.h | 12 ++- sysdeps/nptl/pthread.h | 4 +- .../powerpc/powerpc64/tst-ucontext-ppc64-vscr.c | 1 + sysdeps/pthread/tst-pthread_kill-exited.c | 21 ++++- 29 files changed, 435 insertions(+), 148 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