This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-master-aarch64-spec2k6-O3_VECT 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 adds 0b82747dc4 Avoid extra load with CAS in __pthread_mutex_lock_full [BZ #28537] adds 49302b8fdf Avoid extra load with CAS in __pthread_mutex_clocklock_commo [...] adds d672a98a1a Add LLL_MUTEX_READ_LOCK [BZ #28537] adds afbf26492a tst-tzset: output reason when creating 4GiB file fails adds cbcd65c8b5 Add a comment for --enable-initfini-array [BZ #27945]
No new revisions were added by this update.
Summary of changes: nptl/pthread_mutex_lock.c | 17 +- nptl/pthread_mutex_timedlock.c | 10 +- scripts/build-many-glibcs.py | 4 +- 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 +++++++++----------------------- timezone/tst-tzset.c | 8 + 9 files changed, 1041 insertions(+), 1930 deletions(-) create mode 100644 string/test-memcpy-large.c create mode 100644 string/test-memcpy-support.h