Home | History | Annotate | Download | only in ld-x86-64
      1 	.section	.lbss,"aw",@nobits
      2 foo1:
      3 	.space 1073741824
      4 	.space 1073741824
      5 	.space 1073741824
      6 	.text
      7 	.globl	_start
      8 	.type	_start, @function
      9 _start:
     10 	movq	foo1@GOTPCREL(%rip), %rax
     11 	.size	_start, .-_start
     12