aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1993-01-03 22:37:07 +0000
committerSteve Chamberlain <sac@cygnus>1993-01-03 22:37:07 +0000
commit0607cf6058dd8a3ac5fd5434dffd04382ee9a228 (patch)
tree1559e1173b5b56906b43e45cbea60d304bffd31e /gdb
parentec25d19bd6ae55325745802d87cdad4706d9739e (diff)
downloadfsf-binutils-gdb-0607cf6058dd8a3ac5fd5434dffd04382ee9a228.zip
fsf-binutils-gdb-0607cf6058dd8a3ac5fd5434dffd04382ee9a228.tar.gz
fsf-binutils-gdb-0607cf6058dd8a3ac5fd5434dffd04382ee9a228.tar.bz2
* remote-sim.c: first attempt at general simulator interface
* remote-hms.c: whitespace * h8300-tdep.c: (h8300_skip_prologue, examine_prologue): understand new stack layout. (print_register_hook): print ccr register in a fancy way. include simulator target too.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/config/h8300hms.mt4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/h8300hms.mt b/gdb/config/h8300hms.mt
index 1a2c765..01ada98 100644
--- a/gdb/config/h8300hms.mt
+++ b/gdb/config/h8300hms.mt
@@ -1,3 +1,3 @@
-# Target: H8300 with HMS monitor
-TDEPFILES= exec.o h8300-tdep.o remote-hms.o
+# Target: H8300 with HMS monitor and H8 simulator
+TDEPFILES= exec.o h8300-tdep.o remote-hms.o remote-sim.o ../h8300sim/code.o
TM_FILE= tm-h8300.h