summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMFixupKinds.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/ARM/ARMFixupKinds.h')
-rw-r--r--lib/Target/ARM/ARMFixupKinds.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMFixupKinds.h b/lib/Target/ARM/ARMFixupKinds.h
index eb568da38e..3e0bd0e7b7 100644
--- a/lib/Target/ARM/ARMFixupKinds.h
+++ b/lib/Target/ARM/ARMFixupKinds.h
@@ -30,6 +30,10 @@ enum Fixups {
// fixup_t2_pcrel_10 - Equivalent to fixup_arm_pcrel_10, accounting for
// the short-swapped encoding of Thumb2 instructions.
fixup_t2_pcrel_10,
+ // fixup_thumb_adr_pcrel_10 - 10-bit PC relative relocation for symbol
+ // addresses where the lower 2 bits are not encoded (so it's encoded as an
+ // 8-bit immediate).
+ fixup_thumb_adr_pcrel_10,
// fixup_arm_adr_pcrel_12 - 12-bit PC relative relocation for the ADR
// instruction.
fixup_arm_adr_pcrel_12,