comparison src/s/sol2-10.h @ 108561:23f4cd23ea89

merge trunk
author Kenichi Handa <handa@etlken>
date Fri, 14 May 2010 13:15:58 +0900
parents f8e62c2bf3e9
children faf45a0d7ab2
comparison
equal deleted inserted replaced
108552:03ab6621f67d 108561:23f4cd23ea89
2 2
3 #include "sol2-6.h" 3 #include "sol2-6.h"
4 4
5 #define SYSTEM_MALLOC 5 #define SYSTEM_MALLOC
6 6
7 /* 7 /* Use the Solaris dldump() function, called from unexsol.c, to dump
8 * Use the Solaris dldump() function, called from unexsol.c, to dump 8 emacs, instead of the generic ELF dump code found in unexelf.c.
9 * emacs, instead of the generic ELF dump code found in unexelf.c. 9 The resulting binary has a complete symbol table, and is better
10 * The resulting binary has a complete symbol table, and is better 10 for debugging and other observabilty tools (debuggers, pstack, etc).
11 * for debugging and other observabilty tools (debuggers, pstack, etc). 11
12 * 12 If you encounter a problem using dldump(), please consider sending
13 * If you encounter a problem using dldump(), please consider sending 13 a message to the OpenSolaris tools-linking mailing list:
14 * a message to the OpenSolaris tools-linking mailing list: 14 http://mail.opensolaris.org/mailman/listinfo/tools-linking
15 * http://mail.opensolaris.org/mailman/listinfo/tools-linking 15
16 * 16 It is likely that dldump() works with older Solaris too,
17 * It is likely that dldump() works with older Solaris too, 17 but this has not been tested, and so, this change is for
18 * but this has not been tested, and so, this change is for 18 Solaris 10 and newer only at this time. */
19 * Solaris 10 and newer only at this time.
20 */
21 #undef UNEXEC 19 #undef UNEXEC
22 #define UNEXEC unexsol.o 20 #define UNEXEC unexsol.o
23 21
24 /* This is used in list_system_processes. */ 22 /* This is used in list_system_processes. */
25 #define HAVE_PROCFS 1 23 #define HAVE_PROCFS 1