* linker.c (fix_syms): Consider SEC_LOAD when choosing section.
[binutils.git] / ld / testsuite / ld-mmix / mmosec2.ld
blob57025e28d59976b4093b8efef3fa8eff7fc094b5
1 OUTPUT_ARCH(mmix)
2 ENTRY(Main)
3 SECTIONS
5    .text 0x1000000000000000 :
6    { *(.text); Main = _start; }
8    .data 0x2000000000000000 :
9    { *(.data); }
11   .MMIX.reg_contents :
12   { *(.MMIX.reg_contents); }