update valgrind.supp to suppress ld-2.6.so warnings

This commit is contained in:
Joel Dice 2008-05-18 22:24:12 -06:00
parent c9f06933e2
commit f3fb813714
2 changed files with 7 additions and 1 deletions

View File

@ -43,7 +43,7 @@ ar = ar
ranlib = ranlib
objcopy = objcopy
vg = nice valgrind --num-callers=32 --db-attach=yes --freelist-vol=100000000
vg += --leak-check=full
vg += --leak-check=full --suppressions=valgrind.supp
db = gdb --args
javac = javac
jar = jar

View File

@ -5,6 +5,12 @@
obj:/lib/ld-2.3.6.so
}
{
<insert a suppression name here>
Memcheck:Cond
obj:/lib/ld-2.6.so
}
{
<insert a suppression name here>
Memcheck:Addr4