diff options
author | Rob Savoye <rob@cygnus> | 1994-08-17 19:41:22 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1994-08-17 19:41:22 +0000 |
commit | 52283cf39ab4d3feb60e04b8d76e30f02587d8ab (patch) | |
tree | 4d84a547804578b31ad3c08b198f043838cd8022 /gdb/config/pa/hppahpux.mt | |
parent | d83689d4de05f8fdbda8efc351c137fbd6ec8aa6 (diff) | |
download | gdb-52283cf39ab4d3feb60e04b8d76e30f02587d8ab.zip gdb-52283cf39ab4d3feb60e04b8d76e30f02587d8ab.tar.gz gdb-52283cf39ab4d3feb60e04b8d76e30f02587d8ab.tar.bz2 |
Add serial tcp support for HPPA hosts and targets.
Diffstat (limited to 'gdb/config/pa/hppahpux.mt')
-rw-r--r-- | gdb/config/pa/hppahpux.mt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/pa/hppahpux.mt b/gdb/config/pa/hppahpux.mt new file mode 100644 index 0000000..8808f0e --- /dev/null +++ b/gdb/config/pa/hppahpux.mt @@ -0,0 +1,4 @@ +# TARGET: HP PA-RISC running hpux +TDEPFILES= hppa-pinsn.o hppa-tdep.o exec.o +XDEPFILES= ser-tcp.o +TM_FILE= tm-hppah.h |