aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorDan Nicolaescu2008-10-23 19:32:19 +0000
committerDan Nicolaescu2008-10-23 19:32:19 +0000
commit9b3362b8a14e134f2f72bb621d76b9cfaf44bedb (patch)
tree42a99d8f7a57e7c724ae98921b6645b25dabafc4 /src/s
parentbd07cecc1002004cbd3566ee1a96d994bf8f09f6 (diff)
downloademacs-9b3362b8a14e134f2f72bb621d76b9cfaf44bedb.tar.gz
emacs-9b3362b8a14e134f2f72bb621d76b9cfaf44bedb.zip
* configure (*-sunos5*, *-solaris* ): Use the new file sol2-10.h.
Use sol2-6.h for Solaris 7-9. * s/sol2-10.h: New file.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/sol2-10.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/s/sol2-10.h b/src/s/sol2-10.h
new file mode 100644
index 00000000000..7e158e89ccf
--- /dev/null
+++ b/src/s/sol2-10.h
@@ -0,0 +1,22 @@
1/* Handle Solaris 2.10. */
2
3#include "sol2-6.h"
4
5#define SYSTEM_MALLOC
6
7/*
8 * Use the Solaris dldump() function, called from unexsol.c, to dump
9 * emacs, instead of the generic ELF dump code found in unexelf.c.
10 * The resulting binary has a complete symbol table, and is better
11 * for debugging and other observabilty tools (debuggers, pstack, etc).
12 *
13 * If you encounter a problem using dldump(), please consider sending
14 * a message to the OpenSolaris tools-linking mailing list:
15 * http://mail.opensolaris.org/mailman/listinfo/tools-linking
16 *
17 * It is likely that dldump() works with older Solaris too,
18 * but this has not been tested, and so, this change is for
19 * Solaris 10 and newer only at this time.
20 */
21#undef UNEXEC
22#define UNEXEC unexsol.o