URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-mmix/] [mmohdr1.ld] - Rev 148
Go to most recent revision | Compare with Previous | Blame | View Log
OUTPUT_ARCH(mmix)
OUTPUT_FORMAT("mmo")
ENTRY(Main)
SECTIONS
{
.text 0x100 + sizeof_headers :
{ *(.text); Main = _start; }
.MMIX.reg_contents :
{ *(.MMIX.reg_contents); }
}
Go to most recent revision | Compare with Previous | Blame | View Log