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
RISC-V: use PC-relative addressing instead of absolute addressing (#550)
This should support the "medium any" code model, where executables can
be loaded at addresses above 2Gb. It might also reduce the number of
link-time relocations.
Also: use `lla` (load local address -> auipc/addi) instead of `la` for
all local symbols, in preparation for better PIC support.
0 commit comments