From ff4865017b88dbf5a7c39ac36920dc13d2fa5797 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Mon, 21 Jul 2008 17:19:47 +0000 Subject: [PATCH] (NO_REMAP): Do not undefine. --- src/ChangeLog | 2 ++ src/m/ibms390x.h | 7 ------- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 7e4a64b63a9..12f8a54c21c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2008-07-21 Dan Nicolaescu + * m/ibms390x.h (NO_REMAP): Do not undefine. + * m/amdx86-64.h: Use SOLARIS2 instead of sun. 2008-07-21 Chong Yidong diff --git a/src/m/ibms390x.h b/src/m/ibms390x.h index bcddabd0aac..d85c3edd22b 100644 --- a/src/m/ibms390x.h +++ b/src/m/ibms390x.h @@ -80,13 +80,6 @@ NOTE-END */ #define HAVE_ALLOCA -/* Define NO_REMAP if memory segmentation makes it not work well - to change the boundary between the text section and data section - when Emacs is dumped. If you define this, the preloaded Lisp - code will not be sharable; but that's better than failing completely. */ - -#undef NO_REMAP - /* On the 64 bit architecture, we can use 60 bits for addresses */ #define VALBITS 60 -- 2.39.2