This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/glibc.
from 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 new 8f42a98654 posix: Remove spawni.c new 8e2557a2b8 powerpc: Delete unneeded ELF_MACHINE_BEFORE_RTLD_RELOC
The 2 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: 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/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 +- 12 files changed, 194 insertions(+), 415 deletions(-) copy posix/{tst-sched_rr_get_interval.c => tst-sched_getaffinity.c} (54%) delete mode 100644 sysdeps/posix/spawni.c