ld whitespace fixes
[deliverable/binutils-gdb.git] / ld / scripttempl / h8300sx.sc
index 5d9a1ef102cf037226470f0b1726f12349e135de..055982eb2c82317dbd9a011a875a6b6f6c9d3c00 100644 (file)
@@ -1,5 +1,5 @@
-# Copyright (C) 2014-2015 Free Software Foundation, Inc.
-# 
+# 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.
@@ -15,7 +15,7 @@ TORS=".tors :
        } > ram"
 
 cat <<EOF
-/* Copyright (C) 2014-2015 Free Software Foundation, Inc.
+/* Copyright (C) 2014-2017 Free Software Foundation, Inc.
 
    Copying and distribution of this script, with or without modification,
    are permitted in any medium without royalty provided the copyright
@@ -61,7 +61,7 @@ SECTIONS
          *(.rodata)
          *(.text)
          *(.strings)
-         ${RELOCATING+ _etext = . ; }
+         ${RELOCATING+ _etext = . ; }
        } ${RELOCATING+ > ram}
 
 ${CONSTRUCTING+${TORS}}
This page took 0.025588 seconds and 4 git commands to generate.