Add support for h8300hn and h8300sn
[deliverable/binutils-gdb.git] / ld / scripttempl / h8300.sc
index f9120ba80df194ffde900ed6eba9d217e0afb8cf..1fdf30c8fd559063fd8b7d540f008b0d27bafcd9 100644 (file)
@@ -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}
This page took 0.024133 seconds and 4 git commands to generate.