diff options
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/TODO | 4 | ||||
-rw-r--r-- | gdb/configure.host | 2 |
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> @@ -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 ;; |