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-master-arm-spec2k6-O2 in repository toolchain/ci/glibc.
from e6e2424390 Fix malloc tests build with GCC 10. adds 80b2bfb535 Benchmark strstr hard needles new 5e0a7ecb66 Improve performance of strstr new 680942b016 Improve performance of memmem new 4e75c2a43b <sys/cdefs.h>: Add __glibc_has_include macro new 5dad6ffbb2 <sys/stat.h>: Use Linux UAPI header for statx if available a [...]
The 4 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: ChangeLog | 38 +++++ benchtests/bench-strstr.c | 79 ++++++++++ .../bits/statx-generic.h | 3 +- include/bits/types/struct_statx.h | 1 + include/bits/types/struct_statx_timestamp.h | 1 + io/Makefile | 4 +- io/bits/statx-generic.h | 60 ++++++++ io/bits/statx.h | 73 +-------- io/bits/{statx.h => types/struct_statx.h} | 46 +----- .../bits/types/struct_statx_timestamp.h | 25 ++-- io/statx_generic.c | 11 +- misc/sys/cdefs.h | 6 + string/memmem.c | 127 ++++++++++------ string/str-two-way.h | 9 +- string/strstr.c | 165 +++++++++++++++------ .../unix/sysv/linux/bits/statx.h | 26 ++-- 16 files changed, 441 insertions(+), 233 deletions(-) copy sysdeps/ieee754/float128/e_lgammaf128_r.c => include/bits/statx-generic.h (52%) create mode 100644 include/bits/types/struct_statx.h create mode 100644 include/bits/types/struct_statx_timestamp.h create mode 100644 io/bits/statx-generic.h copy io/bits/{statx.h => types/struct_statx.h} (58%) copy nptl/pthread_mutex_conf.h => io/bits/types/struct_statx_timestamp.h (66%) copy nptl/pthread_mutex_conf.h => sysdeps/unix/sysv/linux/bits/statx.h (63%)