From: Julian Seward Date: Thu, 19 Jun 2008 16:24:49 +0000 (+0000) Subject: Merge (from 3_3_BRANCH) some parts of r8168 (Fix up suppressions for Ubuntu 8.04.) X-Git-Tag: svn/VALGRIND_3_4_0~451 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2b962ebbd57f865667ae314f1477f20c2379942;p=thirdparty%2Fvalgrind.git Merge (from 3_3_BRANCH) some parts of r8168 (Fix up suppressions for Ubuntu 8.04.) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8261 --- diff --git a/xfree-4.supp b/xfree-4.supp index 8c53a7ae90..0ccc46e518 100644 --- a/xfree-4.supp +++ b/xfree-4.supp @@ -304,3 +304,26 @@ ##----------------------------------------------------------------------## +## More general versions of some of the old X suppressions above +{ + Ubuntu804 libXaw.so.7.0/libXaw.so.7.0/libXaw.so.7.0(Cond) + Memcheck:Cond + obj:/usr/*lib*/libXaw*so* + obj:/usr/*lib*/libXaw*so* + obj:/usr/*lib*/libXaw*so* +} +{ + Ubuntu804 libXaw.so.7.0/libXaw.so.7.0/libXt(Cond) + Memcheck:Cond + obj:/usr/*lib*/libXaw*so* + obj:/usr/*lib*/libXaw*so* + obj:/usr/*lib*/libXt*so* +} + +{ + Ubuntu804-hack-1 + Memcheck:Overlap + fun:mempcpy + fun:_IO_default_xsputn + obj:/lib*/libc-2.*so* +}