This patch introduces support for %hix, %lox, %gdop_hix22, %gdop_lox10 and %gdop.
An extra test is introduced to make sure the fixups are correctly applied.
Differential D102575
[SPARC][MC] Support more relocation types LemonBoy on May 16 2021, 4:41 AM. Authored by
Details This patch introduces support for %hix, %lox, %gdop_hix22, %gdop_lox10 and %gdop. An extra test is introduced to make sure the fixups are correctly applied.
Diff Detail
Event Timeline
Comment Actions Is "tail reloc" a standard term for this? Seems like that could be confused with the notion of tail calls...
Comment Actions
Not really, the operand matches relocation operands in tail position hence the name. I'm open to suggestions.
Comment Actions This looks good to me. Maybe change TailRelocSym to TailOpRelocSym or TailOperandRelocSym to make it more clear that it refers to the tail operand? Comment Actions LemonBoy seems to have disappeared for the time being. Anyway of moving this forward? |