This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/glibc.
from 5a1be8ebdf aarch64: Add HWCAP2_ECV from Linux 5.16 adds 0005e54f76 manual: Drop obsolete @refill new 86bf0feb0e Enable _FORTIFY_SOURCE=3 for gcc 12 and above new 0b8e83eb14 elf: Fix 64 time_t support for installed statically binaries new a4cf12360f support: Add support_socket_so_timestamp_time64 new 21e0f45c7d linux: Fix ancillary 64-bit time timestamp conversion (BZ #2 [...] new 62db87ab24 timezone: Fix tst-bz28707 Makefile rule
The 5 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: elf/cache.c | 16 +- elf/chroot_canon.c | 4 +- elf/ldconfig.c | 42 +-- elf/readlib.c | 6 +- elf/sln.c | 4 +- include/features.h | 4 +- manual/contrib.texi | 2 +- manual/creature.texi | 2 +- manual/ctype.texi | 4 +- manual/intro.texi | 6 +- manual/lang.texi | 2 +- manual/maint.texi | 16 +- manual/memory.texi | 2 +- manual/setjmp.texi | 2 +- manual/stdio.texi | 4 +- manual/string.texi | 2 +- misc/sys/cdefs.h | 3 +- support/Makefile | 1 + support/support.h | 4 + support/support_socket_so_timestamp_time64.c | 56 ++++ sysdeps/generic/ldconfig.h | 6 +- sysdeps/unix/sysv/linux/Makefile | 3 + sysdeps/unix/sysv/linux/convert_scm_timestamps.c | 11 +- .../unix/sysv/linux/tst-socket-timestamp-time64.c | 1 + sysdeps/unix/sysv/linux/tst-socket-timestamp.c | 344 +++++++++++++++++++++ timezone/Makefile | 3 +- 26 files changed, 482 insertions(+), 68 deletions(-) create mode 100644 support/support_socket_so_timestamp_time64.c create mode 100644 sysdeps/unix/sysv/linux/tst-socket-timestamp-time64.c create mode 100644 sysdeps/unix/sysv/linux/tst-socket-timestamp.c