changeset 961:d46451e73f6d

[xemacs-hg @ 2002-08-12 14:45:28 by james] Turn ORDINARY_LINK on for Linux.
author james
date Mon, 12 Aug 2002 14:45:34 +0000
parents 5b372a329b97
children bbc2941a94d7
files src/ChangeLog src/s/linux.h
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Aug 12 08:00:07 2002 +0000
+++ b/src/ChangeLog	Mon Aug 12 14:45:34 2002 +0000
@@ -1,3 +1,7 @@
+2002-08-08  Jerry James  <james@xemacs.org>
+
+	* s/linux.h: Turn ORDINARY_LINK on for Linux.
+
 2002-08-02  Marcus Crestani  <crestani@informatik.uni-tuebingen.de>
 
 	Additions for USE_KKCC:
--- a/src/s/linux.h	Mon Aug 12 08:00:07 2002 +0000
+++ b/src/s/linux.h	Mon Aug 12 14:45:34 2002 +0000
@@ -131,11 +131,11 @@
 #ifdef LINUX_ELF
 #define UNEXEC "unexelf.o"
 #define UNEXEC_USE_MAP_PRIVATE
-#if 0
+
 /* mrb - Ordinary link is simple and effective */
 /* slb - Not any more ... :-( */
+/* jwj - slb's comment does not seem relevant to current Linuxes */
 #define ORDINARY_LINK
-#endif /* 0 */
 
 /* I still think ORDINARY_LINK should be the default, but since slb
    insists, ORDINARY_LINK will stay on until we expunge the dump code.