summaryrefslogtreecommitdiff
path: root/ld/scripttempl/h8300h.sc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-11-14 19:17:53 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-11-14 19:17:53 +0000
commit8edef3aa2f5ac38b486d0b0e5b2342a744750809 (patch)
tree7640885ad467da94b618e7861733da416c3538ec /ld/scripttempl/h8300h.sc
parent514bd52011365a4b48d3b88090bacc9cdfc09750 (diff)
downloadbinutils-redhat-8edef3aa2f5ac38b486d0b0e5b2342a744750809.tar.gz
2000-11-14 Kazu Hirata <kazu@hxi.com>
* scripttempl/h8300.sc: Fix formatting. * scripttempl/h8300h.sc: Likewise. * scripttempl/h8300s.sc: Likewise.
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 e543df924e..35d0f4cd13 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 :
{