Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
process DT_RELR relocations in ldso-startup/static-pie
commit d32dadd 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.
- Loading branch information