Update year range in copyright notice of all files owned by the GDB project.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr17689b.S
CommitLineData
bc696fd5
L
1 .text
2 .globl main
3 .type main, @function
4main:
5 subq $8, %rsp
6 movq bar_alias(%rip), %rdi
7 call foo@PLT
8 xorl %eax, %eax
9 addq $8, %rsp
10 ret
11 .size main, .-main
12 .section .note.GNU-stack,"",@progbits
This page took 0.031703 seconds and 4 git commands to generate.