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_build/master-arm in repository toolchain/ci/glibc.
from 4912c738fc Fix nios2 localplt failure adds 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 new e59ced2384 x86: Optimize memset-vec-unaligned-erms.S
The 1 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: 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 - support/Makefile | 4 + support/check.h | 15 + support/support.h | 6 + support/support_quote_blob.c | 71 +--- support/support_quote_blob_main.c | 88 +++++ .../support_quote_blob_wide.c | 29 +- support/support_test_compare_string.c | 83 +--- ...string.c => support_test_compare_string_main.c} | 29 +- .../support_test_compare_string_wide.c | 33 +- support/tst-support_quote_blob_wide.c | 66 ++++ support/tst-test_compare_string_wide.c | 107 +++++ 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 ++++++++++---- 37 files changed, 883 insertions(+), 628 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 create mode 100644 support/support_quote_blob_main.c copy libio/tst-wfile-sync.c => support/support_quote_blob_wide.c (50%) copy support/{support_test_compare_string.c => support_test_compare_string_main.c} (74%) copy libio/tst-wfile-sync.c => support/support_test_compare_string_wide.c (50%) create mode 100644 support/tst-support_quote_blob_wide.c create mode 100644 support/tst-test_compare_string_wide.c