* s/msdos.h (NO_REMAP): ... here.
2010-04-03 Dan Nicolaescu <dann@ics.uci.edu>
+ * m/intel386.h (NO_REMAP): Move definition ...
+ * s/msdos.h (NO_REMAP): ... here.
+
* m/vax.h (CRT0_DUMMIES): Remove, unused.
* ecrt0.c: Remove MSDOS, m68k and __sparc__ conditionals, file not
#define TEXT_START 0
#endif /* USG */
-#ifdef MSDOS
-#define NO_REMAP
-#endif
-
#ifdef WINDOWSNT
#define VIRT_ADDR_VARIES
#define DATA_START get_data_start ()
#define GC_SETJMP_WORKS 1
#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
+#define NO_REMAP
+
/* arch-tag: d184f860-815d-4ff4-8187-d05c0f3c37d0
(do not change this comment) */