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_tk1/llvm-master-arm-spec2k6-O2 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 adds 1356f38df5 Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358) adds ed05f7dded Mention today's regex merge in SHARED-FILES adds 4eff749e8f Adjust new narrowing div/mul tests for IBM long double, upda [...]
No new revisions were added by this update.
Summary of changes: NEWS | 11 +- SHARED-FILES | 12 + 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 +- math/auto-libm-test-in | 30 + math/auto-libm-test-out-narrow-div | 3372 +++++++++++ math/auto-libm-test-out-narrow-mul | 6156 ++++++++++++++++++++ math/math-narrow.h | 45 +- 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/i386/fpu/s_f32xdivf64.c | 2 +- sysdeps/i386/fpu/s_f32xmulf64.c | 2 +- sysdeps/ieee754/dbl-64/s_fdiv.c | 3 +- sysdeps/ieee754/dbl-64/s_fmul.c | 3 +- sysdeps/ieee754/ldbl-128/s_ddivl.c | 2 +- sysdeps/ieee754/ldbl-128/s_dmull.c | 2 +- sysdeps/ieee754/ldbl-128/s_f64xdivf128.c | 3 +- sysdeps/ieee754/ldbl-128/s_f64xmulf128.c | 3 +- sysdeps/ieee754/ldbl-128/s_fdivl.c | 2 +- sysdeps/ieee754/ldbl-128/s_fmull.c | 2 +- sysdeps/ieee754/ldbl-96/s_ddivl.c | 2 +- sysdeps/ieee754/ldbl-96/s_dmull.c | 2 +- sysdeps/ieee754/ldbl-96/s_fdivl.c | 2 +- sysdeps/ieee754/ldbl-96/s_fmull.c | 2 +- sysdeps/nptl/pthread.h | 4 +- sysdeps/powerpc/fpu/libm-test-ulps | 3 + .../powerpc/powerpc64/tst-ucontext-ppc64-vscr.c | 1 + sysdeps/pthread/tst-pthread_kill-exited.c | 21 +- 49 files changed, 10054 insertions(+), 179 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