From a6ff997ce8307ea4be649d4e8de0c07d21048a30 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sat, 19 May 2012 16:46:16 +0000 Subject: PR 14072 * wrapper.c: Include config.h before system header files. * callback.c: Include config.h before system header files. * cgen-trace.c: Likewise. * cgen-utils.c: Likewise. * gentmap.c: Likewise. * sim-if.c: Include config.h before system header files. * compile.c: Include config.h before system header files. * sim-main.h: Likewise. * gdb-if.c: Include config.h before system header files. * load.c: Likewise. * syscalls.c: Likewise. * trace.c: Likewise. * interp.c: Include config.h before system header files. --- sim/h8300/ChangeLog | 6 ++++++ sim/h8300/compile.c | 1 + sim/h8300/sim-main.h | 1 + 3 files changed, 8 insertions(+) (limited to 'sim/h8300') diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index 8865a79..2aaf0fb 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,3 +1,9 @@ +2012-05-18 Nick Clifton + + PR 14072 + * compile.c: Include config.h before system header files. + * sim-main.h: Likewise. + 2012-03-24 Mike Frysinger * aclocal.m4, config.in, configure: Regenerate. diff --git a/sim/h8300/compile.c b/sim/h8300/compile.c index 7b4a5fa..13d5cae 100644 --- a/sim/h8300/compile.c +++ b/sim/h8300/compile.c @@ -17,6 +17,7 @@ * AND FITNESS FOR A PARTICULAR PURPOSE. */ +#include "config.h" #include #ifdef HAVE_TIME_H #include diff --git a/sim/h8300/sim-main.h b/sim/h8300/sim-main.h index 65cc999..964388a 100644 --- a/sim/h8300/sim-main.h +++ b/sim/h8300/sim-main.h @@ -1,5 +1,6 @@ /* Main header for the Hitachi h8/300 architecture. */ +#include "config.h" #include "bfd.h" #ifndef SIM_MAIN_H -- cgit v1.1