repo.or.cz
/
binutils
/
dougsmingw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gas:
[binutils/dougsmingw.git]
/
ld
/
testsuite
/
ld-mips-elf
/
vxworks1.s
blob
33a247f7f6971bb084dcc07c00664545d54742d5
1
.text
2
.globl _start
3
.type _start, @function
4
_start
:
5
jal foo
6
jal sexternal
7
j sglobal
8
.size _start, .-_start
9
10
.globl sexternal
11
.type sexternal, @function
12
sexternal
:
13
jr $
31
14
.size sexternal, .-sexternal
15
16
.data
17
.type dlocal, @object
18
dlocal
:
19
.word dlocal
20
.size dlocal, .-dlocal
21
22
.globl dexternal
23
.type dexternal, @object
24
dexternal
:
25
.word dglobal
26
.word dexternal
27
.size dexternal, .-dexternal