From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Daniel Jacobowitz 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:22:00 -0000 Message-id: <409FE4A0.3000504@gnu.org> References: <20040510161830.GB25838@nevyn.them.org> X-SW-Source: 2004-05/msg00300.html 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 Andrew