comparison dynodump/dynodump.c @ 367:a4f53d9b3154 r21-1-13

Import from CVS: tag r21-1-13
author cvs
date Mon, 13 Aug 2007 11:01:07 +0200
parents c5d627a313b1
children cc15677e0335
comparison
equal deleted inserted replaced
366:83d76f480a59 367:a4f53d9b3154
66 * now take advantage of new shared objects. 66 * now take advantage of new shared objects.
67 * 67 *
68 * Note. under this mechanism, any data item that undergoes 68 * Note. under this mechanism, any data item that undergoes
69 * relocation and is then further modified during the execution of 69 * relocation and is then further modified during the execution of
70 * the image before dynodump(3x) is called will lose the 70 * the image before dynodump(3x) is called will lose the
71 * modification that occured during the applications execution. 71 * modification that occurred during the applications execution.
72 * 72 *
73 * N.B. The above commentary is not quite correct in the flags have been hardwired 73 * N.B. The above commentary is not quite correct in the flags have been hardwired
74 * to RTLD_SAVREL. 74 * to RTLD_SAVREL.
75 */ 75 */
76 #pragma ident "@(#) $Id: dynodump.c,v 1.6 1998/03/31 20:10:55 steve Exp $ - SMI" 76 #pragma ident "@(#) $Id: dynodump.c,v 1.7 2000/11/17 03:21:17 vins Exp $ - SMI"
77 77
78 #define __EXTENSIONS__ 1 78 #define __EXTENSIONS__ 1
79 79
80 #include <sys/param.h> 80 #include <sys/param.h>
81 #include <sys/procfs.h> 81 #include <sys/procfs.h>