From: Rob Savoye Date: Wed, 17 Aug 1994 19:41:22 +0000 (+0000) Subject: Add serial tcp support for HPPA hosts and targets. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=52283cf39ab4d3feb60e04b8d76e30f02587d8ab;p=binutils-gdb.git Add serial tcp support for HPPA hosts and targets. --- diff --git a/gdb/config/pa/hppahpux.mh b/gdb/config/pa/hppahpux.mh index 407733a1740..5ebb7b52084 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 00000000000..8808f0ecd81 --- /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