aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/pa
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1995-01-31 22:00:59 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1995-01-31 22:00:59 +0000
commit23676ab802c8069020e8f0af00aacc30df338dd9 (patch)
tree197bb73ea040143ccc911d4498942ed95dac267f /gdb/config/pa
parent0983715251914a0b426de024eb2dad73f1dbc8ac (diff)
downloadgdb-23676ab802c8069020e8f0af00aacc30df338dd9.zip
gdb-23676ab802c8069020e8f0af00aacc30df338dd9.tar.gz
gdb-23676ab802c8069020e8f0af00aacc30df338dd9.tar.bz2
* config/m68k/monitor.mt,
config/pa/{hppabsd.mt,hppahpux.mt,hppaosf.mt,hppapro.mt}: Put depfiles in TDEPFILES not REMOTE_O.
Diffstat (limited to 'gdb/config/pa')
-rw-r--r--gdb/config/pa/hppabsd.mt3
-rw-r--r--gdb/config/pa/hppaosf.mt4
-rw-r--r--gdb/config/pa/hppapro.mt3
3 files changed, 3 insertions, 7 deletions
diff --git a/gdb/config/pa/hppabsd.mt b/gdb/config/pa/hppabsd.mt
index a446d28..33b30cb 100644
--- a/gdb/config/pa/hppabsd.mt
+++ b/gdb/config/pa/hppabsd.mt
@@ -1,4 +1,3 @@
# Target: HP PA-RISC running bsd
-TDEPFILES= hppa-tdep.o
+TDEPFILES= hppa-tdep.o remote-pa.o
TM_FILE= tm-hppab.h
-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 4699ba7..0abafdd 100644
--- a/gdb/config/pa/hppaosf.mt
+++ b/gdb/config/pa/hppaosf.mt
@@ -1,5 +1,3 @@
# Target: HP PA-RISC running OSF1
-TDEPFILES= hppa-tdep.o
+TDEPFILES= hppa-tdep.o remote-pa.o
TM_FILE= tm-hppao.h
-
-REMOTE_O= dcache.o remote.o remote-pa.o remote-utils.o
diff --git a/gdb/config/pa/hppapro.mt b/gdb/config/pa/hppapro.mt
index 0f6725f..4cafd95 100644
--- a/gdb/config/pa/hppapro.mt
+++ b/gdb/config/pa/hppapro.mt
@@ -1,5 +1,4 @@
# Target: PA based debug monitor
-TDEPFILES= hppa-tdep.o
+TDEPFILES= hppa-tdep.o op50-rom.o w89k-rom.o monitor.o
TM_FILE= tm-pro.h
XDEPFILES= ser-tcp.o
-REMOTE_O= dcache.o remote.o remote-utils.o op50-rom.o w89k-rom.o monitor.o