aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/z8k
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1995-07-01 00:22:57 +0000
committerStan Shebs <shebs@codesourcery.com>1995-07-01 00:22:57 +0000
commitfb506180fa5693ca174d88b433f61c9f2b71c040 (patch)
tree1ec8abd1c505c2a853e2b5dbc4e904c9ea783efa /gdb/config/z8k
parent8e968e86d44870dcbdf898c3f66e31b3f3541ea4 (diff)
downloadfsf-binutils-gdb-fb506180fa5693ca174d88b433f61c9f2b71c040.zip
fsf-binutils-gdb-fb506180fa5693ca174d88b433f61c9f2b71c040.tar.gz
fsf-binutils-gdb-fb506180fa5693ca174d88b433f61c9f2b71c040.tar.bz2
* config/h8300/h8300.mt: Renamed from h8300hms.mt.
* config/h8500/h8500.mt: Renamed from h8500hms.mt. * config/z8k/z8k.mt: Renamed from z8ksim.mt. * configure, configure.in: Update to reflect renamings. * remote-sim.c (sim): New command, passes commands to simulator. (simulator_command): New function. (gdbsim_ops): Clean up. * remote-sim.h (sim_do_command): Declare. * sh-tdep.c (memory_size): Remove command. * Makefile.in (SIM, SIM_OBS): New variables. (CLIBS, CDEPS): Add value of SIM. (DEPFILES): Add value of SIM_OBS * config/arm/arm.mt, config/h8300/h8300.mt, config/h8500/h8500.mt, config/sh/sh.mt, config/sparc/sp64sim.mt, config/w65/w65.mt, config/z8k/z8k.mt: Remove simulator files from TDEPFILES, define in SIM_OBS and SIM. config/sparc/sp64sim.mt (SIMFILES): Remove. * remote-z8k.c: Remove, was superseded by remote-sim.c * Makefile.in, mpw-make.in: Remove references to remote-z8k.c.
Diffstat (limited to 'gdb/config/z8k')
-rw-r--r--gdb/config/z8k/z8k.mt7
-rw-r--r--gdb/config/z8k/z8ksim.mt3
2 files changed, 7 insertions, 3 deletions
diff --git a/gdb/config/z8k/z8k.mt b/gdb/config/z8k/z8k.mt
new file mode 100644
index 0000000..cb8d043
--- /dev/null
+++ b/gdb/config/z8k/z8k.mt
@@ -0,0 +1,7 @@
+# Target: Z8000 with simulator
+TDEPFILES= z8k-tdep.o
+TM_FILE= tm-z8k.h
+
+SIM_OBS = remote-sim.o
+SIM = ../sim/z8k/libsim.a
+
diff --git a/gdb/config/z8k/z8ksim.mt b/gdb/config/z8k/z8ksim.mt
deleted file mode 100644
index 744470c..0000000
--- a/gdb/config/z8k/z8ksim.mt
+++ /dev/null
@@ -1,3 +0,0 @@
-# Target: Z8000 simulator
-TDEPFILES= z8k-tdep.o remote-sim.o ../sim/z8k/libsim.a
-TM_FILE= tm-z8k.h