diff options
author | Keith Seitz <keiths@redhat.com> | 2007-04-23 21:10:09 +0000 |
---|---|---|
committer | Keith Seitz <kseitz@gcc.gnu.org> | 2007-04-23 21:10:09 +0000 |
commit | 494d64aff614f95d4aa0d34b7d7d7190cdd4ab91 (patch) | |
tree | a822c7088bc6655548461fbcca4c0a74b1e7d525 /boehm-gc/ChangeLog | |
parent | f749a55bb4aa154a19b4a029ddf85b7393f52262 (diff) | |
download | gcc-494d64aff614f95d4aa0d34b7d7d7190cdd4ab91.zip gcc-494d64aff614f95d4aa0d34b7d7d7190cdd4ab91.tar.gz gcc-494d64aff614f95d4aa0d34b7d7d7190cdd4ab91.tar.bz2 |
gc.h (GC_is_thread_suspended): Declare.
* include/gc.h (GC_is_thread_suspended): Declare.
* pthread_stop_world.c (GC_is_thread_suspended): New function.
From-SVN: r124081
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r-- | boehm-gc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index aad8839..69f1685 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,8 @@ +2007-04-23 Keith Seitz <keiths@redhat.com> + + * include/gc.h (GC_is_thread_suspended): Declare. + * pthread_stop_world.c (GC_is_thread_suspended): New function. + 2007-04-03 Jakub Jelinek <jakub@redhat.com> * configure.ac (NO_EXECUTE_PERMISSION): Set by default. |