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/gnu-master-arm-spec2k6-O3_LTO in repository toolchain/ci/glibc.
from d1f75e9644 AArch64: Merge Falkor memcpy and memmove implementations adds f7de454f20 aarch64: MTE compatible strchrnul adds 49beaaec1b aarch64: MTE compatible strchr adds a365ac45b7 aarch64: MTE compatible strlen adds 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
No new revisions were added by this update.
Summary of changes: elf/dl-misc.c | 31 ++- 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/aarch64/strchr.S | 162 +++++++--------- sysdeps/aarch64/strchrnul.S | 136 +++++--------- sysdeps/aarch64/strlen.S | 239 ++++++------------------ 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 23 files changed, 387 insertions(+), 444 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%)