diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 74463dc03fdc..9aa97b19f385 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,9 +1,9 @@ -2007-01-19 Andreas Tobler +2007-01-24 Andreas Tobler * os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Moved recently added defines to include/private/gc_priv.h - * darwin_stop_world.c: Removed the above defines. (catch_exception_raise): Added THREAD_FLD in exc_state for POWERPC too. + * darwin_stop_world.c: Removed the above defines. * include/private/gc_priv.h: Moved definitions from darwin_stop_world.c and os_dep.c to here. Fixed THREAD definition fixes for ppc64.