This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/glibc.
from 26492c0a14 Annotate additional APIs with GCC attribute access. adds 3bf0b4f2cd Use the correct diagnostic macro. adds 69e0a5eb0d Run $(objpfx)iconvconfig with $(run-program-prefix) [BZ #27477] adds db373e4c57 Remove architecture specific sched_cpucount optimizations adds 903bc7dcc2 linux: Use sched_getaffinity for __get_nprocs (BZ #27645) adds f13fb81ad3 linux: Remove /proc/cpuinfo fallback on alpha and sparc adds 330001202a misc: use _fitoa_word to implement __fd_to_filename. adds 0fb3dadca2 linux: use fd_to_filename instead of _fitoa_word in ttyname_r. adds 05ae46ee7a linux: implement ttyname as a wrapper around ttyname_r. adds 310be3cc09 malloc: Make tunable callback functions static adds 17a73a6d8b powerpc64le: Fix ifunc selection for memset, memmove, bzero [...] new 6ea916adfa x86-64: Fix an unknown vector operation in memchr-evex.S
The 1 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: iconv/Makefile | 5 +- include/bits/cpu-set.h | 8 + include/unistd.h | 4 +- malloc/arena.c | 4 +- misc/fd_to_filename.c | 7 +- posix/sched_cpucount.c | 41 ++-- sysdeps/i386/i686/multiarch/sched_cpucount.c | 1 - sysdeps/ia64/sched_cpucount.c | 20 -- sysdeps/powerpc/powerpc64/multiarch/bcopy.c | 8 +- sysdeps/powerpc/powerpc64/multiarch/bzero.c | 3 +- .../powerpc/powerpc64/multiarch/ifunc-impl-list.c | 20 +- sysdeps/powerpc/powerpc64/multiarch/memmove.c | 8 +- sysdeps/powerpc/powerpc64/multiarch/memset.c | 3 +- sysdeps/powerpc/sched_cpucount.c | 22 -- sysdeps/unix/sysv/linux/alpha/getsysstats.c | 57 ----- sysdeps/unix/sysv/linux/getsysstats.c | 239 ++------------------- sysdeps/unix/sysv/linux/m68k/getsysstats.c | 37 ---- sysdeps/unix/sysv/linux/microblaze/getsysstats.c | 34 --- sysdeps/unix/sysv/linux/mips/getsysstats.c | 36 ---- sysdeps/unix/sysv/linux/sparc/getsysstats.c | 55 ----- sysdeps/unix/sysv/linux/test-errno-linux.c | 2 +- sysdeps/unix/sysv/linux/ttyname.c | 170 ++------------- sysdeps/unix/sysv/linux/ttyname_r.c | 10 +- sysdeps/x86_64/multiarch/memchr-evex.S | 2 +- sysdeps/x86_64/multiarch/sched_cpucount.c | 36 ---- sysdeps/x86_64/sched_cpucount.c | 25 --- 26 files changed, 95 insertions(+), 762 deletions(-) delete mode 100644 sysdeps/i386/i686/multiarch/sched_cpucount.c delete mode 100644 sysdeps/ia64/sched_cpucount.c delete mode 100644 sysdeps/powerpc/sched_cpucount.c delete mode 100644 sysdeps/unix/sysv/linux/alpha/getsysstats.c delete mode 100644 sysdeps/unix/sysv/linux/m68k/getsysstats.c delete mode 100644 sysdeps/unix/sysv/linux/microblaze/getsysstats.c delete mode 100644 sysdeps/unix/sysv/linux/mips/getsysstats.c delete mode 100644 sysdeps/unix/sysv/linux/sparc/getsysstats.c delete mode 100644 sysdeps/x86_64/multiarch/sched_cpucount.c delete mode 100644 sysdeps/x86_64/sched_cpucount.c