gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / mmohdr1.ld
CommitLineData
3c3bdf30
NC
1OUTPUT_ARCH(mmix)
2OUTPUT_FORMAT("mmo")
3ENTRY(Main)
4SECTIONS
5{
6 .text 0x100 + sizeof_headers :
7 { *(.text); Main = _start; }
8
9 .MMIX.reg_contents :
10 { *(.MMIX.reg_contents); }
11}
This page took 0.797761 seconds and 4 git commands to generate.