blob: 8814ecd987d2fbc85bd255082a008acb1a656481 [file] [log] [blame]
.text
.weak func1
.weak func2
.weak func3
.globl _start
_start:
cmp func1@GOTPCREL(%rip),%rax
jmp *func2@GOTPCREL(%rip)
call func3@PLT