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