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-O3_LTO in repository toolchain/ci/glibc.
from dac8713629 Update syscall lists for Linux 5.9. adds 9a29f1a2ae Remove timing related checks of time/tst-cpuclock1 adds ce643e6fe9 Fix typo in NEWS file adds 0a3fce86ee Amend grammar and add a description adds 6f21b0c5ed Update kernel version to 5.9 in tst-mman-consts.py. adds 30a0b167d3 Reinstate ftime and add deprecate message on ftime usage adds 5d8aa97da2 time: Add 64-bit time_t support for ftime adds 0ce51bef34 Remove NEWS entry about ftime removal adds 562ef5e69e misc: Add internal __getauxval2 function adds b94cc191e0 Add IP_RECVERR_RFC4884 and IPV6_RECVERR_RFC4884 from Linux 5.9. adds 641a124845 Hurd: Fix ftime build adds 59803e81f9 x86: Optimizing memcpy for AMD Zen architecture. adds 9538f6b95a Make elf.h header self contained. adds cb3a749a22 x86: Restore processing of cache size tunables in init_cacheinfo adds de1a9197af elf: Unify old and new format cache handling code in ld.so adds d598134bfb Argument Syntax: Use "option", @option, and @command. adds b853a4176c Use MPC 1.2.1 in build-many-glibcs.py. adds 5e598c2bbf elf: In ldconfig, extract the new_sub_entry function from se [...] adds 024f873209 tst-tcfree2: adjust coding style. adds 961d12d947 malloc debug: fix compile error when enable macro MALLOC_DEBUG > 1 adds 2098d4034d Disable spurious -Wstringop-overflow for setjmp/longjmp (bug 26647) adds 5c3b0374eb Do not use array parameter to new_composite_name (bug 26726) adds 882774658c Disable spurious -Warray-bounds for ypclnt.c (bug 26687) adds 548f467fa1 Avoid -Wstringop-overflow warning in pthread_cleanup_push macros adds fd0981e402 hurd: Correct 'ethenet' spelling adds 558251bd87 aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798] adds e156dabc76 aarch64: Add variant PCS lazy binding test [BZ #26798] adds fbb71eddb3 tst-setuid1-static-ENV: Add $(common-objpfx)nss [BZ #26820] new bb0719a80d msg: Remove redundant #include <sys/msg.h> header new 9a99c68214 iconv: Accept redundant shift sequences in IBM1364 [BZ #26224]
The 2 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 | 9 +- csu/libc-start.c | 10 + elf/dl-cache.c | 287 ++++++++++++------------ elf/elf.h | 6 - elf/ldconfig.c | 34 +-- iconv/tst-iconv_prog.sh | 16 +- iconvdata/ibm1364.c | 14 +- include/bits/types/struct_timeb.h | 1 + include/struct___timeb64.h | 16 ++ include/sys/auxv.h | 5 + include/sys/timeb.h | 13 ++ locale/setlocale.c | 2 +- malloc/arena.c | 4 +- malloc/tst-tcfree2.c | 8 +- manual/startup.texi | 12 +- misc/getauxval.c | 33 ++- misc/sys/cdefs.h | 8 + nis/ypclnt.c | 8 + nptl/Makefile | 2 +- nptl/pthread_create.c | 10 + nptl/unwind.c | 10 + scripts/build-many-glibcs.py | 2 +- string/byteswap.h | 7 +- sysdeps/aarch64/Makefile | 7 + sysdeps/aarch64/configure | 40 ++++ sysdeps/aarch64/configure.ac | 22 ++ sysdeps/aarch64/dl-machine.h | 12 +- sysdeps/aarch64/tst-vpcs-mod.S | 141 ++++++++++++ sysdeps/aarch64/tst-vpcs.c | 78 +++++++ sysdeps/generic/dl-cache.h | 17 +- sysdeps/mach/hurd/net/ethernet.h | 2 +- sysdeps/nptl/pthread.h | 37 ++- sysdeps/unix/sysv/linux/bits/in.h | 2 + {time => sysdeps/unix/sysv/linux}/ftime.c | 44 ++-- sysdeps/unix/sysv/linux/msgget.c | 1 - sysdeps/unix/sysv/linux/msgrcv.c | 1 - sysdeps/unix/sysv/linux/msgsnd.c | 1 - sysdeps/unix/sysv/linux/riscv/rv32/libc.abilist | 1 + sysdeps/unix/sysv/linux/shmat.c | 1 - sysdeps/unix/sysv/linux/shmdt.c | 1 - sysdeps/unix/sysv/linux/shmget.c | 1 - sysdeps/unix/sysv/linux/tst-mman-consts.py | 2 +- sysdeps/x86/cacheinfo.h | 24 +- time/Makefile | 7 +- time/bits/types/struct_timeb.h | 15 ++ time/ftime.c | 19 +- sysdeps/mach/hurd/isatty.c => time/sys/timeb.h | 38 ++-- time/tst-cpuclock1.c | 65 +----- time/tst-ftime.c | 38 ++-- 49 files changed, 747 insertions(+), 387 deletions(-) create mode 100644 include/bits/types/struct_timeb.h create mode 100644 include/struct___timeb64.h create mode 100644 include/sys/timeb.h create mode 100644 sysdeps/aarch64/tst-vpcs-mod.S create mode 100644 sysdeps/aarch64/tst-vpcs.c copy {time => sysdeps/unix/sysv/linux}/ftime.c (61%) create mode 100644 time/bits/types/struct_timeb.h copy sysdeps/mach/hurd/isatty.c => time/sys/timeb.h (68%)