This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Os in repository toolchain/ci/glibc.
from b39d961c71 ChangeLog: Convert leading spaces to tabs adds 6b5c8607a4 ChangeLog: Correct excess and deficiency of spaces adds bae8cf0e93 stdlib/tst-secure-getenv: handle >64 groups adds 0e16969129 support: Add support_capture_subprogram adds ffe8a9a831 powerpc: Remove rt_sigreturn usage on context function adds a3ae315a8f mips: Remove rt_sigreturn usage on context function adds 1dac8bd6f2 powerpc: Use generic fabs{f} implementations adds 3a16dd780e powerpc: fma using builtins new 52faba65f8 powerpc: Fix format issue from 3a16dd780eeba602
The 1 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: ChangeLog | 154 +++++++++++------ stdlib/tst-secure-getenv.c | 19 ++- support/Makefile | 6 + support/capture_subprocess.h | 6 + support/subprocess.h | 49 ++++++ support/support_capture_subprocess.c | 80 +++++---- support/support_subprocess.c | 152 +++++++++++++++++ support/tst-support_capture_subprocess.c | 183 ++++++++++++++++++++- posix/tst-fnmatch4.c => support/xposix_spawn.c | 31 ++-- .../xposix_spawn_file_actions_addclose.c | 14 +- .../xposix_spawn_file_actions_adddup2.c | 15 +- argp/bits/argp-ldbl.h => support/xspawn.h | 22 ++- sysdeps/powerpc/fpu/s_fabs.S | 33 ---- sysdeps/powerpc/fpu/s_fabsf.S | 1 - sysdeps/powerpc/fpu/{s_fma.S => s_fma.c} | 13 +- sysdeps/powerpc/fpu/{s_fmaf.S => s_fmaf.c} | 13 +- sysdeps/unix/sysv/linux/mips/getcontext.S | 5 - sysdeps/unix/sysv/linux/mips/makecontext.S | 5 - sysdeps/unix/sysv/linux/mips/setcontext.S | 38 ----- sysdeps/unix/sysv/linux/mips/swapcontext.S | 5 - .../linux/powerpc/powerpc32/setcontext-common.S | 22 --- .../linux/powerpc/powerpc32/swapcontext-common.S | 23 --- .../unix/sysv/linux/powerpc/powerpc64/setcontext.S | 59 ------- .../sysv/linux/powerpc/powerpc64/swapcontext.S | 58 ------- 24 files changed, 601 insertions(+), 405 deletions(-) create mode 100644 support/subprocess.h create mode 100644 support/support_subprocess.c copy posix/tst-fnmatch4.c => support/xposix_spawn.c (66%) copy sysdeps/mach/hurd/res_enable_icmp.c => support/xposix_spawn_file_actions_addc [...] copy sysdeps/mach/hurd/res_enable_icmp.c => support/xposix_spawn_file_actions_addd [...] copy argp/bits/argp-ldbl.h => support/xspawn.h (64%) delete mode 100644 sysdeps/powerpc/fpu/s_fabs.S delete mode 100644 sysdeps/powerpc/fpu/s_fabsf.S rename sysdeps/powerpc/fpu/{s_fma.S => s_fma.c} (82%) rename sysdeps/powerpc/fpu/{s_fmaf.S => s_fmaf.c} (82%)