mirror of
https://github.com/fluencelabs/musl
synced 2025-07-31 22:31:58 +00:00
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.
This commit is contained in:
@@ -56,6 +56,10 @@ struct fdpic_dummy_loadmap {
|
||||
|
||||
#include "reloc.h"
|
||||
|
||||
#ifndef FDPIC_CONSTDISP_FLAG
|
||||
#define FDPIC_CONSTDISP_FLAG 0
|
||||
#endif
|
||||
|
||||
#ifndef DL_FDPIC
|
||||
#define DL_FDPIC 0
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user