Home | History | Annotate | Download | only in testsuite
      1 	.syntax	unified
      2 	.cpu	cortex-a8
      3 
      4 	.section	.text.0, "x"
      5 	.align	12
      6 
      7 _start:
      8 	.type	_start,%function
      9 	bx	lr
     10 	.size	_start,.-_start
     11 
     12 	.section	.text.1, "x"
     13 	.align	11
     14 	.thumb
     15 	.type	.Lfunc,%function
     16 .Lfunc:
     17 	bx	lr
     18 	.size	.Lfunc,.-.Lfunc
     19 
     20 	.section	.text.2, "x"
     21 	.align	11
     22 	.space	2042
     23 
     24 	.align	1
     25 	.thumb
     26 	.global	_test
     27 	.type	_test,%function
     28 _test:
     29 	add.w	r0, r0, 0
     30 	b.w	.Lfunc
     31 	.size	_test,.-_test
     32