* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-sparc / vxworks1.s
blob82106c8107b43adc24c1eee46ddbc154e3f6418f
1 .text
2 .globl _start
3 .type _start, %function
4 _start:
5 save %sp, -104, %sp
7 call foo, 0
8 nop
10 call sexternal, 0
11 nop
13 call sglobal, 0
14 nop
16 ret
17 restore
18 .size _start, .-_start
20 .globl sexternal
21 .type sexternal, %function
22 sexternal:
23 retl
24 nop
25 .size sexternal, .-sexternal