This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_fx/gnu-master-aarch64-cpu2017-O3 in repository toolchain/ci/glibc.
from 3a38045820 LoongArch: Update NEWS and README for the LoongArch port. adds eaad4f9e8f arc4random: simplify design for better safety adds 5b6d8a650d riscv: Update nofpu libm test ulps adds 7c5db7931f riscv: Update rv64 libm test ulps adds 033e76ea9c LoongArch: Fix VDSO_HASH and VDSO_NAME. adds bce0218d9a LoongArch: Add greg_t and gregset_t. adds 35363b53ce stdlib: Tuned down tst-arc4random-thread internal parameters adds 325ba824b0 tst-pidfd.c: UNSUPPORTED if we get EPERM on valid pidfd_getfd call adds da3b9f4451 Update libc.pot for 2.36 release. adds 90d8f0dc29 Update NEWS bug list. adds 7a52dfab02 Update install.texi, and regenerate INSTALL. adds f94b70bd3a Prepare for glibc 2.36 release. adds c804cd1c00 Create ChangeLog.old/ChangeLog.25. adds 5fded9c445 Open master branch for glibc 2.37 development adds 825f84f133 stdlib: Suppress gcc diagnostic that char8_t is a keyword in [...] adds e03f5ccd6c wcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependency adds 032712621f Remove spurious references to _dl_open_hook adds 7187efd0aa malloc: Use __getrandom_nocancel during tcache initiailization adds c622ac1b86 stdlib: Simplify arc4random_uniform adds 70ff58ced4 htl: Let pthread_self and cancellability called early adds 521d540562 Don't use unsupported format string in ld.so (bug 29427) adds 9c443ac455 socket: Check lengths before advancing pointer in CMSG_NXTHDR adds a3393b3380 Use Linux 5.19 in build-many-glibcs.py adds fccadcdf5b Update syscall lists for Linux 5.19 adds cca9684f2d stdio: Clean up __libc_message after unconditional abort adds 68e036f27f nptl: Remove uses of assert_perror adds 9001cb1102 assert: Do not use stderr in libc-internal assert adds 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 ( [...] adds 525ca33a61 i386: Replace movzx with movzbl adds 1ed5869c4c i386: Use fldt instead of fld on e_logl.S adds 26a3499cdb i386: Use cmpl instead of cmp
No new revisions were added by this update.
Summary of changes: ChangeLog.old/ChangeLog.25 | 10229 +++++++++++++++++++ INSTALL | 14 +- LICENSES | 23 - Makeconfig | 4 +- NEWS | 137 +- assert/Makefile | 7 +- .../__libc_assert_fail.c | 27 +- assert/assert.c | 1 - bits/socket.h | 40 +- debug/fortify_fail.c | 4 +- dlfcn/dlopen.c | 2 +- elf/Makefile | 1 + elf/cache.c | 6 +- elf/dl-diagnostics.c | 2 +- elf/dl-tunables.list | 1 + elf/ldconfig.c | 63 +- elf/readelflib.c | 46 +- elf/readlib.c | 25 +- elf/tst-rtld-list-tunables.exp | 2 +- htl/cancellation.c | 8 + htl/pt-self.c | 8 +- include/assert.h | 12 +- include/features.h | 2 +- include/stdio.h | 9 +- include/stdlib.h | 3 - libio/vtables.c | 4 - malloc/arena.c | 5 - malloc/malloc.c | 22 +- manual/install.texi | 12 +- manual/math.texi | 13 +- manual/tunables.texi | 2 +- po/libc.pot | 398 +- scripts/build-many-glibcs.py | 2 +- socket/Makefile | 1 + socket/tst-cmsghdr-skeleton.c | 92 + elf/tst-audit28.c => socket/tst-cmsghdr.c | 35 +- stdlib/Makefile | 2 - stdlib/arc4random.c | 196 +- stdlib/arc4random.h | 48 - stdlib/arc4random_uniform.c | 129 +- stdlib/chacha20.c | 191 - stdlib/tst-arc4random-chacha20.c | 167 - stdlib/tst-arc4random-thread.c | 24 +- stdlib/tst-bz20544.c | 2 +- sysdeps/aarch64/Makefile | 4 - sysdeps/aarch64/chacha20-aarch64.S | 314 - sysdeps/aarch64/chacha20_arch.h | 40 - sysdeps/arm/dl-machine-rel.h | 7 +- sysdeps/arm/dl-machine.h | 100 - sysdeps/generic/chacha20_arch.h | 24 - sysdeps/generic/not-cancel.h | 3 + sysdeps/generic/tls-internal-struct.h | 1 - sysdeps/generic/tls-internal.c | 10 - sysdeps/i386/dl-machine-rel.h | 7 +- sysdeps/i386/dl-machine.h | 191 - sysdeps/i386/i686/fpu/e_logl.S | 4 +- sysdeps/i386/i686/multiarch/strcmp-ssse3.S | 36 +- sysdeps/i386/i686/multiarch/wcscpy-ssse3.S | 8 +- sysdeps/i386/i686/multiarch/wcslen-sse2.S | 16 +- sysdeps/mach/hurd/_Fork.c | 2 - sysdeps/mach/hurd/bits/socket.h | 40 +- sysdeps/mach/hurd/not-cancel.h | 4 + sysdeps/nptl/_Fork.c | 2 - sysdeps/nptl/gai_misc.h | 11 +- sysdeps/posix/libc_fatal.c | 47 +- sysdeps/powerpc/powerpc64/be/multiarch/Makefile | 4 - .../powerpc/powerpc64/be/multiarch/chacha20-ppc.c | 1 - .../powerpc/powerpc64/be/multiarch/chacha20_arch.h | 42 - sysdeps/powerpc/powerpc64/power8/Makefile | 5 - sysdeps/powerpc/powerpc64/power8/chacha20-ppc.c | 256 - sysdeps/powerpc/powerpc64/power8/chacha20_arch.h | 37 - sysdeps/riscv/nofpu/libm-test-ulps | 70 +- sysdeps/riscv/rv64/rvd/libm-test-ulps | 2 +- sysdeps/s390/s390-64/Makefile | 6 - sysdeps/s390/s390-64/chacha20-s390x.S | 573 -- sysdeps/s390/s390-64/chacha20_arch.h | 45 - 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/bits/socket.h | 40 +- sysdeps/unix/sysv/linux/cmsg_nxthdr.c | 36 +- 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/sys/ucontext.h | 3 + sysdeps/unix/sysv/linux/loongarch/sysdep.h | 5 +- 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/not-cancel.h | 8 +- 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/riscv/rv32/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/riscv/rv64/arch-syscall.h | 1 + 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/syscall-names.list | 4 +- sysdeps/unix/sysv/linux/tls-internal.c | 10 - sysdeps/unix/sysv/linux/tls-internal.h | 1 - sysdeps/unix/sysv/linux/tst-mman-consts.py | 2 +- sysdeps/unix/sysv/linux/tst-mount-consts.py | 4 +- sysdeps/unix/sysv/linux/tst-pidfd-consts.py | 2 +- sysdeps/unix/sysv/linux/tst-pidfd.c | 7 + sysdeps/unix/sysv/linux/x86_64/ldconfig.h | 26 - sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed | 2 - sysdeps/x86_64/Makefile | 7 - sysdeps/x86_64/chacha20-amd64-avx2.S | 328 - sysdeps/x86_64/chacha20-amd64-sse2.S | 311 - sysdeps/x86_64/chacha20_arch.h | 55 - version.h | 2 +- wcsmbs/Makefile | 2 + wcsmbs/uchar.h | 8 + 127 files changed, 11133 insertions(+), 4061 deletions(-) create mode 100644 ChangeLog.old/ChangeLog.25 copy stdio-common/errlist-data-gen.c => assert/__libc_assert_fail.c (62%) create mode 100644 socket/tst-cmsghdr-skeleton.c copy elf/tst-audit28.c => socket/tst-cmsghdr.c (53%) delete mode 100644 stdlib/arc4random.h delete mode 100644 stdlib/chacha20.c delete mode 100644 stdlib/tst-arc4random-chacha20.c delete mode 100644 sysdeps/aarch64/chacha20-aarch64.S delete mode 100644 sysdeps/aarch64/chacha20_arch.h delete mode 100644 sysdeps/generic/chacha20_arch.h delete mode 100644 sysdeps/powerpc/powerpc64/be/multiarch/Makefile delete mode 100644 sysdeps/powerpc/powerpc64/be/multiarch/chacha20-ppc.c delete mode 100644 sysdeps/powerpc/powerpc64/be/multiarch/chacha20_arch.h delete mode 100644 sysdeps/powerpc/powerpc64/power8/chacha20-ppc.c delete mode 100644 sysdeps/powerpc/powerpc64/power8/chacha20_arch.h delete mode 100644 sysdeps/s390/s390-64/chacha20-s390x.S delete mode 100644 sysdeps/s390/s390-64/chacha20_arch.h 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 delete mode 100644 sysdeps/x86_64/chacha20-amd64-avx2.S delete mode 100644 sysdeps/x86_64/chacha20-amd64-sse2.S delete mode 100644 sysdeps/x86_64/chacha20_arch.h