ld whitespace fixes
[deliverable/binutils-gdb.git] / ld / scripttempl / m68kcoff.sc
index 1f2f1ea42f8bdf99ce12e9672e8891e87f405002..526eed84652a9a161863e1820fcb7bb33a1992b1 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.
@@ -13,7 +13,7 @@ cat <<EOF
 
 OUTPUT_FORMAT("${OUTPUT_FORMAT}")
 ${LIB_SEARCH_DIRS}
-PROVIDE (__stack = 0); 
+PROVIDE (__stack = 0);
 SECTIONS
 {
   .text ${RELOCATING+ 0x1000000} : {
@@ -35,14 +35,14 @@ SECTIONS
     *(.data)
     ${RELOCATING+ edata  =  .};
   }
-  .bss : {                                     
+  .bss : {
     ${RELOCATING+ __bss_start = .};
     *(.bss)
     *(COMMON)
      ${RELOCATING+ end = ALIGN(0x8)};
      ${RELOCATING+ _end = ALIGN(0x8)};
   }
-  .stab  0 ${RELOCATING+(NOLOAD)} : 
+  .stab  0 ${RELOCATING+(NOLOAD)} :
   {
     [ .stab ]
   }
This page took 0.023854 seconds and 4 git commands to generate.