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-arm in repository toolchain/ci/glibc.
from ec9013727d x86-64: Remove redundant strcspn-generic/strpbrk-generic/str [...] adds c5bec9d491 i386: Remove -Wa,-mtune=i686 new 9c38deec96 x86: Remove generic strncat, strncpy, and stpncpy implementations
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/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 +-- 11 files changed, 13 insertions(+), 111 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