[PATCH v2 0/6] Reliable CPU compatibility diagnostics in ld.so
Florian Weimer
fweimer@redhat.com
Fri Jan 14 16:51:48 GMT 2022
v2: Rebased after the first two patches went. New first patch to reflow
elf/Makefile. configure option has been renamed.
Florian Weimer (6):
elf/Makefile: Reflow and sort most variable assignments
elf: Split dl-printf.c from dl-misc.c
Add --with-rtld-early-cflags configure option
powerpc64le: Use <gcc-macros.h> in early HWCAP check
x86: Add x86-64-vN check to early startup
s390x: Use <gcc-macros.h> in early HWCAP check
INSTALL | 8 +
config.make.in | 1 +
configure | 13 +
configure.ac | 6 +
elf/Makefile | 429 +++++++++++++-----
elf/dl-misc.c | 281 +-----------
elf/dl-printf.c | 292 ++++++++++++
manual/install.texi | 7 +
sysdeps/powerpc/powerpc64/le/dl-hwcap-check.h | 9 +-
sysdeps/s390/s390-64/dl-hwcap-check.h | 5 +-
sysdeps/x86/Makefile | 1 +
sysdeps/x86/dl-get-cpu-features.c | 31 +-
12 files changed, 697 insertions(+), 386 deletions(-)
create mode 100644 elf/dl-printf.c
base-commit: ef7c6d42fe163a5e49a478c43e655ce4633fa5ba
--
2.34.1
More information about the Libc-alpha
mailing list