From: Rob Savoye Date: Thu, 18 Aug 1994 17:06:26 +0000 (+0000) Subject: Support both the generic remote protocol and the one for HP-PRO targets. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fe4f3d0bec9d2381b9c6111301f43ca676e717bc;p=binutils-gdb.git Support both the generic remote protocol and the one for HP-PRO targets. --- diff --git a/gdb/config/pa/hppabsd.mt b/gdb/config/pa/hppabsd.mt index af80c29ea72..19ab26f4753 100644 --- a/gdb/config/pa/hppabsd.mt +++ b/gdb/config/pa/hppabsd.mt @@ -1,4 +1,4 @@ # TARGET: HP PA-RISC running bsd TDEPFILES= hppa-pinsn.o hppa-tdep.o TM_FILE= tm-hppab.h -REMOTE_O=dcache.o remote-pa.o remote-utils.o +REMOTE_O=dcache.o remote.o remote-pa.o remote-utils.o diff --git a/gdb/config/pa/hppaosf.mt b/gdb/config/pa/hppaosf.mt index df0f18ccdba..a18fdcda83e 100644 --- a/gdb/config/pa/hppaosf.mt +++ b/gdb/config/pa/hppaosf.mt @@ -1,4 +1,4 @@ # TARGET: HP PA-RISC running OSF1 TDEPFILES= hppa-pinsn.o hppa-tdep.o TM_FILE= tm-hppao.h -REMOTE_O=dcache.o remote-pa.o remote-utils.o +REMOTE_O=dcache.o remote.o remote-pa.o remote-utils.o