This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/gnu-master-arm-spec2k6-O2_LTO in repository toolchain/ci/glibc.
from 85f1848937 Remove obsolete default/nss code adds e3960d1c57 Add mallinfo2 function that support sizes >= 4GB. adds 306bdd9983 x32: Add <fixup-asm-unistd.h> and regenerate arch-syscall.h adds 30e5069c7d malloc: Fix mallinfo deprecation declaration adds 323592fdc9 y2038: nptl: Convert pthread_cond_{clock|timed}wait to suppo [...] adds 23af890b3f x86-64: Fix FMA4 detection in ifunc [BZ #26534] adds fcdbd91067 Sync getcwd with gnulib adds bbedd75c41 linux: Remove __ASSUME_ATFCTS adds 804200923d Use LFS readdir in generic POSIX getcwd [BZ# 22899] adds 86a912c863 Update i686 ulps. new 04bba1e5d8 x86: Set CPU usable feature bits conservatively [BZ #26552]
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: io/openat.c | 5 - malloc/malloc.c | 35 +- malloc/malloc.h | 22 +- malloc/tst-malloc-tcache-leak.c | 7 + malloc/tst-mxfast.c | 7 + manual/memory.texi | 36 +- nptl/pthreadP.h | 11 + nptl/pthread_cond_wait.c | 43 +- sysdeps/i386/fpu/libm-test-ulps | 6 +- sysdeps/nptl/Makefile | 2 +- sysdeps/nptl/futex-internal.c | 95 +++ sysdeps/nptl/futex-internal.h | 10 + sysdeps/posix/getcwd.c | 786 ++++++++++----------- sysdeps/unix/sysv/linux/getcwd.c | 12 +- sysdeps/unix/sysv/linux/kernel-features.h | 4 - sysdeps/unix/sysv/linux/readdir64.c | 4 + sysdeps/unix/sysv/linux/x86_64/x32/arch-syscall.h | 1 + .../sysv/linux/x86_64/x32/fixup-asm-unistd.h} | 9 +- sysdeps/x86/cpu-features.c | 143 ++-- sysdeps/x86_64/fpu/multiarch/ifunc-fma4.h | 2 +- 20 files changed, 673 insertions(+), 567 deletions(-) create mode 100644 sysdeps/nptl/futex-internal.c copy sysdeps/{aarch64/elf-initfini.h => unix/sysv/linux/x86_64/x32/fixup-asm-unist [...]