Skip to content

Commit ee2d77d

Browse files
committed
[AVR] Emit relocation record for local branch
Fix #133579 -mrelax issue
1 parent ee414e3 commit ee2d77d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,8 @@ MCFixupKindInfo AVRAsmBackend::getFixupKindInfo(MCFixupKind Kind) const {
439439
// name offset bits flags
440440
{"fixup_32", 0, 32, 0},
441441

442-
{"fixup_7_pcrel", 3, 7, MCFixupKindInfo::FKF_IsPCRel},
443-
{"fixup_13_pcrel", 0, 12, MCFixupKindInfo::FKF_IsPCRel},
442+
{"fixup_7_pcrel", 3, 7, 0},
443+
{"fixup_13_pcrel", 0, 12, 0},
444444

445445
{"fixup_16", 0, 16, 0},
446446
{"fixup_16_pm", 0, 16, 0},

0 commit comments

Comments
 (0)