Add ability to change linker warning messages into errors when reporting executable...
[binutils-gdb.git] / ld / testsuite / ld-mmix / mmosec1.ld
blob4e7e7992c48642c113bf408c10768e2cccd36145
1 OUTPUT_ARCH(mmix)
2 ENTRY(Main)
3 SECTIONS
5    .text 0x100 :
6    { *(.text); Main = _start; }
8    .other 0x1000000000000000 :
9    { *(secname); *(anothersec); *(thirdsec); *(.a.fourth.section); }
11    .data 0x2000000000000000 :
12    { *(.data); }
14   .MMIX.reg_contents :
15   { *(.MMIX.reg_contents); }