Displaying 1 result from an estimated 1 matches for "image_rel_arm_mov32t".
2014 Apr 06
2
[LLVMdev] Instruction dependency in ARM backend
Hi
I'm working on a POC adding Windows Phone (ARM) support to the ARM backend.
I've encountered the following problem.
Microsoft's COFF linker/loader supports a single relocation type (
IMAGE_REL_ARM_MOV32T) on continuous movw/movt Thumb2 instructions opposed
to ELF and Mach-O which support relocation per instruction (one for movw
and movt).
I need to make sure that in case of immediate operands which needs fix-up
for these instructions they will grouped together with no other instruction
inserted be...