URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [or1k_startup/] [sw/] [OR1K_startup.ld] - Rev 162
Go to most recent revision | Compare with Previous | Blame | View Log
SECTIONS
{
. = 0x0;
.text :
{
*(.text)
}
.data : { *(.data) }
.bss : { *(.bss) }
}
Go to most recent revision | Compare with Previous | Blame | View Log