|
From: <sv...@va...> - 2010-05-12 10:01:43
|
Author: bart
Date: 2010-05-12 11:01:32 +0100 (Wed, 12 May 2010)
New Revision: 11128
Log:
DRD: added a suppression pattern for the libstdc++ included with gcc 4.4.4.
Modified:
trunk/glibc-2.X-drd.supp
Modified: trunk/glibc-2.X-drd.supp
===================================================================
--- trunk/glibc-2.X-drd.supp 2010-05-10 20:53:28 UTC (rev 11127)
+++ trunk/glibc-2.X-drd.supp 2010-05-12 10:01:32 UTC (rev 11128)
@@ -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.
#
|