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 94bc766ec6 Add cast_to_pointer to cast an integer to void * pointer adds fc335a0ded Bench: Add support for choose direction of memcpy in benchtests adds 1b992204f6 x86: Improve memmove-vec-unaligned-erms.S adds 79aec84102 Properly check stack alignment [BZ #27901] new 7de36744ee powerpc: Fix handling of scv return error codes [BZ #27892] new 709e3709a0 testrun.sh: Improve --help message new 3b638095a5 nptl: Do not install libpthread.so and do not link tests with it new ac0353af81 Linux: Remove remaining references to $(shared-thread-library) new bfbdfe4eab tst-mallinfo2.c: Use correct multiple for total variable
The 5 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: Makefile | 9 ++- benchtests/bench-memcpy-large.c | 50 ++++++++------ benchtests/bench-memcpy-walk.c | 33 +++++++--- benchtests/bench-memcpy.c | 76 ++++++++++++---------- malloc/tst-mallinfo2.c | 4 +- nptl/Makefile | 50 ++++---------- sysdeps/generic/tst-stack-align.h | 40 ++++++++---- sysdeps/i386/i686/tst-stack-align.h | 44 ------------- sysdeps/i386/tst-stack-align.h | 41 ------------ sysdeps/mips/Makefile | 2 - sysdeps/nptl/Makeconfig | 8 ++- sysdeps/powerpc/powerpc64/sysdep.h | 5 +- sysdeps/powerpc/tst-stack-align.h | 27 ++------ sysdeps/unix/sysv/linux/Makefile | 6 -- sysdeps/unix/sysv/linux/i386/Makefile | 1 - .../m680x0/unwind-arch.h => x86/tst-stack-align.h} | 16 +++-- .../x86_64/multiarch/memmove-vec-unaligned-erms.S | 6 +- sysdeps/x86_64/tst-stack-align.h | 46 ------------- 18 files changed, 169 insertions(+), 295 deletions(-) delete mode 100644 sysdeps/i386/i686/tst-stack-align.h delete mode 100644 sysdeps/i386/tst-stack-align.h copy sysdeps/{m68k/m680x0/unwind-arch.h => x86/tst-stack-align.h} (70%) delete mode 100644 sysdeps/x86_64/tst-stack-align.h