From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6384 invoked by alias); 19 Sep 2002 19:10:41 -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 6372 invoked from network); 19 Sep 2002 19:10:37 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 19 Sep 2002 19:10:37 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 12AFF3D7F; Thu, 19 Sep 2002 15:10:36 -0400 (EDT) Message-ID: <3D8A212B.1080108@ges.redhat.com> Date: Thu, 19 Sep 2002 12:10:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nick Clifton Cc: drow@mvista.com, 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> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00500.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. Sigh! Within GDB, if someone wishes to remove an ISA or other body of code, they first propose it on a relevant list. Then, if there is no objection, the relevant code is either yanked or (more typically) marked as obsolete. Can you point me at the original posting (which I guess just went just to binutils). Anyway, this change needs to be mentioned in the gdb/NEWS file. Look for ``Removed'' for other examples. Andrew