ld: Don't xfail ld-elf/warn[12] on 64-bit Solaris/SPARC
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sparc / vxworks1.s
CommitLineData
910600e9
RS
1 .text
2 .globl _start
3 .type _start, %function
4_start:
5 save %sp, -104, %sp
6
7 call foo, 0
8 nop
9
10 call sexternal, 0
11 nop
12
13 call sglobal, 0
14 nop
15
16 ret
17 restore
18 .size _start, .-_start
19
20 .globl sexternal
21 .type sexternal, %function
22sexternal:
23 retl
24 nop
25 .size sexternal, .-sexternal
This page took 0.589033 seconds and 4 git commands to generate.