Update valgrind.supp to ignore ld 2.X dl_relocate

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2007-11-13 00:12:57 -06:00
parent 5e12d3dec9
commit 07243f74d1
1 changed files with 2 additions and 1 deletions

View File

@ -26,5 +26,6 @@
pacman-dlrelocate
Memcheck:Cond
fun:_dl_relocate_object
obj:*ld-2.5.so
obj:*ld-2.?.so
}