fix breakage in non-fdpic dynamic linker init/fini processing
authorRich Felker <dalias@aerifal.cx>
Tue, 22 Sep 2015 20:20:39 +0000 (20:20 +0000)
committerRich Felker <dalias@aerifal.cx>
Tue, 22 Sep 2015 20:20:39 +0000 (20:20 +0000)
commit78f430295c92ae15510082c04e537da4256aa7a7
treefef04af18eba6a334ac35a139a6093cb51835c77
parent30fdc06bbaeaff871780f9816e312e3820fb214a
fix breakage in non-fdpic dynamic linker init/fini processing

a mistaken #ifdef instead of #if caused conversion of code addresses
to function descriptors to be performed even on non-fdpic.
src/ldso/dynlink.c