Revert "Fix the test for PR 18963 so that it will work on 16-bit targets."
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sparc / vxworks1.s
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
22 sexternal:
23 retl
24 nop
25 .size sexternal, .-sexternal
This page took 0.038361 seconds and 4 git commands to generate.