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 641a124845 Hurd: Fix ftime build adds 59803e81f9 x86: Optimizing memcpy for AMD Zen architecture. adds 9538f6b95a Make elf.h header self contained. new cb3a749a22 x86: Restore processing of cache size tunables in init_cacheinfo new de1a9197af elf: Unify old and new format cache handling code in ld.so new d598134bfb Argument Syntax: Use "option", @option, and @command. new b853a4176c Use MPC 1.2.1 in build-many-glibcs.py. new 5e598c2bbf elf: In ldconfig, extract the new_sub_entry function from se [...] new 024f873209 tst-tcfree2: adjust coding style. new 961d12d947 malloc debug: fix compile error when enable macro MALLOC_DEBUG > 1 new 2098d4034d Disable spurious -Wstringop-overflow for setjmp/longjmp (bug 26647) new 5c3b0374eb Do not use array parameter to new_composite_name (bug 26726) new 882774658c Disable spurious -Warray-bounds for ypclnt.c (bug 26687) new 548f467fa1 Avoid -Wstringop-overflow warning in pthread_cleanup_push macros new fd0981e402 hurd: Correct 'ethenet' spelling
The 12 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: csu/libc-start.c | 10 ++ elf/dl-cache.c | 287 ++++++++++++++++++++------------------- elf/elf.h | 6 - elf/ldconfig.c | 34 +++-- locale/setlocale.c | 2 +- malloc/arena.c | 4 +- malloc/tst-tcfree2.c | 8 +- manual/startup.texi | 12 +- misc/sys/cdefs.h | 8 ++ nis/ypclnt.c | 8 ++ nptl/pthread_create.c | 10 ++ nptl/unwind.c | 10 ++ scripts/build-many-glibcs.py | 2 +- sysdeps/generic/dl-cache.h | 17 ++- sysdeps/mach/hurd/net/ethernet.h | 2 +- sysdeps/nptl/pthread.h | 37 +++-- sysdeps/x86/cacheinfo.h | 24 +++- 17 files changed, 287 insertions(+), 194 deletions(-)