diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 37ddf6cb6d..d271392703 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2001-04-27 Andrew Cagney + + * configure.host: Delete romp host. + * TODO: Update. + 2001-04-27 Andrew Cagney * TODO: Updates to 5.1. No more targets to obsolete. diff --git a/gdb/TODO b/gdb/TODO index e29fee47af..1941cc3dca 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 600a7ee5ad..ff09bdce17 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 ;;