Home | History | Annotate | Download | only in ld-i386
      1 	.text
      2 	.type	foo, @function
      3 foo:
      4 	ret
      5 	.globl	_start
      6 	.type	_start, @function
      7 _start:
      8 	jmp	*foo@GOT
      9