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/gnu-master-aarch64-spec2k6-O3 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 new 8dbfea3a20 ldbl-128ibm-compat: Redirect long double functions to f128/i [...] new 39b47ada8d ldbl-128ibm-compat: Redirect complex math functions new f1a166b0d7 ldbl-128ibm-compat: Provide a significand implementation new d967237443 ldbl-128ibm-compat: Provide nexttoward functions new 77d5bddd8f ldbl-128ibm-compat: enforce ibm128 on compat tests new 4068b54c70 ldbl-128ibm-compat: link tst-ldbl-efgcvt against loader too
The 6 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/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 ++++++--------------- support/Makefile | 3 + support/process_state.h | 43 ++ support/support_process_state.c | 92 ++++ support/tst-support-process_state.c | 105 ++++ support/{xfopen.c => xgetline.c} | 20 +- support/xstdio.h | 2 + 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 +- 33 files changed, 682 insertions(+), 574 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/{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%)