This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-aarch64-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 adds 52faba65f8 powerpc: Fix format issue from 3a16dd780eeba602 new 9bf8e29ca1 malloc: make malloc fail with requests larger than PTRDIFF_M [...]
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 | 188 +++++++++++++++------ NEWS | 6 + malloc/hooks.c | 17 +- malloc/malloc.c | 112 ++++++------ malloc/malloc.h | 17 +- malloc/tst-malloc-too-large.c | 49 ++++++ malloc/tst-memalign.c | 10 ++ malloc/tst-posix_memalign.c | 10 ++ malloc/tst-pvalloc.c | 10 ++ malloc/tst-reallocarray.c | 27 ++- malloc/tst-valloc.c | 10 ++ stdlib/stdlib.h | 13 +- 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 ------- 35 files changed, 828 insertions(+), 493 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%)