repo.or.cz
/
binutils
/
dougsmingw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gas:
[binutils/dougsmingw.git]
/
ld
/
testsuite
/
ld-mips-elf
/
pic-and-nonpic-5a.s
blob
7452f5e8e3ae838999337f55994655ae2ed9645c
1
.abicalls
2
.option pic0
3
.global __start
4
.ent __start
5
__start
:
6
lui $
2
,%
hi
(
foo
)
7
addiu $
2
,
$
2
,%
lo
(
foo
)
8
lui $
2
,%
hi
(
obj1
)
9
addiu $
2
,
$
2
,%
lo
(
obj1
)
10
.end __start
11
12
.data
13
.word foo
14
.word bar
15
.word obj1
16
.word obj2