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
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-mips-elf
/
pic-and-nonpic-4a.s
blob
54b285a0eee669019f2af3825a90e84a062576df
1
.abicalls
2
.option pic0
3
.global obj1
4
.global obj2
5
.global obj3
6
7
.type obj1,%object
8
.type obj2,%object
9
.type obj3,%object
10
11
.size obj1,8
12
.size obj2,4
13
.size obj3,16
14
15
.data
16
obj1
:
17
.word 1, 2
18
obj2
:
19
.word 3
20
obj3
:
21
.word 5, 6, 7, 8
22