URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-spu/] [ovl.lnk] - Rev 359
Go to most recent revision | Compare with Previous | Blame | View Log
SECTIONS
{
. = SIZEOF_HEADERS;
.text : { *(.text) *(.stub) }
.data : { *(.data) *(.ovtab) }
.bss : { *(.bss) }
}
Go to most recent revision | Compare with Previous | Blame | View Log