2010-08-14 Ivan Maidanski <ivmai@mail.ru>
authorivmai <ivmai>
Sat, 14 Aug 2010 13:59:21 +0000 (13:59 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:54 +0000 (21:06 +0400)
commite61fa5f9f270db9073abef2fc2bf573657b246e1
treed1d0383f2585c74763a5298a4222e0369f6fe6ae
parent26220af2e4a3aef3ffb8c006cd197a8987107dff
2010-08-14  Ivan Maidanski <ivmai@mail.ru>

* os_dep.c (os2_alloc): Don't set PAG_EXECUTE unless
pages_executable is on.
* os_dep.c (os2_alloc): Add FIXME (for recursion).
* os_dep.c (UNPROTECT): Abort with a more informative message if
pages_executable is on ("mprotect" case).
* os_dep.c (PROTECT, UNPROTECT): Set VM_PROT_EXEC if
pages_executable is on (Darwin case).
* pthread_support.c (GC_init_real_syms): Abort with an informative
message if libgc is linked after libpthread.
ChangeLog
os_dep.c
pthread_support.c