From: Nicholas Nethercote Date: Fri, 24 Jun 2005 03:26:54 +0000 (+0000) Subject: Broaden a couple of suppressions so vgtest_ume passes on my machine. X-Git-Tag: svn/VALGRIND_3_0_0~310 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3b8c7430ee3adea7d704114ef14a830e9ef3fa3;p=thirdparty%2Fvalgrind.git 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 --- diff --git a/glibc-2.2.supp b/glibc-2.2.supp index 54b2ce669c..13904a48f1 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 } #-------------------