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/llvm-master-arm-spec2k6-O3_LTO 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] new 721a853415 elf.h: Add aarch64 bti/pac dynamic tag constants
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: elf/elf.h | 2 + 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 +- 14 files changed, 586 insertions(+), 539 deletions(-) create mode 100644 sysdeps/nptl/futex-internal.c