gdb/testsuite: do minor clean-up in gdb.cp/rvalue-ref-overload.exp
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / vxworks1.s
CommitLineData
b9201bb3
RS
1 .text
2 .globl _start
3 .type _start,@function
4_start:
5 call foo@plt
6 call sexternal@plt
7 jmp sglobal@plt
8 .size _start, .-_start
9
10 .globl sexternal
11 .type sexternal,@function
12sexternal:
13 ret
14 .size sexternal, .-sexternal
This page took 0.581305 seconds and 4 git commands to generate.