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/m32c/ChangeLog | 8 ++++++++ sim/m32c/gdb-if.c | 2 +- sim/m32c/load.c | 2 +- sim/m32c/syscalls.c | 2 +- sim/m32c/trace.c | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) (limited to 'sim/m32c') diff --git a/sim/m32c/ChangeLog b/sim/m32c/ChangeLog index 45b91e1..899657b 100644 --- a/sim/m32c/ChangeLog +++ b/sim/m32c/ChangeLog @@ -1,3 +1,11 @@ +2012-05-18 Nick Clifton + + PR 14072 + * gdb-if.c: Include config.h before system header files. + * load.c: Likewise. + * syscalls.c: Likewise. + * trace.c: Likewise. + 2012-03-24 Mike Frysinger * aclocal.m4, config.in, configure: Regenerate. diff --git a/sim/m32c/gdb-if.c b/sim/m32c/gdb-if.c index c18f0c7..863fcf4 100644 --- a/sim/m32c/gdb-if.c +++ b/sim/m32c/gdb-if.c @@ -18,7 +18,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ - +#include "config.h" #include #include #include diff --git a/sim/m32c/load.c b/sim/m32c/load.c index 8b3545c..8050d65 100644 --- a/sim/m32c/load.c +++ b/sim/m32c/load.c @@ -18,7 +18,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ - +#include "config.h" #include #include #include diff --git a/sim/m32c/syscalls.c b/sim/m32c/syscalls.c index c5a72c1..82658ad 100644 --- a/sim/m32c/syscalls.c +++ b/sim/m32c/syscalls.c @@ -18,7 +18,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ - +#include "config.h" #include #include #include diff --git a/sim/m32c/trace.c b/sim/m32c/trace.c index 4b2b386..64084ed 100644 --- a/sim/m32c/trace.c +++ b/sim/m32c/trace.c @@ -18,7 +18,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ - +#include "config.h" #include #include #include -- cgit v1.1