old-cross-binutils/ld/testsuite/ld-mmix/bpo64addr.ld
Hans-Peter Nilsson a27be4d5bf * ld-mmix/bpo-18.d, ld-mmix/bpo64addr.ld, ld-mmix/bpo-18m.d,
ld-mmix/bpo-9.s, ld-mmix/bpo-19.d, ld-mmix/bpo-19m.d,
	ld-mmix/bpo-10.s, ld-mmix/bpo-20.d, ld-mmix/bpo-20m.d: New tests
	for on-demand global register allocation.
2002-02-04 04:38:53 +00:00

13 lines
249 B
Text

OUTPUT_ARCH(mmix)
ENTRY(Main)
SECTIONS
{
.text 0x100 :
{ *(.text.x); *(.text.x2); }
.text.away 0x4000000000001060 :
{ *(.text); Main = _start; }
.MMIX.reg_contents :
{ *(.MMIX.reg_contents.linker_allocated); *(.MMIX.reg_contents); }
}