This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/glibc.
from 24f261f27f nptl: Remove __h_errno_location from libpthread adds ccabe7971f x86: Optimize strchr-avx2.S adds 7f3e7c262c x86: Optimize strchr-evex.S new 82292c99b2 LC_COLLATE: Fix last character ellipsis handling (Bug 22668) new 25cb72820a powerpc: Add log IFUNC multiarch support for POWER10
The 2 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: config.h.in | 3 + locale/programs/ld-collate.c | 3 + .../powerpc/powerpc64/le/fpu/multiarch/Makefile | 8 + .../powerpc/powerpc64/le/fpu/multiarch/configure | 33 ++ .../powerpc64/le/fpu/multiarch/configure.ac | 14 + .../powerpc64/le/fpu/multiarch/e_log-power10.c | 4 + .../powerpc64/le/fpu/multiarch/e_log-ppc64.c | 4 + .../powerpc64/le}/fpu/multiarch/e_log.c | 19 +- .../powerpc64/le/fpu/multiarch}/w_log.c | 0 sysdeps/x86_64/multiarch/strchr-avx2.S | 286 +++++++++------ sysdeps/x86_64/multiarch/strchr-evex.S | 392 ++++++++++++--------- 11 files changed, 468 insertions(+), 298 deletions(-) create mode 100644 sysdeps/powerpc/powerpc64/le/fpu/multiarch/configure create mode 100644 sysdeps/powerpc/powerpc64/le/fpu/multiarch/configure.ac create mode 100644 sysdeps/powerpc/powerpc64/le/fpu/multiarch/e_log-power10.c create mode 100644 sysdeps/powerpc/powerpc64/le/fpu/multiarch/e_log-ppc64.c copy sysdeps/{x86_64 => powerpc/powerpc64/le}/fpu/multiarch/e_log.c (73%) copy sysdeps/{i386/fpu => powerpc/powerpc64/le/fpu/multiarch}/w_log.c (100%)