This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/glibc.
from de82cb0da4 Add TEST_COMPARE_STRING_WIDE to support/check.h adds 4af6982e4c elf: Fix elf_get_dynamic_info definition adds 171ab1af56 elf: Update audit tests to not depend on stdout adds 8faa1e0449 libio: Update tst-wfile-sync to not depend on stdin adds 1bd8b8d58f x86: Optimize memcmp-evex-movbe.S for frontend behavior and size adds e59ced2384 x86: Optimize memset-vec-unaligned-erms.S
No new revisions were added by this update.
Summary of changes: elf/Makefile | 14 + elf/dl-conflict.c | 1 + elf/dl-load.c | 3 +- elf/dl-reloc-static-pie.c | 3 +- elf/dl-runtime.c | 1 + elf/dynamic-link.h | 1 - elf/get-dynamic-info.h | 25 +- elf/rtld.c | 5 +- elf/setup-vdso.h | 2 +- elf/tst-audit14.c | 21 - elf/tst-audit14.exp | 1 + elf/tst-audit15.c | 51 +-- elf/tst-audit15.exp | 2 + elf/tst-audit16.c | 55 +-- elf/tst-audit16.exp | 3 + libio/tst-wfile-sync.c | 27 +- libio/tst-wfile-sync.input | 1 - sysdeps/arm/dl-machine.h | 1 + sysdeps/i386/dl-machine.h | 1 + sysdeps/x86_64/dl-machine.h | 1 + sysdeps/x86_64/memset.S | 10 +- sysdeps/x86_64/multiarch/memcmp-evex-movbe.S | 434 ++++++++++++--------- .../x86_64/multiarch/memset-avx2-unaligned-erms.S | 10 +- .../multiarch/memset-avx512-unaligned-erms.S | 11 +- .../x86_64/multiarch/memset-evex-unaligned-erms.S | 11 +- .../x86_64/multiarch/memset-vec-unaligned-erms.S | 285 ++++++++++---- 26 files changed, 547 insertions(+), 433 deletions(-) create mode 100644 elf/tst-audit14.exp create mode 100644 elf/tst-audit15.exp create mode 100644 elf/tst-audit16.exp delete mode 100644 libio/tst-wfile-sync.input