ld whitespace fixes
[deliverable/binutils-gdb.git] / ld / scripttempl / h8300.sc
index 5204db25b2c461df66d39b05c82903421a89aa24..e8d72d6a2c4b41d7dd85c6fc391ac63becd42eef 100644 (file)
@@ -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}}
This page took 0.023556 seconds and 4 git commands to generate.