This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/glibc.
from 309548bec3 Support C2X printf %b, %B adds 2f9062d717 x86: Shrink memcmp-sse4.S code size adds 6c1e3c0fd0 String: Split memcpy tests so that parallel build is faster
No new revisions were added by this update.
Summary of changes: string/Makefile | 6 +- string/test-memcpy-large.c | 103 ++ string/test-memcpy-support.h | 168 +++ string/test-memcpy.c | 388 ++---- sysdeps/x86_64/multiarch/memcmp-sse4.S | 2267 +++++++++----------------------- 5 files changed, 1013 insertions(+), 1919 deletions(-) create mode 100644 string/test-memcpy-large.c create mode 100644 string/test-memcpy-support.h