* 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.
This commit is contained in:
Nick Clifton
2012-05-19 16:46:16 +00:00
parent f06b801f66
commit a6ff997ce8
21 changed files with 56 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2012-05-18 Nick Clifton <nickc@redhat.com>
PR 14072
* wrapper.c: Include config.h before system header files.
2012-03-24 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4, config.in, configure: Regenerate.

View File

@@ -21,6 +21,7 @@
run.c and gdb (when the simulator is linked with gdb).
All simulator interaction should go through this file. */
#include "config.h"
#include <stdio.h>
#include <stdarg.h>
#include <string.h>