aboutsummaryrefslogtreecommitdiff
path: root/ld/h8300hms.sc-sh
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-04-05 01:47:16 +0000
committerSteve Chamberlain <sac@cygnus>1992-04-05 01:47:16 +0000
commit9d1fe8a4103b93f4de17d0f80b3b80c687811754 (patch)
treeca7bbfe6215e66290ae02cbec26ae6ebd494af43 /ld/h8300hms.sc-sh
parentb2de19e3c671f63d86cebe2ec18584e2518db071 (diff)
downloadgdb-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-xld/h8300hms.sc-sh5
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}
}