From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Jacobowitz To: Andrew Cagney Cc: "Maciej W. Rozycki" , gdb-patches@sources.redhat.com Subject: Re: 6.1: Use cconfig.h instead of config.h in sim/common [resend] Date: Mon, 10 May 2004 20:48:00 -0000 Message-id: <20040510202830.GA16625@nevyn.them.org> References: <20040510161830.GB25838@nevyn.them.org> <409FE4A0.3000504@gnu.org> X-SW-Source: 2004-05/msg00302.html On Mon, May 10, 2004 at 04:22:56PM -0400, Andrew Cagney wrote: > >On Tue, Apr 20, 2004 at 05:00:21PM +0200, Maciej W. Rozycki wrote: > > > >>>Hello, > >>> > >>> Despite: > >>> > >>> http://sources.redhat.com/ml/gdb-patches/2003-12/msg00057.html > >>> > >>>the following patch hasn't been applied. What's wrong with it? > >>> > >>>2004-04-20 Maciej W. Rozycki > >>> > >>> * callback.c: Include cconfig.h instead of config.h. > >>> * run.c: Likewise. > >>> * sim-basics.h: Likewise. > >>> * sim-load.c: Likewise. > >>> * syscall.c: Likewise. > > > > > >Nothing, it just got forgotten. I've checked in this. > > Did the cross targets build? I can't build powerpc as either a native > or cross. > > /home/cygnus/cagney/GDB/src/sim/common/callback.c:26:21: cconfig.h: No > such file or directory > In file included from /home/cygnus/cagney/GDB/src/sim/common/sim-fpu.c:47: > /home/cygnus/cagney/GDB/src/sim/common/sim-basics.h:32:21: cconfig.h: No > such file or directory My goof. I built a simulator to verify, but it turns out that I picked a simulator which didn't use sim/common/! I think the include path needs to be fixed; I'll look at it now. -- Daniel Jacobowitz