This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Oz_LTO in repository toolchain/ci/glibc.
from ac64195ccd iconv, localedef: avoid floating point rounding differences [...] adds 5abcddd794 Fix parentheses error in iconvconfig.c and ld-collate.c [BZ #24372] adds 1a7df49c92 S390: Add new hwcap values for new cpu architecture arch13. adds a899a5512f S390: Add configure check to detect support for arch13. adds 96fbb9a328 S390: Add arch13 memmove ifunc variant. adds 6f47401bd5 S390: Add arch13 strstr ifunc variant. adds 421749d693 S390: Add arch13 memmem ifunc variant.
No new revisions were added by this update.
Summary of changes: ChangeLog | 64 +++++++++++ config.h.in | 6 + iconv/iconvconfig.c | 2 +- locale/programs/ld-collate.c | 2 +- sysdeps/s390/Makefile | 4 +- sysdeps/s390/configure | 71 ++++++++++++ sysdeps/s390/configure.ac | 49 ++++++++ sysdeps/s390/dl-procinfo.c | 4 +- sysdeps/s390/dl-procinfo.h | 9 +- sysdeps/s390/ifunc-memcpy.h | 23 +++- sysdeps/s390/ifunc-memmem.h | 28 ++++- sysdeps/s390/ifunc-strstr.h | 28 ++++- sysdeps/s390/memcpy-z900.S | 55 +++++++++ sysdeps/s390/memmem-arch13.S | 161 +++++++++++++++++++++++++++ sysdeps/s390/memmem-vx.c | 4 +- sysdeps/s390/memmem.c | 8 +- sysdeps/s390/memmove.c | 16 ++- sysdeps/s390/multiarch/ifunc-impl-list.c | 13 +++ sysdeps/s390/multiarch/ifunc-resolve.h | 5 + sysdeps/s390/strstr-arch13.S | 179 ++++++++++++++++++++++++++++++ sysdeps/s390/strstr-vx.c | 4 +- sysdeps/s390/strstr.c | 8 +- sysdeps/unix/sysv/linux/s390/bits/hwcap.h | 4 + 23 files changed, 724 insertions(+), 23 deletions(-) create mode 100644 sysdeps/s390/memmem-arch13.S create mode 100644 sysdeps/s390/strstr-arch13.S