URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Go to most recent revision |
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+ ___CTOR_LIST__ = .; __CTOR_LIST__ = . ;
|
${CONSTRUCTING+ ___CTOR_LIST__ = .; __CTOR_LIST__ = . ;
|
LONG (-1);*(.ctors); *(.ctor); *(SORT(.ctors.*)); LONG (0); }
|
LONG (-1);*(.ctors); *(.ctor); *(SORT(.ctors.*)); LONG (0); }
|
${CONSTRUCTING+ ___DTOR_LIST__ = .; __DTOR_LIST__ = . ;
|
${CONSTRUCTING+ ___DTOR_LIST__ = .; __DTOR_LIST__ = . ;
|
Line 236... |
Line 237... |
}
|
}
|
|
|
/* 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 304... |
Line 305... |
}
|
}
|
|
|
/* 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
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.