diff options
author | Stu Grossman <grossman@cygnus> | 1992-06-08 21:16:44 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-06-08 21:16:44 +0000 |
commit | cb635d87199d0a7a79d9a5e0777b127c18555666 (patch) | |
tree | b3c0b41ee8f668c609a46580eecc010e4b9ca3c7 /gdb | |
parent | e47bfa6305ed38b889ec61311304e6c12e45d658 (diff) | |
download | gdb-cb635d87199d0a7a79d9a5e0777b127c18555666.zip gdb-cb635d87199d0a7a79d9a5e0777b127c18555666.tar.gz gdb-cb635d87199d0a7a79d9a5e0777b127c18555666.tar.bz2 |
See gdb/Changelog for details
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/config/st2000.mt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/config/st2000.mt b/gdb/config/st2000.mt new file mode 100644 index 0000000..e574ad7 --- /dev/null +++ b/gdb/config/st2000.mt @@ -0,0 +1,7 @@ +# Target: Tandem ST-2000 phone switch +# These defines should give you a gdb running on anything that will be able to +# communicate with a Tandem ST2000 phone switch debug monitor. Communications +# is facilitated via either a serial line, or a TCP or TELNET connection to +# a serial line on a terminal multiplexor. +TDEPFILES= exec.o m68k-pinsn.o m68k-tdep.o remote-st2000.o +TM_FILE= tm-68k.h |