This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 5275fc784c Do not build sparc32 libgcc functions into static libc new 2a969b53c0 elf: Do not duplicate the GLIBC_TUNABLES string new f94446c38f elf: Do not set invalid tunables values
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: elf/dl-misc.c | 9 +- elf/dl-tunables.c | 113 +++++++------- elf/dl-tunables.h | 6 +- elf/tst-tunables.c | 96 +++++++++++- sysdeps/generic/dl-tunables-parse.h | 134 +++++++++++++++++ sysdeps/s390/cpu-features.c | 165 ++++++++------------- sysdeps/unix/sysv/linux/aarch64/cpu-features.c | 33 +++-- sysdeps/unix/sysv/linux/powerpc/cpu-features.c | 45 ++---- .../unix/sysv/linux/powerpc/tst-hwcap-tunables.c | 6 +- sysdeps/x86/Makefile | 2 + sysdeps/x86/cpu-tunables.c | 118 ++++++--------- sysdeps/x86/tst-hwcap-tunables.c | 148 ++++++++++++++++++ 12 files changed, 590 insertions(+), 285 deletions(-) create mode 100644 sysdeps/generic/dl-tunables-parse.h create mode 100644 sysdeps/x86/tst-hwcap-tunables.c