diff options
author | Rob Savoye <rob@cygnus> | 1994-09-09 22:44:13 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1994-09-09 22:44:13 +0000 |
commit | cc5702bddd24e783b45a95539e3853ad14d0ed4c (patch) | |
tree | ff1b4045ac35c91fcbcbc81f3bd46053f86c56c4 /gdb/config | |
parent | 67ff4a5616b8dd9a7640a796f662a036c8469e09 (diff) | |
download | gdb-cc5702bddd24e783b45a95539e3853ad14d0ed4c.zip gdb-cc5702bddd24e783b45a95539e3853ad14d0ed4c.tar.gz gdb-cc5702bddd24e783b45a95539e3853ad14d0ed4c.tar.bz2 |
GDB support for HP-PRO.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/pa/hppapro.mt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/config/pa/hppapro.mt b/gdb/config/pa/hppapro.mt new file mode 100644 index 0000000..e0c0bea --- /dev/null +++ b/gdb/config/pa/hppapro.mt @@ -0,0 +1,9 @@ +# Target: Motorola rom68k boot monitor (from Integrated Systems) +# Target: Motorola bug monitor. +# These defines should give you a gdb running on anything that will be able to +# communicate with a m68k based 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= hppa-pinsn.o hppa-tdep.o remote-mon.o +REMOTE_O=dcache.o remote.o remote-pa.o remote-utils.o +TM_FILE= tm-hppab.h |