OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

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

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

Rev 38 Rev 156
CTOR=".ctors ${CONSTRUCTING-0} :
CTOR=".ctors ${CONSTRUCTING-0} :
  {
  {
    ${CONSTRUCTING+ __CTOR_LIST__ = .; }
    ${CONSTRUCTING+ __CTOR_LIST__ = .; }
    /* gcc uses crtbegin.o to find the start of
    /* gcc uses crtbegin.o to find the start of
       the constructors, so we make sure it is
       the constructors, so we make sure it is
       first.  Because this is a wildcard, it
       first.  Because this is a wildcard, it
       doesn't matter if the user does not
       doesn't matter if the user does not
       actually link against crtbegin.o; the
       actually link against crtbegin.o; the
       linker won't look for a file to match a
       linker won't look for a file to match a
       wildcard.  The wildcard also means that it
       wildcard.  The wildcard also means that it
       doesn't matter which directory crtbegin.o
       doesn't matter which directory crtbegin.o
       is in.  */
       is in.  */
    KEEP (*crtbegin.o(.ctors))
    KEEP (*crtbegin.o(.ctors))
    KEEP (*crtbegin?.o(.ctors))
    KEEP (*crtbegin?.o(.ctors))
    /* We don't want to include the .ctor section from
    /* We don't want to include the .ctor section from
       the crtend.o file until after the sorted ctors.
       the crtend.o file until after the sorted ctors.
       The .ctor section from the crtend file contains the
       The .ctor section from the crtend file contains the
       end of ctors marker and it must be last */
       end of ctors marker and it must be last */
    KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o) .ctors))
    KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o) .ctors))
    KEEP (*(SORT(.ctors.*)))
    KEEP (*(SORT(.ctors.*)))
    KEEP (*(.ctors))
    KEEP (*(.ctors))
    ${CONSTRUCTING+ __CTOR_END__ = .; }
    ${CONSTRUCTING+ __CTOR_END__ = .; }
  } ${RELOCATING+ > ${DATA_MEMORY}}"
  } ${RELOCATING+ > ${DATA_MEMORY}}"
DTOR="  .dtors  ${CONSTRUCTING-0} :
DTOR="  .dtors  ${CONSTRUCTING-0} :
  {
  {
    ${CONSTRUCTING+ __DTOR_LIST__ = .; }
    ${CONSTRUCTING+ __DTOR_LIST__ = .; }
    KEEP (*crtbegin.o(.dtors))
    KEEP (*crtbegin.o(.dtors))
    KEEP (*crtbegin?.o(.dtors))
    KEEP (*crtbegin?.o(.dtors))
    KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o) .dtors))
    KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o) .dtors))
    KEEP (*(SORT(.dtors.*)))
    KEEP (*(SORT(.dtors.*)))
    KEEP (*(.dtors))
    KEEP (*(.dtors))
    ${CONSTRUCTING+ __DTOR_END__ = .; }
    ${CONSTRUCTING+ __DTOR_END__ = .; }
  } ${RELOCATING+ > ${DATA_MEMORY}}"
  } ${RELOCATING+ > ${DATA_MEMORY}}"
