ld whitespace fixes
[deliverable/binutils-gdb.git] / ld / scripttempl / elfd10v.sc
index f9e15d9e5d8135d93d00831ad051e0c1390a93ac..db95ed1bec5965d9f44da9bef8afd095c1fe583e 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.
@@ -9,11 +9,11 @@ test -z "${BIG_OUTPUT_FORMAT}" && BIG_OUTPUT_FORMAT=${OUTPUT_FORMAT}
 test -z "${LITTLE_OUTPUT_FORMAT}" && LITTLE_OUTPUT_FORMAT=${OUTPUT_FORMAT}
 if [ -z "$MACHINE" ]; then OUTPUT_ARCH=${ARCH}; else OUTPUT_ARCH=${ARCH}:${MACHINE}; fi
 test "$LD_FLAG" = "N" && DATA_ADDR=.
-INTERP=".interp   ${RELOCATING-0} : { *(.interp)       }"
-PLT=".plt    ${RELOCATING-0} : { *(.plt)       }"
+INTERP=".interp   ${RELOCATING-0} : { *(.interp) }"
+PLT=".plt    ${RELOCATING-0} : { *(.plt) }"
 
 
-CTOR=".ctors ${CONSTRUCTING-0} : 
+CTOR=".ctors ${CONSTRUCTING-0} :
   {
     ${CONSTRUCTING+${CTOR_START}}
     /* gcc uses crtbegin.o to find the start of
@@ -83,14 +83,14 @@ MEMORY
      There are other memory regions available on
      the TS3 (eg ROM, FLASH, etc) but these are not
      used by this script.  */
-     
+
   INSN       : org = 0x01000000, len = 256K
   DATA       : org = 0x02000000, len = 48K
 
   /* This is a fake memory region at the top of the
      on-chip RAM, used as the start of the
      (descending) stack.  */
-     
+
   STACK      : org = 0x0200BFFC, len = 4
 }
 
This page took 0.024559 seconds and 4 git commands to generate.