aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/h8300.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/h8300.sc
parent770de1994eb8868df21770e4439921a005493757 (diff)
downloadgdb-1ce7de8b081aa7a965883d8b06f326823e95e3e1.zip
gdb-1ce7de8b081aa7a965883d8b06f326823e95e3e1.tar.gz
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/h8300.sc')
-rw-r--r--ld/scripttempl/h8300.sc22
1 files changed, 11 insertions, 11 deletions
diff --git a/ld/scripttempl/h8300.sc b/ld/scripttempl/h8300.sc
index 6f4cdce..72cfb73 100644
--- a/ld/scripttempl/h8300.sc
+++ b/ld/scripttempl/h8300.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}")
@@ -29,14 +29,14 @@ MEMORY
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 :
{
@@ -46,7 +46,7 @@ SECTIONS
${RELOCATING+ _etext = . ; }
} ${RELOCATING+ > ram}
- ${CONSTRUCTING+${TORS}}
+${CONSTRUCTING+${TORS}}
.data :
{