New lexer.
[deliverable/binutils-gdb.git] / ld / h8300hms.sc-sh
index 2c668500035eee32932b75cbc69d11bdee702980..ca19afbba9f82d983d6ffb2aa8259ca9d05e770d 100755 (executable)
@@ -6,8 +6,8 @@ MEMORY {
        rom   : o = 0x0000, l = 0x7fe0 
        duart : o = 0x7fe0, l = 16
        ram   : o = 0x8000, l = 28k
-       topram: o = 0x8000+28k, l = 1k
-       hmsram: o = 0xfb80, l = 512
+       topram : o = 0x8000+28k, l = 1k
+       hmsram : o = 0xfb80, l = 512
        }
 
 SECTIONS                               
@@ -32,6 +32,7 @@ SECTIONS
        } ${RELOCATING+ >ram}
 .stack : 
        {
+       _stack = .;
        *(.stack)
        } ${RELOCATING+ > topram}
 }
This page took 0.023195 seconds and 4 git commands to generate.