URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-mips-elf/] [mips16-hilo.ld] - Rev 105
Go to most recent revision | Compare with Previous | Blame | View Log
SECTIONS
{
. = 0x0500000;
.text : { *(.text) }
. = 0x0654320;
.data : { *(.data) }
.sdata : { *(.sdata) }
. = 0x0765430;
.bss : { *(.bss) *(COMMON) }
.sbss : { *(.sbss) *(.scommon) }
/DISCARD/ : { *(*) }
}
Go to most recent revision | Compare with Previous | Blame | View Log