From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26865 invoked by alias); 19 Sep 2002 16:26:33 -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 26855 invoked from network); 19 Sep 2002 16:26:32 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 19 Sep 2002 16:26:32 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g8JG9Fi11475 for ; Thu, 19 Sep 2002 12:09:15 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8JGQTh32182; Thu, 19 Sep 2002 12:26:29 -0400 Received: from north-pole.nickc.cambridge.redhat.com.redhat.com (vpnuser1.stuttgart.redhat.com [172.16.4.1]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8JGQPf02750; Thu, 19 Sep 2002 12:26:27 -0400 To: drow@mvista.com, ac131313@ges.redhat.com Cc: hp@bitrange.com, gdb-patches@sources.redhat.com Subject: Re: v850 sim noncompile (was: Re: Add v850 linker relaxation) References: <3D89E392.1080100@ges.redhat.com> <20020919145121.GA19937@nevyn.them.org> <3D89E9EE.9020902@ges.redhat.com> From: Nick Clifton Date: Thu, 19 Sep 2002 09:26:00 -0000 In-Reply-To: <3D89E9EE.9020902@ges.redhat.com> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg00490.txt.bz2 Hi Andrew, Hi Daniel, > The patch doesn't so much remove left over redundancy as delete an > entire ISA: Right - the V850EA ISA never made it out into the real world. So there is no point in having support for it in the code. I deleted all the references to it in the binutils sources, but I forgot to clean up the simulator until Hans-Peter prompted me. Cheers Nick