]> git.ipfire.org Git - thirdparty/glibc.git/commit
elf: Avoid RELATIVE relocation for _dl_sysinfo
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 18 Jan 2021 11:45:46 +0000 (11:45 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 19 Jan 2021 14:38:28 +0000 (06:38 -0800)
commitcabc8a291629011894ff5d1dc4ec7e25ecee6269
treeff5468cc18c3bd7eb82524a98f239db8e8dca095
parent0ec583d926f9d4744918bd191cc7b8c3a74515a1
elf: Avoid RELATIVE relocation for _dl_sysinfo

Set the default _dl_sysinfo in _dl_aux_init to avoid RELATIVE relocation
in static PIE.

This is needed for fixing bug 27072 on x86.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
elf/dl-support.c