* scripttempl/h8300.sc: Fix formatting.
* scripttempl/h8300h.sc: Likewise.
* scripttempl/h8300s.sc: Likewise.
+2000-11-14 Kazu Hirata <kazu@hxi.com>
+
+ * scripttempl/h8300.sc: Fix formatting.
+ * scripttempl/h8300h.sc: Likewise.
+ * scripttempl/h8300s.sc: Likewise.
+
Tue Nov 14 00:59:19 2000 Denis Chertykov <denisc@overta.ru>
* scripttempl/elf32avr.sc: Fix bug in .eeprom segment.
TORS=".tors :
- {
- ___ctors = . ;
- *(.ctors)
- ___ctors_end = . ;
- ___dtors = . ;
- *(.dtors)
- ___dtors_end = . ;
- } > ram"
+ {
+ ___ctors = . ;
+ *(.ctors)
+ ___ctors_end = . ;
+ ___dtors = . ;
+ *(.dtors)
+ ___dtors_end = . ;
+ } > ram"
cat <<EOF
OUTPUT_FORMAT("${OUTPUT_FORMAT}")
SECTIONS
{
.vectors :
- {
+ {
/* Use something like this to place a specific
function's address into the vector table.
SHORT (ABSOLUTE (_foobar)). */
*(.vectors)
- } ${RELOCATING+ > vectors}
+ } ${RELOCATING+ > vectors}
.text :
{
${RELOCATING+ _etext = . ; }
} ${RELOCATING+ > ram}
- ${CONSTRUCTING+${TORS}}
+${CONSTRUCTING+${TORS}}
.data :
{
TORS=".tors :
- {
- ___ctors = . ;
- *(.ctors)
- ___ctors_end = . ;
- ___dtors = . ;
- *(.dtors)
- ___dtors_end = . ;
- } > ram"
+ {
+ ___ctors = . ;
+ *(.ctors)
+ ___ctors_end = . ;
+ ___dtors = . ;
+ *(.dtors)
+ ___dtors_end = . ;
+ } > ram"
cat <<EOF
OUTPUT_FORMAT("${OUTPUT_FORMAT}")
${RELOCATING+ _etext = . ; }
} ${RELOCATING+ > ram}
- ${CONSTRUCTING+${TORS}}
+${CONSTRUCTING+${TORS}}
.data :
{
TORS=".tors :
- {
- ___ctors = . ;
- *(.ctors)
- ___ctors_end = . ;
- ___dtors = . ;
- *(.dtors)
- ___dtors_end = . ;
- } > ram"
+ {
+ ___ctors = . ;
+ *(.ctors)
+ ___ctors_end = . ;
+ ___dtors = . ;
+ *(.dtors)
+ ___dtors_end = . ;
+ } > ram"
cat <<EOF
OUTPUT_FORMAT("${OUTPUT_FORMAT}")
SECTIONS
{
.vectors :
- {
+ {
/* Use something like this to place a specific function's address
into the vector table.
${RELOCATING+ _etext = . ; }
} ${RELOCATING+ > ram}
- ${CONSTRUCTING+${TORS}}
+${CONSTRUCTING+${TORS}}
.data :
{