This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-arm in repository toolchain/ci/glibc.
from af121ae3e7 Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader) adds 1d1ce7d637 Fix elf/loadfail test build dependencies new 38bc0f4e78 support: Add support_socket_so_timestamp_time64 new 8fba672472 linux: Fix ancillary 64-bit time timestamp conversion (BZ #2 [...] new 948ce73b31 Linux: Only generate 64 bit timestamps for 64 bit time_t rec [...] new be211e0922 Add prelink removal plan on NEWS
The 4 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 | 4 + elf/Makefile | 4 +- include/sys/socket.h | 10 +- support/Makefile | 1 + support/support.h | 4 + ...onic.c => support_socket_so_timestamp_time64.c} | 32 +- sysdeps/unix/sysv/linux/Makefile | 9 + sysdeps/unix/sysv/linux/convert_scm_timestamps.c | 14 +- sysdeps/unix/sysv/linux/recvmmsg.c | 36 ++- sysdeps/unix/sysv/linux/recvmsg.c | 34 ++- .../linux/tst-socket-timestamp-compat-time64.c | 1 + .../unix/sysv/linux/tst-socket-timestamp-compat.c | 265 ++++++++++++++++ .../unix/sysv/linux/tst-socket-timestamp-time64.c | 1 + sysdeps/unix/sysv/linux/tst-socket-timestamp.c | 336 +++++++++++++++++++++ 14 files changed, 710 insertions(+), 41 deletions(-) copy support/{support_mutex_pi_monotonic.c => support_socket_so_timestamp_time64.c} (54%) create mode 100644 sysdeps/unix/sysv/linux/tst-socket-timestamp-compat-time64.c create mode 100644 sysdeps/unix/sysv/linux/tst-socket-timestamp-compat.c create mode 100644 sysdeps/unix/sysv/linux/tst-socket-timestamp-time64.c create mode 100644 sysdeps/unix/sysv/linux/tst-socket-timestamp.c