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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [scripttempl/] [pep.sc] - Diff between revs 157 and 163

Show entire file | Details | Blame | View Log

Rev 157 Rev 163
Line 71... Line 71...
  {
  {
    ${RELOCATING+ *(.init)}
    ${RELOCATING+ *(.init)}
    *(.text)
    *(.text)
    ${R_TEXT}
    ${R_TEXT}
    ${RELOCATING+ *(.text.*)}
    ${RELOCATING+ *(.text.*)}
 
    ${RELOCATING+ *(.gnu.linkonce.t.*)}
    *(.glue_7t)
    *(.glue_7t)
    *(.glue_7)
    *(.glue_7)
    ${CONSTRUCTING+. = ALIGN(8);}
    ${CONSTRUCTING+. = ALIGN(8);}
    ${CONSTRUCTING+ ___CTOR_LIST__ = .; __CTOR_LIST__ = . ;
    ${CONSTRUCTING+ ___CTOR_LIST__ = .; __CTOR_LIST__ = . ;
                        LONG (-1); LONG (-1);*(.ctors); *(.ctor); *(SORT(.ctors.*));  LONG (0); LONG (0); }
                        LONG (-1); LONG (-1);*(.ctors); *(.ctor); *(SORT(.ctors.*));  LONG (0); LONG (0); }
Line 242... Line 243...
  }
  }
 
 
  /* DWARF 2.  */
  /* DWARF 2.  */
  .debug_info ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
  .debug_info ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
  {
  {
    *(.debug_info) *(.gnu.linkonce.wi.*)
    *(.debug_info${RELOCATING+ .gnu.linkonce.wi.*})
  }
  }
 
 
  .debug_abbrev ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
  .debug_abbrev ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
  {
  {
    *(.debug_abbrev)
    *(.debug_abbrev)
Line 310... Line 311...
  }
  }
 
 
  /* DWARF 4.  */
  /* DWARF 4.  */
  .debug_types ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
  .debug_types ${RELOCATING+BLOCK(__section_alignment__)} ${RELOCATING+(NOLOAD)} :
  {
  {
    *(.debug_types) *(.gnu.linkonce.wt.*)
    *(.debug_types${RELOCATING+ .gnu.linkonce.wt.*})
  }
  }
}
}
EOF
EOF

powered by: WebSVN 2.1.0

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