repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update release readme after making 2.43.1 release
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-riscv-elf
/
ifunc-seperate-caller-pcrel.s
blob
2d29bcd121b0df63e6b6d727c8ee8bd0575c788c
1
.text
2
3
# Call the IFUNC `foo` which is defined in the other modules.
4
.globl foo
5
.type foo, %function
6
7
.globl main
8
.type main, @function
9
main
:
10
.L1:
11
auipc x1
, %
pcrel_hi
(
foo
)
12
addi
x1
,
x1
, %
pcrel_lo
(
.L1)
13
ret
14
.size main, .-main