summaryrefslogtreecommitdiff
path: root/ld/scripttempl/h8300.sc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-04-24 12:36:08 +0000
committerNick Clifton <nickc@redhat.com>2003-04-24 12:36:08 +0000
commitdf7fb953931b765a3e65929a0ed308143a4b8850 (patch)
tree1c383e92ca73648963e6ec92dae8a5bbb38ad652 /ld/scripttempl/h8300.sc
parent31461b76e229a942fe32c5a19088759c2d080469 (diff)
downloadbinutils-redhat-df7fb953931b765a3e65929a0ed308143a4b8850.tar.gz
Add support for h8300hn and h8300sn
Diffstat (limited to 'ld/scripttempl/h8300.sc')
-rw-r--r--ld/scripttempl/h8300.sc7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/scripttempl/h8300.sc b/ld/scripttempl/h8300.sc
index f9120ba80d..1fdf30c8fd 100644
--- a/ld/scripttempl/h8300.sc
+++ b/ld/scripttempl/h8300.sc
@@ -38,10 +38,16 @@ SECTIONS
*(.vectors)
} ${RELOCATING+ > vectors}
+.init :
+ {
+ *(.init)
+ } ${RELOCATING+ > ram}
+
.text :
{
*(.rodata)
*(.text)
+ *(.text.*)
*(.strings)
${RELOCATING+ _etext = . ; }
} ${RELOCATING+ > ram}
@@ -51,6 +57,7 @@ ${CONSTRUCTING+${TORS}}
.data :
{
*(.data)
+ *(.data.*)
*(.tiny)
${RELOCATING+ _edata = . ; }
} ${RELOCATING+ > ram}