ld whitespace fixes
[deliverable/binutils-gdb.git] / ld / scripttempl / crisaout.sc
index 4b6179ad1fd1bc15f2b6223776f769480e6b1b09..606e9cac887cee3de7075c6bdbe5a8a6ad22f45c 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,7 +22,7 @@ SECTIONS
     ${CONSTRUCTING+ __Stext = .;}
     ${RELOCATING+*(.startup)}
     *(.text)
-    ${CONSTRUCTING+__start = DEFINED(__start) ? __start : 
+    ${CONSTRUCTING+__start = DEFINED(__start) ? __start :
                   DEFINED(_start) ? _start :
                     DEFINED(start) ? start :
                        DEFINED(.startup) ? .startup + 2 : 2;}
This page took 0.024212 seconds and 4 git commands to generate.