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 32