URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-mips-elf/] [mips16-hilo.ld] - Rev 816
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