summaryrefslogtreecommitdiff
path: root/xfree-4.supp
diff options
context:
space:
mode:
authorsewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2008-06-19 16:24:49 +0000
committersewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2008-06-19 16:24:49 +0000
commitd8c0f50675813c1aa89919152d3ff92da510e3f4 (patch)
treef0278baff6524ef1d0afdb12b7165ac3bca72447 /xfree-4.supp
parente726e8bd4725a0d9c1ab7139873febc2609be7b4 (diff)
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 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'xfree-4.supp')
-rw-r--r--xfree-4.supp23
1 files changed, 23 insertions, 0 deletions
diff --git a/xfree-4.supp b/xfree-4.supp
index 8c53a7ae..0ccc46e5 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*
+}