This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
[patch] Zap more of romp
- To: GDB Patches <gdb-patches at sourceware dot cygnus dot com>
- Subject: [patch] Zap more of romp
- From: Andrew Cagney <ac131313 at cygnus dot com>
- Date: Fri, 27 Apr 2001 12:40:46 -0400
It would appear that the romp host refuses to die.
Andrew
2001-04-27 Andrew Cagney <ac131313@redhat.com>
* configure.host: Delete romp host.
* TODO: Update.
Index: TODO
===================================================================
RCS file: /cvs/src/src/gdb/TODO,v
retrieving revision 1.81
diff -p -r1.81 TODO
*** TODO 2001/04/27 16:20:51 1.81
--- TODO 2001/04/27 16:38:51
*************** MAINTAINERS file.
*** 162,171 ****
--
- Zap still more of that nonexistant romp target.
-
- --
-
Fix copyright notices.
Turns out that ``1998-2000'' isn't considered valid :-(
--- 162,167 ----
Index: configure.host
===================================================================
RCS file: /cvs/src/src/gdb/configure.host,v
retrieving revision 1.19
diff -p -r1.19 configure.host
*** configure.host 2001/04/17 21:20:48 1.19
--- configure.host 2001/04/27 16:38:51
*************** powerpc-*-aix*) gdb_host=aix ;;
*** 136,143 ****
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 ;;
--- 136,141 ----