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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [ld/] [scripttempl/] [m68klynx.sc] - Diff between revs 38 and 156

Only display areas with differences | Details | Blame | View Log

Rev 38 Rev 156
test -z "$ENTRY" && ENTRY=_start
test -z "$ENTRY" && ENTRY=_start
cat <
cat <
OUTPUT_FORMAT("${OUTPUT_FORMAT}")
OUTPUT_FORMAT("${OUTPUT_FORMAT}")
${LIB_SEARCH_DIRS}
${LIB_SEARCH_DIRS}
ENTRY(${ENTRY})
ENTRY(${ENTRY})
SECTIONS
SECTIONS
{
{
  .text ${RELOCATING+ SIZEOF_HEADERS} : {
  .text ${RELOCATING+ SIZEOF_HEADERS} : {
    *(.init)
    *(.init)
    *(.text)
    *(.text)
    ${RELOCATING+ etext  =  .;}
    ${RELOCATING+ etext  =  .;}
    ${CONSTRUCTING+ ___CTOR_LIST__ = .;}
    ${CONSTRUCTING+ ___CTOR_LIST__ = .;}
    ${CONSTRUCTING+ LONG((___CTOR_END__ - ___CTOR_LIST__) / 4 - 2)}
    ${CONSTRUCTING+ LONG((___CTOR_END__ - ___CTOR_LIST__) / 4 - 2)}
    ${CONSTRUCTING+ *(.ctors)}
    ${CONSTRUCTING+ *(.ctors)}
    ${CONSTRUCTING+ LONG(0)}
    ${CONSTRUCTING+ LONG(0)}
    ${CONSTRUCTING+ ___CTOR_END__ = .;}
    ${CONSTRUCTING+ ___CTOR_END__ = .;}
    ${CONSTRUCTING+ ___DTOR_LIST__ = .;}
    ${CONSTRUCTING+ ___DTOR_LIST__ = .;}
    ${CONSTRUCTING+ LONG((___DTOR_END__ - ___DTOR_LIST__) / 4 - 2)}
    ${CONSTRUCTING+ LONG((___DTOR_END__ - ___DTOR_LIST__) / 4 - 2)}
    ${CONSTRUCTING+ *(.dtors)}
    ${CONSTRUCTING+ *(.dtors)}
    ${CONSTRUCTING+ LONG(0)}
    ${CONSTRUCTING+ LONG(0)}
    ${CONSTRUCTING+ ___DTOR_END__ = .;}
    ${CONSTRUCTING+ ___DTOR_END__ = .;}
    *(.fini)
    *(.fini)
    ${RELOCATING+ etext  =  .};
    ${RELOCATING+ etext  =  .};
  }
  }
  .data ${RELOCATING+ 0x400000 + (. & 0xffc00fff)} : {
  .data ${RELOCATING+ 0x400000 + (. & 0xffc00fff)} : {
    *(.data .data2)
    *(.data .data2)
    ${RELOCATING+ edata  =  .};
    ${RELOCATING+ edata  =  .};
  }
  }
  .bss ${RELOCATING+ SIZEOF(.data) + ADDR(.data)} :
  .bss ${RELOCATING+ SIZEOF(.data) + ADDR(.data)} :
  {
  {
    *(.bss)
    *(.bss)
    *(COMMON)
    *(COMMON)
    ${RELOCATING+ end = .};
    ${RELOCATING+ end = .};
  }
  }
  .stab  0 ${RELOCATING+(NOLOAD)} :
  .stab  0 ${RELOCATING+(NOLOAD)} :
  {
  {
    [ .stab ]
    [ .stab ]
  }
  }
  .stabstr  0 ${RELOCATING+(NOLOAD)} :
  .stabstr  0 ${RELOCATING+(NOLOAD)} :
  {
  {
    [ .stabstr ]
    [ .stabstr ]
  }
  }
}
}
EOF
EOF
 
 

powered by: WebSVN 2.1.0

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