DRD: added a suppression pattern for the libstdc++ included with gcc 4.4.4.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11128
This commit is contained in:
Bart Van Assche 2010-05-12 10:01:32 +00:00
parent 06b158b13b
commit 4dc56ebc78

View File

@ -41,6 +41,14 @@
# fun:_ZNSsC1ERKSs
# }
{
drd-libstdc++-cxa_guard_release
drd:CondErr
fun:pthread_cond_broadcast@*
fun:__cxa_guard_release
}
#
# Suppression patterns for libpthread.
#