sim: unify gettext/intl probing logic
[deliverable/binutils-gdb.git] / sim / common / sim-core.c
index 9b1e168321043398f84f142aa443aeb13df42e66..2c568dc3e36496bdc97e13a591b62b16ca4f09dd 100644 (file)
 #ifndef SIM_CORE_C
 #define SIM_CORE_C
 
+/* This must come before any other includes.  */
+#include "defs.h"
+
 #include "sim-main.h"
 #include "sim-assert.h"
+#include "sim-signal.h"
 #include "libiberty.h"
 
 #if (WITH_HW)
@@ -454,7 +458,7 @@ sim_core_translate (sim_core_mapping *mapping,
 
 
 #if EXTERN_SIM_CORE_P
-/* See include/gdb/remote-sim.h.  */
+/* See include/sim/sim.h.  */
 char *
 sim_memory_map (SIM_DESC sd)
 {
This page took 0.025195 seconds and 4 git commands to generate.