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_tk1/llvm-master-arm-spec2k6-O3 in repository toolchain/ci/glibc.
from b26901b26e Fix sysdeps/x86/fpu/s_ffma.c for 32-bit FMA processor case adds 4ae2b8a423 build-many-glibcs.py: add powerpc64le glibc variant without [...] adds 8807e560c0 Define __STDC_IEC_60559_BFP__ and __STDC_IEC_60559_COMPLEX__ adds 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: NEWS | 3 + benchtests/bench-memcmp.c | 21 +- elf/Makefile | 5 +- htl/pt-create.c | 7 +- include/stdc-predef.h | 4 + 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 ++- scripts/build-many-glibcs.py | 4 +- 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 +- 19 files changed, 233 insertions(+), 436 deletions(-) copy posix/{tst-sched_rr_get_interval.c => tst-sched_getaffinity.c} (54%) delete mode 100644 sysdeps/posix/spawni.c