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 af46a4d638 htl: Add __libpthread_freeres adds 8382f4c3e5 Do not declare asctime_r and ctime_r for C2X adds 3f500e7202 linux: Fix clock_getres fallback adds e68d6fccca x86: Expand bench-memcmp.c and test-memcmp.c adds 16d12015c5 x86: Optimize memcmp-avx2-movbe.S adds 4ad473e97a x86: Optimize memcmp-evex-movbe.S adds eb24865637 elf: Add hook for checking HWCAP bits after auxiliary vector [...] adds d337345ce1 powerpc64le: Check HWCAP bits against compiler build flags adds 1805bf753f s390x: Check HWCAP bits against compiler flags adds f294306ba1 Remove --enable-stackguard-randomization (BZ #27872) adds eb0e4756cf nptl: Add missing __pthread_cond_wait alias in static builds new 9ec7fff6cd elf: Initialize GLRO (dl_minsigstacksize) after static dlopen new f5e196b5a0 Hurd: Define ARCH_MIN_GUARD_SIZE in internal <pthread.h>
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: benchtests/bench-memcmp.c | 32 +- config.h.in | 3 - configure | 16 - configure.ac | 9 - elf/dl-sysdep.c | 3 + elf/rtld_static_init.c | 3 + nptl/pthread_cond_wait.c | 3 + string/test-memcmp.c | 40 +- .../{rtld_static_init.h => dl-hwcap-check.h} | 12 +- sysdeps/htl/include/pthread.h | 3 + sysdeps/powerpc/powerpc64/le/dl-hwcap-check.h | 52 ++ .../s390-64/dl-hwcap-check.h} | 27 +- sysdeps/unix/sysv/linux/clock_getres.c | 2 +- sysdeps/x86_64/multiarch/ifunc-impl-list.c | 6 + sysdeps/x86_64/multiarch/ifunc-memcmp.h | 1 + sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S | 676 ++++++++++++-------- sysdeps/x86_64/multiarch/memcmp-evex-movbe.S | 710 ++++++++++++--------- time/time.h | 4 +- 18 files changed, 962 insertions(+), 640 deletions(-) copy sysdeps/generic/{rtld_static_init.h => dl-hwcap-check.h} (76%) create mode 100644 sysdeps/powerpc/powerpc64/le/dl-hwcap-check.h copy sysdeps/{nptl/pthread_early_init.h => s390/s390-64/dl-hwcap-check.h} (58%)