URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-mmix/] [bpo64addr.ld] - Rev 853
Go to most recent revision | Compare with Previous | Blame | View Log
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); }
}
Go to most recent revision | Compare with Previous | Blame | View Log