From e782af99f51af49807eabbbd3843b5a03f3c9820 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Thu, 18 Aug 1994 05:16:52 +0000 Subject: [PATCH] Use new remote-pa, rather than the generic one. --- gdb/config/pa/hppabsd.mt | 2 +- gdb/config/pa/hppahpux.mt | 1 + gdb/config/pa/hppaosf.mt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gdb/config/pa/hppabsd.mt b/gdb/config/pa/hppabsd.mt index 14fae96084..af80c29ea7 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 diff --git a/gdb/config/pa/hppahpux.mt b/gdb/config/pa/hppahpux.mt index 8808f0ecd8..32f68d7708 100644 --- a/gdb/config/pa/hppahpux.mt +++ b/gdb/config/pa/hppahpux.mt @@ -2,3 +2,4 @@ TDEPFILES= hppa-pinsn.o hppa-tdep.o exec.o XDEPFILES= ser-tcp.o TM_FILE= tm-hppah.h +REMOTE_O=dcache.o remote-pa.o remote-utils.o diff --git a/gdb/config/pa/hppaosf.mt b/gdb/config/pa/hppaosf.mt index a9f51639a2..df0f18ccdb 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 -- 2.34.1