2001-02-19 Ben Elliston <bje@redhat.com>
[deliverable/binutils-gdb.git] / sim / mips / tconfig.in
index 872c2b71801d8063f9369c2e871accf8f95b9092..d59147403189817e335e56431e683b855d76fea3 100644 (file)
@@ -1,5 +1,21 @@
 /* mips target configuration file.  */
 
+/* See sim-hload.c.  We properly handle LMA.  */
+#ifdef TARGET_TX3904
+#define SIM_HANDLES_LMA 1
+
+/* FIXME: This is unnecessarily necessary: */
+#include "ansidecl.h"
+#include "callback.h"
+#include "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.
    See the mips simulator for an example.
    This enables the `-p foo' and `-s bar' options.
@@ -12,7 +28,6 @@
    The target is required to provide sim_set_simcache_size.  */
 /* #define SIM_HAVE_SIMCACHE */
 
-/* C statement to call after argument parsing is done and executable file
-   has been opened (with bfd_openr).
-   See h8300/tconfig.in for an example.  */
-/* #define SIM_PRE_LOAD(EXEC_BFD) */
+/* Define this if the target cpu is bi-endian
+   and the simulator supports it.  */
+#define SIM_HAVE_BIENDIAN
This page took 0.023348 seconds and 4 git commands to generate.