This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-master-aarch64-spec2k6-Oz in repository toolchain/ci/glibc.
from 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. adds 04bba1e5d8 x86: Set CPU usable feature bits conservatively [BZ #26552]
No new revisions were added by this update.
Summary of changes: io/openat.c | 5 - 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/x86/cpu-features.c | 143 ++---- sysdeps/x86_64/fpu/multiarch/ifunc-fma4.h | 2 +- 13 files changed, 584 insertions(+), 539 deletions(-) create mode 100644 sysdeps/nptl/futex-internal.c