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-aarch64-build_cross in repository toolchain/ci/glibc.
from 94bc766ec6 Add cast_to_pointer to cast an integer to void * pointer new fc335a0ded Bench: Add support for choose direction of memcpy in benchtests new 1b992204f6 x86: Improve memmove-vec-unaligned-erms.S new 79aec84102 Properly check stack alignment [BZ #27901]
The 3 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: benchtests/bench-memcpy-large.c | 50 ++++++++------ benchtests/bench-memcpy-walk.c | 33 +++++++--- benchtests/bench-memcpy.c | 76 ++++++++++++---------- sysdeps/generic/tst-stack-align.h | 40 ++++++++---- sysdeps/i386/i686/tst-stack-align.h | 44 ------------- sysdeps/i386/tst-stack-align.h | 41 ------------ sysdeps/powerpc/tst-stack-align.h | 27 ++------ .../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 ------------- 10 files changed, 139 insertions(+), 240 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