PR 14072
authorNick Clifton <nickc@redhat.com>
Sat, 19 May 2012 16:46:16 +0000 (16:46 +0000)
committerNick Clifton <nickc@redhat.com>
Sat, 19 May 2012 16:46:16 +0000 (16:46 +0000)
* 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.

21 files changed:
sim/arm/ChangeLog
sim/arm/wrapper.c
sim/common/ChangeLog
sim/common/callback.c
sim/common/cgen-trace.c
sim/common/cgen-utils.c
sim/common/gentmap.c
sim/cris/ChangeLog
sim/cris/sim-if.c
sim/h8300/ChangeLog
sim/h8300/compile.c
sim/h8300/sim-main.h
sim/m32c/ChangeLog
sim/m32c/gdb-if.c
sim/m32c/load.c
sim/m32c/syscalls.c
sim/m32c/trace.c
sim/mips/ChangeLog
sim/mips/interp.c
sim/sh64/ChangeLog
sim/sh64/sim-if.c

index d18225352c19f163a5d5aac3d6c5b8a4bb076af0..68cd1a4463fbd9c215cdd762f3bae6a888de128a 100644 (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.
index 3f185f0c31c9263953a5e6f2fac38546a88cb8de..1c55f7514f174888671478d9a0ba0998e39cb8a1 100644 (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>
index c4b95cf62f8357756bb194dc0cf21d42192a37c6..71af5ac42ec677bde10cfe5271edaa767d295228 100644 (file)
@@ -1,3 +1,11 @@
+2012-05-18  Nick Clifton  <nickc@redhat.com>
+
+       PR 14072
+       * callback.c: Include config.h before system header files.
+       * cgen-trace.c: Likewise.
+       * cgen-utils.c: Likewise.
+       * gentmap.c: Likewise.
+
 2012-04-02  Mike Frysinger  <vapier@gentoo.org>
 
        * hw-ports.c (hw_port_decode): Change "Unreconized" to "Unrecognized".
index 8a2abd0f5c7c0341814cd332e54354cabd2cee95..7779489464967b7ed587e4326596e7577dde8ceb 100644 (file)
@@ -24,6 +24,7 @@
 #ifdef HAVE_CONFIG_H
 #include "cconfig.h"
 #endif
+#include "config.h"
 #include "ansidecl.h"
 #include <stdarg.h>
 #include <stdio.h>
index ea71ecf72503861d3e50cff3342d3c6406607650..754038dc7f35498fa140f0ed827fba9c1d3fecc4 100644 (file)
@@ -17,6 +17,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 <http://www.gnu.org/licenses/>.  */
 
+#include "config.h"
 #include <errno.h>
 #include "dis-asm.h"
 #include "bfd.h"
index 2c84c5aeec12531b09a9674a5cf35f23df7db98b..daeb1815078ca3f7c1e702d205f2626df1afbf62 100644 (file)
@@ -17,6 +17,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 <http://www.gnu.org/licenses/>.  */
 
+#include "config.h"
 #include "bfd.h"
 #include "sim-main.h"
 #include "dis-asm.h"
index a4d37134c9897f76fb01484011f67dc088e4616e..7efc6d3b8634c2c5f64a051da6c5258f677cdc69 100644 (file)
@@ -66,6 +66,7 @@ gen_targ_map_c ()
   printf ("/* Target value mapping utilities needed by the simulator and gdb.  */\n");
   printf ("/* This file is machine generated by gentmap.c.  */\n\n");
 
+  printf ("#include \"config.h\"\n");
   printf ("#include <errno.h>\n");
   printf ("#include <fcntl.h>\n");
   printf ("#include \"ansidecl.h\"\n");
index a261be2a1de1633795d45c027e59e23460dec216..3f538ecc5fb142818a5b85f613c03ee2589213f0 100644 (file)
@@ -1,3 +1,8 @@
+2012-05-18  Nick Clifton  <nickc@redhat.com>
+
+       PR 14072
+       * sim-if.c: Include config.h before system header files.
+
 2012-03-24  Mike Frysinger  <vapier@gentoo.org>
 
        * aclocal.m4, config.in, configure: Regenerate.
index 56f8d42012afb42a6671f3dac7da7f38a741e686..19999e2fdd4d8803950b45e143f7c86c1f411f27 100644 (file)
@@ -20,6 +20,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 /* Based on the fr30 file, mixing in bits from the i960 and pruning of
    dead code.  */
 
+#include "config.h"
 #include "libiberty.h"
 #include "bfd.h"
 #include "elf-bfd.h"
index 8865a79feb2957955fc55c8d28bf250685418c20..2aaf0fbf2a817f2f3a7b9a23e4ff8a48dcf446b9 100644 (file)
@@ -1,3 +1,9 @@
+2012-05-18  Nick Clifton  <nickc@redhat.com>
+
+       PR 14072
+       * compile.c: Include config.h before system header files.
+       * sim-main.h: Likewise.
+
 2012-03-24  Mike Frysinger  <vapier@gentoo.org>
 
        * aclocal.m4, config.in, configure: Regenerate.
index 7b4a5fad31cca6fba703ad2f8b608de95e0c0d97..13d5caefc288591c45602614e73de075fe02c15d 100644 (file)
@@ -17,6 +17,7 @@
  * AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+#include "config.h"
 #include <signal.h>
 #ifdef HAVE_TIME_H
 #include <time.h>
index 65cc9995dc90d5219c5df465fcf14bd79f38614d..964388ac56055cffd3c99e3a7d199c2ee25230ea 100644 (file)
@@ -1,5 +1,6 @@
 /* Main header for the Hitachi h8/300 architecture.  */
 
+#include "config.h"
 #include "bfd.h"
 
 #ifndef SIM_MAIN_H
index 45b91e17f63ca6cf706255c34d229f41a6527821..899657b3b25b19581d65897476a8b19efae65c0f 100644 (file)
@@ -1,3 +1,11 @@
+2012-05-18  Nick Clifton  <nickc@redhat.com>
+
+       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  <vapier@gentoo.org>
 
        * aclocal.m4, config.in, configure: Regenerate.
index c18f0c7a755a43607e4ff44dce3cea8d6b6c77ee..863fcf405fc68061b56f3e1cb46c7f6a3c8a2053 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.  */
 
-
+#include "config.h"
 #include <stdio.h>
 #include <assert.h>
 #include <signal.h>
index 8b3545caea1187c6e114ab911225eb4ad5f77f54..8050d657e498fc951cda5bcf00b9bb0ed21f549e 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.  */
 
-
+#include "config.h"
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
index c5a72c111f6aa7d1a077d5626252e84a26b69df6..82658ad4027fb7bb71f950165fc65bab6738a273 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.  */
 
-
+#include "config.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <fcntl.h>
index 4b2b386a273e763ebd3e29071e498f51440e6fe9..64084edb3d8788b39e5569277dce4f70ce6ef196 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.  */
 
-
+#include "config.h"
 #include <stdio.h>
 #include <stdarg.h>
 #include <string.h>
index c4f1b1b2688becb86f237fad4682dcd8c78e02b2..c74038a701833a4ed5a5471da7baf5c6ee1f4189 100644 (file)
@@ -1,3 +1,8 @@
+2012-05-18  Nick Clifton  <nickc@redhat.com>
+
+       PR 14072
+       * interp.c: Include config.h before system header files.
+
 2012-03-24  Mike Frysinger  <vapier@gentoo.org>
 
        * aclocal.m4, config.in, configure: Regenerate.
index edd4250e22cec381fa33f721b1d118160c082749..032570a9045c51c410c45f151a68061f592c6899 100644 (file)
@@ -29,6 +29,7 @@ code on the hardware.
 #define TRACE (1)
 #endif
 
+#include "config.h"
 #include "bfd.h"
 #include "sim-main.h"
 #include "sim-utils.h"
index dfbf0537c7ccc512d1426df057d32c2a7a59b6fd..50e0c1643f9674a966bd11ce56575c062ffde866 100644 (file)
@@ -1,3 +1,8 @@
+2012-05-18  Nick Clifton  <nickc@redhat.com>
+
+       PR 14072
+       * interp.c: Include config.h before system header files.
+
 2012-03-24  Mike Frysinger  <vapier@gentoo.org>
 
        * aclocal.m4, config.in, configure: Regenerate.
index f9982bded147d31938b79fd8269aaec5ff52eeb2..bb988caae255505d25462cd2dc10eb4fcf284137 100644 (file)
@@ -17,6 +17,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 <http://www.gnu.org/licenses/>.  */
 
+#include "config.h"
 #include "libiberty.h"
 #include "bfd.h"
 #include "sim-main.h"
This page took 0.036582 seconds and 4 git commands to generate.