ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / sframe-pltgot-1.s
blobe596e84643964a4182d5b35ff12844349b831425
1 .text
2 .globl foo
3 .type foo, @function
4 foo:
5 .cfi_startproc
6 call func1@plt
7 movq func1@GOTPCREL(%rip), %rax
8 call func2@plt
9 movq func2@GOTPCREL(%rip), %rax
10 call func3@plt
11 movq func3@GOTPCREL(%rip), %rax
12 call func4@plt
13 movq func4@GOTPCREL(%rip), %rax
14 .cfi_endproc
15 .section .note.GNU-stack,"",@progbits