arm_fix_1176.s 172 B

123456789101112131415
  1. .syntax unified
  2. .globl _start
  3. .globl func_to_branch_to
  4. .arm
  5. .text
  6. func_to_branch_to:
  7. bx lr
  8. .thumb
  9. .section .foo, "xa"
  10. .thumb_func
  11. _start:
  12. bl func_to_branch_to