pr25754-4c.s 219 B

123456789101112
  1. .text
  2. .p2align 4
  3. .globl get_bar
  4. .type get_bar, @function
  5. get_bar:
  6. .cfi_startproc
  7. movq bar@GOTPCREL(%rip), %rax
  8. ret
  9. .cfi_endproc
  10. .size get_bar, .-get_bar
  11. bar = 0x7fffffff
  12. .section .note.GNU-stack,"",@progbits