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-Os_LTO in repository toolchain/ci/glibc.
from 8f7a75d700 elf: Implement DT_AUDIT, DT_DEPAUDIT support [BZ #24943] adds e788beaf09 Update syscall lists for Linux 5.6. adds f9ac84f92f Add IPPROTO_ETHERNET and IPPROTO_MPTCP from Linux 5.6 to net [...] new f90a7e96df i386: Disable check_consistency for GCC 5 and above [BZ #25788] new bd98471eb2 ldbl-128ibm: simplify iscanonical.h new 25ee3931f0 powerpc64le/multiarch: don't generate strong aliases for fma [...] new 6f82d05034 powerpc64le: Enforce -mabi=ibmlongdouble when -mfloat128 used new 8e72163b16 powerpc64le: workaround ieee long double / _Float128 stdc++ bug new 4531ba8ebf powerpc64le: enforce non-specific long double in .gnu.attrib [...] new b9cde4e3aa malloc: ensure set_max_fast never stores zero [BZ #25733] new 390b5a4727 y2038: include: Move struct __timespec64 definition to a sep [...] new 6f5eb5b2e5 y2038: linux: Provide __mq_timedsend_time64 implementation new 0b65a8fbaf y2038: linux: Provide __mq_timedreceive_time64 implementation new a8d74ee47b Update hppa libm-test-ulps new 10b2cdc3b3 oc_FR locale: Fix spelling of April (bug 25639)
The 12 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: include/mqueue.h | 17 +++ include/struct___timespec64.h | 27 +++++ include/time.h | 24 +--- inet/netinet/in.h | 4 + localedata/locales/oc_FR | 4 +- malloc/malloc.c | 2 +- sysdeps/hppa/fpu/libm-test-ulps | 54 ++++----- sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h | 10 +- sysdeps/powerpc/powerpc64/le/Makefile | 126 ++++++++++++++------- .../powerpc/powerpc64/le/fpu/multiarch/Makefile | 8 +- .../powerpc64/le/fpu/multiarch/s_fmaf128-ppc64.c | 2 + .../powerpc64/le/no_ldbl_gnu_attribute.c} | 18 +-- sysdeps/unix/sysv/linux/aarch64/arch-syscall.h | 2 + sysdeps/unix/sysv/linux/alpha/arch-syscall.h | 2 + sysdeps/unix/sysv/linux/arm/arch-syscall.h | 2 + sysdeps/unix/sysv/linux/csky/arch-syscall.h | 5 + sysdeps/unix/sysv/linux/hppa/arch-syscall.h | 2 + sysdeps/unix/sysv/linux/i386/arch-syscall.h | 2 + sysdeps/unix/sysv/linux/i386/sysdep.h | 5 +- sysdeps/unix/sysv/linux/ia64/arch-syscall.h | 2 + sysdeps/unix/sysv/linux/m68k/arch-syscall.h | 3 + sysdeps/unix/sysv/linux/microblaze/arch-syscall.h | 2 + sysdeps/unix/sysv/linux/mips/mips32/arch-syscall.h | 2 + .../unix/sysv/linux/mips/mips64/n32/arch-syscall.h | 2 + .../unix/sysv/linux/mips/mips64/n64/arch-syscall.h | 2 + sysdeps/unix/sysv/linux/mq_timedreceive.c | 51 ++++++++- sysdeps/unix/sysv/linux/mq_timedsend.c | 49 +++++++- sysdeps/unix/sysv/linux/nios2/arch-syscall.h | 2 + .../sysv/linux/powerpc/powerpc32/arch-syscall.h | 2 + .../sysv/linux/powerpc/powerpc64/arch-syscall.h | 2 + sysdeps/unix/sysv/linux/riscv/rv64/arch-syscall.h | 2 + .../unix/sysv/linux/s390/s390-32/arch-syscall.h | 2 + .../unix/sysv/linux/s390/s390-64/arch-syscall.h | 2 + sysdeps/unix/sysv/linux/sh/arch-syscall.h | 2 + .../unix/sysv/linux/sparc/sparc32/arch-syscall.h | 2 + .../unix/sysv/linux/sparc/sparc64/arch-syscall.h | 2 + sysdeps/unix/sysv/linux/syscall-names.list | 6 +- sysdeps/unix/sysv/linux/x86_64/64/arch-syscall.h | 2 + sysdeps/unix/sysv/linux/x86_64/x32/arch-syscall.h | 2 + 39 files changed, 334 insertions(+), 123 deletions(-) create mode 100644 include/struct___timespec64.h copy sysdeps/{arm/aeabi_assert.c => powerpc/powerpc64/le/no_ldbl_gnu_attribute.c} (67%)