This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-master-aarch64-spec2k6-Os in repository toolchain/ci/glibc.
from 180d9bc324 manual: Fix some @code/@var formatting glitches chapter Date [...] adds ac3bda9a25 x86: Rename Intel CPU feature names adds ce62504488 hurd: Implement basic sched_get/setscheduler adds 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. adds b7dd366dbe math: Fix inaccuracy of j0f for x >= 2^127 when sin(x)+cos(x [...] adds 268ed383b5 manual: Fix strerrorname_np and strerrordesc_np return type [...] adds 3d3ab573a5 Linux: Use faccessat2 to implement faccessat (bug 18683) adds c318905e14 manual: Put the istrerrorname_np and strerrordesc_np return [...] adds 9bfc225078 math: Regenerate auto-libm-test-out-j0 adds 5ff35e9544 math: Update x86_64 ulps adds bad4a908ff manual: Fix sigdescr_np and sigabbrev_np return type (BZ #26343) adds 0be0845b7a S390: Regenerate ULPs. adds 12b2fd0ef9 aarch64: update ulps. adds 4a14cb87ca y2038: nptl: Convert pthread_{clock|timed}join_np to support [...] adds b3aa7976d0 Update kernel version to 5.8 in tst-mman-consts.py. adds 23a7896d06 Update build-many-glibcs.py for binutils ia64 obsoletion.
No new revisions were added by this update.
Summary of changes: hurd/Versions | 3 -- manual/errno.texi | 4 +- manual/signal.texi | 4 +- math/auto-libm-test-in | 2 + math/auto-libm-test-out-j0 | 25 +++++++++++ nptl/Makefile | 16 +------ nptl/pthreadP.h | 16 ++++++- nptl/pthread_clockjoin.c | 19 ++++++-- nptl/pthread_join_common.c | 19 ++++---- nptl/pthread_timedjoin.c | 18 +++++++- scripts/build-many-glibcs.py | 14 ++++-- sysdeps/aarch64/libm-test-ulps | 2 +- sysdeps/i386/i686/fpu/multiarch/libm-test-ulps | 6 +-- sysdeps/ieee754/flt-32/e_j0f.c | 17 ++++++- sysdeps/mach/hurd/brk.c | 16 +++---- sysdeps/mach/hurd/i386/libc.abilist | 1 - .../error_t.h => sysdeps/mach/hurd/i386/vm_param.h | 12 ++--- {posix => sysdeps/mach/hurd}/sched_gets.c | 8 ++-- {posix => sysdeps/mach/hurd}/sched_sets.c | 20 +++++++-- sysdeps/nptl/futex-internal.h | 52 ++++++++++++++++++++++ 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/s390/fpu/libm-test-ulps | 2 +- 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 + .../unix/sysv/linux/mips/mips64/n32/arch-syscall.h | 1 + .../unix/sysv/linux/mips/mips64/n64/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/nios2/arch-syscall.h | 1 + .../sysv/linux/powerpc/powerpc32/arch-syscall.h | 1 + .../sysv/linux/powerpc/powerpc64/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/riscv/rv64/arch-syscall.h | 1 + .../unix/sysv/linux/s390/s390-32/arch-syscall.h | 1 + .../unix/sysv/linux/s390/s390-64/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/sh/arch-syscall.h | 1 + .../unix/sysv/linux/sparc/sparc32/arch-syscall.h | 1 + .../unix/sysv/linux/sparc/sparc64/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/syscall-names.list | 5 ++- sysdeps/unix/sysv/linux/tst-mman-consts.py | 2 +- sysdeps/unix/sysv/linux/x86_64/64/arch-syscall.h | 1 + sysdeps/unix/sysv/linux/x86_64/x32/arch-syscall.h | 1 + sysdeps/x86/cpu-features.h | 18 ++++---- sysdeps/x86/tst-get-cpu-features.c | 12 ++--- sysdeps/x86_64/fpu/libm-test-ulps | 6 +-- 59 files changed, 291 insertions(+), 99 deletions(-) copy bits/types/error_t.h => sysdeps/mach/hurd/i386/vm_param.h (74%) copy {posix => sysdeps/mach/hurd}/sched_gets.c (88%) copy {posix => sysdeps/mach/hurd}/sched_sets.c (80%) 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%)