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 79aec84102 Properly check stack alignment [BZ #27901] adds 7de36744ee powerpc: Fix handling of scv return error codes [BZ #27892] adds 709e3709a0 testrun.sh: Improve --help message adds 3b638095a5 nptl: Do not install libpthread.so and do not link tests with it adds ac0353af81 Linux: Remove remaining references to $(shared-thread-library) adds bfbdfe4eab tst-mallinfo2.c: Use correct multiple for total variable new 77d175e14e config: Added HAVE_AARCH64_SVE_ASM for aarch64 new bd4317fbd6 aarch64: define BTI_C and BTI_J macros as NOP unless HAVE_AA [...] new 3856056358 aarch64: Added Vector Length Set test helper script new f12ec02f53 benchtests: Fixed bench-memcpy-random: buf1: mprotect failed
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: INSTALL | 4 ++ Makefile | 9 +++- benchtests/bench-memcpy-random.c | 4 +- config.h.in | 5 ++ malloc/tst-mallinfo2.c | 4 +- manual/install.texi | 3 ++ nptl/Makefile | 50 +++++-------------- sysdeps/aarch64/configure | 28 +++++++++++ sysdeps/aarch64/configure.ac | 15 ++++++ sysdeps/aarch64/sysdep.h | 9 +++- sysdeps/mips/Makefile | 2 - sysdeps/nptl/Makeconfig | 8 ++- sysdeps/powerpc/powerpc64/sysdep.h | 5 +- sysdeps/unix/sysv/linux/Makefile | 6 --- sysdeps/unix/sysv/linux/aarch64/vltest.py | 82 +++++++++++++++++++++++++++++++ sysdeps/unix/sysv/linux/i386/Makefile | 1 - 16 files changed, 176 insertions(+), 59 deletions(-) create mode 100755 sysdeps/unix/sysv/linux/aarch64/vltest.py