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_LTO 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 new 323592fdc9 y2038: nptl: Convert pthread_cond_{clock|timed}wait to suppo [...] new 23af890b3f x86-64: Fix FMA4 detection in ifunc [BZ #26534] new fcdbd91067 Sync getcwd with gnulib new bbedd75c41 linux: Remove __ASSUME_ATFCTS new 804200923d Use LFS readdir in generic POSIX getcwd [BZ# 22899]
The 5 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/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 +- 21 files changed, 627 insertions(+), 514 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 [...]