blob: a2ee48d3a63c1bbd292b3581c7c8a14f5309f9f2 [file] [log] [blame]
.data
.globl foo
foo:
.quad -1
.text
.globl _start
.type _start, @function
_start:
pushq foo@GOTPCREL(%rip)