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-vs-O3_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
No new revisions were added by this update.
Summary of changes: 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/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 33 files changed, 323 insertions(+), 334 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%)