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]
/
gold
/
testsuite
/
arm_cortex_a8_bl.s
blob
d7b0fa62eedfd3a853d60bd8ad4a6e7dd5cdbc5a
1
.syntax unified
2
.cpu cortex-a8
3
4
.text
5
.align 12
6
7
_start
:
8
.type _start,%function
9
bx
lr
10
.size _start,.-_start
11
12
.align 8
13
.thumb
14
.global _func
15
.type _func,%function
16
_func
:
17
bx
lr
18
.size _func,.-_func
19
20
.align 11
21
.space 2042
22
23
.align 1
24
.thumb
25
.global _test
26
.type _test,%function
27
_test
:
28
add.
w
r0
,
r0
,
0
29
bl
_func
30
.size _test,.-_test
31
32
# Align stub table for address matching.
33
.align 12