* m/intel386.h (NO_REMAP): Move definition ...
authorDan Nicolaescu <dann@ics.uci.edu>
Sat, 3 Apr 2010 00:24:53 +0000 (17:24 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Sat, 3 Apr 2010 00:24:53 +0000 (17:24 -0700)
* s/msdos.h (NO_REMAP): ... here.

src/ChangeLog
src/m/intel386.h
src/s/msdos.h

index dc0ff821201996bbbec6c44c077430b064db6ab3..88eade2a7fddb4d98ab919bf9352f81be20d797d 100644 (file)
@@ -1,5 +1,8 @@
 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
index 8b3c5fff064de38a215f52fc2de0ed59bce35fd9..dc50d5ea6a23554d5f802c5f17e59d0a34a13e8d 100644 (file)
@@ -85,10 +85,6 @@ NOTE-END */
 #define TEXT_START 0
 #endif /* USG */
 
-#ifdef MSDOS
-#define NO_REMAP
-#endif
-
 #ifdef WINDOWSNT
 #define VIRT_ADDR_VARIES
 #define DATA_START     get_data_start ()
index 55f546589ec0e7b83a855c83ed8a40b1157dbf2b..15c3c5b145264773ea74d2e5910bc64a94c50d34 100644 (file)
@@ -170,5 +170,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
 #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) */