From: ivmai Date: Wed, 18 May 2011 09:46:36 +0000 (+0000) Subject: 2011-05-18 Ivan Maidanski X-Git-Tag: gc7_2alpha6~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fc448ef91a65f2108e594c6936745807f9925dd;p=gc 2011-05-18 Ivan Maidanski * include/private/gcconfig.h (MPROTECT_VDB): Enable for Solaris in single-threaded environment. --- diff --git a/ChangeLog b/ChangeLog index 88fefdc9..c76b4023 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-05-18 Ivan Maidanski + + * include/private/gcconfig.h (MPROTECT_VDB): Enable for Solaris in + single-threaded environment. + 2011-05-18 Ivan Maidanski * include/private/gcconfig.h (MPROTECT_VDB): Undefine if PROC_VDB. diff --git a/include/private/gcconfig.h b/include/private/gcconfig.h index 9052d22e..e2238790 100644 --- a/include/private/gcconfig.h +++ b/include/private/gcconfig.h @@ -1129,6 +1129,9 @@ # ifdef SOLARIS25_PROC_VDB_BUG_FIXED # define PROC_VDB # endif +# ifndef GC_THREADS +# define MPROTECT_VDB +# endif # define DYNAMIC_LOADING # if !defined(USE_MMAP) && defined(REDIRECT_MALLOC) # define USE_MMAP @@ -2201,6 +2204,9 @@ # ifdef SOLARIS25_PROC_VDB_BUG_FIXED # define PROC_VDB # endif +# ifndef GC_THREADS +# define MPROTECT_VDB +# endif # define DYNAMIC_LOADING # if !defined(USE_MMAP) && defined(REDIRECT_MALLOC) # define USE_MMAP