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/gnu-master-aarch64-spec2k6-O2_LTO in repository toolchain/ci/glibc.
from 78c9d0c6ef Update translations adds 72bcc9ade0 manual: Fix typo in parse_printf_format example [BZ #24638] adds f801cf7bb1 manual: Fix wrong declaration of wcschr [BZ #24654] adds 1301097665 S390: Remove backchain-based fallback and use generic backtrace.c. adds c10826a327 Linux: Use AT_FDCWD in utime, utimes when calling utimensat adds e5244cd88a Linux: Use __fstatat64 in fchmodat implementation adds d5e492ba4c linux: Remove aarch64 ipc_priv.h adds 24fdebe75f linux: Clear mode_t padding bits (BZ#25623) adds 87a698a216 Improve IFUNC check [BZ #25506] adds 60f071f47a linux/sysipc: Include linux/posix_types.h for __kernel_mode_t adds a63189c021 Remove reference of --without-fp on configure adds af09e5e5d9 arm: Fix softp-fp Implies (BZ #25635) adds 1c252f0e7e powerpc: Fix feraiseexcept and feclearexcept macros adds 0059122aa0 ldbl-128ibm-compat: Add tests for IBM long double functions adds d2b2acefa6 ldbl-128ibm: Let long double files have specific compiler flags adds b33e946fbb sparc: Move sigreturn stub to assembly adds 7975f9a48a y2038: fix: Add missing libc_hidden_def for __futimens64 adds f072671cf5 y2038: linux: Provide __futimes64 implementation adds 1a5e12826c y2038: linux: Provide __lutimes64 implementation adds 8b8f39376b y2038: linux: Provide __futimesat64 implementation adds fbaf0bae57 elf: Fix wrong indentation from commit eb447b7b4b adds d8faf2955a mips: Fix wrong INTERNAL_SYSCALL_ERROR_P check from bc2eb9321e adds a9f4703d93 gcc PR 89877: miscompilation due to missing cc clobber in lo [...] adds 15ab195229 Add NEWS entry for CVE-2020-10029 (bug 25487) adds 7000651327 [AArch64] Improve integer memcpy adds 083d644d42 test-container: print errno when execvp fails adds b7176cc2af ldconfig: trace origin paths with -v new 2de7fe6253 parse_tunables: Fix typo in comment
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: NEWS | 4 +- configure | 5 +- configure.ac | 5 +- elf/dl-deps.c | 11 +- elf/dl-tunables.c | 2 +- elf/ldconfig.c | 30 +++- include/time.h | 10 ++ manual/stdio.texi | 2 +- manual/string.texi | 2 +- math/Makefile | 7 +- elf/tst-dlopenfailmod3.c => math/test-ibm128.h | 6 +- math/test-ldouble.h | 7 + stdlib/longlong.h | 6 +- support/test-container.c | 2 +- sysdeps/aarch64/memcpy.S | 197 +++++++++++---------- sysdeps/arm/be/nofpu/Implies | 1 + sysdeps/arm/le/nofpu/Implies | 1 + .../{float128 => ldbl-128ibm-compat}/Makeconfig | 3 +- sysdeps/ieee754/ldbl-128ibm/Makefile | 22 ++- sysdeps/powerpc/bits/fenvinline.h | 4 +- sysdeps/s390/s390-32/backtrace.c | 148 ---------------- sysdeps/s390/s390-64/backtrace.c | 147 --------------- sysdeps/unix/sysv/linux/aarch64/ipc_priv.h | 21 --- sysdeps/unix/sysv/linux/fchmodat.c | 2 +- sysdeps/unix/sysv/linux/futimens.c | 2 + sysdeps/unix/sysv/linux/futimes.c | 42 +++-- sysdeps/unix/sysv/linux/futimesat.c | 41 +++-- sysdeps/unix/sysv/linux/lutimes.c | 37 ++-- sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c | 2 +- sysdeps/unix/sysv/linux/msgctl.c | 10 +- sysdeps/unix/sysv/linux/semctl.c | 10 +- sysdeps/unix/sysv/linux/shmctl.c | 10 +- sysdeps/unix/sysv/linux/sparc/Makefile | 8 +- sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c | 26 +-- .../sysv/linux/sparc/sparc32/sigreturn_stub.S} | 24 +-- sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c | 14 +- .../sysv/linux/sparc/sparc64/sigreturn_stub.S} | 19 +- sysdeps/unix/sysv/linux/utime.c | 3 +- sysdeps/unix/sysv/linux/utimes.c | 3 +- 39 files changed, 339 insertions(+), 557 deletions(-) copy elf/tst-dlopenfailmod3.c => math/test-ibm128.h (85%) create mode 100644 sysdeps/arm/be/nofpu/Implies create mode 100644 sysdeps/arm/le/nofpu/Implies copy sysdeps/ieee754/{float128 => ldbl-128ibm-compat}/Makeconfig (65%) delete mode 100644 sysdeps/s390/s390-32/backtrace.c delete mode 100644 sysdeps/s390/s390-64/backtrace.c delete mode 100644 sysdeps/unix/sysv/linux/aarch64/ipc_priv.h copy sysdeps/{generic/unwind-arch.h => unix/sysv/linux/sparc/sparc32/sigreturn_stu [...] copy sysdeps/{generic/unwind-arch.h => unix/sysv/linux/sparc/sparc64/sigreturn_stu [...]