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
daily update
[binutils.git]
/
ld
/
testsuite
/
ld-arm
/
use-thumb-lib.s
blob
07a7f57b77089e59e57c3b57b8190524b4723b0f
1
.cpu arm10tdmi
2
.fpu softvfp
3
.eabi_attribute 18, 4
4
.eabi_attribute 20, 1
5
.eabi_attribute 21, 1
6
.eabi_attribute 23, 3
7
.eabi_attribute 24, 1
8
.eabi_attribute 25, 1
9
.eabi_attribute 26, 2
10
.eabi_attribute 30, 6
11
.file
"use_thumb_lib.c"
12
.text
13
.align 2
14
.global foo
15
.type foo, %function
16
foo
:
17
@ args
=
0
,
pretend
=
0
,
frame
=
0
18
@ frame_needed
=
1
,
uses_anonymous_args
=
0
19
mov ip
,
sp
20
stmfd sp
!, {
fp
,
ip
,
lr
,
pc
}
21
sub
fp
,
ip
,
#4
22
bl
lib_func2
23
ldmfd sp
, {
fp
,
sp
,
pc
}
24
.size foo, .-foo
25
.ident
"GCC: (GNU) 4.1.0 (CodeSourcery ARM 2006q1-7)"