repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix formatting in gdb.ada/lazy-string.exp
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-mmix
/
mmohdr1.ld
blob
d4f2f13c51b67545ab8973ba3c6adab155096b55
1
OUTPUT_ARCH(mmix)
2
OUTPUT_FORMAT("mmo")
3
ENTRY(Main)
4
SECTIONS
5
{
6
.text 0x100 + SIZEOF_HEADERS :
7
{ *(.text); Main = _start; }
8
9
.MMIX.reg_contents :
10
{ *(.MMIX.reg_contents); }
11
}