aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/pa
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1995-01-17 04:53:00 +0000
committerStan Shebs <shebs@codesourcery.com>1995-01-17 04:53:00 +0000
commitdbd9bcaa8b10099702a5001ec5df540661fb6c9f (patch)
treee037c80331ff5e8386f42c39f8eeb9a413d7633a /gdb/config/pa
parent0336337260d3f992cf49e55ab9e3ecd8d2a5f351 (diff)
downloadgdb-dbd9bcaa8b10099702a5001ec5df540661fb6c9f.zip
gdb-dbd9bcaa8b10099702a5001ec5df540661fb6c9f.tar.gz
gdb-dbd9bcaa8b10099702a5001ec5df540661fb6c9f.tar.bz2
* config/*/*.mt (TDEPFILES): Remove refs to *-pinsn.o.
Diffstat (limited to 'gdb/config/pa')
-rw-r--r--gdb/config/pa/hppabsd.mt4
-rw-r--r--gdb/config/pa/hppaosf.mt7
-rw-r--r--gdb/config/pa/hppapro.mt10
3 files changed, 10 insertions, 11 deletions
diff --git a/gdb/config/pa/hppabsd.mt b/gdb/config/pa/hppabsd.mt
index 19ab26f..a446d28 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
+# Target: HP PA-RISC running bsd
+TDEPFILES= hppa-tdep.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 a18fdcd..4699ba7 100644
--- a/gdb/config/pa/hppaosf.mt
+++ b/gdb/config/pa/hppaosf.mt
@@ -1,4 +1,5 @@
-# TARGET: HP PA-RISC running OSF1
-TDEPFILES= hppa-pinsn.o hppa-tdep.o
+# Target: HP PA-RISC running OSF1
+TDEPFILES= hppa-tdep.o
TM_FILE= tm-hppao.h
-REMOTE_O=dcache.o remote.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/hppapro.mt b/gdb/config/pa/hppapro.mt
index bf1e894..0f6725f 100644
--- a/gdb/config/pa/hppapro.mt
+++ b/gdb/config/pa/hppapro.mt
@@ -1,7 +1,5 @@
-# Communicate with a PA based debug monitor. Communications
-# is facilitated via either a serial line, or a TCP or TELNET connection to
-# a serial line on a terminal multiplexor.
-TDEPFILES= hppa-pinsn.o hppa-tdep.o
-REMOTE_O=dcache.o remote.o remote-utils.o op50-rom.o w89k-rom.o monitor.o
-XDEPFILES= ser-tcp.o
+# Target: PA based debug monitor
+TDEPFILES= hppa-tdep.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