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 6cf1911122 benchtests: Add ilogb* tests adds 173e0ab081 nptl: Remove write from libpthread adds baab50cfb9 nptl: Remove read from libpthread adds bdfed2e2cd nptl: Remove close from libpthread adds c59f716993 nptl: Remove accept from libpthread adds 3ddf9bc185 nptl: Remove connect from libpthread adds 494c3beec9 nptl: Remove recv from libpthread adds 643a88a9c1 nptl: Remove recvfrom from libpthread adds 6f2e00cac5 nptl: Remove sendto from libpthread adds fc495dc4e9 nptl: Remove fsync from libpthread adds 0c9d4925fe nptl: Remove msync from libpthread adds c29386fd50 nptl: Remove pause from libpthread adds 1e157b9cb4 nptl: Remove tcdrain from libpthread adds 2d6f4ebd65 nptl: Remove sigwait from libpthread adds 0cf67de816 nptl: Remove recvmsg from libpthread adds 729cb5a2a7 nptl: Remove sendmsg from libpthread adds 9cf242997d nptl: Move fcntl from libpthread adds d5ddd583da nptl: Move system to libc adds a894053318 signal: Add __libc_sigaction adds 48593b505b support: Use syscall function instead of INLINE_SYSCALL_CALL adds 9cbe4ed14e elf: Add EM_INTELGT for Intel Graphics Technology adds 3e2f285c5f nptl: Remove MULTI_PAGE_ALIASING [BZ #23554]
No new revisions were added by this update.
Summary of changes: elf/elf.h | 3 +- io/Makefile | 7 +++- nptl/Makefile | 33 +++------------ nptl/Versions | 22 ---------- nptl/allocatestack.c | 10 ----- nptl/pt-system.c | 45 -------------------- nptl/stack-aliasing.h | 23 ---------- nptl/version.c | 2 +- signal/Makefile | 2 +- .../stack-aliasing.h => signal/libc_sigaction.c | 23 ++++++---- signal/sigaction.c | 7 +--- socket/Makefile | 6 +++ support/support_path_support_time64.c | 2 +- .../mach/hurd/{sigaction.c => libc_sigaction.c} | 12 +++--- sysdeps/pthread/sem_open.c | 6 +-- sysdeps/unix/pt-fcntl.c | 49 ---------------------- sysdeps/unix/syscalls.list | 1 - .../aarch64/{sigaction.c => libc_sigaction.c} | 2 +- sysdeps/unix/sysv/linux/aarch64/libpthread.abilist | 22 ---------- sysdeps/unix/sysv/linux/alpha/libpthread.abilist | 22 ---------- .../linux/arc/{sigaction.c => libc_sigaction.c} | 2 +- sysdeps/unix/sysv/linux/arc/libpthread.abilist | 19 --------- sysdeps/unix/sysv/linux/arm/be/libpthread.abilist | 22 ---------- sysdeps/unix/sysv/linux/arm/le/libpthread.abilist | 22 ---------- .../linux/arm/{sigaction.c => libc_sigaction.c} | 2 +- sysdeps/unix/sysv/linux/csky/libpthread.abilist | 19 --------- sysdeps/unix/sysv/linux/hppa/libpthread.abilist | 22 ---------- .../linux/i386/{sigaction.c => libc_sigaction.c} | 2 +- sysdeps/unix/sysv/linux/i386/libpthread.abilist | 22 ---------- sysdeps/unix/sysv/linux/ia64/libpthread.abilist | 22 ---------- .../sysv/linux/{sigaction.c => libc_sigaction.c} | 2 - .../sysv/linux/m68k/coldfire/libpthread.abilist | 22 ---------- .../unix/sysv/linux/m68k/m680x0/libpthread.abilist | 22 ---------- .../sysv/linux/microblaze/be/libpthread.abilist | 22 ---------- .../sysv/linux/microblaze/le/libpthread.abilist | 22 ---------- .../unix/sysv/linux/mips/mips32/libpthread.abilist | 22 ---------- .../unix/sysv/linux/mips/mips64/libpthread.abilist | 22 ---------- sysdeps/unix/sysv/linux/nios2/libpthread.abilist | 22 ---------- .../linux/powerpc/powerpc32/libpthread.abilist | 22 ---------- .../linux/powerpc/powerpc64/be/libpthread.abilist | 22 ---------- .../linux/powerpc/powerpc64/le/libpthread.abilist | 22 ---------- .../unix/sysv/linux/riscv/rv32/libpthread.abilist | 19 --------- .../unix/sysv/linux/riscv/rv64/libpthread.abilist | 21 ---------- .../sysv/linux/s390/s390-32/libpthread.abilist | 22 ---------- .../sysv/linux/s390/s390-64/libpthread.abilist | 22 ---------- sysdeps/unix/sysv/linux/sh/be/libpthread.abilist | 22 ---------- sysdeps/unix/sysv/linux/sh/le/libpthread.abilist | 22 ---------- .../sparc32/{sigaction.c => libc_sigaction.c} | 2 +- .../sysv/linux/sparc/sparc32/libpthread.abilist | 22 ---------- .../sparc64/{sigaction.c => libc_sigaction.c} | 2 +- .../sysv/linux/sparc/sparc64/libpthread.abilist | 22 ---------- .../unix/sysv/linux/x86_64/64/libpthread.abilist | 22 ---------- .../linux/x86_64/{sigaction.c => libc_sigaction.c} | 2 +- .../unix/sysv/linux/x86_64/x32/libpthread.abilist | 22 ---------- sysdeps/x86_64/stack-aliasing.h | 1 - 55 files changed, 55 insertions(+), 843 deletions(-) delete mode 100644 nptl/pt-system.c delete mode 100644 nptl/stack-aliasing.h rename sysdeps/i386/i686/stack-aliasing.h => signal/libc_sigaction.c (62%) rename sysdeps/mach/hurd/{sigaction.c => libc_sigaction.c} (89%) delete mode 100644 sysdeps/unix/pt-fcntl.c rename sysdeps/unix/sysv/linux/aarch64/{sigaction.c => libc_sigaction.c} (95%) rename sysdeps/unix/sysv/linux/arc/{sigaction.c => libc_sigaction.c} (95%) rename sysdeps/unix/sysv/linux/arm/{sigaction.c => libc_sigaction.c} (96%) rename sysdeps/unix/sysv/linux/i386/{sigaction.c => libc_sigaction.c} (97%) rename sysdeps/unix/sysv/linux/{sigaction.c => libc_sigaction.c} (98%) rename sysdeps/unix/sysv/linux/sparc/sparc32/{sigaction.c => libc_sigaction.c} (96%) rename sysdeps/unix/sysv/linux/sparc/sparc64/{sigaction.c => libc_sigaction.c} (95%) rename sysdeps/unix/sysv/linux/x86_64/{sigaction.c => libc_sigaction.c} (99%) delete mode 100644 sysdeps/x86_64/stack-aliasing.h