i386/x86-64: Add unwind info for .plt.got section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / call1.s
CommitLineData
caa65211
L
1 .text
2 .globl foo
3 .type foo, @function
4foo:
5 ret
6 .globl _start
7 .type _start, @function
8_start:
9 call *foo@GOTPCREL(%rip)
This page took 0.072189 seconds and 4 git commands to generate.