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
Recreate correctly.
[binutils.git]
/
ld
/
testsuite
/
ld-cris
/
expdyn1.s
blob
100cef419589cb60b9b4fa9b9f2014f3e6b8c0f5
1
.data
2
.global expobj
3
.type expobj,@object
4
expobj
:
5
.dword 0
6
7
.text
8
.global _start
9
_start
:
10
nop
11
.global expfn
12
expfn
:
13
.type expfn,@function
14
nop
15
.Lfe1:
16
.size expfn,.Lfe1-expfn
17