components/emacs/patches/dldump.patch
author Jiri Sasek <Jiri.Sasek@Oracle.COM>
Thu, 19 Sep 2013 10:07:24 -0700
branchs11u1-sru
changeset 2769 c8ae542d2c6c
parent 686 b4fe91eb660b
permissions -rw-r--r--
17413858 Update Samba to 3.6.18 release. 17311103 problem in UTILITY/SAMBA 15694966 SUNBT7016715 6641606 is not solved with 146363-01/146364-01

*** emacs-23.4.orig/src/s/sol2-6.h	Mon Oct 17 19:20:46 2011
--- emacs-23.4/src/s/sol2-6.h	Tue Feb  7 12:38:02 2012
***************
*** 2,11 ****
  
  #include "sol2-5.h"
  
! #if 0 /* dldump does not handle all the extensions used by GNU ld.  */
  #undef UNEXEC
  #define UNEXEC unexsol.o
- #endif
  
  /* arch-tag: 71ea3857-89dc-4395-9623-77964e6ed3ca
     (do not change this comment) */
--- 2,18 ----
  
  #include "sol2-5.h"
  
! /*
!  * Use the Solaris dldump() function to dump emacs, instead of
!  * the generic unexelf code.
!  *
!  * If you encounter a problem using dldump(), please consider sending
!  * a message to the OpenSolaris tools-linking mailing list:
!  *      http://mail.opensolaris.org/mailman/listinfo/tools-linking
!  */
! 
  #undef UNEXEC
  #define UNEXEC unexsol.o
  
  /* arch-tag: 71ea3857-89dc-4395-9623-77964e6ed3ca
     (do not change this comment) */