This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/glibc.
from 7424a0d009 hurd: add ST_RELATIME adds aaa12e9ff0 sysvipc: Fix semtimeop for !__ASSUME_DIRECT_SYSVIPC_SYSCALLS new 50e19ddfcd nptl: Fix __futex_abstimed_wait_cancellable32 new 2433d39b69 linux: Add time64 select support new 94a83d8667 linux: Add time64 sigtimedwait support new 7c7671767e linux: Use 64-bit time_t syscall on clock_getcputclockid new 4af88f96de linux: Consolidate utimes new c3a020eedd linux: Add time64 support for nanosleep new b16f282cb0 linux: Add time64 recvmmsg support new d3c5702747 Reversing calculation of __x86_shared_non_temporal_threshold new c670278934 ld.so: add an --argv0 option [BZ #16124] new dfb8e514cf Set tunable value as well as min/max values new cef95fdc2e string: Fix strerrorname_np return value [BZ #26555] new 3f9705f1fc nptl: Provide proper spelling for 32 bit version of futex_ab [...] new e75fbaaa21 nptl: futex: Move __NR_futex_time64 alias to beginning of fu [...] new 2deb779390 sysvipc: Fix semtimedop for Linux < 5.1 for 64-bit ABI
The 14 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 | 3 + elf/Makefile | 12 +- elf/{tst-single_threaded-static.c => argv0test.c} | 10 +- elf/dl-tunables.c | 45 +- elf/dl-tunables.h | 21 +- elf/rtld.c | 17 +- elf/{tst-rtld-preload.sh => tst-rtld-argv0.sh} | 10 +- include/signal.h | 8 + include/sys/select.h | 8 + include/sys/socket.h | 8 + include/time.h | 15 + manual/README.tunables | 24 +- manual/tunables.texi | 6 +- stdio-common/Makefile | 3 +- stdio-common/errlist.c | 13 +- stdio-common/test-strerr.c | 690 +++++++++++++++++++++- sysdeps/gnu/errlist.h | 301 +++++----- sysdeps/nptl/futex-internal.c | 26 +- sysdeps/nptl/futex-internal.h | 8 +- sysdeps/unix/sysv/linux/clock_getcpuclockid.c | 25 +- sysdeps/unix/sysv/linux/generic/utimes.c | 46 -- sysdeps/unix/sysv/linux/hppa/kernel-features.h | 5 - sysdeps/unix/sysv/linux/hppa/utimes.c | 30 - {posix => sysdeps/unix/sysv/linux}/nanosleep.c | 28 +- sysdeps/unix/sysv/linux/recvmmsg.c | 63 +- sysdeps/unix/sysv/linux/select.c | 92 ++- sysdeps/unix/sysv/linux/semtimedop.c | 15 +- sysdeps/unix/sysv/linux/sigtimedwait.c | 50 +- sysdeps/x86/cacheinfo.c | 16 +- 29 files changed, 1221 insertions(+), 377 deletions(-) copy elf/{tst-single_threaded-static.c => argv0test.c} (83%) copy elf/{tst-rtld-preload.sh => tst-rtld-argv0.sh} (82%) delete mode 100644 sysdeps/unix/sysv/linux/generic/utimes.c delete mode 100644 sysdeps/unix/sysv/linux/hppa/utimes.c copy {posix => sysdeps/unix/sysv/linux}/nanosleep.c (60%)