Skip to content

Commit 9cafdd4

Browse files
committed
[BinaryFormat][RISCV] Delete R_RISCV_CHERI_SIZE
This has never actually been used (it only appeared to be used in LLD, but never was in practice), nor is it supported by any run-time linker.
1 parent 61fc943 commit 9cafdd4

File tree

1 file changed

+1
-1
lines changed
  • llvm/include/llvm/BinaryFormat/ELFRelocs

1 file changed

+1
-1
lines changed

llvm/include/llvm/BinaryFormat/ELFRelocs/RISCV.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ELF_RELOC(R_RISCV_PLT32, 59)
5959
ELF_RELOC(R_RISCV_CHERI_CAPTAB_PCREL_HI20, 192)
6060
ELF_RELOC(R_RISCV_CHERI_CAPABILITY, 193)
6161
// 194 reserved
62-
ELF_RELOC(R_RISCV_CHERI_SIZE, 195)
62+
// 195 reserved
6363
ELF_RELOC(R_RISCV_CHERI_TPREL_CINCOFFSET, 196) // Deprecated
6464
ELF_RELOC(R_RISCV_CHERI_TLS_IE_CAPTAB_PCREL_HI20, 197) // Deprecated
6565
ELF_RELOC(R_RISCV_CHERI_TLS_GD_CAPTAB_PCREL_HI20, 198) // Deprecated

0 commit comments

Comments
 (0)