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-master-aarch64-spec2k6-Oz_LTO in repository toolchain/ci/glibc.
from e6e2424390 Fix malloc tests build with GCC 10. adds 80b2bfb535 Benchmark strstr hard needles adds 5e0a7ecb66 Improve performance of strstr adds 680942b016 Improve performance of memmem adds 4e75c2a43b <sys/cdefs.h>: Add __glibc_has_include macro adds 5dad6ffbb2 <sys/stat.h>: Use Linux UAPI header for statx if available a [...] new 744e829637 Linux: Deprecate <sys/sysctl.h> and sysctl new cfa611447b libio: freopen of default streams crashes in old programs [B [...]
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: ChangeLog | 57 +++++++ NEWS | 5 + 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 + include/sys/sysctl.h | 10 -- 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 +- libio/freopen.c | 2 +- libio/libioP.h | 5 + misc/sys/cdefs.h | 6 + scripts/check-installed-headers.sh | 24 +-- string/memmem.c | 127 ++++++++++------ string/str-two-way.h | 9 +- string/strstr.c | 165 +++++++++++++++------ .../unix/sysv/linux/bits/statx.h | 26 ++-- sysdeps/unix/sysv/linux/sys/sysctl.h | 5 +- sysdeps/unix/sysv/linux/sysctl.c | 4 +- 23 files changed, 479 insertions(+), 269 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%)