diff options
author | Rob Savoye <rob@cygnus> | 1994-08-18 05:16:52 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1994-08-18 05:16:52 +0000 |
commit | e782af99f51af49807eabbbd3843b5a03f3c9820 (patch) | |
tree | 9aed3d38ed6e9c6d2c22e64ef7735bc87e23eff6 /gdb | |
parent | 2e0fa11c9fe652eb9bd5734b3f62f22bc5c49f64 (diff) | |
download | gdb-e782af99f51af49807eabbbd3843b5a03f3c9820.zip gdb-e782af99f51af49807eabbbd3843b5a03f3c9820.tar.gz gdb-e782af99f51af49807eabbbd3843b5a03f3c9820.tar.bz2 |
Use new remote-pa, rather than the generic one.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/config/pa/hppabsd.mt | 2 | ||||
-rw-r--r-- | gdb/config/pa/hppahpux.mt | 1 | ||||
-rw-r--r-- | 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 14fae96..af80c29 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 8808f0e..32f68d7 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 a9f5163..df0f18c 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 |