aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-04-27 16:40:29 +0000
committerAndrew Cagney <cagney@redhat.com>2001-04-27 16:40:29 +0000
commitcc3f9cbbf767f6d2e07cf46508fc510f07042bc9 (patch)
treeb5d814a0773bd433e089e3b94e26ced6f6783f20 /gdb
parented9c5cf25160b9e9a8dbaa36b11a061561db9496 (diff)
downloadgdb-cc3f9cbbf767f6d2e07cf46508fc510f07042bc9.zip
gdb-cc3f9cbbf767f6d2e07cf46508fc510f07042bc9.tar.gz
gdb-cc3f9cbbf767f6d2e07cf46508fc510f07042bc9.tar.bz2
Zap romp host.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/TODO4
-rw-r--r--gdb/configure.host2
3 files changed, 5 insertions, 6 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 37ddf6c..d271392 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2001-04-27 Andrew Cagney <ac131313@redhat.com>
+ * configure.host: Delete romp host.
+ * TODO: Update.
+
+2001-04-27 Andrew Cagney <ac131313@redhat.com>
+
* TODO: Updates to 5.1. No more targets to obsolete.
2001-04-27 Don Howard <dhoward@redhat.com>
diff --git a/gdb/TODO b/gdb/TODO
index e29fee4..1941cc3 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -162,10 +162,6 @@ MAINTAINERS file.
--
-Zap still more of that nonexistant romp target.
-
---
-
Fix copyright notices.
Turns out that ``1998-2000'' isn't considered valid :-(
diff --git a/gdb/configure.host b/gdb/configure.host
index 600a7ee..ff09bdc 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -136,8 +136,6 @@ powerpc-*-aix*) gdb_host=aix ;;
powerpc-*-linux*) gdb_host=linux ;;
powerpc-*-netbsd*) gdb_host=nbsd ;;
-romp-*-*) gdb_host=rtbsd ;;
-
rs6000-*-lynxos*) gdb_host=rs6000lynx ;;
rs6000-*-aix4*) gdb_host=aix4 ;;
rs6000-*-*) gdb_host=rs6000 ;;