Do the same thing as x86 (D28564) also for MIPS.
I am not sure whether the R_MIPS_TLS_* cases are correct but it
matches the previous behaviour.
Differential D28611
[ELF][MIPS] - Explicitly list supported relocations for MIPS target. arichardson on Jan 12 2017, 8:57 AM. Authored by
Details
Diff Detail
Event Timeline
Comment Actions LGTM
|
We handle these relocations specifically in the MipsTargetInfo<ELFT>::relocateOne. We can introduce new expression type and adjust the relocation values in the getRelocTargetVA, but I think that is too much.