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 4bab9ad854 htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2 adds 337a7b74fa hurd: Fix unwinding over interruptible RPC adds 3944c61bdf hurd: Make read and pread64 cancellable adds af27fabe40 htl: Fix tls initialization for already-created threads adds 15e995a8fb htl: Fix registration of atfork handlers in modules adds 314a431d37 htl: Enable more tests adds dd7a8ad7ba pthread: Move back linking rules to nptl and htl adds f112dcc506 hurd: document that gcc&gdb look at the trampoline code adds 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 new 533dd2acf7 Add "%d" support to _dl_debug_vdprintf
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: elf/dl-misc.c | 31 ++- htl/Makefile | 18 ++ htl/pt-alloc.c | 29 +++ nptl/Makefile | 53 ++--- sysdeps/aarch64/multiarch/Makefile | 2 +- sysdeps/aarch64/multiarch/memcpy_falkor.S | 162 ++++++++++++-- sysdeps/aarch64/multiarch/memmove_falkor.S | 225 ------------------- sysdeps/aarch64/strchr.S | 162 ++++++-------- sysdeps/aarch64/strchrnul.S | 136 +++++------- sysdeps/aarch64/strlen.S | 239 +++++---------------- sysdeps/htl/old_pt-atfork.c | 4 +- sysdeps/htl/pt-atfork.c | 10 + sysdeps/htl/pthreadP.h | 3 + sysdeps/mach/hurd/Makefile | 3 +- sysdeps/mach/hurd/Versions | 6 + sysdeps/mach/hurd/dl-sysdep.c | 5 + sysdeps/mach/hurd/htl/pt-sysdep.c | 3 + sysdeps/mach/hurd/i386/intr-msg.h | 2 + sysdeps/mach/hurd/i386/ld.abilist | 1 + sysdeps/mach/hurd/i386/localplt.data | 5 +- sysdeps/mach/hurd/i386/trampoline.c | 6 +- sysdeps/mach/hurd/not-cancel.h | 14 +- sysdeps/mach/hurd/pread64.c | 16 +- .../mach/hurd/{pread64.c => pread64_nocancel.c} | 10 +- sysdeps/mach/hurd/read.c | 12 +- sysdeps/mach/hurd/{read.c => read_nocancel.c} | 9 +- sysdeps/pthread/Makefile | 59 +++-- {nptl => sysdeps/pthread}/tst-_res1.c | 0 {nptl => sysdeps/pthread}/tst-_res1mod1.c | 0 {nptl => sysdeps/pthread}/tst-_res1mod2.c | 0 {nptl => sysdeps/pthread}/tst-atfork2.c | 0 {nptl => sysdeps/pthread}/tst-atfork2mod.c | 0 {nptl => sysdeps/pthread}/tst-fini1.c | 0 {nptl => sysdeps/pthread}/tst-fini1mod.c | 0 nptl/tst-tls4.c => sysdeps/pthread/tst-pt-tls4.c | 0 {nptl => sysdeps/pthread}/tst-tls4moda.c | 0 {nptl => sysdeps/pthread}/tst-tls4modb.c | 0 37 files changed, 530 insertions(+), 695 deletions(-) delete mode 100644 sysdeps/aarch64/multiarch/memmove_falkor.S copy sysdeps/mach/hurd/{pread64.c => pread64_nocancel.c} (84%) copy sysdeps/mach/hurd/{read.c => read_nocancel.c} (84%) rename {nptl => sysdeps/pthread}/tst-_res1.c (100%) rename {nptl => sysdeps/pthread}/tst-_res1mod1.c (100%) rename {nptl => sysdeps/pthread}/tst-_res1mod2.c (100%) rename {nptl => sysdeps/pthread}/tst-atfork2.c (100%) rename {nptl => sysdeps/pthread}/tst-atfork2mod.c (100%) rename {nptl => sysdeps/pthread}/tst-fini1.c (100%) rename {nptl => sysdeps/pthread}/tst-fini1mod.c (100%) rename nptl/tst-tls4.c => sysdeps/pthread/tst-pt-tls4.c (100%) rename {nptl => sysdeps/pthread}/tst-tls4moda.c (100%) rename {nptl => sysdeps/pthread}/tst-tls4modb.c (100%)