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 | |
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')
-rw-r--r-- | gdb/config/pa/hppahpux.mh | 2 | ||||
-rw-r--r-- | gdb/config/pa/hppahpux.mt | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/config/pa/hppahpux.mh b/gdb/config/pa/hppahpux.mh index 407733a..5ebb7b5 100644 --- a/gdb/config/pa/hppahpux.mh +++ b/gdb/config/pa/hppahpux.mh @@ -1,6 +1,6 @@ # Host: Hewlett-Packard PA-RISC machine, running HPUX TERMCAP = -lcurses -XDEPFILES= +XDEPFILES= ser-tcp.o XM_FILE= xm-hppah.h NAT_FILE= nm-hppah.h NATDEPFILES= hppah-nat.o coredep.o corelow.o inftarg.o fork-child.o somread.o infptrace.o 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 |