blob: d7e68dd697a35c667452fd846e9c655710ecc9f3 [file] [log] [blame]
.text
_start:
movl $foo@GOT, %eax
movl $foo@GOT + 4, %eax
.intel_syntax noprefix
mov eax, offset foo@got
mov eax, offset foo@got + 4