diff options
author | Rob Savoye <rob@cygnus> | 1994-08-18 17:06:26 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1994-08-18 17:06:26 +0000 |
commit | fe4f3d0bec9d2381b9c6111301f43ca676e717bc (patch) | |
tree | dbbecb6a743d0d34efbea429f3546b3a36b45495 /gdb | |
parent | 7765123d8a4a2437c7d90873a338e2d2541bc3ea (diff) | |
download | gdb-fe4f3d0bec9d2381b9c6111301f43ca676e717bc.zip gdb-fe4f3d0bec9d2381b9c6111301f43ca676e717bc.tar.gz gdb-fe4f3d0bec9d2381b9c6111301f43ca676e717bc.tar.bz2 |
Support both the generic remote protocol and the one for HP-PRO targets.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/config/pa/hppabsd.mt | 2 | ||||
-rw-r--r-- | 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 af80c29..19ab26f 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 df0f18c..a18fdcd 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 |