mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-27 12:26:08 +00:00
Fix Thumb2 fixup kind in the integrated-as.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163063 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -194,6 +194,10 @@ unsigned ARMELFObjectWriter::GetRelocTypeInner(const MCValue &Target,
|
||||
case ARM::fixup_arm_uncondbranch:
|
||||
Type = ELF::R_ARM_JUMP24;
|
||||
break;
|
||||
case ARM::fixup_t2_condbranch:
|
||||
case ARM::fixup_t2_uncondbranch:
|
||||
Type = ELF::R_ARM_THM_JUMP24;
|
||||
break;
|
||||
case ARM::fixup_arm_movt_hi16:
|
||||
case ARM::fixup_arm_movt_hi16_pcrel:
|
||||
Type = ELF::R_ARM_MOVT_PREL;
|
||||
|
Reference in New Issue
Block a user