ldso: process RELR only for non-FDPIC archs
commitbf99258564fd5b58974d93201ab61506eb8cb03e
authorRich Felker <dalias@aerifal.cx>
Tue, 2 Aug 2022 21:29:01 +0000 (2 17:29 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 2 Aug 2022 21:29:01 +0000 (2 17:29 -0400)
tree27d43d16c37821b8cb840fd4e17500cdf4b83a5d
parentd32dadd60efb9d3b255351a3b532f8e4c3dd0db1
ldso: process RELR only for non-FDPIC archs

the way RELR is applied is not a meaningful operation for FDPIC (there
is no single "base" address). it seems unlikely RELR would ever be
added for FDPIC, but if it ever is, the behavior and possibly data
format will need to be different, so guard against calling the
non-FDPIC code.
ldso/dynlink.c