aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/h8300s.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
commit1ce7de8b081aa7a965883d8b06f326823e95e3e1 (patch)
treeaa867490d6b309b25325e4072ddf52fe17006232 /ld/scripttempl/h8300s.sc
parent770de1994eb8868df21770e4439921a005493757 (diff)
downloadfsf-binutils-gdb-1ce7de8b081aa7a965883d8b06f326823e95e3e1.zip
fsf-binutils-gdb-1ce7de8b081aa7a965883d8b06f326823e95e3e1.tar.gz
fsf-binutils-gdb-1ce7de8b081aa7a965883d8b06f326823e95e3e1.tar.bz2
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/h8300s.sc')
-rw-r--r--ld/scripttempl/h8300s.sc20
1 files changed, 10 insertions, 10 deletions
diff --git a/ld/scripttempl/h8300s.sc b/ld/scripttempl/h8300s.sc
index b8a3ea5..2f2d8b4 100644
--- a/ld/scripttempl/h8300s.sc
+++ b/ld/scripttempl/h8300s.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}")
@@ -35,7 +35,7 @@ MEMORY
SECTIONS
{
.vectors :
- {
+ {
/* Use something like this to place a specific function's address
into the vector table.
@@ -52,7 +52,7 @@ SECTIONS
${RELOCATING+ _etext = . ; }
} ${RELOCATING+ > ram}
- ${CONSTRUCTING+${TORS}}
+${CONSTRUCTING+${TORS}}
.data :
{