Retro68/binutils/ld/testsuite/ld-x86-64/pr19636-2.s
2017-04-10 13:32:00 +02:00

10 lines
143 B
ArmAsm

.text
.weak func1
.weak func2
.weak func3
.globl _start
_start:
cmp func1@GOTPCREL(%rip),%rax
jmp *func2@GOTPCREL(%rip)
call func3@PLT