|
From: Tom H. <th...@cy...> - 2005-02-13 17:19:56
|
CVS commit by thughes:
Add some more _dl_relocate_* suppressions.
M +5 -1 glibc-2.2.supp 1.32
M +7 -0 glibc-2.3.supp 1.22
--- valgrind/glibc-2.2.supp #1.31:1.32
@@ -66,5 +66,9 @@
fun:_dl_catch_error*
}
-
+{
+ _dl_relocate_object_internal
+ Memcheck:Cond
+ fun:_dl_relocate_object_internal
+}
#-------- SuSE 8.1 stuff (gcc-3.2, glibc-2.2.5 + SuSE's hacks)
--- valgrind/glibc-2.3.supp #1.21:1.22
@@ -129,4 +129,11 @@
}
+#-------- glibc 2.3.4/ Fedora Core 3
+{
+ dl_relocate_object
+ Memcheck:Cond
+ fun:_dl_relocate_object
+}
+
#-------- Data races
{
|