ld whitespace fixes
[deliverable/binutils-gdb.git] / ld / scripttempl / w65.sc
index 7f6abb9bae1ea0041aef0d1298298887fcdeeb84..e457782c3e3603914a6cc46066a31196e5fdfbec 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.
@@ -29,13 +29,13 @@ MEMORY
        ram   : o = 0x1000, l = 512k
 }
 
-SECTIONS                               
-{                                      
+SECTIONS
+{
 .text :
-       {                                       
-         *(.text)                              
+       {
+         *(.text)
          *(.strings)
-         ${RELOCATING+ _etext = . ; }
+         ${RELOCATING+ _etext = . ; }
        } ${RELOCATING+ > ram}
 
        ${CONSTRUCTING+${TORS}}
@@ -45,7 +45,7 @@ SECTIONS
          *(.data)
          ${RELOCATING+ _edata = . ; }
        } ${RELOCATING+ > ram}
-       
+
 .bss  :
        {
          ${RELOCATING+ _bss_start = . ; }
@@ -53,18 +53,18 @@ SECTIONS
          *(COMMON)
          ${RELOCATING+ _end = . ;  }
        } ${RELOCATING+ >ram}
-       
+
 .stack ${RELOCATING+ 0x30000 } :
        {
          ${RELOCATING+ _stack = . ; }
          *(.stack)
        } ${RELOCATING+ > ram}
-       
+
 .stab  . (NOLOAD) :
        {
          [ .stab ]
        }
-       
+
 .stabstr  . (NOLOAD) :
        {
          [ .stabstr ]
This page took 0.0250629999999999 seconds and 4 git commands to generate.