summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2010-04-02 17:24:53 -0700
committerDan Nicolaescu <dann@ics.uci.edu>2010-04-02 17:24:53 -0700
commita568f507d1a646c351e1eda0266378316493ab11 (patch)
tree0220d9f43d6cb0e9d23cecdd289536a32db75496
parent4cd9f6c2f95f344aaa1201392eadaf3c5e882532 (diff)
downloademacs-a568f507d1a646c351e1eda0266378316493ab11.tar.gz
* m/intel386.h (NO_REMAP): Move definition ...
* s/msdos.h (NO_REMAP): ... here.
-rw-r--r--src/ChangeLog3
-rw-r--r--src/m/intel386.h4
-rw-r--r--src/s/msdos.h2
3 files changed, 5 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index dc0ff821201..88eade2a7fd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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
diff --git a/src/m/intel386.h b/src/m/intel386.h
index 8b3c5fff064..dc50d5ea6a2 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -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 ()
diff --git a/src/s/msdos.h b/src/s/msdos.h
index 55f546589ec..15c3c5b1452 100644
--- a/src/s/msdos.h
+++ b/src/s/msdos.h
@@ -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) */