This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 5c37d20652 vfprintf-internal: Get rid of alloca. new 21841f0d56 PowerPC: Influence cpu/arch hwcap features via GLIBC_TUNABLES new 47b76f6d1d Update kernel version to 6.4 in header constant tests
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: manual/tunables.texi | 5 +- sysdeps/powerpc/cpu-features.c | 32 ----- sysdeps/powerpc/cpu-features.h | 28 ----- sysdeps/powerpc/dl-tunables.list | 3 + sysdeps/powerpc/hwcapinfo.c | 4 + .../powerpc32/power4/multiarch/ifunc-impl-list.c | 4 +- .../powerpc/powerpc32/power4/multiarch/init-arch.h | 10 +- sysdeps/powerpc/powerpc64/dl-machine.h | 2 - .../powerpc/powerpc64/multiarch/ifunc-impl-list.c | 7 +- sysdeps/unix/sysv/linux/powerpc/Makefile | 11 +- sysdeps/unix/sysv/linux/powerpc/cpu-features.c | 124 ++++++++++++++++++++ sysdeps/unix/sysv/linux/powerpc/cpu-features.h | 130 +++++++++++++++++++++ .../unix/sysv/linux/powerpc/tst-hwcap-tunables.c | 128 ++++++++++++++++++++ sysdeps/unix/sysv/linux/tst-mman-consts.py | 2 +- sysdeps/unix/sysv/linux/tst-mount-consts.py | 4 +- sysdeps/unix/sysv/linux/tst-pidfd-consts.py | 2 +- 16 files changed, 418 insertions(+), 78 deletions(-) delete mode 100644 sysdeps/powerpc/cpu-features.c delete mode 100644 sysdeps/powerpc/cpu-features.h create mode 100644 sysdeps/unix/sysv/linux/powerpc/cpu-features.c create mode 100644 sysdeps/unix/sysv/linux/powerpc/cpu-features.h create mode 100644 sysdeps/unix/sysv/linux/powerpc/tst-hwcap-tunables.c