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-reloc-got.s
blob
eca16d52cfde56aa5862c7129e3099f8a87445d1
1
.text
2
3
.type foo_resolver, @function
4
foo_resolver
:
5
ret
6
.size foo_resolver, .-foo_resolver
7
8
.globl foo
9
.type foo, %gnu_indirect_function
10
.set foo, foo_resolver
11
12
.globl bar
13
.type bar, @function
14
bar
:
15
.L1:
16
auipc x1
, %
got_pcrel_hi
(
foo
)
17
.ifdef __64_bit__
18
ld
x1
, %
pcrel_lo
(
.L1) (x1)
19
.else
20
lw x1
, %
pcrel_lo
(
.L1) (x1)
21
.endif
22
ret
23
.size bar, .-bar