ld/testsuite:
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / bpo64addr.ld
1 OUTPUT_ARCH(mmix)
2 ENTRY(Main)
3 SECTIONS
4 {
5 .text 0x100 :
6 { *(.text.x); *(.text.x2); }
7
8 .text.away 0x4000000000001060 :
9 { *(.text); Main = _start; }
10
11 .MMIX.reg_contents :
12 { *(.MMIX.reg_contents.linker_allocated); *(.MMIX.reg_contents); }
13 }
This page took 0.029929 seconds and 4 git commands to generate.