cat <
cat <
OUTPUT_FORMAT("${OUTPUT_FORMAT}")
OUTPUT_FORMAT("${OUTPUT_FORMAT}")
OUTPUT_ARCH(${ARCH})
OUTPUT_ARCH(${ARCH})
MEMORY
MEMORY
{
{
  text ${TEXT_DEF_SECTION} : ORIGIN = ${TEXT_START_ADDR}, LENGTH = ${TEXT_SIZE}
  text ${TEXT_DEF_SECTION} : ORIGIN = ${TEXT_START_ADDR}, LENGTH = ${TEXT_SIZE}
  data ${DATA_DEF_SECTION} : ORIGIN = ${DATA_START_ADDR}, LENGTH = ${DATA_SIZE}
  data ${DATA_DEF_SECTION} : ORIGIN = ${DATA_START_ADDR}, LENGTH = ${DATA_SIZE}
  emem ${EMEM_DEF_SECTION} : ORIGIN = ${EMEM_START_ADDR}, LENGTH = ${EMEM_SIZE}
  emem ${EMEM_DEF_SECTION} : ORIGIN = ${EMEM_START_ADDR}, LENGTH = ${EMEM_SIZE}
  eit                      : ORIGIN = ${EIT_START_ADDR},  LENGTH = ${EIT_SIZE}
  eit                      : ORIGIN = ${EIT_START_ADDR},  LENGTH = ${EIT_SIZE}
}
}
SECTIONS
SECTIONS
{
{
  /* Read-only sections, merged into text segment: */
  /* Read-only sections, merged into text segment: */
  ${TEXT_DYNAMIC+${DYNAMIC}}
  ${TEXT_DYNAMIC+${DYNAMIC}}
  .hash                 ${RELOCATING-0} : { *(.hash) }
  .hash                 ${RELOCATING-0} : { *(.hash) }
  .dynsym               ${RELOCATING-0} : { *(.dynsym) }
  .dynsym               ${RELOCATING-0} : { *(.dynsym) }
  .dynstr               ${RELOCATING-0} : { *(.dynstr) }
  .dynstr               ${RELOCATING-0} : { *(.dynstr) }
  .gnu.version          ${RELOCATING-0} : { *(.gnu.version) }
  .gnu.version          ${RELOCATING-0} : { *(.gnu.version) }
  .gnu.version_d        ${RELOCATING-0} : { *(.gnu.version_d) }
  .gnu.version_d        ${RELOCATING-0} : { *(.gnu.version_d) }
  .gnu.version_r        ${RELOCATING-0} : { *(.gnu.version_r) }
  .gnu.version_r        ${RELOCATING-0} : { *(.gnu.version_r) }
  .rel.text             ${RELOCATING-0} : { *(.rel.text) *(.rel.gnu.linkonce.t*) }
  .rel.text             ${RELOCATING-0} : { *(.rel.text) *(.rel.gnu.linkonce.t*) }
  .rela.text            ${RELOCATING-0} : { *(.rela.text) *(.rela.gnu.linkonce.t*) }
  .rela.text            ${RELOCATING-0} : { *(.rela.text) *(.rela.gnu.linkonce.t*) }
  .rel.data             ${RELOCATING-0} : { *(.rel.data) *(.rel.gnu.linkonce.d*) }
  .rel.data             ${RELOCATING-0} : { *(.rel.data) *(.rel.gnu.linkonce.d*) }
  .rela.data            ${RELOCATING-0} : { *(.rela.data) *(.rela.gnu.linkonce.d*) }
  .rela.data            ${RELOCATING-0} : { *(.rela.data) *(.rela.gnu.linkonce.d*) }
  .rel.rodata           ${RELOCATING-0} : { *(.rel.rodata) *(.rel.gnu.linkonce.r*) }
  .rel.rodata           ${RELOCATING-0} : { *(.rel.rodata) *(.rel.gnu.linkonce.r*) }
  .rela.rodata          ${RELOCATING-0} : { *(.rela.rodata) *(.rela.gnu.linkonce.r*) }
  .rela.rodata          ${RELOCATING-0} : { *(.rela.rodata) *(.rela.gnu.linkonce.r*) }
  .rel.stext            ${RELOCATING-0} : { *(.rel.stest) }
  .rel.stext            ${RELOCATING-0} : { *(.rel.stest) }
  .rela.stext           ${RELOCATING-0} : { *(.rela.stest) }
  .rela.stext           ${RELOCATING-0} : { *(.rela.stest) }
  .rel.etext            ${RELOCATING-0} : { *(.rel.etest) }
  .rel.etext            ${RELOCATING-0} : { *(.rel.etest) }
  .rela.etext           ${RELOCATING-0} : { *(.rela.etest) }
  .rela.etext           ${RELOCATING-0} : { *(.rela.etest) }
  .rel.sdata            ${RELOCATING-0} : { *(.rel.sdata) }
  .rel.sdata            ${RELOCATING-0} : { *(.rel.sdata) }
  .rela.sdata           ${RELOCATING-0} : { *(.rela.sdata) }
  .rela.sdata           ${RELOCATING-0} : { *(.rela.sdata) }
  .rel.edata            ${RELOCATING-0} : { *(.rel.edata) }
  .rel.edata            ${RELOCATING-0} : { *(.rel.edata) }
  .rela.edata           ${RELOCATING-0} : { *(.rela.edata) }
  .rela.edata           ${RELOCATING-0} : { *(.rela.edata) }
  .rel.eit_v            ${RELOCATING-0} : { *(.rel.eit_v) }
  .rel.eit_v            ${RELOCATING-0} : { *(.rel.eit_v) }
  .rela.eit_v           ${RELOCATING-0} : { *(.rela.eit_v) }
  .rela.eit_v           ${RELOCATING-0} : { *(.rela.eit_v) }
  .rel.sbss             ${RELOCATING-0} : { *(.rel.sbss) }
  .rel.sbss             ${RELOCATING-0} : { *(.rel.sbss) }
  .rela.sbss            ${RELOCATING-0} : { *(.rela.sbss) }
  .rela.sbss            ${RELOCATING-0} : { *(.rela.sbss) }
  .rel.ebss             ${RELOCATING-0} : { *(.rel.ebss) }
  .rel.ebss             ${RELOCATING-0} : { *(.rel.ebss) }
  .rela.ebss            ${RELOCATING-0} : { *(.rela.ebss) }
  .rela.ebss            ${RELOCATING-0} : { *(.rela.ebss) }
  .rel.srodata          ${RELOCATING-0} : { *(.rel.srodata) }
  .rel.srodata          ${RELOCATING-0} : { *(.rel.srodata) }
  .rela.srodata         ${RELOCATING-0} : { *(.rela.srodata) }
  .rela.srodata         ${RELOCATING-0} : { *(.rela.srodata) }
  .rel.erodata          ${RELOCATING-0} : { *(.rel.erodata) }
  .rel.erodata          ${RELOCATING-0} : { *(.rel.erodata) }
  .rela.erodata         ${RELOCATING-0} : { *(.rela.erodata) }
  .rela.erodata         ${RELOCATING-0} : { *(.rela.erodata) }
  .rel.got              ${RELOCATING-0} : { *(.rel.got) }
  .rel.got              ${RELOCATING-0} : { *(.rel.got) }
  .rela.got             ${RELOCATING-0} : { *(.rela.got) }
  .rela.got             ${RELOCATING-0} : { *(.rela.got) }
  .rel.ctors            ${RELOCATING-0} : { *(.rel.ctors) }
  .rel.ctors            ${RELOCATING-0} : { *(.rel.ctors) }
  .rela.ctors           ${RELOCATING-0} : { *(.rela.ctors) }
  .rela.ctors           ${RELOCATING-0} : { *(.rela.ctors) }
  .rel.dtors            ${RELOCATING-0} : { *(.rel.dtors) }
  .rel.dtors            ${RELOCATING-0} : { *(.rel.dtors) }
  .rela.dtors           ${RELOCATING-0} : { *(.rela.dtors) }
  .rela.dtors           ${RELOCATING-0} : { *(.rela.dtors) }
  .rel.init             ${RELOCATING-0} : { *(.rel.init) }
  .rel.init             ${RELOCATING-0} : { *(.rel.init) }
  .rela.init            ${RELOCATING-0} : { *(.rela.init) }
  .rela.init            ${RELOCATING-0} : { *(.rela.init) }
  .rel.fini             ${RELOCATING-0} : { *(.rel.fini) }
  .rel.fini             ${RELOCATING-0} : { *(.rel.fini) }
  .rela.fini            ${RELOCATING-0} : { *(.rela.fini) }
  .rela.fini            ${RELOCATING-0} : { *(.rela.fini) }
  .rel.bss              ${RELOCATING-0} : { *(.rel.bss) }
  .rel.bss              ${RELOCATING-0} : { *(.rel.bss) }
  .rela.bss             ${RELOCATING-0} : { *(.rela.bss) }
  .rela.bss             ${RELOCATING-0} : { *(.rela.bss) }
  .rel.plt              ${RELOCATING-0} : { *(.rel.plt) }
  .rel.plt              ${RELOCATING-0} : { *(.rel.plt) }
  .rela.plt             ${RELOCATING-0} : { *(.rela.plt) }
  .rela.plt             ${RELOCATING-0} : { *(.rela.plt) }
  .init                 ${RELOCATING-0} : { *(.init) } =${NOP-0}
  .init                 ${RELOCATING-0} : { *(.init) } =${NOP-0}
  ${DATA_PLT-${PLT}}
  ${DATA_PLT-${PLT}}
  /* Internal text space */
  /* Internal text space */
  .stext        ${RELOCATING-0} : { *(.stext) }         ${RELOCATING+ > text}
  .stext        ${RELOCATING-0} : { *(.stext) }         ${RELOCATING+ > text}
  /* Internal text space or external memory */
  /* Internal text space or external memory */
  .text :
  .text :
  {
  {
    *(.text)
    *(.text)
    *(.gnu.linkonce.t*)
    *(.gnu.linkonce.t*)
    *(.init)
    *(.init)
    *(.fini)
    *(.fini)
    ${RELOCATING+ _etext = . ; }
    ${RELOCATING+ _etext = . ; }
  } ${RELOCATING+ > ${TEXT_MEMORY}}
  } ${RELOCATING+ > ${TEXT_MEMORY}}
  /* Internal data space */
  /* Internal data space */
  .srodata      ${RELOCATING-0} : { *(.srodata) }       ${RELOCATING+ > data}
  .srodata      ${RELOCATING-0} : { *(.srodata) }       ${RELOCATING+ > data}
  .sdata        ${RELOCATING-0} : { *(.sdata) }         ${RELOCATING+ > data}
  .sdata        ${RELOCATING-0} : { *(.sdata) }         ${RELOCATING+ > data}
  /* Internal data space or external memory */
  /* Internal data space or external memory */
  .rodata       ${RELOCATING-0} : { *(.rodata) }        ${RELOCATING+ > ${DATA_MEMORY}}
  .rodata       ${RELOCATING-0} : { *(.rodata) }        ${RELOCATING+ > ${DATA_MEMORY}}
  /* C++ exception support.  */
  /* C++ exception support.  */
  .eh_frame     ${RELOCATING-0} : { KEEP (*(.eh_frame)) }       ${RELOCATING+ > ${DATA_MEMORY}}
  .eh_frame     ${RELOCATING-0} : { KEEP (*(.eh_frame)) }       ${RELOCATING+ > ${DATA_MEMORY}}
  .gcc_except_table ${RELOCATING-0} : { *(.gcc_except_table) }  ${RELOCATING+ > ${DATA_MEMORY}}
  .gcc_except_table ${RELOCATING-0} : { *(.gcc_except_table) }  ${RELOCATING+ > ${DATA_MEMORY}}
  /* Java class registration support.  */
  /* Java class registration support.  */
  .jcr          ${RELOCATING-0} : { KEEP (*(.jcr)) }    ${RELOCATING+ >${DATA_MEMORY}}
  .jcr          ${RELOCATING-0} : { KEEP (*(.jcr)) }    ${RELOCATING+ >${DATA_MEMORY}}
  ${RELOCATING+${CTOR}}
  ${RELOCATING+${CTOR}}
  ${RELOCATING+${DTOR}}
  ${RELOCATING+${DTOR}}
  .data         ${RELOCATING-0} :
  .data         ${RELOCATING-0} :
  {
  {
    *(.data)
    *(.data)
    *(.gnu.linkonce.d*)
    *(.gnu.linkonce.d*)
    ${CONSTRUCTING+CONSTRUCTORS}
    ${CONSTRUCTING+CONSTRUCTORS}
    ${RELOCATING+ _edata = . ; }
    ${RELOCATING+ _edata = . ; }
  } ${RELOCATING+ > ${DATA_MEMORY}}
  } ${RELOCATING+ > ${DATA_MEMORY}}
  /* External memory */
  /* External memory */
  .etext        ${RELOCATING-0} :
  .etext        ${RELOCATING-0} :
  {
  {
    ${RELOCATING+ PROVIDE (__etext_start = .) ; }
    ${RELOCATING+ PROVIDE (__etext_start = .) ; }
    *(.etext)
    *(.etext)
    ${RELOCATING+ PROVIDE (__etext_end = .) ; }
    ${RELOCATING+ PROVIDE (__etext_end = .) ; }
  } ${RELOCATING+ > emem}
  } ${RELOCATING+ > emem}
  .erodata      ${RELOCATING-0} : { *(.erodata) }       ${RELOCATING+ > emem}
  .erodata      ${RELOCATING-0} : { *(.erodata) }       ${RELOCATING+ > emem}
  .edata        ${RELOCATING-0} : { *(.edata) }         ${RELOCATING+ > emem}
  .edata        ${RELOCATING-0} : { *(.edata) }         ${RELOCATING+ > emem}
  .sbss         ${RELOCATING-0} :
  .sbss         ${RELOCATING-0} :
  {
  {
    ${RELOCATING+ PROVIDE (__sbss_start = .) ; }
    ${RELOCATING+ PROVIDE (__sbss_start = .) ; }
    *(.sbss)
    *(.sbss)
    ${RELOCATING+ PROVIDE (__sbss_end = .) ;  }
    ${RELOCATING+ PROVIDE (__sbss_end = .) ;  }
  } ${RELOCATING+ > data}
  } ${RELOCATING+ > data}
  .ebss         ${RELOCATING-0} :
  .ebss         ${RELOCATING-0} :
  {
  {
    ${RELOCATING+ PROVIDE (__ebss_start = .) ; }
    ${RELOCATING+ PROVIDE (__ebss_start = .) ; }
    *(.ebss)
    *(.ebss)
    ${RELOCATING+ PROVIDE (__ebss_end = .) ;  }
    ${RELOCATING+ PROVIDE (__ebss_end = .) ;  }
  } ${RELOCATING+ > data}
  } ${RELOCATING+ > data}
  .bss          ${RELOCATING-0} :
  .bss          ${RELOCATING-0} :
  {
  {
    ${RELOCATING+ PROVIDE (__bss_start = .) ; }
    ${RELOCATING+ PROVIDE (__bss_start = .) ; }
    *(.bss)
    *(.bss)
    *(COMMON)
    *(COMMON)
    ${RELOCATING+ PROVIDE (__bss_end = .) ; }
    ${RELOCATING+ PROVIDE (__bss_end = .) ; }
    ${RELOCATING+ _end = . ;  }
    ${RELOCATING+ _end = . ;  }
  } ${RELOCATING+ > ${DATA_MEMORY}}
  } ${RELOCATING+ > ${DATA_MEMORY}}
  .eit_v        ${RELOCATING-0} :
  .eit_v        ${RELOCATING-0} :
  {
  {
    ${RELOCATING+ PROVIDE (__eit_start = .) ; }
    ${RELOCATING+ PROVIDE (__eit_start = .) ; }
    *(.eit_v)
    *(.eit_v)
    ${RELOCATING+ PROVIDE (__eit_end = .) ; }
    ${RELOCATING+ PROVIDE (__eit_end = .) ; }
  } ${RELOCATING+ > eit}
  } ${RELOCATING+ > eit}
  /* Stabs debugging sections.  */
  /* Stabs debugging sections.  */
  .stab          0 : { *(.stab) }
  .stab          0 : { *(.stab) }
  .stabstr       0 : { *(.stabstr) }
  .stabstr       0 : { *(.stabstr) }
  .stab.excl     0 : { *(.stab.excl) }
  .stab.excl     0 : { *(.stab.excl) }
  .stab.exclstr  0 : { *(.stab.exclstr) }
  .stab.exclstr  0 : { *(.stab.exclstr) }
  .stab.index    0 : { *(.stab.index) }
  .stab.index    0 : { *(.stab.index) }
  .stab.indexstr 0 : { *(.stab.indexstr) }
  .stab.indexstr 0 : { *(.stab.indexstr) }
  .comment       0 : { *(.comment) }
  .comment       0 : { *(.comment) }
  /* DWARF debug sections.
  /* DWARF debug sections.
     Symbols in the DWARF debugging sections are relative to the beginning
     Symbols in the DWARF debugging sections are relative to the beginning
     of the section so we begin them at 0.  */
     of the section so we begin them at 0.  */
  /* DWARF 1 */
  /* DWARF 1 */
  .debug         0 : { *(.debug) }
  .debug         0 : { *(.debug) }
  .line          0 : { *(.line) }
  .line          0 : { *(.line) }
  /* GNU DWARF 1 extensions */
  /* GNU DWARF 1 extensions */
  .debug_srcinfo 0 : { *(.debug_srcinfo) }
  .debug_srcinfo 0 : { *(.debug_srcinfo) }
  .debug_sfnames 0 : { *(.debug_sfnames) }
  .debug_sfnames 0 : { *(.debug_sfnames) }
  /* DWARF 1.1 and DWARF 2 */
  /* DWARF 1.1 and DWARF 2 */
  .debug_aranges  0 : { *(.debug_aranges) }
  .debug_aranges  0 : { *(.debug_aranges) }
  .debug_pubnames 0 : { *(.debug_pubnames) }
  .debug_pubnames 0 : { *(.debug_pubnames) }
  /* DWARF 2 */
  /* DWARF 2 */
  .debug_info     0 : { *(.debug_info) *(.gnu.linkonce.wi.*) }
  .debug_info     0 : { *(.debug_info) *(.gnu.linkonce.wi.*) }
  .debug_abbrev   0 : { *(.debug_abbrev) }
  .debug_abbrev   0 : { *(.debug_abbrev) }
  .debug_line     0 : { *(.debug_line) }
  .debug_line     0 : { *(.debug_line) }
  .debug_frame    0 : { *(.debug_frame) }
  .debug_frame    0 : { *(.debug_frame) }
  .debug_str      0 : { *(.debug_str) }
  .debug_str      0 : { *(.debug_str) }
  .debug_loc      0 : { *(.debug_loc) }
  .debug_loc      0 : { *(.debug_loc) }
  .debug_macinfo  0 : { *(.debug_macinfo) }
  .debug_macinfo  0 : { *(.debug_macinfo) }
  PROVIDE (__stack = ${STACK_START_ADDR});
  PROVIDE (__stack = ${STACK_START_ADDR});
}
}
EOF
EOF
 
 

powered by: WebSVN 2.1.0

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