From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14648 invoked by alias); 19 Sep 2002 14:47:50 -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 14641 invoked from network); 19 Sep 2002 14:47:48 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 19 Sep 2002 14:47:48 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 470D63DB8; Thu, 19 Sep 2002 10:47:46 -0400 (EDT) Message-ID: <3D89E392.1080100@ges.redhat.com> Date: Thu, 19 Sep 2002 07:47: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: Hans-Peter Nilsson , gdb-patches@sources.redhat.com Subject: Re: v850 sim noncompile (was: Re: Add v850 linker relaxation) References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00480.txt.bz2 > Hi Hans-Peter, > > >> I just noticed this error when doing a "full build" as per >> yaddayaddayadda: >> .../sim/v850/interp.c: In function `sim_open': >> .../sim/v850/interp.c:283: `bfd_mach_v850ea' undeclared (first use in this function) > > > Oopsie, fixed by applying the attached patch. > > Cheers > Nick > > 2002-09-19 Nick Clifton > > * interp.c (sim_open): Remove reference to v850ea. > (sim_create_inferior): Likewise. > * v850-dc: Likewise. > * v850.igen: Remove all references to v850ea, including v850ea > specific instructions. > Nick, this isn't right. That code has been around for a very long time and has compiled before. I think the problem is elsewhere. Andrew