This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-arm in repository toolchain/ci/glibc.
from 085030b957 Update kernel version to 5.19 in header constant tests adds 3e83843637 LoongArch: Add vdso support for gettimeofday. adds 8fabe0e632 Linux: Remove exit system call from _exit adds 5a57ad23ba Remove left over LD_LIBRARY_VERSION usages adds 8ee878592c Assume only FLAG_ELF_LIBC6 suport adds 36676f5e5d Remove ldd libc4 support adds c3f5682215 arm: Remove RELA support adds 3698f5a9dd i386: Remove RELA support adds 6c93af6b45 malloc: Correct the documentation of the top_pad default adds ed0185e412 dlfcn: Pass caller pointer to static dlopen implementation ( [...] new 525ca33a61 i386: Replace movzx with movzbl
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: Makeconfig | 4 +- dlfcn/dlopen.c | 2 +- elf/cache.c | 6 +- elf/dl-tunables.list | 1 + elf/ldconfig.c | 63 +------ elf/readelflib.c | 46 +---- elf/readlib.c | 25 +-- elf/tst-rtld-list-tunables.exp | 2 +- manual/tunables.texi | 2 +- sysdeps/arm/dl-machine-rel.h | 7 +- sysdeps/arm/dl-machine.h | 100 ----------- sysdeps/i386/dl-machine-rel.h | 7 +- sysdeps/i386/dl-machine.h | 191 --------------------- sysdeps/i386/i686/multiarch/strcmp-ssse3.S | 36 ++-- sysdeps/unix/sysv/linux/Makefile | 2 - sysdeps/unix/sysv/linux/_exit.c | 1 - sysdeps/unix/sysv/linux/aarch64/ldconfig.h | 30 ---- sysdeps/unix/sysv/linux/arc/ldconfig.h | 27 --- sysdeps/unix/sysv/linux/arm/ldconfig.h | 25 --- sysdeps/unix/sysv/linux/csky/configure | 1 - sysdeps/unix/sysv/linux/csky/configure.ac | 1 - sysdeps/unix/sysv/linux/csky/ldconfig.h | 34 ---- sysdeps/unix/sysv/linux/i386/Makefile | 5 - sysdeps/unix/sysv/linux/i386/configure | 1 - sysdeps/unix/sysv/linux/i386/configure.ac | 1 - sysdeps/unix/sysv/linux/i386/ldconfig.h | 6 - sysdeps/unix/sysv/linux/ia64/ldconfig.h | 24 --- sysdeps/unix/sysv/linux/ldd-rewrite.sed | 11 -- sysdeps/unix/sysv/linux/lddlibc4.c | 104 ----------- .../sysv/linux/loongarch/gettimeofday.c} | 10 +- sysdeps/unix/sysv/linux/loongarch/sysdep.h | 1 + sysdeps/unix/sysv/linux/m68k/Makefile | 5 - sysdeps/unix/sysv/linux/m68k/configure | 1 - sysdeps/unix/sysv/linux/m68k/configure.ac | 1 - sysdeps/unix/sysv/linux/m68k/ldconfig.h | 1 - sysdeps/unix/sysv/linux/mips/mips64/ldconfig.h | 25 --- sysdeps/unix/sysv/linux/powerpc/ldconfig.h | 27 --- sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed | 3 - sysdeps/unix/sysv/linux/riscv/ldconfig.h | 36 ---- sysdeps/unix/sysv/linux/s390/ldconfig.h | 7 - sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed | 3 - sysdeps/unix/sysv/linux/sparc/ldd-rewrite.sed | 2 - sysdeps/unix/sysv/linux/sparc/sparc32/Makefile | 2 - sysdeps/unix/sysv/linux/x86_64/ldconfig.h | 26 --- sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed | 2 - 45 files changed, 46 insertions(+), 871 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/aarch64/ldconfig.h delete mode 100644 sysdeps/unix/sysv/linux/arc/ldconfig.h delete mode 100644 sysdeps/unix/sysv/linux/arm/ldconfig.h delete mode 100644 sysdeps/unix/sysv/linux/csky/ldconfig.h delete mode 100644 sysdeps/unix/sysv/linux/ia64/ldconfig.h delete mode 100644 sysdeps/unix/sysv/linux/ldd-rewrite.sed delete mode 100644 sysdeps/unix/sysv/linux/lddlibc4.c copy sysdeps/{loongarch/linkmap.h => unix/sysv/linux/loongarch/gettimeofday.c} (85%) delete mode 100644 sysdeps/unix/sysv/linux/m68k/ldconfig.h delete mode 100644 sysdeps/unix/sysv/linux/mips/mips64/ldconfig.h delete mode 100644 sysdeps/unix/sysv/linux/powerpc/ldconfig.h delete mode 100644 sysdeps/unix/sysv/linux/riscv/ldconfig.h delete mode 100644 sysdeps/unix/sysv/linux/x86_64/ldconfig.h