We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8446af2 commit b1db0cdCopy full SHA for b1db0cd
src/elf.rs
@@ -5868,8 +5868,8 @@ pub const R_RISCV_SUB8: u32 = 37;
5868
pub const R_RISCV_SUB16: u32 = 38;
5869
pub const R_RISCV_SUB32: u32 = 39;
5870
pub const R_RISCV_SUB64: u32 = 40;
5871
-pub const R_RISCV_GNU_VTINHERIT: u32 = 41;
5872
-pub const R_RISCV_GNU_VTENTRY: u32 = 42;
+pub const R_RISCV_GOT32_PCREL: u32 = 41;
+// 42 Reserved was R_RISCV_GNU_VTENTRY
5873
pub const R_RISCV_ALIGN: u32 = 43;
5874
pub const R_RISCV_RVC_BRANCH: u32 = 44;
5875
pub const R_RISCV_RVC_JUMP: u32 = 45;
0 commit comments