This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 0b9d2d4a76 string: Hook up the default implementation on test-strrchr new 41f67ccbe9 S390: Influence hwcaps/stfle via GLIBC_TUNABLES.
The 1 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: manual/tunables.texi | 6 +- sysdeps/s390/cpu-features.c | 239 +++++++++++++++++++++ sysdeps/s390/cpu-features.h | 46 ++++ sysdeps/s390/dl-procinfo.c | 37 ++++ sysdeps/{aarch64 => s390}/dl-tunables.list | 6 +- sysdeps/s390/ldsodefs.h | 1 + .../{unix/sysv/linux/aarch64 => s390}/libc-start.c | 8 +- sysdeps/s390/multiarch/ifunc-impl-list.c | 13 +- sysdeps/s390/multiarch/ifunc-resolve.h | 41 +--- sysdeps/s390/s390-32/dl-machine.h | 9 + sysdeps/s390/s390-64/dl-machine.h | 8 + sysdeps/unix/sysv/linux/s390/sysconf.c | 29 +-- 12 files changed, 372 insertions(+), 71 deletions(-) create mode 100644 sysdeps/s390/cpu-features.c create mode 100644 sysdeps/s390/cpu-features.h copy sysdeps/{aarch64 => s390}/dl-tunables.list (88%) copy sysdeps/{unix/sysv/linux/aarch64 => s390}/libc-start.c (80%)