X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fs%2Flinux.h;h=2de582aa670d4e331ed11d57d9564c6b7413f13f;hb=b073ad3949bbab4cf51e6c5de4725bb150b3ad11;hp=e61fdf353d3f7773f725af08cd320edceaf233a5;hpb=d8654f7c5ad0c04060008c6fbbd90add1f4537e3;p=chise%2Fxemacs-chise.git.1 diff --git a/src/s/linux.h b/src/s/linux.h index e61fdf3..2de582a 100644 --- a/src/s/linux.h +++ b/src/s/linux.h @@ -140,11 +140,9 @@ Boston, MA 02111-1307, USA. */ #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 ... :-( */ +/* Although slb thinks ORDINARY_LINK does not work on linux, ORDINARY_LINK + has been enabled in 21.5 for some time with no ill effects. */ #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.