* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-mmix / bpo64addr.ld
blob0324aa53ffef0cb65cf8ec8be260bd9791667456
1 OUTPUT_ARCH(mmix)
2 ENTRY(Main)
3 SECTIONS
5   .text 0x100 :
6   { *(.text.x); *(.text.x2); }
8   .text.away 0x4000000000001060 :
9   { *(.text); Main = _start; }
11   .MMIX.reg_contents :
12   { *(.MMIX.reg_contents.linker_allocated); *(.MMIX.reg_contents); }