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
2005-12-12 Paul Brook <paul@codesourcery.com>
[binutils.git]
/
ld
/
testsuite
/
ld-arm
/
arm-call2.s
blob
30ae349572a2ebab86ddd779678288e46e69f051
1
.text
2
.arch armv5t
3
.global arm
4
.global t1
5
.global t2
6
.global t5
7
arm
:
8
bx
lr
9
.thumb
10
.thumb_func
11
t1
:
12
bx
lr
13
.thumb_func
14
t2
:
15
bl
t3
16
bl
t4
17
.thumb_func
18
t5
:
19
bl
local_thumb
20
nop
21
local_thumb
:
22
blx t3
23
bl
_start
24
blx _start