Home | History | Annotate | Download | only in ld-x86-64
      1 	.data
      2 	.globl foo
      3 foo:
      4 	.quad -1
      5 	.text
      6 	.globl	_start
      7 	.type	_start, @function
      8 _start:
      9 	pushq	foo@GOTPCREL(%rip)
     10