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-O3_LTO in repository toolchain/ci/glibc.
from b790c8c2ed nios2: Fix Linux kABI for syscall return adds 77ad97356c Undefine redirections after long double definition on __LDBL [...] adds 218dad29e8 ldbl-128ibm-compat: Provide ieee128 symbols to narrow functions adds 74f614b70a ldbl-128ibm-compat: enforce correct abi flags on internal file adds bb05281822 ldbl-128ibm-compat: fixup subdir location of several funcs adds 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 [...]
No new revisions were added by this update.
Summary of changes: csu/init-first.c | 12 +- 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 | 29 +- math/math-narrow.h | 15 +- math/math.h | 75 ++- 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 ++++++--------------- support/Makefile | 3 + support/process_state.h | 43 ++ support/support_process_state.c | 92 ++++ support/tst-support-process_state.c | 105 ++++ support/{xstdio.h => xgetline.c} | 33 +- support/xstdio.h | 2 + sysdeps/generic/math-narrow-alias-float128.h | 32 ++ 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 | 53 +- sysdeps/ieee754/ldbl-128ibm-compat/Versions | 12 + .../math-narrow-alias-float128.h | 34 ++ .../ieee754/ldbl-128ibm-compat/math_ldbl.h | 24 +- .../ieee754/ldbl-128ibm-compat/s_nextafterf128.c | 22 +- .../ieee754/ldbl-128ibm-compat/s_nexttowardf128.c | 38 ++ .../ieee754/ldbl-128ibm-compat/s_significandf128.c | 25 +- sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h | 8 +- sysdeps/ieee754/ldbl-128ibm/ieee754.h | 68 ++- sysdeps/ieee754/ldbl-opt/Makefile | 4 +- .../ieee754/ldbl-opt/test-redirection-ldbl-64.c | 87 ++++ sysdeps/{posix => mach/hurd}/waitid.c | 70 +-- sysdeps/powerpc/bits/fenvinline.h | 32 +- 41 files changed, 1007 insertions(+), 650 deletions(-) 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/{xstdio.h => xgetline.c} (63%) create mode 100644 sysdeps/generic/math-narrow-alias-float128.h create mode 100644 sysdeps/ieee754/ldbl-128ibm-compat/math-narrow-alias-float128.h copy support/xstdio.h => sysdeps/ieee754/ldbl-128ibm-compat/math_ldbl.h (62%) copy support/xstdio.h => sysdeps/ieee754/ldbl-128ibm-compat/s_nextafterf128.c (64%) create mode 100644 sysdeps/ieee754/ldbl-128ibm-compat/s_nexttowardf128.c copy support/xstdio.h => sysdeps/ieee754/ldbl-128ibm-compat/s_significandf128.c (65%) create mode 100644 sysdeps/ieee754/ldbl-opt/test-redirection-ldbl-64.c rename sysdeps/{posix => mach/hurd}/waitid.c (65%)