This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-aarch64-spec2k6-Os in repository toolchain/ci/glibc.
from 16f87cfd63 String benchtest cleanup adds 86140c6223 Avoid fall-through in test-container if execlp fails. adds 0538372096 Fix -Wempty-body warnings in glibc. adds 107562682c Adjust wording of two fall-through comments. adds 85bd1ddbdf RISC-V: Fix elfutils testsuite unwind failures. new 24ca04febe benchtests: Remove useless ORIG_SRC in memmove benchmarks new 3904fd85d3 Add malloc micro benchmark new 20d0195c71 Add missing bench-malloc-simple.c file. new eb76e5b465 nptl: Reinstate pthread_timedjoin_np as a cancellation point [...] new 712182c8dc Fix fall-through warnings in sunrpc/xdr.c. new 56a731d4ad Avoid readline conflicts in pexpect
The 6 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: ChangeLog | 93 ++++++++++ benchtests/Makefile | 18 +- benchtests/bench-malloc-simple.c | 188 +++++++++++++++++++++ benchtests/bench-memmove-large.c | 8 +- benchtests/bench-memmove.c | 8 +- catgets/gencat.c | 4 +- elf/Makefile | 2 +- elf/tst-unwind-main.c | 28 ++- iconvdata/cns11643.h | 3 +- include/stap-probe.h | 10 +- libio/libio.h | 2 +- nis/nis_call.c | 1 + nptl/Makefile | 8 +- nptl/lll_timedwait_tid.c | 70 -------- nptl/pthread_join_common.c | 61 ++++++- nptl/tst-join5.c | 92 ++++------ .../x32/tst-size_t-wcsnlen.c => nptl/tst-join8.c | 6 +- .../x32/tst-size_t-wcsnlen.c => nptl/tst-join9.c | 7 +- nptl/tst-unwind-thread.c | 2 + scripts/test_printers_common.py | 4 + sunrpc/xdr.c | 7 +- support/test-container.c | 1 + sysdeps/nptl/lowlevellock-futex.h | 7 + sysdeps/nptl/lowlevellock.h | 26 --- sysdeps/sparc/sparc32/lll_timedwait_tid.c | 1 - sysdeps/sparc/sparc32/lowlevellock.c | 40 ----- sysdeps/unix/sysv/linux/i386/lll_timedwait_tid.c | 1 - sysdeps/unix/sysv/linux/i386/lowlevellock.S | 66 -------- sysdeps/unix/sysv/linux/i386/lowlevellock.h | 25 --- sysdeps/unix/sysv/linux/lowlevellock-futex.h | 7 + sysdeps/unix/sysv/linux/riscv/clone.S | 5 + sysdeps/unix/sysv/linux/sparc/lowlevellock.h | 25 --- sysdeps/unix/sysv/linux/x86_64/lll_timedwait_tid.c | 1 - sysdeps/unix/sysv/linux/x86_64/lowlevellock.S | 83 --------- sysdeps/unix/sysv/linux/x86_64/lowlevellock.h | 25 --- 35 files changed, 478 insertions(+), 457 deletions(-) create mode 100644 benchtests/bench-malloc-simple.c delete mode 100644 nptl/lll_timedwait_tid.c copy sysdeps/x86_64/x32/tst-size_t-wcsnlen.c => nptl/tst-join8.c (86%) copy sysdeps/x86_64/x32/tst-size_t-wcsnlen.c => nptl/tst-join9.c (83%) create mode 100644 nptl/tst-unwind-thread.c delete mode 100644 sysdeps/sparc/sparc32/lll_timedwait_tid.c delete mode 100644 sysdeps/unix/sysv/linux/i386/lll_timedwait_tid.c delete mode 100644 sysdeps/unix/sysv/linux/x86_64/lll_timedwait_tid.c