Skip to content

Commit e5c800e

Browse files
authored
Merge pull request #400 from rui314/patch-2
Remove R_RISCV_RVC_LUI
2 parents df8b80b + 9f15402 commit e5c800e

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
@@ -428,8 +428,8 @@ Description:: Additional information about the relocation
428428
<| S + A - P
429429
.2+| 45 .2+| RVC_JUMP .2+| Static | _CJ-Type_ .2+| 11-bit PC-relative jump offset
430430
<| S + A - P
431-
.2+| 46 .2+| RVC_LUI .2+| Static | _CI-Type_ .2+| High 6 bits of 18-bit absolute address
432-
<| S + A
431+
.2+| 46 .2+| *Reserved* .2+| - | .2+| Reserved for future standard use
432+
<|
433433
.2+| 47 .2+| GPREL_LO12_I .2+| Static | _I-type_ .2+| Low 12 bits of a 32-bit GP-relative address, `%gprel_lo(symbol)`
434434
<| S + A - GP
435435
.2+| 48 .2+| GPREL_LO12_S .2+| Static | _S-Type_ .2+| Low 12 bits of a 32-bit GP-relative address, `%gprel_lo(symbol)`

0 commit comments

Comments
 (0)