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
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-mmix
/
sec-11.ld
blob
a36ca1e11b304154bf81ba4e0cbcc90e1bab955e
1
OUTPUT_ARCH(mmix)
2
ENTRY(Main)
3
SECTIONS
4
{
5
.text 0x101 : /* Note the misaligned address; must trig a linker error. */
6
{ *(.text*); Main = _start; }
7
8
.MMIX.reg_contents :
9
{ *(.MMIX.reg_contents.linker_allocated); *(.MMIX.reg_contents); }
10
}