blx.cgs 351 B

12345678910111213141516171819202122232425262728293031
  1. # arm testcase for bl$cond $offset24
  2. # mach: all
  3. .include "testutils.inc"
  4. start
  5. .arm
  6. blx thumb
  7. .thumb
  8. .thumb_func
  9. thumb:
  10. nop
  11. blx next
  12. blx PASS
  13. nop
  14. nop
  15. .section text1, "ax"
  16. .arm
  17. next:
  18. add r0, r1, r0
  19. bx lr
  20. FAIL:
  21. fail
  22. PASS:
  23. pass