Fix commit 0a7d38897b9fb1ec7a064ca3347cbac3ba49e5ac
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr19636-2.s
CommitLineData
aec6b87e
L
1 .text
2 .weak func1
3 .weak func2
4 .weak func3
5 .globl _start
6_start:
7 cmp func1@GOTPCREL(%rip),%rax
8 jmp *func2@GOTPCREL(%rip)
9 call func3@PLT
This page took 0.073814 seconds and 4 git commands to generate.