Home | History | Annotate | Download | only in ld-arm
      1 	.text
      2 	.arch armv5t
      3 	.global arm
      4 	.global t1
      5 	.global t2
      6 	.global t5
      7 	.type arm, %function
      8 arm:
      9 	bx lr
     10 	.thumb
     11 	.thumb_func
     12 t1:
     13 	bx lr
     14 	.thumb_func
     15 t2:
     16 	bl t3
     17 	bl t4
     18 	.thumb_func
     19 t5:
     20 	bl local_thumb
     21 	nop
     22 local_thumb:
     23 	blx t3
     24 	bl _start
     25 	blx _start
     26