This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/glibc.
from e59ced2384 x86: Optimize memset-vec-unaligned-erms.S adds d6d89608ac elf: Fix dynamic-link.h usage on rtld.c new 9d3c9a046a x86-64: Add test-vector-abi.h/test-vector-abi-sincos.h
The 1 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: elf/dl-load.c | 2 +- elf/dl-reloc-static-pie.c | 2 +- elf/dl-static-tls.h | 51 +++++++++++++++ elf/dynamic-link.h | 33 +--------- elf/get-dynamic-info.h | 25 ++------ elf/rtld.c | 23 ++++--- elf/setup-vdso.h | 2 +- sysdeps/aarch64/dl-machine.h | 8 +-- sysdeps/alpha/dl-machine.h | 6 +- sysdeps/arc/dl-machine.h | 10 ++- .../dl-machine-rel.h} | 37 ++++------- sysdeps/arm/dl-machine.h | 11 +--- sysdeps/csky/dl-machine.h | 6 +- .../dl-machine-rel.h} | 33 +++------- sysdeps/generic/dl-machine.h | 2 + sysdeps/hppa/dl-machine.h | 6 +- .../dl-machine-rel.h} | 37 ++++------- sysdeps/i386/dl-machine.h | 11 +--- sysdeps/ia64/dl-machine.h | 6 +- sysdeps/m68k/dl-machine.h | 6 +- sysdeps/microblaze/dl-machine.h | 6 +- .../dl-machine-rel.h} | 33 +++------- sysdeps/mips/dl-machine.h | 6 +- sysdeps/nios2/dl-machine.h | 6 +- sysdeps/powerpc/powerpc32/dl-machine.h | 6 +- .../powerpc64/dl-funcdesc.h} | 40 +++++------- sysdeps/powerpc/powerpc64/dl-irel.h | 2 +- sysdeps/powerpc/powerpc64/dl-machine.h | 19 +----- sysdeps/riscv/dl-machine.h | 5 +- sysdeps/s390/s390-32/dl-machine.h | 6 +- sysdeps/s390/s390-64/dl-machine.h | 6 +- sysdeps/sh/dl-machine.h | 6 +- sysdeps/sparc/sparc32/dl-machine.h | 6 +- sysdeps/sparc/sparc64/dl-machine.h | 6 +- sysdeps/unix/sysv/linux/powerpc/libc-vdso.h | 2 +- sysdeps/x86_64/dl-machine.h | 6 +- sysdeps/x86_64/fpu/Makefile | 74 +++++++++------------- .../fpu/test-double-libmvec-sincos-avx-main.c | 1 - .../fpu/test-double-libmvec-sincos-avx2-main.c | 1 - .../fpu/test-double-libmvec-sincos-avx512-main.c | 1 - ...x512.c => test-double-libmvec-sincos-avx512f.c} | 0 sysdeps/x86_64/fpu/test-double-libmvec-sincos.c | 47 +------------- .../fpu/test-float-libmvec-sincosf-avx-main.c | 1 - .../fpu/test-float-libmvec-sincosf-avx2-main.c | 1 - .../fpu/test-float-libmvec-sincosf-avx512-main.c | 1 - ...x512.c => test-float-libmvec-sincosf-avx512f.c} | 0 sysdeps/x86_64/fpu/test-float-libmvec-sincosf.c | 47 +------------- sysdeps/x86_64/fpu/test-libmvec-avx.c | 2 + sysdeps/x86_64/fpu/test-libmvec-avx2.c | 2 + sysdeps/x86_64/fpu/test-libmvec-avx512f.c | 2 + sysdeps/x86_64/fpu/test-libmvec.c | 1 + ...mvec-sincos-main.c => test-vector-abi-sincos.h} | 30 +++++---- ...t-float-libmvec-sincosf.c => test-vector-abi.h} | 37 +++++------ 53 files changed, 256 insertions(+), 470 deletions(-) create mode 100644 elf/dl-static-tls.h copy sysdeps/{x86_64/fpu/test-float-libmvec-sincosf.c => arm/dl-machine-rel.h} (57%) rename sysdeps/{x86_64/fpu/test-float-libmvec-sincosf-main.c => generic/dl-machine [...] copy sysdeps/{x86_64/fpu/test-float-libmvec-sincosf.c => i386/dl-machine-rel.h} (57%) copy sysdeps/{x86_64/fpu/test-double-libmvec-sincos-main.c => mips/dl-machine-rel. [...] copy sysdeps/{x86_64/fpu/test-float-libmvec-sincosf.c => powerpc/powerpc64/dl-func [...] delete mode 100644 sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx-main.c delete mode 100644 sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx2-main.c delete mode 100644 sysdeps/x86_64/fpu/test-double-libmvec-sincos-avx512-main.c rename sysdeps/x86_64/fpu/{test-double-libmvec-sincos-avx512.c => test-double-libm [...] delete mode 100644 sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx-main.c delete mode 100644 sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx2-main.c delete mode 100644 sysdeps/x86_64/fpu/test-float-libmvec-sincosf-avx512-main.c rename sysdeps/x86_64/fpu/{test-float-libmvec-sincosf-avx512.c => test-float-libmv [...] create mode 100644 sysdeps/x86_64/fpu/test-libmvec-avx.c create mode 100644 sysdeps/x86_64/fpu/test-libmvec-avx2.c create mode 100644 sysdeps/x86_64/fpu/test-libmvec-avx512f.c create mode 100644 sysdeps/x86_64/fpu/test-libmvec.c rename sysdeps/x86_64/fpu/{test-double-libmvec-sincos-main.c => test-vector-abi-si [...] copy sysdeps/x86_64/fpu/{test-float-libmvec-sincosf.c => test-vector-abi.h} (64%)