blob: fe2d49c7e91cf4b8e7d2744e85c64187b7efb74c [file] [log] [blame]
.data
.globl foo
foo:
.long -1
.text
.globl _start
.type _start, @function
_start:
pushl foo@GOT(%ebx)