diff options
Diffstat (limited to 'gdb/config/h8300')
-rw-r--r-- | gdb/config/h8300/h8300.mt | 6 | ||||
-rw-r--r-- | gdb/config/h8300/h8300hms.mt | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gdb/config/h8300/h8300.mt b/gdb/config/h8300/h8300.mt new file mode 100644 index 0000000..80386f3 --- /dev/null +++ b/gdb/config/h8300/h8300.mt @@ -0,0 +1,6 @@ +# Target: H8300 with HMS monitor, E7000 ICE and H8 simulator +TDEPFILES= h8300-tdep.o remote-e7000.o ser-e7kpc.o monitor.o remote-hms.o +TM_FILE= tm-h8300.h + +SIM_OBS = remote-sim.o +SIM = ../sim/h8300/compile.o diff --git a/gdb/config/h8300/h8300hms.mt b/gdb/config/h8300/h8300hms.mt deleted file mode 100644 index 7e1b19e..0000000 --- a/gdb/config/h8300/h8300hms.mt +++ /dev/null @@ -1,3 +0,0 @@ -# Target: H8300 with HMS monitor, E7000 ICE and H8 simulator -TDEPFILES= h8300-tdep.o ser-e7kpc.o remote-e7000.o monitor.o remote-hms.o remote-sim.o ../sim/h8300/compile.o -TM_FILE= tm-h8300.h |