This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-release-aarch64-spec2k6-O2_LTO in repository toolchain/ci/glibc.
from 0bcba53020 Add HWCAP2_AFP, HWCAP2_RPRES from Linux 5.17 to AArch64 bits [...] adds ec5b79aac7 manual: Clarify that abbreviations of long options are allowed adds b68e782f8e x86: Optimize strcmp-avx2.S adds 34ef810945 x86: Optimize strcmp-evex.S adds 250e277797 x86-64: Fix strcmp-avx2.S adds 36766c02af x86-64: Fix strcmp-evex.S adds 58596411ad x86: Improve vec generation in memset-vec-unaligned-erms.S adds 0bf9c8b5fe x86: Remove SSSE3 instruction for broadcast in memset.S (SSE2 Only) adds de0cd691b2 x86-64: Optimize bzero adds c394d7e11a x86: Set .text section in memset-vec-unaligned-erms adds 676f7bcf11 x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895] adds 059e36d9ed x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896] adds 5c0d94d780 linux: Fix posix_spawn return code if clone fails (BZ#29109) adds bbb017a2bb NEWS: Add a bug fix entry for BZ #29109 adds 78f82ab4ef manual: Document the dlinfo function adds 28ea43f8d6 dlfcn: Implement the RTLD_DI_PHDR request type for dlinfo
No new revisions were added by this update.
Summary of changes: NEWS | 2 + dlfcn/Makefile | 4 + dlfcn/dlfcn.h | 7 +- dlfcn/dlinfo.c | 13 +- dlfcn/tst-dlinfo-phdr.c | 125 ++ manual/dynlink.texi | 80 +- manual/getopt.texi | 3 +- string/test-strncmp.c | 20 +- sysdeps/unix/sysv/linux/spawni.c | 2 +- sysdeps/x86/tst-strncmp-rtm.c | 15 + sysdeps/x86_64/memset.S | 22 +- sysdeps/x86_64/multiarch/Makefile | 213 ++- .../x86_64/multiarch/{ifunc-memset.h => bzero.c} | 66 +- sysdeps/x86_64/multiarch/ifunc-impl-list.c | 42 + .../multiarch/memset-avx2-unaligned-erms-rtm.S | 1 + .../x86_64/multiarch/memset-avx2-unaligned-erms.S | 24 +- .../multiarch/memset-avx512-unaligned-erms.S | 21 +- .../x86_64/multiarch/memset-evex-unaligned-erms.S | 21 +- .../x86_64/multiarch/memset-sse2-unaligned-erms.S | 1 + .../x86_64/multiarch/memset-vec-unaligned-erms.S | 251 ++- sysdeps/x86_64/multiarch/strcmp-avx2.S | 1591 ++++++++++-------- sysdeps/x86_64/multiarch/strcmp-evex.S | 1713 +++++++++++--------- 22 files changed, 2572 insertions(+), 1665 deletions(-) create mode 100644 dlfcn/tst-dlinfo-phdr.c copy sysdeps/x86_64/multiarch/{ifunc-memset.h => bzero.c} (57%)