pr20093-1.s 203 B

1234567891011
  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