We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce5e0f commit 712449fCopy full SHA for 712449f
riscv-elf.adoc
@@ -144,7 +144,7 @@ is appended in .text section or put into .rodata section.
144
# Literal pool
145
.LCPI0:
146
.8byte symbol
147
- ...
+ ...
148
.Ltmp0: auipc a0, %pcrel_hi(.LCPI0)
149
ld a0, %pcrel_lo(.Ltmp0)(a0)
150
----
@@ -169,7 +169,7 @@ via the literal pool or not.
169
170
.LCPI1:
171
.8byte function
172
173
.Ltmp1: auipc a0, %pcrel_hi(.LCPI1)
174
ld a0, %pcrel_lo(.Ltmp1)(a0)
175
jalr a0
0 commit comments