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_check_gcc/master-aarch64 in repository toolchain/ci/glibc.
from 309548bec3 Support C2X printf %b, %B new 2f9062d717 x86: Shrink memcmp-sse4.S code size new 6c1e3c0fd0 String: Split memcpy tests so that parallel build is faster
The 2 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: 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