[Telepathy-commits] [telepathy-glib/master] tp-glib-examples.supp: add dynamic linker suppressions for glibc 2.9

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Mar 4 08:33:04 PST 2009


---
 examples/tp-glib-examples.supp |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/examples/tp-glib-examples.supp b/examples/tp-glib-examples.supp
index 98548fd..e49504d 100644
--- a/examples/tp-glib-examples.supp
+++ b/examples/tp-glib-examples.supp
@@ -583,3 +583,24 @@
    fun:_dl_init
    obj:/lib/ld-*.so
 }
+
+{
+   ld.so initialization on glibc 2.9
+   Memcheck:Cond
+   fun:_dl_relocate_object
+   fun:dl_main
+   fun:_dl_sysdep_start
+   fun:_dl_start
+   obj:/lib/ld-2.9.so
+}
+
+{
+   ld.so initialization on glibc 2.9
+   Memcheck:Cond
+   fun:strlen
+   fun:_dl_init_paths
+   fun:dl_main
+   fun:_dl_sysdep_start
+   fun:_dl_start
+   obj:/lib/ld-2.9.so
+}
-- 
1.5.6.5




More information about the telepathy-commits mailing list