musl/ldso
Rich Felker 6f3ead0ae1 process DT_RELR relocations in ldso-startup/static-pie
commit d32dadd60e added DT_RELR
processing for programs and shared libraries processed by the dynamic
linker, but left them unsupported in the dynamic linker itseld and in
static pie binaries, which self-relocate via code in dlstart.c.

add the equivalent processing to this code path so that there are not
arbitrary restrictions on where the new packed relative relocation
form can be used.
2022-09-12 08:30:36 -04:00
..
dlstart.c process DT_RELR relocations in ldso-startup/static-pie 2022-09-12 08:30:36 -04:00
dynlink.c ldso: make exit condition clearer in fixup_rpath 2022-08-17 19:49:54 -04:00