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-Os_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 new 89edef7b39 hurd: Make recv* cancellation points
The 1 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: htl/Makefile | 10 ++-- htl/libpthread.a | 22 +-------- htl/libpthread_pic.a | 22 +-------- htl/{libpthread.a => libpthread_syms.a} | 3 +- nptl/Makefile | 17 +++---- scripts/build-many-glibcs.py | 2 +- sysdeps/mach/hurd/recv.c | 5 ++ sysdeps/mach/hurd/recvfrom.c | 22 ++++++--- sysdeps/mach/hurd/recvmsg.c | 23 +++++++-- sysdeps/powerpc/preconfigure | 62 ++++++++++++++++++++++--- sysdeps/powerpc/preconfigure.ac | 58 +++++++++++++++++++++++ sysdeps/pthread/Makefile | 17 ++++--- {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-cancelx11.c | 0 {nptl => sysdeps/pthread}/tst-cancelx21.c | 0 {nptl => sysdeps/pthread}/tst-cancelx6.c | 0 19 files changed, 180 insertions(+), 83 deletions(-) copy htl/{libpthread.a => libpthread_syms.a} (94%) create mode 100644 sysdeps/powerpc/preconfigure.ac 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-cancelx11.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx21.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx6.c (100%)