This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-master-arm-spec2k6-Os_LTO in repository toolchain/ci/glibc.
from 3de512be7e Prepare for glibc 2.32 release. adds 4c56bcbceb Open master branch for glibc 2.33 development. adds 7279f0a282 Sync intprops.h from Gnulib adds db10cd9e62 Sync mktime.c from Gnulib adds 6aa1160d16 Sync regex.h from Gnulib adds 70c609f303 Copy regex BITSET_WORD_BITS porting from Gnulib adds 2cc478ed1b Copy regex_internal.h from Gnulib adds 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)
No new revisions were added by this update.
Summary of changes: NEWS | 24 ++++++++++ hurd/Versions | 3 -- include/intprops.h | 17 ++++--- manual/errno.texi | 4 +- manual/signal.texi | 4 +- manual/time.texi | 20 ++++---- math/auto-libm-test-in | 2 + math/auto-libm-test-out-j0 | 25 ++++++++++ nptl/Makefile | 16 +------ posix/regex.c | 2 + posix/regex.h | 2 - posix/regex_internal.h | 53 +++++++++------------- scripts/build-many-glibcs.py | 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/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 + .../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/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 +-- time/mktime.c | 6 +-- version.h | 4 +- 59 files changed, 242 insertions(+), 134 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%)