keep new files; get rid of trailing spaces after sh-support file names
[deliverable/binutils-gdb.git] / ld / h8300hms.sc-sh
index 6eab5c2e99b1da18934218cabd1661e81fb6bb77..ed2d44f83e00bc36596252de5782687d005afcb9 100755 (executable)
@@ -16,23 +16,23 @@ SECTIONS
        {                                       
          *(.text)                              
          *(.strings)
-         ${RELOCATING+_etext = .;}
+        ${RELOCATING+ _etext = . ; }
        } ${RELOCATING+ > ram}
 .data  :
        {
        *(.data)
-       ${RELOCATING+_edata = .;}
+       ${RELOCATING+ _edata = . ; }
        } ${RELOCATING+ > ram}
 .bss  :
        {
-       ${RELOCATING+ _bss_start = .;}
+       ${RELOCATING+ _bss_start = . ;}
        *(.bss)
        *(COMMON)
-       ${RELOCATING+ _end = .};
+       ${RELOCATING+ _end = . ;  }
        } ${RELOCATING+ >ram}
 .stack : 
        {
-       ${RELOCATING+_stack = .;}
+       ${RELOCATING+ _stack = . ; }
        *(.stack)
        } ${RELOCATING+ > topram}
 }
This page took 0.025858 seconds and 4 git commands to generate.