From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10214 invoked by alias); 6 May 2004 19:43:06 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 10197 invoked from network); 6 May 2004 19:43:05 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.77.109) by sources.redhat.com with SMTP; 6 May 2004 19:43:05 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i46Jgxwc000371; Thu, 6 May 2004 21:42:59 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id i46Jgw6R001345; Thu, 6 May 2004 21:42:58 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id i46JgwVw001342; Thu, 6 May 2004 21:42:58 +0200 (CEST) Date: Thu, 06 May 2004 19:43:00 -0000 Message-Id: <200405061942.i46JgwVw001342@elgar.kettenis.dyndns.org> From: Mark Kettenis To: cagney@gnu.org CC: gdb-patches@sources.redhat.com In-reply-to: <4096D472.9060906@gnu.org> (message from Andrew Cagney on Mon, 03 May 2004 19:23:30 -0400) Subject: Re: [PATCH] Remove Interix support References: <200405032207.i43M73eL009567@elgar.kettenis.dyndns.org> <4096D472.9060906@gnu.org> X-SW-Source: 2004-05/txt/msg00156.txt.bz2 Date: Mon, 03 May 2004 19:23:30 -0400 From: Andrew Cagney > This target has never been buildable; the configure.host and > configure.tgt bits have never been checked in. So instead of > obsoleting this, I've just deleted is. > > Committed, So what else should go in this round? Well, I'm not sure. I think i[3-7]86-*-lynx* qualifies as a maintenance burden, since we have lynx-nat.c and i386ly-tdep.c. There are some other i386 hosts that we might want to get rid of to clean up config/i386/nm-*.h and config/i386/xm-*.h, but I really can't do a sensible suggestion what hosts to remove. Considering the VAX, I think we should get rid of vax-*-bsd* and vax-*-ultrix* (including vax-*-ultrix2*) on the host side. Mark