OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-checks/] [script] - Blame information for rev 79

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 khays
SECTIONS {
2
        .text 0x100 :             { *(.text) }
3
        .data 0x100 : AT (0x100)  { *(.data) }
4
        .bss  0x100 : AT (0x4000) { *(.bss)  }
5
}
6
 

powered by: WebSVN 2.1.0

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