diff options
author | Steve Chamberlain <sac@cygnus> | 1993-01-18 20:24:47 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-01-18 20:24:47 +0000 |
commit | 62b66d6df1cf614535e1e468c32b67c4441413a1 (patch) | |
tree | 906859c58fc89deafc9bda54f50dd8b2adf0e9fc /gdb/config | |
parent | c4413e2c9b9e257a93b4370c5e4e976c768b9e9a (diff) | |
download | gdb-62b66d6df1cf614535e1e468c32b67c4441413a1.zip gdb-62b66d6df1cf614535e1e468c32b67c4441413a1.tar.gz gdb-62b66d6df1cf614535e1e468c32b67c4441413a1.tar.bz2 |
checkpoint
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/h8300hms.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/h8300hms.mt b/gdb/config/h8300hms.mt index 01ada98..71213ea 100644 --- a/gdb/config/h8300hms.mt +++ b/gdb/config/h8300hms.mt @@ -1,3 +1,3 @@ # Target: H8300 with HMS monitor and H8 simulator -TDEPFILES= exec.o h8300-tdep.o remote-hms.o remote-sim.o ../h8300sim/code.o +TDEPFILES= exec.o h8300-tdep.o remote-hms.o remote-sim.o ../h8300sim/code.o ../h8300sim/perifs.o TM_FILE= tm-h8300.h |