* include/private/gcconfig.h: Disable PROC_VDB on solaris/x86 as it
doesn't seem to work.
svn path=/trunk/mono/; revision=54854
+2005-12-26 Zoltan Varga <vargaz@gmail.com>
+
+ * include/private/gcconfig.h: Disable PROC_VDB on solaris/x86 as it
+ doesn't seem to work.
+
2005-12-06 Todd Berman <tberman@off.net>
* pthread_support.c (GC_thread_register_foreign): Wrap a GC_printf1
/* At least in Solaris 2.5, PROC_VDB gives wrong values for dirty bits. */
/* It appears to be fixed in 2.8 and 2.9. */
# ifdef SOLARIS25_PROC_VDB_BUG_FIXED
-# define PROC_VDB
+/* Reading of dirty bits doesn't seem to work even in solaris 10 */
+/*# define PROC_VDB */
# endif
# define DYNAMIC_LOADING
# if !defined(USE_MMAP) && defined(REDIRECT_MALLOC)