diff options
author | Steve Chamberlain <sac@cygnus> | 1992-01-24 23:26:01 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-01-24 23:26:01 +0000 |
commit | 974fb9e41cf5a5cb763e8ddf71730e09983b3900 (patch) | |
tree | 0f2bfa97d7d9b06a63712d556dd9b2d10c41427c | |
parent | e58493346d218a5cec74c1292805e4ca194081bd (diff) | |
download | gdb-974fb9e41cf5a5cb763e8ddf71730e09983b3900.zip gdb-974fb9e41cf5a5cb763e8ddf71730e09983b3900.tar.gz gdb-974fb9e41cf5a5cb763e8ddf71730e09983b3900.tar.bz2 |
Initial revision
-rw-r--r-- | gdb/config/h8300hms.mt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/h8300hms.mt b/gdb/config/h8300hms.mt new file mode 100644 index 0000000..0c7c0c7 --- /dev/null +++ b/gdb/config/h8300hms.mt @@ -0,0 +1,4 @@ +# Target: H8300 with HMS monitor +TDEPFILES= exec.o h8300-tdep.o remote-hms.o +TM_FILE= tm-h8300.h +TM_CFLAGS= |