Displaying 1 result from an estimated 1 matches for "at_base".
Did you mean:
pt_base
2017 May 16
5
[lld][ELF] Add option to make .dynamic read only
Hi,
This is a proposal to add an option to lld that forces .dynamic sections to
be read-only.
The .dynamic section is almost read-only except for the DT_DEBUG entry
which requires the dynamic linker to modify a word. MIPS has long since had
a solution to this using the DT_MIPS_RLD_MAP entry to give a pointer to
another section which is writable. It would be nice to have this
functionality on