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-aarch64-spec2k6-Oz_LTO in repository toolchain/ci/glibc.
from 61f5e9470f S390: Mark vx and vxe as important hwcap. adds ac64195ccd iconv, localedef: avoid floating point rounding differences [...] adds 5abcddd794 Fix parentheses error in iconvconfig.c and ld-collate.c [BZ #24372] new 1a7df49c92 S390: Add new hwcap values for new cpu architecture arch13. new a899a5512f S390: Add configure check to detect support for arch13. new 96fbb9a328 S390: Add arch13 memmove ifunc variant. new 6f47401bd5 S390: Add arch13 strstr ifunc variant. new 421749d693 S390: Add arch13 memmem ifunc variant.
The 5 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: ChangeLog | 71 ++++++++++++ config.h.in | 6 + iconv/iconvconfig.c | 4 +- locale/programs/ld-collate.c | 4 +- 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, 733 insertions(+), 25 deletions(-) create mode 100644 sysdeps/s390/memmem-arch13.S create mode 100644 sysdeps/s390/strstr-arch13.S