Skip to content

Commit 60eb632

Browse files
committed
[SPARC] Update the list of ELF relocation types.
1 parent a01a5b8 commit 60eb632

File tree

1 file changed

+5
-0
lines changed
  • llvm/include/llvm/BinaryFormat/ELFRelocs

1 file changed

+5
-0
lines changed

llvm/include/llvm/BinaryFormat/ELFRelocs/Sparc.def

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,8 @@ ELF_RELOC(R_SPARC_GOTDATA_LOX10, 81)
8787
ELF_RELOC(R_SPARC_GOTDATA_OP_HIX22, 82)
8888
ELF_RELOC(R_SPARC_GOTDATA_OP_LOX10, 83)
8989
ELF_RELOC(R_SPARC_GOTDATA_OP, 84)
90+
ELF_RELOC(R_SPARC_H34, 85)
91+
ELF_RELOC(R_SPARC_SIZE32, 86)
92+
ELF_RELOC(R_SPARC_SIZE64, 87)
93+
ELF_RELOC(R_SPARC_WDISP10, 88)
94+
ELF_RELOC(R_SPARC_IRELATIVE, 249)

0 commit comments

Comments
 (0)