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_build/master-arm in repository toolchain/ci/glibc.
from ec9013727d x86-64: Remove redundant strcspn-generic/strpbrk-generic/str [...] adds c5bec9d491 i386: Remove -Wa,-mtune=i686 adds 9c38deec96 x86: Remove generic strncat, strncpy, and stpncpy implementations adds f2698954ff x86: Remove __mmask intrinsics in strstr-avx512.c new f27e5e2178 nptl: Fix ___pthread_unregister_cancel_restore asynchronous restore
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: nptl/cleanup_defer.c | 2 +- sysdeps/i386/i686/Makefile | 10 --------- 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 ++++++++----- 13 files changed, 24 insertions(+), 118 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