From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31180 invoked by alias); 11 Nov 2002 16:55:30 -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 31142 invoked from network); 11 Nov 2002 16:55:27 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 11 Nov 2002 16:55:27 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gABGWPw07580; Mon, 11 Nov 2002 11:32:25 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gABGtAx30384; Mon, 11 Nov 2002 11:55:10 -0500 Received: from tonopah.toronto.redhat.com (tonopah.toronto.redhat.com [172.16.14.91]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id gABGsqH27309; Mon, 11 Nov 2002 08:54:52 -0800 Received: (from wilson@localhost) by tonopah.toronto.redhat.com (8.11.6/8.11.6) id gABGsj317653; Mon, 11 Nov 2002 11:54:45 -0500 X-Authentication-Warning: tonopah.toronto.redhat.com: wilson set sender to wilson@redhat.com using -f To: Nathanael Nerode Cc: newlib@sources.redhat.com, binutils@sources.redhat.com, gdb-patches@sources.redhat.com, gcc-patches@sources.redhat.com, dj@redhat.com Subject: Re: Patch: drop NEC v810 support References: <20021111000953.GA526@doctormoo> From: Jim Wilson Date: Mon, 11 Nov 2002 08:55:00 -0000 In-Reply-To: <20021111000953.GA526@doctormoo> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-11/txt/msg00310.txt.bz2 It was a newlib only port, using the NEC compiler. It was a rather unusual port, and one that we don't need to worry about now. Dropping the mt-v810 file is OK. Dropping the port is OK too, but if we are doing that, then we may as well delete the newlib bits. The main part is in the lib/sys/sysnec810 directory and the newlib configure.host file, but there are various files with #ifdef __v810__ in them to deal with NEC compiler specific issues. Use "find . -type f | xargs grep v810" to find them. This isn't your problem though, it is a problem for the newlib maintainers to worry about. Jim