]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/testsuite/sim/arm/xscale/blx.cgs
This commit was manufactured by cvs2svn to create branch
[thirdparty/binutils-gdb.git] / sim / testsuite / sim / arm / xscale / blx.cgs
CommitLineData
49634642
NC
1# arm testcase for bl$cond $offset24
2# mach: all
3
4 .include "testutils.inc"
5
6 start
7
8 .arm
9 blx thumb
10
11 .thumb
12 .thumb_func
13thumb:
14 nop
15 blx next
16 blx PASS
17 nop
18 nop
19
20 .section text1, "ax"
21 .arm
22next:
23 add r0, r1, r0
24 bx lr
25
26FAIL:
27 fail
28PASS:
29 pass
30
31