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
/
shared-lib-nopic-04.s
blob
46760f809df271cbb0cbb87f5c4537ba1fdd1ea0
1
.option nopic
2
.text
3
.align 1
4
5
call foo_default
6
jal foo_default
7
8
9
.globl foo_default
10
.type foo_default, @function
11
foo_default
:
12
nop
13
ret
14
.size foo_default, .-foo_default