mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-03 14:08:57 +00:00
Add missing relocation types.
Patch by Jack Carter and Reed Kotler at Mips. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141936 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
88c1103c22
commit
51f72c5a3f
@ -53,7 +53,9 @@ namespace llvm {
|
||||
reloc_mips_gottprel = 22, // R_MIPS_TLS_GOTTPREL
|
||||
reloc_mips_tprel_hi = 23, // R_MIPS_TLS_TPREL_HI16
|
||||
reloc_mips_tprel_lo = 24, // R_MIPS_TLS_TPREL_LO16
|
||||
reloc_mips_branch_pcrel = 25 // This should become R_MIPS_PC16
|
||||
reloc_mips_branch_pcrel = 25, // This should become R_MIPS_PC16
|
||||
reloc_mips_pcrel = 26, // R_MIPS_PC16
|
||||
reloc_mips_j_jal = 27 // R_MIPS_26
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user