Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PIC medany: Fix parameters of load instruction
The explanation of the medium position independent code model includes the instruction `l[w|d] a0, a0, %pcrel_lo(.Ltmp3)` to calculate the address of a non-local symbol. That's not the correct RISC-V syntax for a load instruction. Let's fix that. Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
- Loading branch information