From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27945 invoked by alias); 4 Aug 2004 04:18:52 -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 27920 invoked from network); 4 Aug 2004 04:18:50 -0000 Received: from unknown (HELO granger.mail.mindspring.net) (207.69.200.148) by sourceware.org with SMTP; 4 Aug 2004 04:18:50 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by granger.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1BsDEo-0002kJ-00; Wed, 04 Aug 2004 00:18:50 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 8F7504B102; Wed, 4 Aug 2004 00:19:12 -0400 (EDT) Date: Wed, 04 Aug 2004 04:18:00 -0000 From: Michael Chastain To: neroden@twcny.rr.com, gdb-patches@sources.redhat.com Subject: Re: [PATCH] Convert utils/sparclite to autoconf 2.59 Message-ID: <411063BF.nailCV22ST9G3@mindspring.com> References: <20040804024613.GA26094@twcny.rr.com> In-Reply-To: <20040804024613.GA26094@twcny.rr.com> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00079.txt.bz2 neroden@twcny.rr.com (Nathanael Nerode) wrote: > This seems to be a moderately inactive directory. Please tell me if it should > be blown away instead. Or if there are desired behavior changes which > affect this patch. According to gdb/NEWS, support for sparclite was removed in gdb 6.1. Is utils/ shared with any other project? gcc still supports sparclite, but when I check out gcc I don't get utils/. Same with binutils; binutils supports sparclite, but binutils doesn't include utils/. I'm hoping utils/ is not actually shared and utils/sparclite can be garbage collected. There is one gdb PR on utils/sparclite/Makefile and utils/wince/Makefile: http://sources.redhat.com/gdb/bugs/920 release tarball has generated files utils/sparclite/Makefile, utils/wince/Makefile Michael C