URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-elf/] [merge.ld] - Rev 97
Go to most recent revision | Compare with Previous | Blame | View Log
SECTIONS
{
. = 0x1000;
.text : { *(.text .text.* .gnu.linkonce.t.*) }
.rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }
.junk : { *(*) }
}
Go to most recent revision | Compare with Previous | Blame | View Log