blob: e8e7c9f953e93315d386f4fd20c4908bb125a63a [file] [log] [blame]
.text
.weak func
.globl _start
_start:
cmp func@GOT(%eax), %eax
jmp *func@GOT(%eax)
call func@PLT
cmp $func, %eax
call func