blob: fe2c4cd325bbc3c16b93eecf7b391333472131e3 [file] [log] [blame]
.text
.globl foo
.type foo, @function
foo:
ret
.globl _start
.type _start, @function
_start:
movl foo@GOT, %eax