URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-elf/] [orphan-region.ld] - Rev 76
Go to most recent revision | Compare with Previous | Blame | View Log
MEMORY
{
region : ORIGIN = 0x40000000, LENGTH = 8M
}
SECTIONS
{
.text : ALIGN (4) { *(.text) } > region
.rodata : ALIGN (4) { *(.rodata) } > region
/DISCARD/ : { *(.reginfo) *(.trampolines) }
}
Go to most recent revision | Compare with Previous | Blame | View Log