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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [scripttempl/] [i960.sc] - Blame information for rev 145

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 145 khays
cat <
2
SECTIONS
3
{
4
    .text :
5
    {
6
        ${GLD_STYLE+ CREATE_OBJECT_SYMBOLS}
7
        *(.text)
8
        ${RELOCATING+ _etext = .};
9
        ${CONSTRUCTING+${COFF_CTORS}}
10
    }
11
    .data :
12
    {
13
        *(.data)
14
        ${CONSTRUCTING+CONSTRUCTORS}
15
        ${RELOCATING+ _edata = .};
16
    }
17
    .bss :
18
    {
19
        ${RELOCATING+ _bss_start = .};
20
        *(.bss)
21
        *(COMMON)
22
        ${RELOCATING+ _end = .};
23
    }
24
}
25
EOF

powered by: WebSVN 2.1.0

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