aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc
diff options
context:
space:
mode:
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-24 19:36:42 +0000
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-24 19:36:42 +0000
commit32875ae1539a38675063d51563416a67017d3af3 (patch)
tree207992af5f22f3e59cb072218f3633a17472ff82 /boehm-gc
parent3ccf108d8b40a62d19b1c9e4bfa860f49888951e (diff)
2007-01-24 Andreas Tobler <a.tobler@schweiz.org>
ChangeLog: Fix Typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121127 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc')
-rw-r--r--boehm-gc/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index 74463dc03fd..9aa97b19f38 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,9 +1,9 @@
-2007-01-19 Andreas Tobler <a.tobler@schweiz.org>
+2007-01-24 Andreas Tobler <a.tobler@schweiz.org>
* 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.