Finally, valgrind on ppc32.
Plenty still to do, but simple programs like ls seem to run ok

Thanks, Paul, for having your ppc port of valgrind 2.4 to work from!




git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3969 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/pub_core_basics.h b/coregrind/pub_core_basics.h
index 42d6f20..c35bd37 100644
--- a/coregrind/pub_core_basics.h
+++ b/coregrind/pub_core_basics.h
@@ -52,6 +52,8 @@
 #  include "libvex_guest_x86.h"
 #elif defined(VGA_amd64)
 #  include "libvex_guest_amd64.h"
+#elif defined(VGA_ppc32)
+#  include "libvex_guest_ppc32.h"
 #else
 #  error Unknown arch
 #endif