aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/h8300h.sc
diff options
context:
space:
mode:
Diffstat (limited to 'ld/scripttempl/h8300h.sc')
-rw-r--r--ld/scripttempl/h8300h.sc18
1 files changed, 9 insertions, 9 deletions
diff --git a/ld/scripttempl/h8300h.sc b/ld/scripttempl/h8300h.sc
index e543df9..35d0f4c 100644
--- a/ld/scripttempl/h8300h.sc
+++ b/ld/scripttempl/h8300h.sc
@@ -1,12 +1,12 @@
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}")
@@ -52,7 +52,7 @@ SECTIONS
${RELOCATING+ _etext = . ; }
} ${RELOCATING+ > ram}
- ${CONSTRUCTING+${TORS}}
+${CONSTRUCTING+${TORS}}
.data :
{