From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9579 invoked by alias); 8 Dec 2002 22:40:35 -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 9572 invoked from network); 8 Dec 2002 22:40:33 -0000 Received: from unknown (HELO mailout6-0.nyroc.rr.com) (24.92.226.125) by sources.redhat.com with SMTP; 8 Dec 2002 22:40:33 -0000 Received: from twcny.rr.com (syr-66-66-30-119.twcny.rr.com [66.66.30.119]) by mailout6-0.nyroc.rr.com (8.11.6/RoadRunner 1.20) with ESMTP id gB8MeVk07747; Sun, 8 Dec 2002 17:40:31 -0500 (EST) Message-ID: <3DF3CA2F.9010609@twcny.rr.com> Date: Sun, 08 Dec 2002 14:41:00 -0000 From: Nathanael Nerode User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2b) Gecko/20021108 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney CC: gdb-patches@sources.redhat.com Subject: Re: sim/gdb dependency References: <3DF24E38.7020908@redhat.com> In-Reply-To: <3DF24E38.7020908@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-12/txt/msg00262.txt.bz2 Andrew Cagney wrote: > Nath. > > Thanks to the PPC (...), the sim can't be built before GDB has been > configured. This is because the PPC is using stuff from GDB's "tm.h" Rrgh. There is supposed to be a dependency in there for that. Let me fix this. > and that is created during config time :-( I tweaked my local > Makefile.in to read something like: > all-sim: configure-sim configure-gdb > and that fixed the problem. (But I'm not sure how to do this from > scratch). > > The correct fix is for the PPC to, like the better simulators, use an > include/gdb/XXX-sim.h file. In the mean time .... :-( > > Andrew > >