mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
[PowerPC] Add JMP_SLOT relocation definitions
This will be required by upcoming patches for LLDB support. Patch by Justin Hibbits! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214284 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f3e7778454
commit
e54c557b01
@ -459,6 +459,7 @@ enum {
|
||||
R_PPC_GOT16_HI = 16,
|
||||
R_PPC_GOT16_HA = 17,
|
||||
R_PPC_PLTREL24 = 18,
|
||||
R_PPC_JMP_SLOT = 21,
|
||||
R_PPC_REL32 = 26,
|
||||
R_PPC_TLS = 67,
|
||||
R_PPC_DTPMOD32 = 68,
|
||||
@ -547,6 +548,7 @@ enum {
|
||||
R_PPC64_GOT16_LO = 15,
|
||||
R_PPC64_GOT16_HI = 16,
|
||||
R_PPC64_GOT16_HA = 17,
|
||||
R_PPC64_JMP_SLOT = 21,
|
||||
R_PPC64_REL32 = 26,
|
||||
R_PPC64_ADDR64 = 38,
|
||||
R_PPC64_ADDR16_HIGHER = 39,
|
||||
|
Loading…
x
Reference in New Issue
Block a user