usr/src/cmd/sgs/liblddbg/common/syminfo.c
changeset 12449 a87750d92895
parent 11827 d7ef53deac3f
--- a/usr/src/cmd/sgs/liblddbg/common/syminfo.c	Wed May 19 21:10:39 2010 -0700
+++ b/usr/src/cmd/sgs/liblddbg/common/syminfo.c	Wed May 19 22:33:49 2010 -0700
@@ -20,8 +20,7 @@
  */
 
 /*
- * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
- * Use is subject to license terms.
+ * Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  */
 #include	<sgs.h>
 #include	<stdio.h>
@@ -99,6 +98,10 @@
 		flagstr[flgndx++] = 'I';
 		flags &= ~SYMINFO_FLG_INTERPOSE;
 	}
+	if (flags & SYMINFO_FLG_DEFERRED) {
+		flagstr[flgndx++] = 'P';
+		flags &= ~SYMINFO_FLG_DEFERRED;
+	}
 
 	/*
 	 * Did we account for all of the flags?