ld whitespace fixes
[deliverable/binutils-gdb.git] / ld / scripttempl / armcoff.sc
index eb265199e93beef042db1270c8406e9c096c5948..c87ebf7c23d9d34829e29dbeedebebc55accbcbd 100644 (file)
@@ -2,7 +2,7 @@
 # Based on i386coff.sc by Ian Taylor <ian@cygnus.com>.
 #
 # 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.
@@ -49,9 +49,9 @@ SECTIONS
     *(.glue_7t)
     *(.glue_7)
     *(.rdata)
-    ${CONSTRUCTING+ ___CTOR_LIST__ = .; __CTOR_LIST__ = . ; 
+    ${CONSTRUCTING+ ___CTOR_LIST__ = .; __CTOR_LIST__ = . ;
                        LONG (-1); *(.ctors); *(.ctor); LONG (0); }
-    ${CONSTRUCTING+ ___DTOR_LIST__ = .; __DTOR_LIST__ = . ; 
+    ${CONSTRUCTING+ ___DTOR_LIST__ = .; __DTOR_LIST__ = . ;
                        LONG (-1); *(.dtors); *(.dtor);  LONG (0); }
     *(.fini)
     ${RELOCATING+ etext  =  .;}
@@ -60,13 +60,13 @@ SECTIONS
   .data ${RELOCATING+${DATA_ADDR-0x40000 + (ALIGN(0x8) & 0xfffc0fff)}} : {
     ${RELOCATING+  __data_start__ = . ;}
     *(.data*)
-        
+
     ${RELOCATING+*(.gcc_exc*)}
     ${RELOCATING+___EH_FRAME_BEGIN__ = . ;}
     ${RELOCATING+*(.eh_fram*)}
     ${RELOCATING+___EH_FRAME_END__ = . ;}
     ${RELOCATING+LONG(0);}
-    
+
     ${RELOCATING+ __data_end__ = . ;}
     ${RELOCATING+ edata  =  .;}
     ${RELOCATING+ _edata  =  .;}
@@ -74,7 +74,7 @@ SECTIONS
   ${CONSTRUCTING+${RELOCATING-$CTOR}}
   ${CONSTRUCTING+${RELOCATING-$DTOR}}
   .bss ${RELOCATING+ ALIGN(0x8)} :
-  {                                    
+  {
     ${RELOCATING+ __bss_start__ = . ;}
     *(.bss)
     *(COMMON)
@@ -85,7 +85,7 @@ SECTIONS
   ${RELOCATING+ _end = .;}
   ${RELOCATING+ __end__ = .;}
 
-  .stab  0 ${RELOCATING+(NOLOAD)} : 
+  .stab  0 ${RELOCATING+(NOLOAD)} :
   {
     [ .stab ]
   }
This page took 0.024868 seconds and 4 git commands to generate.