Home | History | Annotate | Download | only in ld-arm
      1 	.globl	_start
      2 	.type	_start,%function
      3 _start:
      4 	ldr	r1,1f
      5 	ldr	r1,2f
      6 1:
      7 	.word	foo(GOT)
      8 2:
      9 	.word	_start(GOT)
     10 	.size	_start,.-_start
     11