Home | History | Annotate | Download | only in ld-arm
      1 	.thumb
      2 	.syntax unified
      3 	.cpu cortex-m7
      4 	.fpu fpv5-d16
      5 	.eabi_attribute 27, 2
      6         .text
      7         .align  2
      8         .global main
      9         .thumb
     10         .thumb_func
     11         .type   main, %function
     12 
     13 main:
     14 	bl foo
     15