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
Updated Malay translation for the bfd sub-directory
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-arm
/
thumb2-b-interwork.s
blob
2f82c47e3d02b07a88549e1a9fabcb3e96af8811
1
@ Test to ensure that
a
Thumb-
2
B.W can branch to an ARM function.
2
3
.arch armv7-a
4
.global _start
5
.syntax unified
6
.text
7
.thumb_func
8
9
_start
:
10
b.w bar
11
12
@ Put this in
a
separate section to force the assembler to generate
a
reloc
13
14
.arm
15
.section .after,
"xa"
16
.global bar
17
.type bar, %function
18
bar
:
19
bx
lr
20