Support both the generic remote protocol and the one for HP-PRO targets.

This commit is contained in:
Rob Savoye 1994-08-18 17:06:26 +00:00
parent 7765123d8a
commit fe4f3d0bec
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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