]> git.ipfire.org Git - thirdparty/glibc.git/commit
s390: Move hwcaps/platform names out of _rtld_global_ro
authorFlorian Weimer <fweimer@redhat.com>
Thu, 25 Aug 2022 14:34:20 +0000 (16:34 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 25 Aug 2022 19:33:12 +0000 (21:33 +0200)
commit5ecc98241229d494aaad23a4a3fe106fe11e1f40
tree96d65b3208bb8ce7b0cc2ff41571d09d761e1623
parent89baed0b93639180fd7d0ba922873b003649c7af
s390: Move hwcaps/platform names out of _rtld_global_ro

Changes to these arrays are often backported to stable releases,
but additions to these arrays shift the offsets of the following
_rltd_global_ro members, thus breaking the GLIBC_PRIVATE ABI.

Obviously, this change is itself an internal ABI break, but at least
it will avoid further ABI breaks going forward.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
sysdeps/s390/Makefile
sysdeps/s390/dl-procinfo-s390.c [new file with mode: 0644]
sysdeps/s390/dl-procinfo.c
sysdeps/s390/dl-procinfo.h
sysdeps/unix/sysv/linux/s390/dl-procinfo.h