ld whitespace fixes
[deliverable/binutils-gdb.git] / ld / scripttempl / tic30coff.sc
index bba09927ca3d2274938129517b55410c33e76480..8e02c2e6c9d740d61a0a24948395be6d82bd8411 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.
@@ -22,14 +22,14 @@ MEMORY
        ramblk1 : ORIGIN = 0x02027000, LENGTH = 0x1000
 }
 
-SECTIONS                               
-{                                      
+SECTIONS
+{
        .vectors 0x00000000 :
        {
                *(vectors)
        }
 
-       .text : 
+       .text :
        {
                *(.text)
        } > rom
This page took 0.024566 seconds and 4 git commands to generate.