emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to src/s/sol2-10.h


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to src/s/sol2-10.h
Date: Thu, 23 Oct 2008 19:32:25 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/10/23 19:32:23

Index: src/s/sol2-10.h
===================================================================
RCS file: src/s/sol2-10.h
diff -N src/s/sol2-10.h
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ src/s/sol2-10.h     23 Oct 2008 19:32:23 -0000      1.1
@@ -0,0 +1,22 @@
+/* Handle Solaris 2.10.  */
+
+#include "sol2-6.h"
+
+#define SYSTEM_MALLOC
+
+/*
+ * Use the Solaris dldump() function, called from unexsol.c, to dump
+ * emacs, instead of the generic ELF dump code found in unexelf.c.
+ * The resulting binary has a complete symbol table, and is better
+ * for debugging and other observabilty tools (debuggers, pstack, etc).
+ *
+ * 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
+ *
+ * It is likely that dldump() works with older Solaris too,
+ * but this has not been tested, and so, this change is for
+ * Solaris 10 and newer only at this time.
+ */
+#undef UNEXEC
+#define UNEXEC unexsol.o




reply via email to

[Prev in Thread] Current Thread [Next in Thread]