File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
llvm/include/llvm/BinaryFormat/ELFRelocs Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ ELF_RELOC(R_RISCV_CHERI_CAPTAB_PCREL_HI20, 192)
6060ELF_RELOC(R_RISCV_CHERI_CAPABILITY, 193)
6161// 194 reserved for R_RISCV_CHERI_CAPABILITY_CALL
6262ELF_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
You can’t perform that action at this time.
0 commit comments