|
From: <sv...@va...> - 2009-07-31 08:52:52
|
Author: sewardj
Date: 2009-07-31 09:52:39 +0100 (Fri, 31 Jul 2009)
New Revision: 10677
Log:
Darwin-specific followup to r10676 (helgrind: Don't instrument any code in ld.so).
Modified:
trunk/darwin9.supp
Modified: trunk/darwin9.supp
===================================================================
--- trunk/darwin9.supp 2009-07-31 08:46:35 UTC (rev 10676)
+++ trunk/darwin9.supp 2009-07-31 08:52:39 UTC (rev 10677)
@@ -217,11 +217,11 @@
# These ones were necessary to give no errors on a tiny threaded program.
# I don't know if they're real problems or false positives (njn).
-{
- helgrind-darwinlibc-nuke-everything-in-dyld
- Helgrind:Race
- obj:/usr/lib/dyld
-}
+#{
+# helgrind-darwinlibc-nuke-everything-in-dyld
+# Helgrind:Race
+# obj:/usr/lib/dyld
+#}
{
helgrind-darwinlibc-nuke-everything-in-libSystem.B.dylib
|