ld whitespace fixes
[deliverable/binutils-gdb.git] / ld / scripttempl / elf32cr16c.sc
index d9d884046dfce42e2f17e8d1cfc60f507d18ff08..b4c4335aab39a264022c64d924b5f5f9ab5dad5a 100644 (file)
@@ -1,7 +1,7 @@
 # Linker Script for National Semiconductor's CR16C-ELF32.
 #
 # 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.
@@ -26,8 +26,8 @@ MEMORY
 {
   near_rom  : ORIGIN = 0x4,     LENGTH = 512K - 4
   near_ram  : ORIGIN = 512K,    LENGTH = 512K - 64K
-  rom              : ORIGIN = 1M,      LENGTH = 3M
-  ram      : ORIGIN = 4M,      LENGTH = 10M
+  rom      : ORIGIN = 1M,      LENGTH = 3M
+  ram      : ORIGIN = 4M,      LENGTH = 10M
 }
 
 SECTIONS
@@ -38,7 +38,7 @@ SECTIONS
    there. The alignment to 4 bytes is compatible for both the CR16C
    bus width (2 bytes) and CR16CPlus bus width (4 bytes).  */
 
-  .text            : { __TEXT_START = .;   *(.text)                                        __TEXT_END = .; } > rom     
+  .text            : { __TEXT_START = .;   *(.text)                                        __TEXT_END = .; } > rom
   .rdata           : { __RDATA_START = .;  *(.rdata_4) *(.rdata_2) *(.rdata_1)             __RDATA_END = .; } > near_rom
   .ctor ALIGN(4)   : { __CTOR_LIST = .;    *(.ctors)                                       __CTOR_END = .; } > near_rom
   .dtor ALIGN(4)   : { __DTOR_LIST = .;    *(.dtors)                                       __DTOR_END = .; } > near_rom
This page took 0.023989 seconds and 4 git commands to generate.