changeset 107767:ca372bf64063

* m/intel386.h (NO_REMAP): Move definition ... * s/msdos.h (NO_REMAP): ... here.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 02 Apr 2010 17:24:53 -0700
parents c117b71dcf38
children 18e1800af997
files src/ChangeLog src/m/intel386.h src/s/msdos.h
diffstat 3 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Apr 02 17:20:04 2010 -0700
+++ b/src/ChangeLog	Fri Apr 02 17:24:53 2010 -0700
@@ -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
--- a/src/m/intel386.h	Fri Apr 02 17:20:04 2010 -0700
+++ b/src/m/intel386.h	Fri Apr 02 17:24:53 2010 -0700
@@ -85,10 +85,6 @@
 #define TEXT_START 0
 #endif /* USG */
 
-#ifdef MSDOS
-#define NO_REMAP
-#endif
-
 #ifdef WINDOWSNT
 #define VIRT_ADDR_VARIES
 #define DATA_START 	get_data_start ()
--- a/src/s/msdos.h	Fri Apr 02 17:20:04 2010 -0700
+++ b/src/s/msdos.h	Fri Apr 02 17:24:53 2010 -0700
@@ -170,5 +170,7 @@
 #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) */