diff options
Diffstat (limited to 'include/llvm/Support/ELFRelocs/Sparc.def')
-rw-r--r-- | include/llvm/Support/ELFRelocs/Sparc.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/ELFRelocs/Sparc.def b/include/llvm/Support/ELFRelocs/Sparc.def index d6772ea675d6..7e01a4a8a0a0 100644 --- a/include/llvm/Support/ELFRelocs/Sparc.def +++ b/include/llvm/Support/ELFRelocs/Sparc.def @@ -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) |