File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
crates/examples/src/readobj Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3097,8 +3097,7 @@ const FLAGS_R_RISCV: &[Flag<u32>] = &flags!(
30973097 R_RISCV_SUB16 ,
30983098 R_RISCV_SUB32 ,
30993099 R_RISCV_SUB64 ,
3100- R_RISCV_GNU_VTINHERIT ,
3101- R_RISCV_GNU_VTENTRY ,
3100+ R_RISCV_GOT32_PCREL ,
31023101 R_RISCV_ALIGN ,
31033102 R_RISCV_RVC_BRANCH ,
31043103 R_RISCV_RVC_JUMP ,
Original file line number Diff line number Diff line change @@ -5868,8 +5868,8 @@ pub const R_RISCV_SUB8: u32 = 37;
58685868pub const R_RISCV_SUB16 : u32 = 38 ;
58695869pub const R_RISCV_SUB32 : u32 = 39 ;
58705870pub const R_RISCV_SUB64 : u32 = 40 ;
5871- pub const R_RISCV_GNU_VTINHERIT : u32 = 41 ;
5872- pub const R_RISCV_GNU_VTENTRY : u32 = 42 ;
5871+ pub const R_RISCV_GOT32_PCREL : u32 = 41 ;
5872+ // 42 Reserved was R_RISCV_GNU_VTENTRY
58735873pub const R_RISCV_ALIGN : u32 = 43 ;
58745874pub const R_RISCV_RVC_BRANCH : u32 = 44 ;
58755875pub const R_RISCV_RVC_JUMP : u32 = 45 ;
You can’t perform that action at this time.
0 commit comments