mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-19 17:33:29 +00:00
Fix misplaced statics.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119981 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
858e7506e1
commit
ccbe000e09
@ -399,12 +399,12 @@ namespace {
|
||||
switch (Kind) {
|
||||
default:
|
||||
return false;
|
||||
case MBlaze::reloc_pcrel_2byte:
|
||||
case MBlaze::reloc_pcrel_4byte:
|
||||
case ARM::fixup_arm_pcrel_12:
|
||||
case ARM::fixup_arm_vfp_pcrel_12:
|
||||
case ARM::fixup_arm_branch:
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
//===- MBlazeELFObjectWriter -------------------------------------------===//
|
||||
@ -426,9 +426,8 @@ namespace {
|
||||
switch (Kind) {
|
||||
default:
|
||||
return false;
|
||||
case ARM::fixup_arm_pcrel_12:
|
||||
case ARM::fixup_arm_vfp_pcrel_12:
|
||||
case ARM::fixup_arm_branch:
|
||||
case MBlaze::reloc_pcrel_2byte:
|
||||
case MBlaze::reloc_pcrel_4byte:
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user