Fix build with latest GCC 9.0 tree
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pltgot-1.s
CommitLineData
a3747075
L
1 .text
2 .globl plt
3 .type plt, @function
4plt:
5 call *puts@GOTPCREL(%rip)
6 jmp puts@PLT
This page took 0.177438 seconds and 4 git commands to generate.