Skip to content

Commit

Permalink
Fix spelling aupic -> auipc
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Topper <craig.topper@sifive.com>
  • Loading branch information
topperc authored Sep 6, 2024
1 parent 1ce7269 commit bd45bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscv-elf.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ The `large` code model allows the code to address the whole RV64 address space.
Thus, this model is only available for RV64. By putting object addresses
into literal pools, a 64-bit address literal can be loaded from the pool.

NOTE: Because calculating the pool entry address must use `aupic` and
NOTE: Because calculating the pool entry address must use `auipc` and
`addi` or `ld`, each pool entry has to be located within the range
between -2GiB and +2GiB from its access intructions. In general, the pool
is appeneded in .text section or put into .rodata section.
Expand Down

0 comments on commit bd45bb8

Please sign in to comment.