Home | History | Annotate | Download | only in ld-arm
      1 	.syntax unified
      2 
      3 	.section .text, "ax"
      4 
      5 	.align 5
      6 	.globl _start
      7 	.thumb_func
      8 _start:
      9 	.rept 13
     10 	nop
     11 	.endr
     12 	eor	r0, r1, r2
     13 	b.w	_start
     14 
     15