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-Oz in repository toolchain/ci/glibc.
from 567b170501 Add RISC-V 32-bit target to build-many-glibcs.py adds bd394d131c AArch64: Improve backwards memmove performance adds 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] new 86a912c863 Update i686 ulps.
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 +- nis/libnsl.h | 6 - nis/nss | 37 - nptl/pthreadP.h | 11 + nptl/pthread_cond_wait.c | 43 +- sysdeps/aarch64/multiarch/memcpy_advsimd.S | 7 +- 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_64/fpu/multiarch/ifunc-fma4.h | 2 +- 22 files changed, 630 insertions(+), 517 deletions(-) delete mode 100644 nis/nss create mode 100644 sysdeps/nptl/futex-internal.c copy sysdeps/{aarch64/elf-initfini.h => unix/sysv/linux/x86_64/x32/fixup-asm-unist [...]