mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-06 23:02:10 +03:00
f897461d4f
mips has its own mechanisms for DT_DEBUG because it makes _DYNAMIC read-only, and the original mechanism, DT_MIPS_RLD_MAP, was PIE-incompatible. DT_MIPS_RLD_MAP_REL was added to remedy this, but we never implemented support for it. add it now using the same idioms for mips-specific ldso logic. |
||
---|---|---|
.. | ||
dlstart.c | ||
dynlink.c |