* Makefile.in (SIM_OBJS): Add dsp.o.
[deliverable/binutils-gdb.git] / sim / mips / tconfig.in
index e8062a3af6951465378d854b01201e83c4a200dd..2f14ce11979ba946728554d32ead189ca6f8e43f 100644 (file)
@@ -6,12 +6,14 @@
 
 /* FIXME: This is unnecessarily necessary: */
 #include "ansidecl.h"
-#include "callback.h"
-#include "remote-sim.h"
+#include "gdb/callback.h"
+#include "gdb/remote-sim.h"
 #include "sim-module.h"
 
 MODULE_INSTALL_FN dv_sockser_install;
 #define MODULE_LIST dv_sockser_install,
+#else
+#define SIM_HANDLES_LMA 0
 #endif
 
 /* Define this if the simulator supports profiling.
@@ -29,3 +31,6 @@ MODULE_INSTALL_FN dv_sockser_install;
 /* Define this if the target cpu is bi-endian
    and the simulator supports it.  */
 #define SIM_HAVE_BIENDIAN
+
+/* MIPS uses an unusual format for floating point quiet NaNs.  */
+#define SIM_QUIET_NAN_NEGATED
This page took 0.023023 seconds and 4 git commands to generate.