components/emacs/patches/dldump.patch
changeset 176 11a04b640bf2
child 686 b4fe91eb660b
equal deleted inserted replaced
175:5195b4ea17ad 176:11a04b640bf2
       
     1 *** emacs-23.1/src/s/sol2-6.h.orig	Wed Oct 14 17:55:32 2009
       
     2 --- emacs-23.1/src/s/sol2-6.h	Wed Oct 14 17:56:46 2009
       
     3 ***************
       
     4 *** 2,11 ****
       
     5   
       
     6   #include "sol2-5.h"
       
     7   
       
     8 ! #if 0 /* dldump does not handle all the extensions used by GNU ld.  */
       
     9   #undef UNEXEC
       
    10   #define UNEXEC unexsol.o
       
    11 - #endif
       
    12   
       
    13   /* arch-tag: 71ea3857-89dc-4395-9623-77964e6ed3ca
       
    14      (do not change this comment) */
       
    15 --- 2,18 ----
       
    16   
       
    17   #include "sol2-5.h"
       
    18   
       
    19 ! /*
       
    20 !  * Use the Solaris dldump() function to dump emacs, instead of
       
    21 !  * the generic unexelf code.
       
    22 !  *
       
    23 !  * If you encounter a problem using dldump(), please consider sending
       
    24 !  * a message to the OpenSolaris tools-linking mailing list:
       
    25 !  *      http://mail.opensolaris.org/mailman/listinfo/tools-linking
       
    26 !  */
       
    27 ! 
       
    28   #undef UNEXEC
       
    29   #define UNEXEC unexsol.o
       
    30   
       
    31   /* arch-tag: 71ea3857-89dc-4395-9623-77964e6ed3ca
       
    32      (do not change this comment) */