Various fixes to reduce noise level on SuSE 10 (PPC).  Also fix some
ppc32 syscalls.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4927 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/glibc-2.3.supp b/glibc-2.3.supp
index cea6731..eb7fc2c 100644
--- a/glibc-2.3.supp
+++ b/glibc-2.3.supp
@@ -419,6 +419,18 @@
 
 
 ##----------------------------------------------------------------------##
+## glibc-2.3.5 on SuSE 10.0 (PPC)
+# 
+# I don't know why this is needed, but still:
+{
+   glibc-2.3.5-on-SuSE-10.0-(PPC)-1
+   Memcheck:Cond
+   fun:_dl_start
+   fun:_start
+}
+
+
+##----------------------------------------------------------------------##
 # Hacks pertaining to the fact that our intercept mechanism can't
 # always get hold of strlen early enough, due to idiocy in the low
 # level memory manager.