projects
/
external
/
binutils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initialize Tizen 2.3
[external/binutils.git]
/
ld
/
testsuite
/
ld-powerpc
/
aix-glink-1.s
1
.toc
2
.globl .f1
3
.csect .f1[PR]
4
.f1:
5
blr
6
7
.globl .f2
8
.csect .f2[PR]
9
.f2:
10
bl .f3
11
12
.globl .f3
13
.csect .f3[PR]
14
.f3:
15
blr
16
17
.globl foo
18
.csect foo[RW]
19
foo:
20
.long f1
21
.long .ext