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-arm-build_cross in repository toolchain/ci/glibc.
from 8c6beab4e1 hurd: Rework sbrk adds 4ebd73d43f hurd: Add missing hidden def adds b71bc845dd tst-cancel4: Make blocking on write more portable adds ac54c335e9 htl: Enable tst-cancelx?[45] adds 42a00a0fb4 Use Linux 5.8 in build-many-glibcs.py. adds 1cfb471528 Update syscall lists for Linux 5.8. new b7dd366dbe math: Fix inaccuracy of j0f for x >= 2^127 when sin(x)+cos(x [...] new 268ed383b5 manual: Fix strerrorname_np and strerrordesc_np return type [...] new 3d3ab573a5 Linux: Use faccessat2 to implement faccessat (bug 18683) new c318905e14 manual: Put the istrerrorname_np and strerrordesc_np return [...]
The 4 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: manual/errno.texi | 4 ++-- math/auto-libm-test-in | 2 ++ nptl/Makefile | 16 ++-------------- scripts/build-many-glibcs.py | 2 +- sysdeps/ieee754/flt-32/e_j0f.c | 17 ++++++++++++++++- sysdeps/mach/hurd/sched_gets.c | 1 + sysdeps/pthread/Makefile | 13 ++++++++++++- {nptl => sysdeps/pthread}/tst-cancel4-common.c | 0 {nptl => sysdeps/pthread}/tst-cancel4-common.h | 1 + {nptl => sysdeps/pthread}/tst-cancel4.c | 11 ++++++----- {nptl => sysdeps/pthread}/tst-cancel5.c | 0 {nptl => sysdeps/pthread}/tst-cancelx4.c | 0 {nptl => sysdeps/pthread}/tst-cancelx5.c | 0 sysdeps/unix/sysv/linux/aarch64/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/alpha/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/arc/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/arm/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/csky/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/faccessat.c | 14 +++++++++++--- sysdeps/unix/sysv/linux/hppa/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/i386/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/ia64/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/kernel-features.h | 8 ++++++++ sysdeps/unix/sysv/linux/m68k/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/microblaze/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/mips/mips32/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/mips/mips64/n32/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/mips/mips64/n64/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/nios2/arch-syscall.h | 1 + .../unix/sysv/linux/powerpc/powerpc32/arch-syscall.h | 1 + .../unix/sysv/linux/powerpc/powerpc64/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/riscv/rv64/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/s390/s390-32/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/s390/s390-64/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/sh/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/sparc/sparc32/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/sparc/sparc64/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/syscall-names.list | 5 +++-- sysdeps/unix/sysv/linux/x86_64/64/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/x86_64/x32/arch-syscall.h | 1 + 40 files changed, 89 insertions(+), 29 deletions(-) rename {nptl => sysdeps/pthread}/tst-cancel4-common.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel4-common.h (99%) rename {nptl => sysdeps/pthread}/tst-cancel4.c (99%) rename {nptl => sysdeps/pthread}/tst-cancel5.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx4.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx5.c (100%)