ld/testsuite: XFAIL pr20995-2 on aarch64*-*-elf*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / mmosec1.ld
CommitLineData
3c3bdf30
NC
1OUTPUT_ARCH(mmix)
2ENTRY(Main)
3SECTIONS
4{
5 .text 0x100 :
6 { *(.text); Main = _start; }
7
8 .other 0x1000000000000000 :
9 { *(secname); *(anothersec); *(thirdsec); *(.a.fourth.section); }
10
11 .data 0x2000000000000000 :
12 { *(.data); }
13
14 .MMIX.reg_contents :
15 { *(.MMIX.reg_contents); }
16}
This page took 0.710959 seconds and 4 git commands to generate.