Home | History | Annotate | Download | only in ld-arm
      1 	.syntax unified
      2 	.cpu cortex-a8
      3 	.text
      4 	.arm
      5 	.align 3
      6 	.global targetfn
      7 	.type targetfn, %function
      8 targetfn:
      9 	bx lr
     10