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
gas/testsuite/
[binutils.git]
/
ld
/
testsuite
/
ld-mmix
/
mmosec2.ld
blob
57025e28d59976b4093b8efef3fa8eff7fc094b5
1
OUTPUT_ARCH(mmix)
2
ENTRY(Main)
3
SECTIONS
4
{
5
.text 0x1000000000000000 :
6
{ *(.text); Main = _start; }
7
8
.data 0x2000000000000000 :
9
{ *(.data); }
10
11
.MMIX.reg_contents :
12
{ *(.MMIX.reg_contents); }
13
}