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-O2 in repository toolchain/ci/glibc.
from 49889fb256 x86: Add support to build st{p|r}{n}{cpy|cat} with explicit [...] adds 1f4e90d468 linux: return UNSUPPORTED from tst-mount if entering mount n [...] adds 8b84fb862c Update scripts/config.* files from upstream GNU config version adds ac8047cdf3 malloc: Simplify implementation of __malloc_assert adds 6c4ed247bf locale: Optimize tst-localedef-path-norm adds 6f4e0fcfa2 stdlib: Add arc4random, arc4random_buf, and arc4random_unifo [...] adds 8dd890d96f stdlib: Add arc4random tests adds 5d765ada01 benchtests: Add arc4random benchtest adds 4c128c7823 aarch64: Add optimized chacha20 adds e169aff0e9 x86: Add SSE2 optimized chacha20 adds 84cfc6479b x86: Add AVX2 optimized chacha20 adds b7060acfe8 powerpc64: Add optimized chacha20 adds 3b56f944c5 s390x: Add optimized chacha20 adds ca4d3ea513 manual: Add documentation for arc4random functions adds 0c5605989f Linux: dirent/tst-readdir64-compat needs to use TEST_COMPAT [...] adds 794c27446f struct stat is not posix conformant on microblaze with __USE [...] adds 4c2c2142d6 LoongArch: Add LoongArch entries to config.h.in adds 2d83247d90 LoongArch: Add relocations and ELF flags to elf.h and script [...] adds a133942025 LoongArch: ABI Implementation adds 619bfc6770 LoongArch: Thread-Local Storage Support adds c742795dce LoongArch: Generic <math.h> and soft-fp Routines adds 3275882261 LoongArch: Atomic and Locking Routines adds 45955fe618 LoongArch: Linux Syscall Interface adds f2037efbb3 LoongArch: Linux ABI adds 0d4a891a7c LoongArch: Add ABI Lists adds 3d87c89815 LoongArch: Build Infrastructure adds 68d61026d5 LoongArch: Hard Float Support adds 3be5fc00ad LoongArch: Update build-many-glibcs.py for the LoongArch Port. adds 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 +- Makeconfig | 4 +- NEWS | 145 +- README | 1 + assert/Makefile | 7 +- .../fortify_fail.c => assert/__libc_assert_fail.c | 19 +- assert/assert.c | 1 - benchtests/Makefile | 5 +- benchtests/bench-arc4random.c | 218 + benchtests/bench-hash-funcs-kernel.h | 1 + benchtests/bench-hash-funcs.c | 2 - benchtests/bench-util.h | 7 + bits/socket.h | 40 +- config.h.in | 6 + 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/elf.h | 68 +- 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 | 9 + libio/vtables.c | 4 - locale/Makefile | 2 + locale/tst-localedef-path-norm.c | 237 +- malloc/arena.c | 5 - malloc/malloc.c | 27 +- malloc/thread-freeres.c | 2 +- manual/install.texi | 12 +- manual/math.texi | 41 +- manual/tunables.texi | 2 +- nptl/allocatestack.c | 3 +- po/libc.pot | 398 +- scripts/build-many-glibcs.py | 7 +- scripts/config.guess | 1437 +-- scripts/config.sub | 693 +- scripts/glibcelf.py | 3 +- socket/Makefile | 1 + socket/tst-cmsghdr-skeleton.c | 92 + socket/tst-cmsghdr.c | 56 + stdlib/Makefile | 7 + stdlib/Versions | 5 + stdlib/arc4random.c | 102 + stdlib/arc4random_uniform.c | 71 + stdlib/stdlib.h | 13 + stdlib/tst-arc4random-fork.c | 198 + stdlib/tst-arc4random-stats.c | 147 + stdlib/tst-arc4random-thread.c | 353 + stdlib/tst-bz20544.c | 2 +- sysdeps/arm/dl-machine-rel.h | 7 +- sysdeps/arm/dl-machine.h | 100 - sysdeps/generic/not-cancel.h | 5 + sysdeps/generic/tls-internal.c | 8 + sysdeps/generic/tls-internal.h | 7 +- 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/{riscv => loongarch}/Implies | 0 sysdeps/loongarch/Makefile | 15 + sysdeps/loongarch/__longjmp.S | 50 + sysdeps/loongarch/abort-instr.h | 2 + sysdeps/loongarch/bits/endianness.h | 11 + sysdeps/loongarch/bits/fenv.h | 90 + sysdeps/loongarch/bits/link.h | 58 + .../arc/ldconfig.h => loongarch/bits/setjmp.h} | 30 +- sysdeps/loongarch/bsd-_setjmp.c | 1 + sysdeps/loongarch/bsd-setjmp.c | 1 + sysdeps/loongarch/configure | 5 + sysdeps/loongarch/configure.ac | 6 + sysdeps/loongarch/dl-irel.h | 54 + sysdeps/loongarch/dl-machine.h | 288 + sysdeps/loongarch/dl-tls.h | 46 + sysdeps/loongarch/dl-trampoline.S | 83 + .../linux/arc/ldconfig.h => loongarch/e_sqrtl.c} | 30 +- .../riscv/ldconfig.h => loongarch/fpu/fclrexcpt.c} | 42 +- .../arc/ldconfig.h => loongarch/fpu/fedisblxcpt.c} | 30 +- .../arc/ldconfig.h => loongarch/fpu/feenablxcpt.c} | 30 +- .../mips64/ldconfig.h => loongarch/fpu/fegetenv.c} | 22 +- .../ldconfig.h => loongarch/fpu/fegetexcept.c} | 23 +- .../ia64/ldconfig.h => loongarch/fpu/fegetmode.c} | 17 +- .../arc/ldconfig.h => loongarch/fpu/fegetround.c} | 24 +- .../ldconfig.h => loongarch/fpu/feholdexcpt.c} | 36 +- .../arc/ldconfig.h => loongarch/fpu/fenv_libc.h} | 21 +- .../arc/ldconfig.h => loongarch/fpu/fesetenv.c} | 33 +- .../tls-internal.c => loongarch/fpu/fesetexcept.c} | 19 +- .../arm/ldconfig.h => loongarch/fpu/fesetmode.c} | 29 +- .../arc/ldconfig.h => loongarch/fpu/fesetround.c} | 35 +- .../ldconfig.h => loongarch/fpu/feupdateenv.c} | 39 +- .../ldconfig.h => loongarch/fpu/fgetexcptflg.c} | 29 +- sysdeps/loongarch/fpu/fraiseexcpt.c | 80 + .../ldconfig.h => loongarch/fpu/fsetexcptflg.c} | 37 +- .../ldconfig.h => loongarch/fpu/ftestexcept.c} | 23 +- .../fpu/math-use-builtins-sqrt.h | 0 sysdeps/loongarch/fpu_control.h | 89 + .../dl-machine-rel.h => loongarch/hp-timing.h} | 35 +- .../ldconfig.h => loongarch/jmpbuf-offsets.h} | 20 +- sysdeps/loongarch/jmpbuf-unwind.h | 45 + sysdeps/loongarch/ldsodefs.h | 41 + .../linux/arc/ldconfig.h => loongarch/libc-tls.c} | 23 +- .../tls-internal.c => loongarch/linkmap.h} | 13 +- .../{riscv/rv64 => loongarch/lp64}/Implies-after | 0 .../rv64/rvd => loongarch/lp64}/libm-test-ulps | 99 +- sysdeps/loongarch/lp64/libm-test-ulps-name | 1 + .../linux/_exit.c => loongarch/machine-gmon.h} | 43 +- sysdeps/loongarch/math_private.h | 248 + .../arc/ldconfig.h => loongarch/nptl/pthreaddef.h} | 23 +- sysdeps/loongarch/nptl/tls.h | 138 + sysdeps/loongarch/preconfigure | 53 + sysdeps/loongarch/preconfigure.ac | 47 + sysdeps/loongarch/setjmp.S | 64 + sysdeps/loongarch/sfp-machine.h | 102 + sysdeps/loongarch/sotruss-lib.c | 50 + .../linux/arc/ldconfig.h => loongarch/stackinfo.h} | 24 +- sysdeps/loongarch/start.S | 65 + sysdeps/loongarch/sys/asm.h | 59 + .../loongarch/sys/ifunc.h | 22 +- sysdeps/loongarch/sys/regdef.h | 93 + sysdeps/loongarch/tininess.h | 1 + .../mips64/ldconfig.h => loongarch/tst-audit.h} | 16 +- sysdeps/mach/hurd/bits/socket.h | 40 +- sysdeps/mach/hurd/i386/libc.abilist | 3 + sysdeps/mach/hurd/not-cancel.h | 7 + sysdeps/nptl/gai_misc.h | 11 +- sysdeps/posix/libc_fatal.c | 47 +- sysdeps/riscv/nofpu/libm-test-ulps | 70 +- sysdeps/riscv/rv64/rvd/libm-test-ulps | 2 +- sysdeps/unix/sysv/linux/Makefile | 12 +- sysdeps/unix/sysv/linux/_exit.c | 1 - sysdeps/unix/sysv/linux/aarch64/libc.abilist | 3 + sysdeps/unix/sysv/linux/alpha/libc.abilist | 3 + sysdeps/unix/sysv/linux/arc/libc.abilist | 3 + sysdeps/unix/sysv/linux/arm/be/libc.abilist | 3 + sysdeps/unix/sysv/linux/arm/le/libc.abilist | 3 + 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/csky/libc.abilist | 3 + sysdeps/unix/sysv/linux/hppa/libc.abilist | 3 + 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/i386/libc.abilist | 3 + sysdeps/unix/sysv/linux/ia64/libc.abilist | 3 + sysdeps/unix/sysv/linux/ldd-rewrite.sed | 11 - sysdeps/unix/sysv/linux/lddlibc4.c | 104 - sysdeps/unix/sysv/linux/loongarch/Implies | 1 + .../sysv/linux/{m68k/m680x0 => loongarch}/Makefile | 0 .../linux/{riscv/rv64 => loongarch}/arch-syscall.h | 5 - sysdeps/unix/sysv/linux/loongarch/atomic-machine.h | 147 + sysdeps/unix/sysv/linux/loongarch/bits/fcntl.h | 61 + sysdeps/unix/sysv/linux/loongarch/bits/procfs.h | 52 + .../bits/pthread_stack_min.h} | 20 +- .../unix/sysv/linux/loongarch/bits/sigstack.h | 20 +- sysdeps/unix/sysv/linux/loongarch/clone.S | 96 + sysdeps/unix/sysv/linux/loongarch/clone3.S | 83 + sysdeps/unix/sysv/linux/loongarch/configure | 174 + sysdeps/unix/sysv/linux/loongarch/configure.ac | 22 + sysdeps/unix/sysv/linux/loongarch/getcontext.S | 59 + .../sysv/linux/loongarch/gettimeofday.c} | 11 +- sysdeps/unix/sysv/linux/loongarch/ldd-rewrite.sed | 1 + .../sysv/linux/{csky => loongarch}/localplt.data | 0 sysdeps/unix/sysv/linux/loongarch/lp64/Implies | 3 + .../{aarch64 => loongarch/lp64}/c++-types.data | 0 sysdeps/unix/sysv/linux/loongarch/lp64/ld.abilist | 8 + .../linux/loongarch/lp64/libBrokenLocale.abilist | 1 + .../unix/sysv/linux/loongarch/lp64/libc.abilist | 2156 ++++ .../linux/loongarch/lp64/libc_malloc_debug.abilist | 26 + .../sysv/linux/loongarch/lp64/libcrypt.abilist | 2 + .../unix/sysv/linux/loongarch/lp64/libm.abilist | 1030 ++ .../sysv/linux/loongarch/lp64}/libpthread.abilist | 0 .../sysv/linux/loongarch/lp64/libresolv.abilist | 55 + .../sysv/linux/loongarch/lp64}/librt.abilist | 0 .../sysv/linux/loongarch/lp64/libthread_db.abilist | 40 + sysdeps/unix/sysv/linux/loongarch/makecontext.c | 81 + sysdeps/unix/sysv/linux/loongarch/setcontext.S | 100 + sysdeps/unix/sysv/linux/loongarch/shlib-versions | 7 + .../ldconfig.h => loongarch/sigcontextinfo.h} | 23 +- sysdeps/unix/sysv/linux/loongarch/swapcontext.S | 95 + sysdeps/unix/sysv/linux/loongarch/sys/ucontext.h | 64 + .../linux/{tls-internal.h => loongarch/sys/user.h} | 42 +- sysdeps/unix/sysv/linux/loongarch/sysdep.S | 53 + sysdeps/unix/sysv/linux/loongarch/sysdep.h | 321 + .../ldconfig.h => loongarch/ucontext-macros.h} | 23 +- sysdeps/unix/sysv/linux/loongarch/ucontext_i.sym | 31 + sysdeps/unix/sysv/linux/loongarch/vfork.S | 50 + sysdeps/unix/sysv/linux/m68k/Makefile | 5 - sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist | 3 + 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/m68k/m680x0/libc.abilist | 3 + sysdeps/unix/sysv/linux/microblaze/be/libc.abilist | 3 + .../unix/sysv/linux/microblaze/bits/struct_stat.h | 2 +- sysdeps/unix/sysv/linux/microblaze/le/libc.abilist | 3 + .../unix/sysv/linux/mips/mips32/fpu/libc.abilist | 3 + .../unix/sysv/linux/mips/mips32/nofpu/libc.abilist | 3 + .../unix/sysv/linux/mips/mips64/n32/libc.abilist | 3 + .../unix/sysv/linux/mips/mips64/n64/libc.abilist | 3 + sysdeps/unix/sysv/linux/nios2/libc.abilist | 3 + sysdeps/unix/sysv/linux/not-cancel.h | 13 + sysdeps/unix/sysv/linux/or1k/libc.abilist | 3 + sysdeps/unix/sysv/linux/powerpc/ldconfig.h | 27 - sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed | 3 - .../sysv/linux/powerpc/powerpc32/fpu/libc.abilist | 3 + .../linux/powerpc/powerpc32/nofpu/libc.abilist | 3 + .../sysv/linux/powerpc/powerpc64/be/libc.abilist | 3 + .../sysv/linux/powerpc/powerpc64/le/libc.abilist | 3 + sysdeps/unix/sysv/linux/riscv/rv32/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/riscv/rv32/libc.abilist | 3 + sysdeps/unix/sysv/linux/riscv/rv64/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/riscv/rv64/libc.abilist | 3 + sysdeps/unix/sysv/linux/s390/ldconfig.h | 7 - sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed | 3 - sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist | 3 + sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist | 3 + sysdeps/unix/sysv/linux/sh/be/libc.abilist | 3 + sysdeps/unix/sysv/linux/sh/le/libc.abilist | 3 + sysdeps/unix/sysv/linux/sparc/ldd-rewrite.sed | 2 - sysdeps/unix/sysv/linux/sparc/sparc32/Makefile | 2 - sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist | 3 + sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist | 3 + sysdeps/unix/sysv/linux/syscall-names.list | 4 +- sysdeps/unix/sysv/linux/tls-internal.c | 29 +- sysdeps/unix/sysv/linux/tls-internal.h | 7 +- sysdeps/unix/sysv/linux/tst-mman-consts.py | 2 +- sysdeps/unix/sysv/linux/tst-mount-consts.py | 4 +- sysdeps/unix/sysv/linux/tst-mount.c | 25 +- sysdeps/unix/sysv/linux/tst-pidfd-consts.py | 2 +- sysdeps/unix/sysv/linux/tst-pidfd.c | 7 + sysdeps/unix/sysv/linux/tst-readdir64-compat.c | 4 + sysdeps/unix/sysv/linux/x86_64/64/libc.abilist | 3 + sysdeps/unix/sysv/linux/x86_64/ldconfig.h | 26 - sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed | 2 - sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist | 3 + version.h | 2 +- wcsmbs/Makefile | 2 + wcsmbs/uchar.h | 8 + 253 files changed, 21176 insertions(+), 2541 deletions(-) create mode 100644 ChangeLog.old/ChangeLog.25 copy debug/fortify_fail.c => assert/__libc_assert_fail.c (56%) create mode 100644 benchtests/bench-arc4random.c create mode 100644 socket/tst-cmsghdr-skeleton.c create mode 100644 socket/tst-cmsghdr.c create mode 100644 stdlib/arc4random.c create mode 100644 stdlib/arc4random_uniform.c create mode 100644 stdlib/tst-arc4random-fork.c create mode 100644 stdlib/tst-arc4random-stats.c create mode 100644 stdlib/tst-arc4random-thread.c copy sysdeps/{riscv => loongarch}/Implies (100%) create mode 100644 sysdeps/loongarch/Makefile create mode 100644 sysdeps/loongarch/__longjmp.S create mode 100644 sysdeps/loongarch/abort-instr.h create mode 100644 sysdeps/loongarch/bits/endianness.h create mode 100644 sysdeps/loongarch/bits/fenv.h create mode 100644 sysdeps/loongarch/bits/link.h copy sysdeps/{unix/sysv/linux/arc/ldconfig.h => loongarch/bits/setjmp.h} (57%) create mode 100644 sysdeps/loongarch/bsd-_setjmp.c create mode 100644 sysdeps/loongarch/bsd-setjmp.c create mode 100644 sysdeps/loongarch/configure create mode 100644 sysdeps/loongarch/configure.ac create mode 100644 sysdeps/loongarch/dl-irel.h create mode 100644 sysdeps/loongarch/dl-machine.h create mode 100644 sysdeps/loongarch/dl-tls.h create mode 100644 sysdeps/loongarch/dl-trampoline.S copy sysdeps/{unix/sysv/linux/arc/ldconfig.h => loongarch/e_sqrtl.c} (59%) copy sysdeps/{unix/sysv/linux/riscv/ldconfig.h => loongarch/fpu/fclrexcpt.c} (51%) copy sysdeps/{unix/sysv/linux/arc/ldconfig.h => loongarch/fpu/fedisblxcpt.c} (61%) copy sysdeps/{unix/sysv/linux/arc/ldconfig.h => loongarch/fpu/feenablxcpt.c} (61%) copy sysdeps/{unix/sysv/linux/mips/mips64/ldconfig.h => loongarch/fpu/fegetenv.c} (69%) copy sysdeps/{unix/sysv/linux/mips/mips64/ldconfig.h => loongarch/fpu/fegetexcept. [...] rename sysdeps/{unix/sysv/linux/ia64/ldconfig.h => loongarch/fpu/fegetmode.c} (71%) copy sysdeps/{unix/sysv/linux/arc/ldconfig.h => loongarch/fpu/fegetround.c} (64%) copy sysdeps/{unix/sysv/linux/riscv/ldconfig.h => loongarch/fpu/feholdexcpt.c} (54%) copy sysdeps/{unix/sysv/linux/arc/ldconfig.h => loongarch/fpu/fenv_libc.h} (62%) copy sysdeps/{unix/sysv/linux/arc/ldconfig.h => loongarch/fpu/fesetenv.c} (56%) copy sysdeps/{generic/tls-internal.c => loongarch/fpu/fesetexcept.c} (72%) rename sysdeps/{unix/sysv/linux/arm/ldconfig.h => loongarch/fpu/fesetmode.c} (64%) copy sysdeps/{unix/sysv/linux/arc/ldconfig.h => loongarch/fpu/fesetround.c} (57%) copy sysdeps/{unix/sysv/linux/riscv/ldconfig.h => loongarch/fpu/feupdateenv.c} (50%) copy sysdeps/{unix/sysv/linux/arc/ldconfig.h => loongarch/fpu/fgetexcptflg.c} (57%) create mode 100644 sysdeps/loongarch/fpu/fraiseexcpt.c rename sysdeps/{unix/sysv/linux/riscv/ldconfig.h => loongarch/fpu/fsetexcptflg.c} (54%) copy sysdeps/{unix/sysv/linux/mips/mips64/ldconfig.h => loongarch/fpu/ftestexcept. [...] copy sysdeps/{aarch64 => loongarch}/fpu/math-use-builtins-sqrt.h (100%) create mode 100644 sysdeps/loongarch/fpu_control.h copy sysdeps/{arm/dl-machine-rel.h => loongarch/hp-timing.h} (52%) copy sysdeps/{unix/sysv/linux/aarch64/ldconfig.h => loongarch/jmpbuf-offsets.h} (51%) create mode 100644 sysdeps/loongarch/jmpbuf-unwind.h create mode 100644 sysdeps/loongarch/ldsodefs.h copy sysdeps/{unix/sysv/linux/arc/ldconfig.h => loongarch/libc-tls.c} (58%) copy sysdeps/{generic/tls-internal.c => loongarch/linkmap.h} (75%) copy sysdeps/{riscv/rv64 => loongarch/lp64}/Implies-after (100%) copy sysdeps/{riscv/rv64/rvd => loongarch/lp64}/libm-test-ulps (98%) create mode 100644 sysdeps/loongarch/lp64/libm-test-ulps-name copy sysdeps/{unix/sysv/linux/_exit.c => loongarch/machine-gmon.h} (53%) create mode 100644 sysdeps/loongarch/math_private.h copy sysdeps/{unix/sysv/linux/arc/ldconfig.h => loongarch/nptl/pthreaddef.h} (58%) create mode 100644 sysdeps/loongarch/nptl/tls.h create mode 100644 sysdeps/loongarch/preconfigure create mode 100644 sysdeps/loongarch/preconfigure.ac create mode 100644 sysdeps/loongarch/setjmp.S create mode 100644 sysdeps/loongarch/sfp-machine.h create mode 100644 sysdeps/loongarch/sotruss-lib.c copy sysdeps/{unix/sysv/linux/arc/ldconfig.h => loongarch/stackinfo.h} (62%) create mode 100644 sysdeps/loongarch/start.S create mode 100644 sysdeps/loongarch/sys/asm.h copy debug/fortify_fail.c => sysdeps/loongarch/sys/ifunc.h (69%) create mode 100644 sysdeps/loongarch/sys/regdef.h create mode 100644 sysdeps/loongarch/tininess.h copy sysdeps/{unix/sysv/linux/mips/mips64/ldconfig.h => loongarch/tst-audit.h} (69%) delete mode 100644 sysdeps/unix/sysv/linux/csky/ldconfig.h delete mode 100644 sysdeps/unix/sysv/linux/ldd-rewrite.sed delete mode 100644 sysdeps/unix/sysv/linux/lddlibc4.c create mode 100644 sysdeps/unix/sysv/linux/loongarch/Implies copy sysdeps/unix/sysv/linux/{m68k/m680x0 => loongarch}/Makefile (100%) copy sysdeps/unix/sysv/linux/{riscv/rv64 => loongarch}/arch-syscall.h (98%) create mode 100644 sysdeps/unix/sysv/linux/loongarch/atomic-machine.h create mode 100644 sysdeps/unix/sysv/linux/loongarch/bits/fcntl.h create mode 100644 sysdeps/unix/sysv/linux/loongarch/bits/procfs.h rename sysdeps/unix/sysv/linux/{aarch64/ldconfig.h => loongarch/bits/pthread_stack [...] copy benchtests/bench-util.h => sysdeps/unix/sysv/linux/loongarch/bits/sigstack.h (63%) create mode 100644 sysdeps/unix/sysv/linux/loongarch/clone.S create mode 100644 sysdeps/unix/sysv/linux/loongarch/clone3.S create mode 100644 sysdeps/unix/sysv/linux/loongarch/configure create mode 100644 sysdeps/unix/sysv/linux/loongarch/configure.ac create mode 100644 sysdeps/unix/sysv/linux/loongarch/getcontext.S copy sysdeps/{generic/tls-internal.c => unix/sysv/linux/loongarch/gettimeofday.c} (74%) create mode 100644 sysdeps/unix/sysv/linux/loongarch/ldd-rewrite.sed copy sysdeps/unix/sysv/linux/{csky => loongarch}/localplt.data (100%) create mode 100644 sysdeps/unix/sysv/linux/loongarch/lp64/Implies copy sysdeps/unix/sysv/linux/{aarch64 => loongarch/lp64}/c++-types.data (100%) create mode 100644 sysdeps/unix/sysv/linux/loongarch/lp64/ld.abilist create mode 100644 sysdeps/unix/sysv/linux/loongarch/lp64/libBrokenLocale.abilist create mode 100644 sysdeps/unix/sysv/linux/loongarch/lp64/libc.abilist create mode 100644 sysdeps/unix/sysv/linux/loongarch/lp64/libc_malloc_debug.abilist create mode 100644 sysdeps/unix/sysv/linux/loongarch/lp64/libcrypt.abilist create mode 100644 sysdeps/unix/sysv/linux/loongarch/lp64/libm.abilist copy sysdeps/{generic => unix/sysv/linux/loongarch/lp64}/libpthread.abilist (100%) create mode 100644 sysdeps/unix/sysv/linux/loongarch/lp64/libresolv.abilist copy sysdeps/{generic => unix/sysv/linux/loongarch/lp64}/librt.abilist (100%) create mode 100644 sysdeps/unix/sysv/linux/loongarch/lp64/libthread_db.abilist create mode 100644 sysdeps/unix/sysv/linux/loongarch/makecontext.c create mode 100644 sysdeps/unix/sysv/linux/loongarch/setcontext.S create mode 100644 sysdeps/unix/sysv/linux/loongarch/shlib-versions rename sysdeps/unix/sysv/linux/{mips/mips64/ldconfig.h => loongarch/sigcontextinfo [...] create mode 100644 sysdeps/unix/sysv/linux/loongarch/swapcontext.S create mode 100644 sysdeps/unix/sysv/linux/loongarch/sys/ucontext.h copy sysdeps/unix/sysv/linux/{tls-internal.h => loongarch/sys/user.h} (60%) create mode 100644 sysdeps/unix/sysv/linux/loongarch/sysdep.S create mode 100644 sysdeps/unix/sysv/linux/loongarch/sysdep.h rename sysdeps/unix/sysv/linux/{arc/ldconfig.h => loongarch/ucontext-macros.h} (60%) create mode 100644 sysdeps/unix/sysv/linux/loongarch/ucontext_i.sym create mode 100644 sysdeps/unix/sysv/linux/loongarch/vfork.S delete mode 100644 sysdeps/unix/sysv/linux/m68k/ldconfig.h delete mode 100644 sysdeps/unix/sysv/linux/powerpc/ldconfig.h delete mode 100644 sysdeps/unix/sysv/linux/x86_64/ldconfig.h