OpenCores
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] - Blame information for rev 53

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 53 khays
MEMORY
2
{
3
        region : ORIGIN = 0x40000000, LENGTH = 8M
4
}
5
 
6
SECTIONS
7
{
8
        .text : ALIGN (4) { *(.text) } > region
9
        .rodata : ALIGN (4) { *(.rodata) } > region
10
        /DISCARD/ : { *(.reginfo) *(.trampolines) }
11
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.