URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-mips-elf/] [reloc-merge-lo16.ld] - Rev 88
Go to most recent revision | Compare with Previous | Blame | View Log
ENTRY(__start)
SECTIONS
{
. = 0x0400000;
.text : { *(.text) }
. = 0x0800000;
.rodata : { *(.rodata.*) }
/DISCARD/ : { *(*) }
}
Go to most recent revision | Compare with Previous | Blame | View Log