diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-12 07:47:34 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-12 07:47:34 +0000 |
commit | fce49af15699413e11762a9da82e3ba4a4c89c07 (patch) | |
tree | 61705408bb09241d14f3b569651666fefb360e9b /libstdc++-v3/ChangeLog | |
parent | a201f10a506699835bda97b35aa0adb7b94880f8 (diff) | |
download | gcc-fce49af15699413e11762a9da82e3ba4a4c89c07.tar.gz |
* libsupc++/eh_alloc.cc (__cxa_allocate_exception): Don't
terminate holding the mutex. Make sure size fits in EMERGENCY_OBJ_SIZE.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41296 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 588e8d8d6b2..50cf9ecb3b2 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2001-04-12 Nathan Sidwell <nathan@codesourcery.com> + + * libsupc++/eh_alloc.cc (__cxa_allocate_exception): Don't + terminate holding the mutex. Make sure size fits in EMERGENCY_OBJ_SIZE. + 2001-04-12 Gabriel Dos Reis <gdr@codesourcery.com> * testsuite/README: Add DejaGnu specific documentation. |