This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-master-aarch64-spec2k6-O3_LTO in repository toolchain/ci/glibc.
from 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 new f721171632 Revert "x86_64: Add SSE sfp-exceptions" new 0798b8ecc8 ARC: Update syscall-names.list for ARC specific syscalls
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: NEWS | 6 +- iconvdata/Makefile | 17 ++- iconvdata/big5hkscs.c | 3 + iconvdata/tst-iconv-big5-hkscs-to-2ucs4.c | 160 +++++++++++++++++++++ include/sys/sysctl.h | 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/tst-fnmatch.input | 2 +- scripts/check-installed-headers.sh | 5 - 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/x86/bits/sysctl.h | 20 --- sysdeps/unix/sysv/linux/x86_64/x32/sysctl.c | 2 + sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk | 1 - 29 files changed, 289 insertions(+), 392 deletions(-) create mode 100644 iconvdata/tst-iconv-big5-hkscs-to-2ucs4.c delete mode 100644 include/sys/sysctl.h 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