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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [libgloss/] [i960/] [mon960.ld] - Diff between revs 158 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 158 Rev 816
GROUP(-lc -lgcc -lmon960)
GROUP(-lc -lgcc -lmon960)
SECTIONS
SECTIONS
{
{
    . = 0xa0008000;
    . = 0xa0008000;
    .text :
    .text :
    {
    {
         CREATE_OBJECT_SYMBOLS
         CREATE_OBJECT_SYMBOLS
        *(.text)
        *(.text)
         _etext = .;
         _etext = .;
        ___CTOR_LIST__ = .;
        ___CTOR_LIST__ = .;
        LONG((___CTOR_END__ - ___CTOR_LIST__) / 4 - 2)
        LONG((___CTOR_END__ - ___CTOR_LIST__) / 4 - 2)
        *(.ctors)
        *(.ctors)
        LONG(0)
        LONG(0)
        ___CTOR_END__ = .;
        ___CTOR_END__ = .;
        ___DTOR_LIST__ = .;
        ___DTOR_LIST__ = .;
        LONG((___DTOR_END__ - ___DTOR_LIST__) / 4 - 2)
        LONG((___DTOR_END__ - ___DTOR_LIST__) / 4 - 2)
        *(.dtors)
        *(.dtors)
        LONG(0)
        LONG(0)
        ___DTOR_END__ = .;
        ___DTOR_END__ = .;
    }
    }
    .data SIZEOF(.text) + ADDR(.text):
    .data SIZEOF(.text) + ADDR(.text):
    {
    {
        *(.data)
        *(.data)
        CONSTRUCTORS
        CONSTRUCTORS
         _edata = .;
         _edata = .;
    }
    }
    .bss SIZEOF(.data) + ADDR(.data):
    .bss SIZEOF(.data) + ADDR(.data):
    {
    {
         _bss_start = .;
         _bss_start = .;
        *(.bss)
        *(.bss)
        *(COMMON)
        *(COMMON)
         _end = .;
         _end = .;
    }
    }
}
}
 
 

powered by: WebSVN 2.1.0

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