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/gnu-master-aarch64-spec2k6-O3_LTO in repository toolchain/ci/glibc.
from 533dd2acf7 Add "%d" support to _dl_debug_vdprintf adds bc9cf8fbe8 htl: Fix linking static tests by factorizing the symbols list adds 62d97c3432 htl: Enable more cancel tests adds c477beb2cc Use Linux 5.7 in build-many-glibcs.py. adds 146fea0764 powerpc: Automatic CPU detection in preconfigure adds 89edef7b39 hurd: Make recv* cancellation points adds ea5cad3e37 htl: Add noreturn attribute on __pthread_exit forward adds e2b9d562d1 htl: initialize first and prevent from unloading adds a50efac19a htl: Move cleanup stack to variable shared between libc and pthread adds 76fe4ef4be htl: Fix cleanup support for IO locking adds 662de0889a hurd: Make write and pwrite64 cancellation points adds 45fce058fe htl: Enable more cancellation tests adds 0c46891442 hurd: Make send* cancellation points adds c1dcc54113 hurd: Fix __writev_nocancel_nostatus adds e221c512c7 ld.so: Check for new cache format first and enhance corrupti [...] adds 27bf5e9506 manual: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_np adds e93c264336 ieee754/dbl-64: Reduce the scope of temporary storage variables adds b67339d0bb Update syscall-names.list for Linux 5.7.
No new revisions were added by this update.
Summary of changes: elf/dl-cache.c | 27 ++-- htl/Makefile | 11 +- htl/Versions | 1 + htl/forward.c | 4 +- htl/libc_pthread_init.c | 2 + htl/libpthread.a | 22 +-- htl/libpthread_pic.a | 22 +-- htl/{libpthread.a => libpthread_syms.a} | 3 +- htl/pt-alloc.c | 2 - htl/pt-cleanup.c | 2 +- htl/pt-internal.h | 4 +- manual/threads.texi | 72 ++++++++++ nptl/Makefile | 18 +-- scripts/build-many-glibcs.py | 2 +- sysdeps/htl/libc-lockP.h | 33 +++++ sysdeps/htl/pthread-functions.h | 4 +- sysdeps/{generic => htl}/stdio-lock.h | 21 +-- sysdeps/ieee754/dbl-64/dla.h | 34 ++--- sysdeps/ieee754/dbl-64/doasin.c | 15 +-- sysdeps/ieee754/dbl-64/dosincos.c | 70 +++++----- sysdeps/ieee754/dbl-64/e_atan2.c | 89 ++++++------- sysdeps/ieee754/dbl-64/e_sqrt.c | 4 +- sysdeps/ieee754/dbl-64/s_atan.c | 56 ++++---- sysdeps/ieee754/dbl-64/s_tan.c | 148 +++++++++------------ sysdeps/mach/hurd/Makefile | 6 +- sysdeps/mach/hurd/Versions | 2 + sysdeps/mach/hurd/dl-sysdep.c | 2 + sysdeps/mach/hurd/i386/localplt.data | 3 +- sysdeps/mach/hurd/not-cancel.h | 20 ++- sysdeps/mach/hurd/pwrite64.c | 16 +-- .../mach/hurd/{pwrite64.c => pwrite64_nocancel.c} | 10 +- sysdeps/mach/hurd/recv.c | 5 + sysdeps/mach/hurd/recvfrom.c | 22 ++- sysdeps/mach/hurd/recvmsg.c | 23 +++- sysdeps/mach/hurd/send.c | 4 + sysdeps/mach/hurd/sendmsg.c | 3 + sysdeps/mach/hurd/sendto.c | 3 + sysdeps/mach/hurd/write.c | 13 +- sysdeps/mach/hurd/{write.c => write_nocancel.c} | 9 +- ...ancel_nostatus.c => writev_nocancel_nostatus.c} | 12 +- sysdeps/posix/writev.c | 2 + sysdeps/posix/writev_nocancel.c | 4 + sysdeps/powerpc/preconfigure | 62 ++++++++- sysdeps/powerpc/preconfigure.ac | 58 ++++++++ sysdeps/pthread/Makefile | 19 ++- .../pthread}/tst-cancel-self-cancelstate.c | 0 {nptl => sysdeps/pthread}/tst-cancel-self.c | 0 {nptl => sysdeps/pthread}/tst-cancel11.c | 0 {nptl => sysdeps/pthread}/tst-cancel21-static.c | 0 {nptl => sysdeps/pthread}/tst-cancel21.c | 0 {nptl => sysdeps/pthread}/tst-cancel6.c | 0 {nptl => sysdeps/pthread}/tst-cancel9.c | 0 {nptl => sysdeps/pthread}/tst-cancelx11.c | 0 {nptl => sysdeps/pthread}/tst-cancelx21.c | 0 {nptl => sysdeps/pthread}/tst-cancelx6.c | 0 {nptl => sysdeps/pthread}/tst-cancelx9.c | 0 sysdeps/unix/sysv/linux/syscall-names.list | 4 +- 57 files changed, 584 insertions(+), 384 deletions(-) copy htl/{libpthread.a => libpthread_syms.a} (94%) copy sysdeps/{generic => htl}/stdio-lock.h (77%) copy sysdeps/mach/hurd/{pwrite64.c => pwrite64_nocancel.c} (84%) copy sysdeps/mach/hurd/{write.c => write_nocancel.c} (82%) copy sysdeps/mach/hurd/{close_nocancel_nostatus.c => writev_nocancel_nostatus.c} (79%) create mode 100644 sysdeps/posix/writev_nocancel.c create mode 100644 sysdeps/powerpc/preconfigure.ac rename {nptl => sysdeps/pthread}/tst-cancel-self-cancelstate.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel-self.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel11.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel21-static.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel21.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel6.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel9.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx11.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx21.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx6.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx9.c (100%)