Skip to content

Commit

Permalink
Add "a condition met when the symbol is sufficiently aligned."
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Dec 7, 2023
1 parent e85a6c0 commit 9daab92
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 @@ -584,7 +584,7 @@ The following assembly and relocations show loading an absolute address:
A symbol can be loaded in multiple fragments using different addends, where
multiple instructions associated with `R_RISCV_LO12_I`/`R_RISCV_LO12_S` share a
single `R_RISCV_HI20`. The HI20 values for the multiple fragments must be
identical.
identical, a condition met when the symbol is sufficiently aligned.

[,asm]
----
Expand Down

0 comments on commit 9daab92

Please sign in to comment.