Broaden a couple of suppressions so vgtest_ume passes on my machine.
(I wrote this in a commit message the other day, but I'd actually
edited the generated default.supp file rather than the glibc-2.2.supp.)



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4008 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/glibc-2.2.supp b/glibc-2.2.supp
index 54b2ce6..13904a4 100644
--- a/glibc-2.2.supp
+++ b/glibc-2.2.supp
@@ -418,10 +418,15 @@
 
 #-------- glibc 2.2.5/ Debian 3.0
 {
-   _dl_start/ld-2.2.5.so(Cond)
+   _dl_start(Cond)
    Memcheck:Cond
    fun:_dl_start
-   obj:/lib/ld-2.2.5.so
+}
+
+{
+   _dl_start(Cond)
+   Memcheck:Cond
+   fun:_dl_relocate_object
 }
 
 #-------------------