Skip to content

Commit

Permalink
Merge pull request #450 from topperc/patch-1
Browse files Browse the repository at this point in the history
Fix spelling aupic -> auipc
  • Loading branch information
kito-cheng authored Sep 6, 2024
2 parents 1ce7269 + bd45bb8 commit f2d324f
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 f2d324f

Please sign in to comment.