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 224b419d1e Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliases adds b5eeca8cfd Fix parsing of /sys/devices/system/cpu/online (bug 25859) adds f88242af19 S390: Derive float_t from FLT_EVAL_METHOD adds 0d4ed9d40e elf: Fix incorrect comparison in sort_priorities_by_name new 4b2e40a925 Handle out-of-memory case in svc_tcp.c/svc_unix.c:rendezvous [...] new 1bb8d05b9c elf: Fix run-time dependencies of tst-dlopen-fail-2 new fdf8fbca45 s390x: Add glibc-hwcaps support new 880433de13 elf: Include <sys/param.h> in cache.c
The 4 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: NEWS | 7 ++ elf/Makefile | 4 +- elf/cache.c | 1 + elf/dl-hwcaps.c | 2 +- elf/tst-glibc-hwcaps-cache.script | 10 +++ include/rpc/svc.h | 1 + sunrpc/svc.c | 10 ++- sunrpc/svc_tcp.c | 8 +++ sunrpc/svc_unix.c | 8 +++ sysdeps/s390/bits/flt-eval-method.h | 24 ------- sysdeps/s390/s390-64/Makefile | 39 ++++++++++ .../le => s390/s390-64}/dl-hwcaps-subdirs.c | 30 +++++--- sysdeps/s390/s390-64/tst-glibc-hwcaps.c | 82 ++++++++++++++++++++++ sysdeps/unix/sysv/linux/getsysstats.c | 5 +- 14 files changed, 189 insertions(+), 42 deletions(-) delete mode 100644 sysdeps/s390/bits/flt-eval-method.h copy sysdeps/{powerpc/powerpc64/le => s390/s390-64}/dl-hwcaps-subdirs.c (58%) create mode 100644 sysdeps/s390/s390-64/tst-glibc-hwcaps.c