diff options
author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-02 00:06:30 +0000 |
---|---|---|
committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-02 00:06:30 +0000 |
commit | 2fabf09324e3ace67326d4f291efafa2e1a0d1b5 (patch) | |
tree | a42688c015dbaa34f613ef967eb65f1b2bf8b9a4 /boehm-gc/ChangeLog | |
parent | 7b5e1accbba42f38680a9c4ac572addb35ebd95f (diff) | |
download | gcc-2fabf09324e3ace67326d4f291efafa2e1a0d1b5.tar.gz |
2005-11-01 Bryce McKinlay <mckinlay@redhat.com>
* include/private/gc_priv.h: Increase MAX_ROOT_SETS to 1024.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106362 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r-- | boehm-gc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index cf1e5a636b7..06f026a1121 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,7 @@ +2005-11-01 Bryce McKinlay <mckinlay@redhat.com> + + * include/private/gc_priv.h: Increase MAX_ROOT_SETS to 1024. + 2005-09-15 Kazu Hirata <kazu@codesourcery.com> * include/private/gc_locks.h (GC_test_and_set): Change the |