• R
    add real fdpic loading of shared libraries · eaf7ab6e
    Rich Felker 提交于
    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.
    eaf7ab6e
dynlink.c 51.0 KB