summaryrefslogtreecommitdiff
path: root/gst.supp
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-11-27 14:57:29 +0100
committerEdward Hervey <bilboed@bilboed.com>2009-11-27 14:57:29 +0100
commitfb9918e82b724bdef52caf0c3dc452808c70c97c (patch)
tree4075108936df4a5137bd9c62be49ea583a386770 /gst.supp
parent53a2485bb2a648f38767a310caebe1b2679f0cea (diff)
gst.supp: Add suppression for glibc-2.11 relocatable conditional
Diffstat (limited to 'gst.supp')
-rw-r--r--gst.supp11
1 files changed, 11 insertions, 0 deletions
diff --git a/gst.supp b/gst.supp
index befc734..210eb39 100644
--- a/gst.supp
+++ b/gst.supp
@@ -4033,3 +4033,14 @@
Memcheck:Value8
fun:__pthread_initialize_minimal
}
+
+# glibc 2.11 conditional
+{
+ <glibc-2.11 conditional>
+ Memcheck:Cond
+ fun:_dl_relocate_object
+ fun:dl_main
+ fun:_dl_sysdep_start
+ fun:_dl_start
+ obj:/lib64/ld-2.11.so
+}