diff options
Diffstat (limited to 'ld/scripttempl/h8300sxn.sc')
-rw-r--r-- | ld/scripttempl/h8300sxn.sc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/scripttempl/h8300sxn.sc b/ld/scripttempl/h8300sxn.sc index 5e78962..740a437 100644 --- a/ld/scripttempl/h8300sxn.sc +++ b/ld/scripttempl/h8300sxn.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. @@ -55,7 +55,7 @@ SECTIONS *(.rodata) *(.text) *(.strings) - ${RELOCATING+ _etext = . ; } + ${RELOCATING+ _etext = . ; } } ${RELOCATING+ > ram} ${CONSTRUCTING+${TORS}} |