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