mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
This patch addresses gp relative fixups/relocations for jump tables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145112 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -26,6 +26,10 @@ enum MCFixupKind {
|
||||
FK_PCRel_2, ///< A two-byte pc relative fixup.
|
||||
FK_PCRel_4, ///< A four-byte pc relative fixup.
|
||||
FK_PCRel_8, ///< A eight-byte pc relative fixup.
|
||||
FK_GPRel_1, ///< A one-byte gp relative fixup.
|
||||
FK_GPRel_2, ///< A two-byte gp relative fixup.
|
||||
FK_GPRel_4, ///< A four-byte gp relative fixup.
|
||||
FK_GPRel_8, ///< A eight-byte gp relative fixup.
|
||||
|
||||
FirstTargetFixupKind = 128,
|
||||
|
||||
|
Reference in New Issue
Block a user