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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [scripttempl/] [i960.sc] - Rev 145

Compare with Previous | Blame | View Log

cat <<EOF
SECTIONS
{ 
    .text : 
    { 
        ${GLD_STYLE+ CREATE_OBJECT_SYMBOLS}
        *(.text) 
        ${RELOCATING+ _etext = .};
        ${CONSTRUCTING+${COFF_CTORS}}
    }  
    .data :
    { 
        *(.data) 
        ${CONSTRUCTING+CONSTRUCTORS}
        ${RELOCATING+ _edata = .};
    }  
    .bss :
    { 
        ${RELOCATING+ _bss_start = .};
        *(.bss)  
        *(COMMON) 
        ${RELOCATING+ _end = .};
    } 
} 
EOF

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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