Skip to content

Commit 4969a01

Browse files
authored
Merge pull request #236 from kito-cheng/fix-234
Fix typo for LO12_I and LO12_S
2 parents d53fed4 + 82d2610 commit 4969a01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

riscv-elf.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,9 @@ Description:: Additional information about the relocation
317317
<| S - P
318318
.2+| 26 .2+| HI20 .2+| Static | _U-Type_ .2+| High 20 bits of 32-bit absolute address, `%hi(symbol)`
319319
<| S + A
320-
.2+| 27 .2+| LO12_I .2+| Static | _I-Type_ .2+| High 12 bits of 32-bit absolute address, `%lo(symbol)`
320+
.2+| 27 .2+| LO12_I .2+| Static | _I-Type_ .2+| Low 12 bits of 32-bit absolute address, `%lo(symbol)`
321321
<| S + A
322-
.2+| 28 .2+| LO12_S .2+| Static | _S-Type_ .2+| High 12 bits of 32-bit absolute address, `%lo(symbol)`
322+
.2+| 28 .2+| LO12_S .2+| Static | _S-Type_ .2+| Low 12 bits of 32-bit absolute address, `%lo(symbol)`
323323
<| S + A
324324
.2+| 29 .2+| TPREL_HI20 .2+| Static | _U-Type_ .2+| High 20 bits of TLS LE thread pointer offset, `%tprel_hi(symbol)`
325325
<|

0 commit comments

Comments
 (0)