diff usr/src/cmd/sgs/include/sparc/machdep.h @ 5152:fa5ab16f3606

5035454 mixing -Kpic and -KPIC may cause SIGSEGV with -xarch=v9
author ab196087
date Mon, 01 Oct 2007 10:33:16 -0700
parents 7559cdd1a09e
children
line wrap: on
line diff
--- a/usr/src/cmd/sgs/include/sparc/machdep.h	Mon Oct 01 09:45:31 2007 -0700
+++ b/usr/src/cmd/sgs/include/sparc/machdep.h	Mon Oct 01 10:33:16 2007 -0700
@@ -157,6 +157,7 @@
 					/* transition flags for got sizing */
 #define	M_GOT_LARGE	(Sword)(-M_GOT_MAXSMALL - 1)
 #define	M_GOT_SMALL	(Sword)(-M_GOT_MAXSMALL - 2)
+#define	M_GOT_MIXED	(Sword)(-M_GOT_MAXSMALL - 3)
 
 
 /*