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-aarch64-build_cross in repository toolchain/ci/glibc.
from 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]
No new revisions were added by this update.
Summary of changes: csu/libc-start.c | 10 ++ elf/dl-cache.c | 287 ++++++++++++++++++++------------------- 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/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/x86/cacheinfo.h | 12 +- 22 files changed, 563 insertions(+), 200 deletions(-) create mode 100644 sysdeps/aarch64/tst-vpcs-mod.S create mode 100644 sysdeps/aarch64/tst-vpcs.c