From fe4f3d0bec9d2381b9c6111301f43ca676e717bc Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Thu, 18 Aug 1994 17:06:26 +0000 Subject: [PATCH] Support both the generic remote protocol and the one for HP-PRO targets. --- gdb/config/pa/hppabsd.mt | 2 +- gdb/config/pa/hppaosf.mt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gdb/config/pa/hppabsd.mt b/gdb/config/pa/hppabsd.mt index af80c29ea7..19ab26f475 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 df0f18ccdb..a18fdcda83 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 -- 2.34.1