import gdb-1999-07-12 snapshot
[deliverable/binutils-gdb.git] / sim / common / sim-base.h
index 3fe01b4a98d49fb742e7434b751631f8b05caa56..f3af30553a2a924a80f59e92003e58b25fd571d0 100644 (file)
@@ -237,6 +237,11 @@ typedef struct {
 #endif
 
 
+  /* Should image loads be performed using the LMA or VMA?  Older
+     simulators use the VMA while newer simulators prefer the LMA. */
+  int load_at_lma_p;
+#define STATE_LOAD_AT_LMA_P(SD) ((SD)->base.load_at_lma_p)
+
   /* Marker for those wanting to do sanity checks.
      This should remain the last member of this struct to help catch
      miscompilation errors.  */
This page took 0.033518 seconds and 4 git commands to generate.