This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-aarch64 in repository toolchain/ci/glibc.
from eb73b87897 resolv: Avoid GCC 12 false positive warning [BZ #28439]. adds bf433b849a elf: Remove Intel MPX support (lazy PLT, ld.so profile, and [...] adds 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 new 1bd8b8d58f x86: Optimize memcmp-evex-movbe.S for frontend behavior and size
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: NEWS | 2 + config.h.in | 3 - 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/configure | 27 -- sysdeps/i386/configure.ac | 15 - sysdeps/i386/dl-machine.h | 1 + sysdeps/i386/dl-trampoline.S | 21 - sysdeps/i386/link-defines.sym | 2 - sysdeps/unix/sysv/linux/nios2/localplt.data | 1 + sysdeps/x86/bits/link.h | 10 +- sysdeps/x86_64/configure | 27 -- sysdeps/x86_64/configure.ac | 15 - sysdeps/x86_64/dl-machine.h | 1 + sysdeps/x86_64/dl-trampoline.S | 9 - sysdeps/x86_64/dl-trampoline.h | 54 --- sysdeps/x86_64/link-defines.sym | 8 - sysdeps/x86_64/multiarch/memcmp-evex-movbe.S | 434 ++++++++++++--------- 45 files changed, 659 insertions(+), 719 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