data/method/gdb/gdb-13.2/sim/testsuite/arm/xscale/blx.cgs

32 lines
351 B
Plaintext
Raw Normal View History

2024-01-29 10:44:43 +08:00
# 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