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-arm-build_cross in repository toolchain/ci/glibc.
from 7f3e7c262c x86: Optimize strchr-evex.S adds 82292c99b2 LC_COLLATE: Fix last character ellipsis handling (Bug 22668) adds 25cb72820a powerpc: Add log IFUNC multiarch support for POWER10 new 876cdfd154 Use Linux 5.12 and GCC 11 branch in build-many-glibcs.py. new a1561c3bbe Add __attribute_access_none to disable GCC warnings [BZ #27714]
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 ++ misc/sys/cdefs.h | 8 +++- nptl/Makefile | 1 + .../tst-detach1.c => nptl/tst-thread-setspecific.c | 44 ++++++++-------------- scripts/build-many-glibcs.py | 4 +- sysdeps/htl/pthread.h | 2 +- sysdeps/nptl/pthread.h | 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 15 files changed, 110 insertions(+), 40 deletions(-) copy sysdeps/pthread/tst-detach1.c => nptl/tst-thread-setspecific.c (57%) 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%)