This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_apm/llvm-master-arm-spec2k6-Oz in repository toolchain/ci/glibc.
from 3387c40a8b Update syscall lists for Linux 5.15 adds 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
No new revisions were added by this update.
Summary of changes: NEWS | 4 + manual/stdio.texi | 30 +- nptl/pthread_mutex_lock.c | 17 +- nptl/pthread_mutex_timedlock.c | 10 +- stdio-common/Makefile | 3 +- stdio-common/printf-parsemb.c | 2 + stdio-common/tst-printf-binary-main.c | 130 ++ .../tst-printf-binary.c | 13 +- stdio-common/tst-printf.c | 2 +- stdio-common/tst-printf.sh | 4 +- stdio-common/vfprintf-internal.c | 48 +- 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 + wcsmbs/Makefile | 3 +- .../tst-wprintf-binary.c | 13 +- 19 files changed, 1247 insertions(+), 1972 deletions(-) create mode 100644 stdio-common/tst-printf-binary-main.c copy elf/dl-diagnostics-cpu.c => stdio-common/tst-printf-binary.c (77%) create mode 100644 string/test-memcpy-large.c create mode 100644 string/test-memcpy-support.h copy elf/dl-diagnostics-cpu.c => wcsmbs/tst-wprintf-binary.c (75%)