diff options
Diffstat (limited to 'ld/scripttempl/h8300.sc')
-rw-r--r-- | ld/scripttempl/h8300.sc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/scripttempl/h8300.sc b/ld/scripttempl/h8300.sc index 5204db2..e8d72d6 100644 --- a/ld/scripttempl/h8300.sc +++ b/ld/scripttempl/h8300.sc @@ -1,5 +1,5 @@ # Copyright (C) 2014-2017 Free Software Foundation, Inc. -# +# # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright # notice and this notice are preserved. @@ -51,7 +51,7 @@ SECTIONS } ${RELOCATING+ > vectors} .init : - { + { *(.init) } ${RELOCATING+ > ram} @@ -61,7 +61,7 @@ SECTIONS *(.text) *(.text.*) *(.strings) - ${RELOCATING+ _etext = . ; } + ${RELOCATING+ _etext = . ; } } ${RELOCATING+ > ram} ${CONSTRUCTING+${TORS}} |