]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Broaden a couple of suppressions so vgtest_ume passes on my machine.
authorNicholas Nethercote <njn@valgrind.org>
Fri, 24 Jun 2005 03:26:54 +0000 (03:26 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Fri, 24 Jun 2005 03:26:54 +0000 (03:26 +0000)
(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

glibc-2.2.supp

index 54b2ce669c3e43307a657ad225cebd680f4a9eaa..13904a48f12178bc2471e8de1990476b8968266a 100644 (file)
 
 #-------- 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
 }
 
 #-------------------