Home | History | Annotate | Download | only in arm
      1 @ Check that symbols created by .symver are marked as Thumb.
      2 
      3 	.thumb_set a_alias, a_body
      4 	.symver a_alias, a_export@VERSION
      5 	.type a_body, %function
      6 	.code 16
      7 	.thumb_func
      8 a_body:
      9 	nop
     10