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_binutils/master-aarch64 in repository toolchain/ci/glibc.
from dbb0f06cc0 Makerules: Remove no-op -Wl,-d when linking libc_pic.os adds 227afaa672 x86: Align entry for memrchr to 64-bytes. adds afc6e4328f x86: Put wcs{n}len-sse4.1 in the sse4.1 text section adds d1e931125b x86: Remove unused file wmemcmp-sse4 adds d912127bde x86: Rename strstr_sse2 to strstr_generic as it uses string/ [...] adds 4fc321dc58 x86: Fix backwards Prefer_No_VZEROUPPER check in ifunc-evex.h adds f56c497d2b x86: Move CPU_FEATURE{S}_{USABLE|ARCH}_P to isa-level.h adds cfdc4df66c x86-64: Only define used SSE/AVX/AVX512 run-time resolvers new 5e89ed42fd elf: Fix compile error with -Werror and -DNDEBUG new c1ada668a3 elf: Fix -DNDEBUG warning in _dl_start_args_adjust
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: elf/cache.c | 3 +- elf/rtld.c | 2 +- sysdeps/x86/isa-ifunc-macros.h | 11 ----- sysdeps/x86/isa-level.h | 54 ++++++++++++++-------- sysdeps/x86_64/dl-machine.h | 12 +++-- sysdeps/x86_64/dl-trampoline.S | 59 +++++++++++++----------- sysdeps/x86_64/multiarch/ifunc-evex.h | 4 +- sysdeps/x86_64/multiarch/ifunc-impl-list.c | 2 +- sysdeps/x86_64/multiarch/memrchr-avx2.S | 2 +- sysdeps/x86_64/multiarch/strlen-vec.S | 6 ++- sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S | 2 +- sysdeps/x86_64/multiarch/strstr.c | 8 ++-- sysdeps/x86_64/multiarch/wcslen-sse4_1.S | 1 + sysdeps/x86_64/multiarch/wcsnlen-sse4_1.S | 1 + sysdeps/x86_64/multiarch/wmemcmp-sse4.S | 4 -- 15 files changed, 95 insertions(+), 76 deletions(-) delete mode 100644 sysdeps/x86_64/multiarch/wmemcmp-sse4.S