32 lines
351 B
Plaintext
32 lines
351 B
Plaintext
|
# arm testcase for bl$cond $offset24
|
||
|
# mach: all
|
||
|
|
||
|
.include "testutils.inc"
|
||
|
|
||
|
start
|
||
|
|
||
|
.arm
|
||
|
blx thumb
|
||
|
|
||
|
.thumb
|
||
|
.thumb_func
|
||
|
thumb:
|
||
|
nop
|
||
|
blx next
|
||
|
blx PASS
|
||
|
nop
|
||
|
nop
|
||
|
|
||
|
.section text1, "ax"
|
||
|
.arm
|
||
|
next:
|
||
|
add r0, r1, r0
|
||
|
bx lr
|
||
|
|
||
|
FAIL:
|
||
|
fail
|
||
|
PASS:
|
||
|
pass
|
||
|
|
||
|
|