URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [or1k_startup/] [sw/] [OR1K_startup.ld] - Rev 310
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