mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
[SPARC] Repair GOT references to internal symbols.
They had been getting emitted as a section + offset reference, which is bogus since the value needs to be the offset within the GOT, not the actual address of the symbol's object. Differential Revision: http://reviews.llvm.org/D10441 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240020 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -83,7 +83,7 @@ ELF_RELOC(R_SPARC_TLS_DTPOFF64, 77)
|
||||
ELF_RELOC(R_SPARC_TLS_TPOFF32, 78)
|
||||
ELF_RELOC(R_SPARC_TLS_TPOFF64, 79)
|
||||
ELF_RELOC(R_SPARC_GOTDATA_HIX22, 80)
|
||||
ELF_RELOC(R_SPARC_GOTDATA_LOX22, 81)
|
||||
ELF_RELOC(R_SPARC_GOTDATA_LOX10, 81)
|
||||
ELF_RELOC(R_SPARC_GOTDATA_OP_HIX22, 82)
|
||||
ELF_RELOC(R_SPARC_GOTDATA_OP_LOX22, 83)
|
||||
ELF_RELOC(R_SPARC_GOTDATA_OP_LOX10, 83)
|
||||
ELF_RELOC(R_SPARC_GOTDATA_OP, 84)
|
||||
|
Reference in New Issue
Block a user