add real fdpic loading of shared libraries
authorRich Felker <dalias@aerifal.cx>
Tue, 22 Sep 2015 19:12:48 +0000 (19:12 +0000)
committerRich Felker <dalias@aerifal.cx>
Tue, 22 Sep 2015 19:12:48 +0000 (19:12 +0000)
commiteaf7ab6e24914bae8092edf05919e43f10092533
treec8edb3a56ddc9dde0a6d1ff6e81e77f5e64893ce
parent2462370b4fad6f7a05abc65407369d4f621bf85e
add real fdpic loading of shared libraries

previously, the normal ELF library loading code was used even for
fdpic, so only the kernel-loaded dynamic linker and main app could
benefit from separate placement of segments and shared text.
arch/sh/reloc.h
src/internal/dynlink.h
src/ldso/dynlink.c