Skip to content

Commit 9341269

Browse files
committed
[BinaryFormat][RISCV] Mark no-longer used CHERI relocations deprecated
1 parent f87078e commit 9341269

File tree

1 file changed

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

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ ELF_RELOC(R_RISCV_CHERI_CAPTAB_PCREL_HI20, 192)
6060
ELF_RELOC(R_RISCV_CHERI_CAPABILITY, 193)
6161
// 194 reserved for R_RISCV_CHERI_CAPABILITY_CALL
6262
ELF_RELOC(R_RISCV_CHERI_SIZE, 195)
63-
ELF_RELOC(R_RISCV_CHERI_TPREL_CINCOFFSET, 196)
64-
ELF_RELOC(R_RISCV_CHERI_TLS_IE_CAPTAB_PCREL_HI20, 197)
65-
ELF_RELOC(R_RISCV_CHERI_TLS_GD_CAPTAB_PCREL_HI20, 198)
66-
ELF_RELOC(R_RISCV_CHERI_CJAL, 199)
67-
ELF_RELOC(R_RISCV_CHERI_CCALL, 200)
68-
ELF_RELOC(R_RISCV_CHERI_RVC_CJUMP, 201)
63+
ELF_RELOC(R_RISCV_CHERI_TPREL_CINCOFFSET, 196) // Deprecated
64+
ELF_RELOC(R_RISCV_CHERI_TLS_IE_CAPTAB_PCREL_HI20, 197) // Deprecated
65+
ELF_RELOC(R_RISCV_CHERI_TLS_GD_CAPTAB_PCREL_HI20, 198) // Deprecated
66+
ELF_RELOC(R_RISCV_CHERI_CJAL, 199) // Deprecated
67+
ELF_RELOC(R_RISCV_CHERI_CCALL, 200) // Deprecated
68+
ELF_RELOC(R_RISCV_CHERI_RVC_CJUMP, 201) // Deprecated

0 commit comments

Comments
 (0)