This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_apm/llvm-master-aarch64-spec2k6-Os in repository toolchain/ci/glibc.
from a1c056c9d0 benchtests: Improve reliability of memcmp benchmarks adds 15e6d6785a Avoid warning: overriding recipe for .../tst-ro-dynamic-mod.so adds 1cc205c510 htl: make pthread_sigstate read/write set/oset outside sigst [...] adds 514638699d htl: Fix sigset of main thread adds 11a02b035b misc: Add __get_nprocs_sched adds 33099d72e4 linux: Simplify get_nprocs adds 342298278e linux: Revert the use of sched_getaffinity on get_nproc (BZ #28310) adds b0a33dc967 Disable symbol hack in libc_nonshared.a adds 8f42a98654 posix: Remove spawni.c adds 8e2557a2b8 powerpc: Delete unneeded ELF_MACHINE_BEFORE_RTLD_RELOC
No new revisions were added by this update.
Summary of changes: elf/Makefile | 5 +- htl/pt-create.c | 7 +- include/sys/sysinfo.h | 7 +- malloc/arena.c | 2 +- misc/getsysstats.c | 6 + posix/Makefile | 3 +- ...d_rr_get_interval.c => tst-sched_getaffinity.c} | 37 ++- sysdeps/generic/symbol-hacks.h | 3 +- sysdeps/mach/getsysstats.c | 6 + sysdeps/mach/hurd/htl/pt-sigstate.c | 16 +- sysdeps/posix/spawni.c | 343 --------------------- sysdeps/powerpc/powerpc32/dl-machine.h | 2 - sysdeps/powerpc/powerpc64/dl-machine.h | 2 - sysdeps/unix/sysv/linux/getsysstats.c | 195 +++++++++--- sysdeps/wordsize-32/divdi3-symbol-hacks.h | 3 +- 15 files changed, 213 insertions(+), 424 deletions(-) copy posix/{tst-sched_rr_get_interval.c => tst-sched_getaffinity.c} (54%) delete mode 100644 sysdeps/posix/spawni.c