Fix build with latest GCC 9.0 tree
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / mpx3b.s
1 .text
2 .globl call1
3 .type call1, @function
4 call1:
5 ret
6 .size call1, .-call1
7 .globl call2
8 .type call2, @function
9 call2:
10 ret
11 .size call2, .-call2
This page took 0.028705 seconds and 4 git commands to generate.