mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
Fix a mised reloc rename spot.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120585 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3990d8f89f
commit
fdbdaaca2c
@ -409,7 +409,7 @@ namespace {
|
||||
case FK_PCRel_2:
|
||||
case FK_PCRel_4:
|
||||
case ARM::fixup_arm_pcrel_12:
|
||||
case ARM::fixup_arm_vfp_pcrel_12:
|
||||
case ARM::fixup_arm_vfp_pcrel_10:
|
||||
case ARM::fixup_arm_branch:
|
||||
return true;
|
||||
}
|
||||
@ -1457,7 +1457,7 @@ unsigned ARMELFObjectWriter::GetRelocType(const MCValue &Target,
|
||||
switch ((unsigned)Fixup.getKind()) {
|
||||
default: llvm_unreachable("invalid fixup kind!");
|
||||
case ARM::fixup_arm_pcrel_12:
|
||||
case ARM::fixup_arm_vfp_pcrel_12:
|
||||
case ARM::fixup_arm_vfp_pcrel_10:
|
||||
assert(0 && "Unimplemented"); break;
|
||||
case ARM::fixup_arm_branch:
|
||||
return ELF::R_ARM_CALL; break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user