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	.Lfunc1,%function
     16 .Lfunc1:
     17 	bx	lr
     18 	.size	.Lfunc1,.-.Lfunc1
     19 
     20 	.section	.text.2, "x"
     21 	.align	11
     22 	.space	2042
     23 
     24 	.align	1
     25 	.thumb
     26 	.global	_test1
     27 	.type	_test1,%function
     28 _test1:
     29 	add.w	r0, r0, 0
     30 	b.w	.Lfunc1
     31 	.size	_test1,.-_test1
     32 
     33 	.align	8
     34 	.thumb
     35 	.type	.Lfunc2,%function
     36 .Lfunc2:
     37 	bx	lr
     38 	.size	.Lfunc2,.-.Lfunc1
     39 
     40 	.align	11
     41 	.space	2042
     42 
     43 	.align	1
     44 	.thumb
     45 	.global	_test2
     46 	.type	_test2,%function
     47 _test2:
     48 	add.w	r0, r0, 0
     49 	b.w	.Lfunc2
     50 	.size	_test2,.-_test2
     51 
     52 
     53