This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/glibc.
from 5ad1a81c8e misc: syslog: Use static const for AF_UNIX address adds 5d61fc2021 powerpc: Add missing registers to clobbers list for syscalls [...] adds 1a8605b6cd x86: Update large memcpy case in memmove-vec-unaligned-erms.S adds cd6ae7ea54 Set the retain attribute on _elf_set_element if CC supports [...] adds 81cbc3bcae x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.c
No new revisions were added by this update.
Summary of changes: benchtests/bench-memcpy-large.c | 8 +- config.h.in | 3 + configure | 59 ++++ configure.ac | 21 ++ include/libc-symbols.h | 14 +- libio/Makefile | 28 ++ libio/tst-cleanup-default-static.c | 1 + libio/tst-cleanup-default.c | 1 + libio/tst-cleanup-nostart-stop-gc-static.c | 1 + libio/tst-cleanup-nostart-stop-gc.c | 1 + libio/tst-cleanup-start-stop-gc-static.c | 1 + libio/tst-cleanup-start-stop-gc.c | 1 + debug/chk_fail.c => libio/tst-cleanup.c | 20 +- libio/tst-cleanup.exp | 1 + string/test-memcpy.c | 61 ++-- string/test-memmove.c | 68 +++-- sysdeps/unix/sysv/linux/powerpc/sysdep.h | 9 +- .../x86_64/multiarch/memmove-vec-unaligned-erms.S | 338 ++++++++++++++++----- 18 files changed, 493 insertions(+), 143 deletions(-) create mode 100644 libio/tst-cleanup-default-static.c create mode 100644 libio/tst-cleanup-default.c create mode 100644 libio/tst-cleanup-nostart-stop-gc-static.c create mode 100644 libio/tst-cleanup-nostart-stop-gc.c create mode 100644 libio/tst-cleanup-start-stop-gc-static.c create mode 100644 libio/tst-cleanup-start-stop-gc.c copy debug/chk_fail.c => libio/tst-cleanup.c (76%) create mode 100644 libio/tst-cleanup.exp