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
pre-commit: run flake8 on more Python files
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-riscv-elf
/
shared-lib-nopic-03.s
blob
d1855f8ff304b853a019f78409cef41d004279f0
1
.option nopic
2
.text
3
.align 1
4
5
jal foo_default
6
7
.globl foo_default
8
.hidden foo_default
9
.type foo_default, @function
10
foo_default
:
11
nop
12
ret
13
.size foo_default, .-foo_default