Skip to content

Commit 0fba5da

Browse files
committed
[BinaryFormat][RISCV] Drop unintended diff in earlier commit
Fixes: beaccc5 ("[CodeGen] Create IFUNCs in the program address space, not hard-coded 0 (#105726)")
1 parent f5878c4 commit 0fba5da

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
@@ -58,7 +58,7 @@ ELF_RELOC(R_RISCV_PLT32, 59)
5858

5959
ELF_RELOC(R_RISCV_CHERI_CAPTAB_PCREL_HI20, 192)
6060
ELF_RELOC(R_RISCV_CHERI_CAPABILITY, 193)
61-
ELF_RELOC(R_RISCV_FUNC_RELATIVE, 194)
61+
// 194 reserved
6262
// 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

0 commit comments

Comments
 (0)