diff options
author | Steve Chamberlain <sac@cygnus> | 1994-06-27 17:17:27 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1994-06-27 17:17:27 +0000 |
commit | bffce4c6b8bd07e7183378331c524d13dbfed28f (patch) | |
tree | c7a1969e6a181122f0b689e05232dba313e892c6 /gdb | |
parent | 5567978794e02ed8ef4a7793f8950857b22e324d (diff) | |
download | gdb-bffce4c6b8bd07e7183378331c524d13dbfed28f.zip gdb-bffce4c6b8bd07e7183378331c524d13dbfed28f.tar.gz gdb-bffce4c6b8bd07e7183378331c524d13dbfed28f.tar.bz2 |
Use e7000-pc stuff.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/config/h8300/h8300hms.mt | 2 | ||||
-rw-r--r-- | gdb/config/sh/sh.mt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/h8300/h8300hms.mt b/gdb/config/h8300/h8300hms.mt index 53172fe..f748229 100644 --- a/gdb/config/h8300/h8300hms.mt +++ b/gdb/config/h8300/h8300hms.mt @@ -1,3 +1,3 @@ # Target: H8300 with HMS monitor, E7000 ICE and H8 simulator -TDEPFILES= exec.o h8300-tdep.o remote-e7000.o remote-hms.o remote-sim.o ../sim/h8300/compile.o +TDEPFILES= exec.o h8300-tdep.o ser-e7kpc.o remote-e7000.o remote-hms.o remote-sim.o ../sim/h8300/compile.o TM_FILE= tm-h8300.h diff --git a/gdb/config/sh/sh.mt b/gdb/config/sh/sh.mt index eee9de3..a021c31 100644 --- a/gdb/config/sh/sh.mt +++ b/gdb/config/sh/sh.mt @@ -1,5 +1,5 @@ # Target: Hitachi Super-H ICE and simulator -TDEPFILES= exec.o sh-tdep.o remote-sim.o interp.o table.o remote-e7000.o +TDEPFILES= exec.o sh-tdep.o remote-sim.o interp.o table.o remote-e7000.o ser-e7kpc.o over: all interp.o: |