This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-master-arm-spec2k6-O2_LTO in repository toolchain/ci/glibc.
from 319d2a7b60 Add GRND_INSECURE from Linux 5.6 to sys/random.h adds df76ff3a44 x32: Properly pass long to syscall [BZ #25810] adds 2102bec982 hurd: add mach_print function adds 00515ea3a1 linux: wait4: Fix incorrect return value comparison adds c4d4419433 posix: Add wait4 test case adds 076f09afba Linux: Remove <sys/sysctl.h> and the sysctl function adds 70dfcd9b6c Fix typo in posix/tst-fnmatch.input (Bug 25790) adds c580e6466d Reset converter state after second wchar_t output (Bug 25734) adds 4b850b1f29 i686: Add INTERNAL_SYSCALL_NCS 6 argument support adds c10dde0d2a Remove __NO_MATH_INLINES adds 460ee50de0 x86_64: Add SSE sfp-exceptions adds 019d828669 provide y2038 safe socket constants for default/asm-generic ABI adds f721171632 Revert "x86_64: Add SSE sfp-exceptions" adds 0798b8ecc8 ARC: Update syscall-names.list for ARC specific syscalls
No new revisions were added by this update.
Summary of changes: NEWS | 6 +- iconvdata/Makefile | 17 +- iconvdata/big5hkscs.c | 3 + iconvdata/tst-iconv-big5-hkscs-to-2ucs4.c | 160 ++++++++++++++++ include/sys/sysctl.h | 3 - mach/Versions | 3 + manual/math.texi | 6 - manual/sysinfo.texi | 144 -------------- math/Makefile | 4 - math/README.libm-test | 8 +- math/math.h | 7 - math/test-tgmath.c | 2 - math/test-tgmath2.c | 2 - posix/Makefile | 3 +- posix/tst-fnmatch.input | 2 +- posix/tst-wait4.c | 209 +++++++++++++++++++++ scripts/check-installed-headers.sh | 5 - sysdeps/mach/hurd/i386/libc.abilist | 1 + sysdeps/unix/sysv/linux/Makefile | 8 +- sysdeps/unix/sysv/linux/Versions | 2 + sysdeps/unix/sysv/linux/bits/socket-constants.h | 16 +- sysdeps/unix/sysv/linux/bits/sysctl.h | 1 - sysdeps/unix/sysv/linux/generic/sysctl.c | 32 ---- sysdeps/unix/sysv/linux/i386/sysdep.h | 79 +++++--- .../sysv/linux/microblaze/sysctl.c} | 17 +- .../sysv/linux/powerpc/powerpc64/le/sysctl.c} | 17 +- sysdeps/unix/sysv/linux/sys/sysctl.h | 76 -------- sysdeps/unix/sysv/linux/syscall-names.list | 3 + sysdeps/unix/sysv/linux/sysctl.c | 35 ++-- sysdeps/unix/sysv/linux/sysctl.mk | 3 - sysdeps/unix/sysv/linux/wait4.c | 19 +- sysdeps/unix/sysv/linux/x86/bits/sysctl.h | 20 -- sysdeps/unix/sysv/linux/x86_64/sysdep.h | 15 +- sysdeps/unix/sysv/linux/x86_64/x32/sysctl.c | 2 + sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk | 1 - sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h | 16 ++ 36 files changed, 538 insertions(+), 409 deletions(-) create mode 100644 iconvdata/tst-iconv-big5-hkscs-to-2ucs4.c delete mode 100644 include/sys/sysctl.h create mode 100644 posix/tst-wait4.c delete mode 100644 sysdeps/unix/sysv/linux/bits/sysctl.h delete mode 100644 sysdeps/unix/sysv/linux/generic/sysctl.c copy sysdeps/{generic/unwind-arch.h => unix/sysv/linux/microblaze/sysctl.c} (71%) copy sysdeps/{generic/unwind-arch.h => unix/sysv/linux/powerpc/powerpc64/le/sysctl [...] delete mode 100644 sysdeps/unix/sysv/linux/sys/sysctl.h delete mode 100644 sysdeps/unix/sysv/linux/sysctl.mk delete mode 100644 sysdeps/unix/sysv/linux/x86/bits/sysctl.h create mode 100644 sysdeps/unix/sysv/linux/x86_64/x32/sysctl.c delete mode 100644 sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk