From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9348 invoked by alias); 15 Jan 2002 01:42:16 -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 9301 invoked from network); 15 Jan 2002 01:42:11 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (12.107.208.154) by sources.redhat.com with SMTP; 15 Jan 2002 01:42:11 -0000 Received: from cgf.cipe.redhat.com (dhcpd10.meridian.redhat.com [172.16.47.10]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id g0F1gAE30961; Mon, 14 Jan 2002 20:42:10 -0500 Received: (from cgf@localhost) by cgf.cipe.redhat.com (8.11.6/8.8.7) id g0F1gVS22491; Mon, 14 Jan 2002 20:42:31 -0500 Date: Mon, 14 Jan 2002 17:42:00 -0000 From: Christopher Faylor To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfa] Drop some arm-* targets Message-ID: <20020115014231.GA22400@redhat.com> Mail-Followup-To: Andrew Cagney , gdb-patches@sources.redhat.com References: <3C2E1ABD.8070207@cygnus.com> <3C41F1FE.1060902@cygnus.com> <20020113212834.GB23817@redhat.com> <3C438645.7000900@cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C438645.7000900@cygnus.com> User-Agent: Mutt/1.3.23.1i X-SW-Source: 2002-01/txt/msg00404.txt.bz2 On Mon, Jan 14, 2002 at 08:30:45PM -0500, Andrew Cagney wrote: > >> >>Actually, maybe it's a corollary of the above, bu I think we should >>obsolete the WinCE targets. So the files wince.c, wince-stub.c, and >>wince-stub.h should go. These files are also used for mips-pe and >>sh-pe. >> >>I guess I'm sort of the maintainer of these packages but I really don't >>have any interest in maintaining them. AFAIK, both binutils and gcc both >>are no longer capable of building Windows CE binaries. > > >Like the idea. Would you like to, or do you want me to ``drive this one >forward'' ... :-) Do I just have to remove the target from Makefile.in and submit the patch here? If so, I'll do it. cgf