From 25d4ca3f7892f5efa3960054d47717126e94415b Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Tue, 27 Jun 2006 04:06:46 +0000 Subject: Ignore some more warnings in the dynamic linker on an older gentoo --- Misc/valgrind-python.supp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Misc/valgrind-python.supp b/Misc/valgrind-python.supp index 2688f79..4a6710e 100644 --- a/Misc/valgrind-python.supp +++ b/Misc/valgrind-python.supp @@ -134,6 +134,15 @@ ### { + Generic gentoo ld problems + Memcheck:Cond + obj:/lib/ld-2.3.4.so + obj:/lib/ld-2.3.4.so + obj:/lib/ld-2.3.4.so + obj:/lib/ld-2.3.4.so +} + +{ DBM problems, see test_dbm Memcheck:Param write(buf) -- cgit v0.12