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 14f43dd34d powerpc: Rename argN to _argN in LOADARGS_N [BZ #25902] adds 38c6788818 nios2: delete sysdeps/unix/sysv/linux/nios2/kernel-features.h adds 06febd8c67 improve out-of-bounds checking with GCC 10 attribute access [...] adds a49e56a945 float128: use builtin_signbitf128 always adds 4a4db1de2f powerpc64le/power9: guard power9 strcmp against rtld usage [ [...] adds ad14f4f8db manual: Document the O_NOFOLLOW open flag adds eb98965b53 y2038: Export __clock_gettime64 to be usable in other libraries adds 1959ed4b9e y2038: hurd: Provide __clock_gettime64 function adds e008836c4a y2038: inet: Convert inet deadline to support 64 bit time adds 481d01fa2b y2038: nscd: Modify nscd_helper to use __clock_gettime64 adds a308615f7c y2038: include: Move struct __timeval64 definition to a sepa [...] adds dbf8178fdc y2038: Introduce struct __timex64 - new internal glibc type adds 898f379316 y2038: Provide conversion helpers for struct __timex64 adds d69c3a9e75 Document the internal _ and N_ macros adds 99a327f801 Use GCC 10 branch in build-many-glibcs.py. adds 1270fbaaee semaphore: consolidate arch headers into a generic one adds 3404def00a ckb_IQ, or_IN locales: Add missing reorder-end keywords
No new revisions were added by this update.
Summary of changes: include/libintl.h | 32 +++++-- include/math.h | 1 - include/struct___timeval64.h | 17 ++++ include/time.h | 15 +-- inet/deadline.c | 4 +- inet/net-internal.h | 5 +- libio/bits/stdio2.h | 25 +++-- libio/stdio.h | 5 +- localedata/locales/ckb_IQ | 2 + localedata/locales/or_IN | 2 + manual/llio.texi | 7 ++ misc/sys/cdefs.h | 11 +++ nscd/nscd_helper.c | 17 ++-- posix/bits/unistd.h | 58 +++++++----- posix/unistd.h | 65 ++++++++----- scripts/build-many-glibcs.py | 2 +- stdlib/bits/stdlib.h | 17 ++-- stdlib/stdlib.h | 9 +- string/bits/string_fortified.h | 5 +- string/string.h | 33 ++++--- sysdeps/arm/nptl/bits/semaphore.h | 34 ------- sysdeps/csky/nptl/bits/semaphore.h | 35 ------- sysdeps/hppa/nptl/bits/semaphore.h | 31 ------- sysdeps/ia64/nptl/bits/semaphore.h | 35 ------- sysdeps/ieee754/float128/s_signbitf128.c | 19 +--- sysdeps/mach/clock_gettime.c | 14 +++ sysdeps/microblaze/nptl/bits/semaphore.h | 32 ------- sysdeps/nios2/nptl/bits/semaphore.h | 32 ------- sysdeps/powerpc/powerpc64/le/power9/rtld-strcmp.S | 2 + sysdeps/riscv/nptl/bits/semaphore.h | 33 ------- sysdeps/s390/nptl/bits/semaphore.h | 39 -------- sysdeps/sh/nptl/bits/semaphore.h | 35 ------- sysdeps/sparc/nptl/bits/semaphore.h | 40 -------- sysdeps/unix/sysv/linux/alpha/bits/semaphore.h | 33 ------- sysdeps/{x86 => unix/sysv/linux}/bits/semaphore.h | 5 +- sysdeps/unix/sysv/linux/include/sys/timex.h | 107 ++++++++++++++++++++++ sysdeps/unix/sysv/linux/nios2/kernel-features.h | 22 ----- sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h | 40 -------- time/Versions | 1 + 39 files changed, 341 insertions(+), 580 deletions(-) create mode 100644 include/struct___timeval64.h delete mode 100644 sysdeps/arm/nptl/bits/semaphore.h delete mode 100644 sysdeps/csky/nptl/bits/semaphore.h delete mode 100644 sysdeps/hppa/nptl/bits/semaphore.h delete mode 100644 sysdeps/ia64/nptl/bits/semaphore.h delete mode 100644 sysdeps/microblaze/nptl/bits/semaphore.h delete mode 100644 sysdeps/nios2/nptl/bits/semaphore.h create mode 100644 sysdeps/powerpc/powerpc64/le/power9/rtld-strcmp.S delete mode 100644 sysdeps/riscv/nptl/bits/semaphore.h delete mode 100644 sysdeps/s390/nptl/bits/semaphore.h delete mode 100644 sysdeps/sh/nptl/bits/semaphore.h delete mode 100644 sysdeps/sparc/nptl/bits/semaphore.h delete mode 100644 sysdeps/unix/sysv/linux/alpha/bits/semaphore.h rename sysdeps/{x86 => unix/sysv/linux}/bits/semaphore.h (90%) delete mode 100644 sysdeps/unix/sysv/linux/nios2/kernel-features.h delete mode 100644 sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h