repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add --input-type and --output-type to elfedit
[binutils.git]
/
ld
/
testsuite
/
ld-mips-elf
/
pic-and-nonpic-6-n32c.s
blob
578626a18caff6369a26edde4e091b0dfda97acc
1
.abicalls
2
.option pic0
3
.set noreorder
4
.global __start
5
.ent __start
6
__start
:
7
jal
f1
8
nop
9
lui $
2
,%
hi
(
f2
)
10
addiu $
2
,
$
2
,%
lo
(
f2
)
11
jal extf3
12
nop
13
jal extf4
14
nop
15
jal extf5
16
nop
17
lui $
2
,%
hi
(
extd2
)
18
addiu $
2
,
$
2
,%
lo
(
extd2
)
19
lui $
2
,%
hi
(
extd3
)
20
addiu $
2
,
$
2
,%
lo
(
extd3
)
21
.end __start
22
23
.data
24
.word extd2
25
.word extd4