]> granicus.if.org Git - gc/commitdiff
2011-05-18 Ivan Maidanski <ivmai@mail.ru>
authorivmai <ivmai>
Wed, 18 May 2011 09:46:36 +0000 (09:46 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:59 +0000 (21:06 +0400)
* include/private/gcconfig.h (MPROTECT_VDB): Enable for Solaris in
single-threaded environment.

ChangeLog
include/private/gcconfig.h

index 88fefdc96a377a2be3a3dc61b9a6a240ffad0dd9..c76b4023587d4be66714ffb52ef3f2d60611e141 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-18  Ivan Maidanski  <ivmai@mail.ru>
+
+       * include/private/gcconfig.h (MPROTECT_VDB): Enable for Solaris in
+       single-threaded environment.
+
 2011-05-18  Ivan Maidanski  <ivmai@mail.ru>
 
        * include/private/gcconfig.h (MPROTECT_VDB): Undefine if PROC_VDB.
index 9052d22e4040bcde49a6cb316b3575a63f8bb215..e22387908748cc982ce74ec5b0726733a7d530ae 100644 (file)
 #       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
 #       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