diff options
author | Steve Chamberlain <sac@cygnus> | 1993-11-15 23:29:56 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-11-15 23:29:56 +0000 |
commit | 2f5e17369c0406c1accb1682deeaa256f1069d36 (patch) | |
tree | fe194db89e5aaacab99279d8fe8025a51b0baa8c /gdb/config/sh/sh.mt | |
parent | 5a356fb84f404a58dbc995e4c52ded873f25e238 (diff) | |
download | gdb-2f5e17369c0406c1accb1682deeaa256f1069d36.zip gdb-2f5e17369c0406c1accb1682deeaa256f1069d36.tar.gz gdb-2f5e17369c0406c1accb1682deeaa256f1069d36.tar.bz2 |
Use remote-e7000.c
Diffstat (limited to 'gdb/config/sh/sh.mt')
-rw-r--r-- | gdb/config/sh/sh.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/sh/sh.mt b/gdb/config/sh/sh.mt index 744df7c..eee9de3 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 +TDEPFILES= exec.o sh-tdep.o remote-sim.o interp.o table.o remote-e7000.o over: all interp.o: |