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-aarch64 in repository toolchain/ci/glibc.
from c5bec9d491 i386: Remove -Wa,-mtune=i686 adds 9c38deec96 x86: Remove generic strncat, strncpy, and stpncpy implementations new f2698954ff x86: Remove __mmask intrinsics in strstr-avx512.c
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: sysdeps/x86_64/multiarch/Makefile | 3 --- sysdeps/x86_64/multiarch/ifunc-impl-list.c | 9 +++----- sysdeps/x86_64/multiarch/ifunc-strcpy.h | 8 ++----- .../multiarch/{ifunc-avx2.h => ifunc-strncpy.h} | 14 +++++------- sysdeps/x86_64/multiarch/stpncpy-generic.c | 26 ---------------------- sysdeps/x86_64/multiarch/stpncpy.c | 3 +-- sysdeps/x86_64/multiarch/strncat-generic.c | 21 ----------------- sysdeps/x86_64/multiarch/strncat.c | 3 +-- sysdeps/x86_64/multiarch/strncpy-generic.c | 24 -------------------- sysdeps/x86_64/multiarch/strncpy.c | 3 +-- sysdeps/x86_64/multiarch/strstr-avx512.c | 16 ++++++++----- 11 files changed, 23 insertions(+), 107 deletions(-) copy sysdeps/x86_64/multiarch/{ifunc-avx2.h => ifunc-strncpy.h} (82%) delete mode 100644 sysdeps/x86_64/multiarch/stpncpy-generic.c delete mode 100644 sysdeps/x86_64/multiarch/strncat-generic.c delete mode 100644 sysdeps/x86_64/multiarch/strncpy-generic.c