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-aarch64 in repository toolchain/ci/glibc.
from 592b6d00aa stdio: Split __get_errname definition from errlist.c adds e3fdbe9f39 support: Add xmkfifo adds 096c27684a misc: Add syslog test adds 0cc15f45c9 misc: syslog: Fix indentation and style adds f9f5c70e7f misc: syslog: Simplify implementation adds a583b6add4 misc: syslog: Use fixed-sized buffer and remove memstream adds cac6b54ae2 misc: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355) adds ac0d208b54 misc: Use 64 bit time_t interfaces on syslog new 8804157ad9 x86: Optimize memcmp SSE2 in memcmp.S new 7cbc03d030 x86: Remove memcmp-sse4.S new 23102686ec x86: Cleanup page cross code in memcmp-avx2-movbe.S
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: misc/Makefile | 2 + misc/sys/syslog.h | 4 +- misc/syslog.c | 483 ++++++----- misc/tst-syslog.c | 473 +++++++++++ support/Makefile | 1 + support/{xchmod.c => xmkfifo.c} | 13 +- support/xunistd.h | 1 + sysdeps/x86_64/memcmp.S | 884 ++++++++++++--------- sysdeps/x86_64/memcmpeq.S | 2 +- sysdeps/x86_64/multiarch/Makefile | 4 +- sysdeps/x86_64/multiarch/ifunc-impl-list.c | 4 - sysdeps/x86_64/multiarch/ifunc-memcmp.h | 4 - sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S | 98 ++- sysdeps/x86_64/multiarch/memcmp-sse2.S | 4 +- sysdeps/x86_64/multiarch/memcmp-sse4.S | 803 ------------------- sysdeps/x86_64/multiarch/memcmpeq-sse2.S | 4 +- sysdeps/x86_64/multiarch/wmemcmp-c.c | 9 - .../x86_64/multiarch/wmemcmp-sse2.S | 11 +- .../x86_64/wmemcmp.S | 7 +- 19 files changed, 1317 insertions(+), 1494 deletions(-) create mode 100644 misc/tst-syslog.c copy support/{xchmod.c => xmkfifo.c} (79%) delete mode 100644 sysdeps/x86_64/multiarch/memcmp-sse4.S delete mode 100644 sysdeps/x86_64/multiarch/wmemcmp-c.c copy benchtests/bench-memset-zero-large.c => sysdeps/x86_64/multiarch/wmemcmp-sse2 [...] copy benchtests/bench-memset-zero-large.c => sysdeps/x86_64/wmemcmp.S (87%)