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-aarch64-build_cross in repository toolchain/ci/glibc.
from 83908b3a1e Update syscall lists for Linux 5.11. adds 8310307403 configure: Replace obsoleted AC_HELP_STRING with AS_HELP_STRING new 3907c7bf0f configure: Remove obsolete AC_CHECK_TOOL_PREFIX new e9e7f24543 configure: Replace obsolete AC_TRY_LINK with AC_LINK_IFELSE new 418f5783d9 build-many-glibcs.py: Use make -O for more consistent log output new fb37ef6960 aarch64: Remove the unused __read_tp symbol new f8ff5a3cc2 i386/clone.S: Remove redundant EBX load new ebbb8c9f64 x86_64/clone.S: Upate comments new ba230b6387 <bits/platform/x86.h>: Correct x86_cpu_TBM new 8a7b4dc6d0 Use Linux 5.11 in build-many-glibcs.py. new feb741bb81 x86: Remove unused variables for raw cache sizes from cacheinfo.h new 3f232aa36d nptl: Split libpthread-routines into one routine per line new f720ce680e nptl: Reformat Versions new 541e53c9dd nptl: Move futex-internal.c into main nptl directory new 2f4019de81 nptl: Move lowlevellock into libc [BZ #15648] new b5be9ae77e nptl: Move futex-internal into libc
The 14 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: configure | 1 - configure.ac | 64 ++-- nptl/Makefile | 242 +++++++----- nptl/Versions | 469 ++++++++++++++--------- {sysdeps/nptl => nptl}/futex-internal.c | 4 +- nptl/libc-lowlevellock.c | 20 - nptl/lowlevellock.c | 6 +- scripts/build-many-glibcs.py | 4 +- sysdeps/nptl/Makefile | 3 +- sysdeps/nptl/futex-internal.h | 4 +- sysdeps/nptl/lowlevellock.h | 6 +- sysdeps/riscv/nptl/libc-lowlevellock.c | 8 - sysdeps/unix/sysv/linux/aarch64/Makefile | 7 - sysdeps/unix/sysv/linux/aarch64/__read_tp.S | 25 -- sysdeps/unix/sysv/linux/aarch64/libc-__read_tp.S | 19 - sysdeps/unix/sysv/linux/i386/clone.S | 6 - sysdeps/unix/sysv/linux/x86_64/clone.S | 14 +- sysdeps/x86/bits/platform/x86.h | 2 +- sysdeps/x86/cacheinfo.h | 12 - 19 files changed, 490 insertions(+), 426 deletions(-) rename {sysdeps/nptl => nptl}/futex-internal.c (97%) delete mode 100644 nptl/libc-lowlevellock.c delete mode 100644 sysdeps/riscv/nptl/libc-lowlevellock.c delete mode 100644 sysdeps/unix/sysv/linux/aarch64/__read_tp.S delete mode 100644 sysdeps/unix/sysv/linux/aarch64/libc-__read_tp.S