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_fx/gnu-master-aarch64-cpu2017-O2 in repository toolchain/ci/glibc.
from eedf7886ed x86-64: Don't mark symbols as hidden in strcmp-XXX.S adds 2a5b4f7a71 elf: Rename tst-audit26 to tst-audit28 adds 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 adds f27e5e2178 nptl: Fix ___pthread_unregister_cancel_restore asynchronous restore
No new revisions were added by this update.
Summary of changes: elf/Makefile | 10 ++++----- elf/{tst-audit26.c => tst-audit28.c} | 0 elf/{tst-auditmod26.c => tst-auditmod28.c} | 0 nptl/cleanup_defer.c | 2 +- sysdeps/i386/i686/Makefile | 10 --------- sysdeps/x86_64/multiarch/Makefile | 6 ----- 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 ++++++++----- 16 files changed, 29 insertions(+), 126 deletions(-) rename elf/{tst-audit26.c => tst-audit28.c} (100%) rename elf/{tst-auditmod26.c => tst-auditmod28.c} (100%) 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