Skip to content

Commit 622b3b3

Browse files
committed
Update relaxation and notes
1 parent e13d9a7 commit 622b3b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

riscv-elf.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,7 @@ Relaxation result:
16131613
--
16141614

16151615
NOTE: Using address of PLT stubs of the target symbol or address target symbol
1616-
directly will resolve by linker according to the visibility of the target
1616+
directly will resolve by linker according to the properties of the target
16171617
symbol.
16181618

16191619
==== Function Call Relaxation (Far)
@@ -1644,12 +1644,12 @@ Relaxation candidate:
16441644
Relaxation result:
16451645
[,asm]
16461646
----
1647-
jfal 0 # R_RISCV_JAL (symbol)
1647+
jfal <offset-between-pc-and-PLT-or-func>
16481648
----
16491649
--
16501650

16511651
NOTE: Using address of PLT stubs of the target symbol or address target symbol
1652-
directly will resolve by linker according to the visibility of the target
1652+
directly will resolve by linker according to the properties of the target
16531653
symbol.
16541654

16551655
[[compress-func-call-relax]]

0 commit comments

Comments
 (0)