diff options
author | Steve Chamberlain <sac@cygnus> | 1992-04-05 01:47:16 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-04-05 01:47:16 +0000 |
commit | 9d1fe8a4103b93f4de17d0f80b3b80c687811754 (patch) | |
tree | ca7bbfe6215e66290ae02cbec26ae6ebd494af43 /ld/h8300hms.sc-sh | |
parent | b2de19e3c671f63d86cebe2ec18584e2518db071 (diff) | |
download | gdb-9d1fe8a4103b93f4de17d0f80b3b80c687811754.zip gdb-9d1fe8a4103b93f4de17d0f80b3b80c687811754.tar.gz gdb-9d1fe8a4103b93f4de17d0f80b3b80c687811754.tar.bz2 |
New lexer.
New targets for h8/300 simulator and DOS
Diffstat (limited to 'ld/h8300hms.sc-sh')
-rwxr-xr-x | ld/h8300hms.sc-sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ld/h8300hms.sc-sh b/ld/h8300hms.sc-sh index 2c66850..ca19afb 100755 --- a/ld/h8300hms.sc-sh +++ b/ld/h8300hms.sc-sh @@ -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} } |