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 e5ac7bd679 Add C2X timespec_getres adds 2317101658 show_archive_content: Fix trivial memory leak adds a85cdcdb35 elf/cache.c: Fix resource leaks identified by static analyzers adds c8c3c5e89a charmap_conversion: Free conversion table on exit adds 468d772e81 ldconfig: Fix memory leaks adds 22866ed858 ldconfig: Avoid boolean coercion of opt_chroot adds f17164bd51 localedata: Use U+00AF MACRON in more EBCDIC charsets [BZ #27882] adds 2457175e8b Fix stringop-overflow warning in bug-regex19.c. adds 4d4bb451d5 hurd: Add execveat adds af46a4d638 htl: Add __libpthread_freeres new 8382f4c3e5 Do not declare asctime_r and ctime_r for C2X new 3f500e7202 linux: Fix clock_getres fallback new e68d6fccca x86: Expand bench-memcmp.c and test-memcmp.c new 16d12015c5 x86: Optimize memcmp-avx2-movbe.S new 4ad473e97a x86: Optimize memcmp-evex-movbe.S new eb24865637 elf: Add hook for checking HWCAP bits after auxiliary vector [...] new d337345ce1 powerpc64le: Check HWCAP bits against compiler build flags new 1805bf753f s390x: Check HWCAP bits against compiler flags new f294306ba1 Remove --enable-stackguard-randomization (BZ #27872) new eb0e4756cf nptl: Add missing __pthread_cond_wait alias in static builds
The 10 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/cache.c | 16 +- elf/dl-sysdep.c | 3 + elf/ldconfig.c | 54 +- htl/Makefile | 2 +- elf/dl-diagnostics-cpu.c => htl/htlfreeres.c | 8 +- iconv/iconv_charmap.c | 7 + iconvdata/ibm277.c | 2 +- iconvdata/ibm278.c | 2 +- iconvdata/ibm280.c | 2 +- iconvdata/ibm284.c | 2 +- iconvdata/ibm297.c | 2 +- include/unistd.h | 2 + locale/programs/locarchive.c | 1 + localedata/charmaps/IBM256 | 2 +- localedata/charmaps/IBM277 | 2 +- localedata/charmaps/IBM278 | 2 +- localedata/charmaps/IBM280 | 2 +- localedata/charmaps/IBM284 | 2 +- localedata/charmaps/IBM297 | 2 +- localedata/charmaps/IBM424 | 2 +- nptl/pthread_cond_wait.c | 3 + posix/bug-regex19.c | 19 + string/test-memcmp.c | 40 +- .../{rtld_static_init.h => dl-hwcap-check.h} | 12 +- sysdeps/mach/hurd/execve.c | 44 +- sysdeps/mach/hurd/{execve.c => execveat.c} | 32 +- libio/tst-cleanup.c => sysdeps/mach/hurd/getcwd.h | 22 +- 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 +- 39 files changed, 1079 insertions(+), 748 deletions(-) copy elf/dl-diagnostics-cpu.c => htl/htlfreeres.c (82%) copy sysdeps/generic/{rtld_static_init.h => dl-hwcap-check.h} (76%) copy sysdeps/mach/hurd/{execve.c => execveat.c} (71%) copy libio/tst-cleanup.c => sysdeps/mach/hurd/getcwd.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%)