If we make R_MIPS_LO16 a relative relocation, linker:
- never creates R_MIPS_COPY relocation for it
- attempts to create R_MIPS_REL32 dynamic relocation if R_MIPS_LO16's target is a preemptible symbol
Differential D18607
[ELF][MIPS] Revert r264761 and add test case to demonstrate the problem atanasyan on Mar 30 2016, 9:29 AM. Authored by
Details If we make R_MIPS_LO16 a relative relocation, linker:
Diff Detail
|