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/gnu-master-arm-spec2k6-Os_LTO in repository toolchain/ci/glibc.
from a92ac9f494 ldbl-128ibm: make ieee754.h work with IEEE 128 long double adds 783e641fba csu: Use ELF constructor instead of _init in libc.so adds d423e17031 nss_nis: Use NSS_DECLARE_MODULE_FUNCTIONS adds f1a0840c15 powerpc: Refactor fenvinline.h adds 758599bc9d elf: Apply attribute_relro to pointers in elf/dl-minimal.c adds 5c8aa3849a malloc/tst-mallocfork2: Kill lingering process for unexpecte [...] adds dfe9aa9156 support: Add support_process_state_wait adds b3b6a40ab9 posix: Refactor tst-waitid (BZ #14666) adds 6437fecca3 posix: Remove posix waitid adds 8dbfea3a20 ldbl-128ibm-compat: Redirect long double functions to f128/i [...] adds 39b47ada8d ldbl-128ibm-compat: Redirect complex math functions adds f1a166b0d7 ldbl-128ibm-compat: Provide a significand implementation adds d967237443 ldbl-128ibm-compat: Provide nexttoward functions adds 77d5bddd8f ldbl-128ibm-compat: enforce ibm128 on compat tests adds 4068b54c70 ldbl-128ibm-compat: link tst-ldbl-efgcvt against loader too adds b5b7fb76e1 i386: Use comdat instead of .gnu.linkonce for i386 setup pic [...] new 0499a353a6 elf: Add elf/check-wx-segment, a test for the presence of WX [...] new 808cd69267 Add missing libc_hidden_def for __utimensat64 new 542160f0b6 Fixed typo in run_command_array() in support/shell-container.c new c592721a5b build-many-glibcs.py: Add --shallow option new feaa150680 build-many-glibcs.py: Add list-compilers, list-glibcs commands
The 5 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: csu/init-first.c | 12 +- elf/Makefile | 7 + elf/dl-minimal.c | 16 +- elf/soinit.c | 2 +- include/libc-internal.h | 2 +- include/libc-symbols.h | 23 + include/math.h | 9 +- include/netdb.h | 8 +- malloc/tst-mallocfork2.c | 39 +- math/bits/mathcalls-helper-functions.h | 18 +- math/bits/mathcalls.h | 9 +- math/complex.h | 21 +- math/math.h | 59 ++- nis/nss-nis.h | 1 + nis/nss_nis/nis-hosts.c | 17 +- nis/nss_nis/nis-network.c | 17 +- nis/nss_nis/nis-spwd.c | 16 +- posix/tst-waitid.c | 549 ++++++--------------- scripts/build-many-glibcs.py | 40 +- scripts/check-wx-segment.py | 85 ++++ support/Makefile | 3 + support/process_state.h | 43 ++ support/shell-container.c | 2 +- support/support_process_state.c | 92 ++++ support/tst-support-process_state.c | 105 ++++ support/{xfopen.c => xgetline.c} | 20 +- support/xstdio.h | 2 + sysdeps/i386/sysdep.h | 5 +- sysdeps/ieee754/ldbl-128/s_nexttoward.c | 4 +- sysdeps/ieee754/ldbl-128/s_nexttowardf.c | 4 +- sysdeps/ieee754/ldbl-128ibm-compat/Makefile | 10 + sysdeps/ieee754/ldbl-128ibm-compat/Versions | 4 + .../ldbl-128ibm-compat/s_nextafterf128.c} | 6 +- .../{w_scalbf128.c => s_nexttowardf128.c} | 25 +- .../{w_scalbf128.c => s_significandf128.c} | 10 +- sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h | 8 +- sysdeps/{posix => mach/hurd}/waitid.c | 70 +-- sysdeps/powerpc/bits/fenvinline.h | 32 +- sysdeps/sparc/Makefile | 9 + sysdeps/unix/sysv/linux/hppa/Makefile | 9 +- sysdeps/unix/sysv/linux/utimensat.c | 2 + 41 files changed, 829 insertions(+), 586 deletions(-) create mode 100644 scripts/check-wx-segment.py create mode 100644 support/process_state.h create mode 100644 support/support_process_state.c create mode 100644 support/tst-support-process_state.c copy support/{xfopen.c => xgetline.c} (71%) copy sysdeps/{aarch64/elf-initfini.h => ieee754/ldbl-128ibm-compat/s_nextafterf128 [...] copy sysdeps/ieee754/ldbl-128ibm-compat/{w_scalbf128.c => s_nexttowardf128.c} (57%) copy sysdeps/ieee754/ldbl-128ibm-compat/{w_scalbf128.c => s_significandf128.c} (81%) rename sysdeps/{posix => mach/hurd}/waitid.c (65%)