# HG changeset patch # User james # Date 1029163534 0 # Node ID d46451e73f6d1e1bc7a899d5c2c5f3e45beaba9d # Parent 5b372a329b97a6af4b3bbf02847128b410c70848 [xemacs-hg @ 2002-08-12 14:45:28 by james] Turn ORDINARY_LINK on for Linux. diff -r 5b372a329b97 -r d46451e73f6d src/ChangeLog --- 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 + + * s/linux.h: Turn ORDINARY_LINK on for Linux. + 2002-08-02 Marcus Crestani Additions for USE_KKCC: diff -r 5b372a329b97 -r d46451e73f6d src/s/linux.h --- 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.