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-O2 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 new 5c8aa3849a malloc/tst-mallocfork2: Kill lingering process for unexpecte [...] new dfe9aa9156 support: Add support_process_state_wait new b3b6a40ab9 posix: Refactor tst-waitid (BZ #14666) new 6437fecca3 posix: Remove posix waitid
The 4 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/netdb.h | 8 +- malloc/tst-mallocfork2.c | 39 ++- 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/{posix => mach/hurd}/waitid.c | 70 +---- sysdeps/powerpc/bits/fenvinline.h | 32 +- 20 files changed, 535 insertions(+), 534 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%) rename sysdeps/{posix => mach/hurd}/waitid.c (65%)