aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/ChangeLog
diff options
context:
space:
mode:
authorAndrew Haley <aph@redhat.com>2006-04-24 13:40:21 +0000
committerAndrew Haley <aph@redhat.com>2006-04-24 13:40:21 +0000
commit8b2f0e655fc5b9685ed0b74cc30fba12fa414eaf (patch)
treea8074b9a8a67aadac33d1495f247696c5b362985 /boehm-gc/ChangeLog
parent0ea25112b13cd2b0b83820dc4306087daa346b30 (diff)
2006-03-07 Andrew Haley <aph@redhat.com>
* dyn_load.c (GC_has_static_roots): Declare. (GC_register_dynlib_callback): Call GC_has_static_roots. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@113223 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r--boehm-gc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index 936d3bfc2332..a27b9f3518db 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-07 Andrew Haley <aph@redhat.com>
+
+ * dyn_load.c (GC_has_static_roots): Declare.
+ (GC_register_dynlib_callback): Call GC_has_static_roots.
+
2006-04-11 Bryce McKinlay <mckinlay@redhat.com>
* darwin_stop_world.c (GC_push_all_stacks, GC_stop_world,