Home | History | Annotate | Download | only in ld-arm
      1 	.cpu cortex-m0
      2 	.fpu softvfp
      3 	.syntax unified
      4 	.thumb
      5 	.text
      6 	.global foo
      7 	.thumb_func
      8 	.type foo, %function
      9 foo:
     10 	bx lr
     11