URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Only display areas with differences |
Details |
Blame |
View Log
Rev 38 |
Rev 156 |
cat <
|
cat <
|
OUTPUT_FORMAT("${OUTPUT_FORMAT}")
|
OUTPUT_FORMAT("${OUTPUT_FORMAT}")
|
${LIB_SEARCH_DIRS}
|
${LIB_SEARCH_DIRS}
|
|
|
SECTIONS
|
SECTIONS
|
{
|
{
|
.text : {
|
.text : {
|
*(.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__ = .;}
|
*(.lit)
|
*(.lit)
|
*(.shdata)
|
*(.shdata)
|
}
|
}
|
.shbss SIZEOF(.text) + ADDR(.text) : {
|
.shbss SIZEOF(.text) + ADDR(.text) : {
|
*(.shbss)
|
*(.shbss)
|
}
|
}
|
.data : {
|
.data : {
|
*(.data)
|
*(.data)
|
${RELOCATING+ __edata = .};
|
${RELOCATING+ __edata = .};
|
}
|
}
|
.bss SIZEOF(.data) + ADDR(.data) :
|
.bss SIZEOF(.data) + ADDR(.data) :
|
{
|
{
|
*(.bss)
|
*(.bss)
|
*(COMMON)
|
*(COMMON)
|
${RELOCATING+ __end = ALIGN(0x8)};
|
${RELOCATING+ __end = ALIGN(0x8)};
|
}
|
}
|
}
|
}
|
EOF
|
EOF
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.