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/gnu-master-arm-spec2k6-O3 in repository toolchain/ci/glibc.
from 23a7896d06 Update build-many-glibcs.py for binutils ia64 obsoletion. adds cb7e7a5ca1 nptl: Handle NULL abstime [BZ #26394] adds c4e4b2e149 Correct locking and cancellation cleanup in syslog functions [...] adds 88a2cf6c4b Add new STATX_* constants from Linux 5.8 to bits/statx-generic.h. adds c08df688f2 Use MPC 1.2.0 in build-many-glibcs.py. adds e5baabf57b Add C2x BOOL_MAX and BOOL_WIDTH to limits.h. adds e1fd4bbe31 Fix namespace violation in stdio.h and sys/stat.h if build w [...] adds 33dd32fd79 build-many-glibcs.py: Add a s390x -O3 glibc variant. adds cd71f47acc [vcstocl] Import ProjectQuirks from its own file adds 756c306502 S390: Sync HWCAP names with kernel by adding aliases [BZ #25971] adds 02c91eb611 linux: Add helper function to optimize 64-bit time_t fallbac [...] adds 4f7092348d linux: Simplify clock_adjtime adds d9310f33fc linux: Simplify clock_gettime adds 55399535c1 linux: Simplify clock_nanosleep adds ff6228d5c6 linux: Simplify clock_settime adds 1e03b6d828 linux: Simplify mq_timedreceive adds 85077eaa54 linux: Simplify mq_timedsend adds 3feb53bab0 linux: Simplify ppoll adds fd31691c67 linux: Simplify sched_rr_get_interval adds 70746a06c2 linux: Simplify timer_gettime adds 278498a1c0 linux: Simplify timerfd_settime adds f032f3af2c linux: Simplify utimensat adds 5df6ebcf44 string: test strncasecmp and strncpy near page boundaries
No new revisions were added by this update.
Summary of changes: include/limits.h | 12 ++++ io/bits/statx-generic.h | 3 + io/sys/stat.h | 4 +- libio/bits/stdio.h | 4 +- misc/syslog.c | 44 +++++++++----- nptl/pthread_clockjoin.c | 12 +++- nptl/pthread_timedjoin.c | 10 +++- scripts/build-many-glibcs.py | 15 ++++- scripts/vcstocl_quirks.py | 2 +- string/test-strncasecmp.c | 43 +++++++++++++ string/test-strncpy.c | 35 +++++++++++ sysdeps/s390/dl-procinfo.h | 3 + sysdeps/unix/sysv/linux/Makefile | 3 +- sysdeps/unix/sysv/linux/clock_adjtime.c | 23 ++++--- sysdeps/unix/sysv/linux/clock_gettime.c | 42 ++++++------- sysdeps/unix/sysv/linux/clock_nanosleep.c | 33 ++++------ sysdeps/unix/sysv/linux/clock_settime.c | 18 +++--- sysdeps/unix/sysv/linux/mq_timedreceive.c | 18 +++--- sysdeps/unix/sysv/linux/mq_timedsend.c | 14 ++--- sysdeps/unix/sysv/linux/ppoll.c | 21 ++++--- sysdeps/unix/sysv/linux/s390/bits/hwcap.h | 3 + sysdeps/unix/sysv/linux/sched_rr_gi.c | 20 +++---- .../unix/sysv/linux/time64-support.c | 12 ++-- sysdeps/unix/sysv/linux/time64-support.h | 70 ++++++++++++++++++++++ sysdeps/unix/sysv/linux/timer_gettime.c | 20 +++---- sysdeps/unix/sysv/linux/timerfd_settime.c | 23 +++---- sysdeps/unix/sysv/linux/utimensat.c | 23 ++++--- 27 files changed, 346 insertions(+), 184 deletions(-) copy string/strerrorname_np.c => sysdeps/unix/sysv/linux/time64-support.c (84%) create mode 100644 sysdeps/unix/sysv/linux/time64-support.h