repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git]
/
ld
/
testsuite
/
ld-sparc
/
vxworks1.s
blob
82106c8107b43adc24c1eee46ddbc154e3f6418f
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