You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This introduces a new relocation `R_RISCV_PLT32` that follows the
existing wording for the “R_RISCV_CALL” and “R_RISCV_CALL_PLT” types,
but rather than modifying an instruction, it fills a whole, naturally
aligned, 32-bit data location with the signed byte offset from its own
location to the PLT entry for the target symbol. If the relocation is
within +/-2GB of the target symbol, the linker may relax this to a
R_RISCV_32_PCREL.
0 commit comments