Home | History | Annotate | Download | only in ld-arm
      1 	.globl	_start
      2 _start:
      3 	ldr	r4,1f
      4 	mov	pc,lr
      5 1:
      6 	.word	foo(GOT)
      7