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/m_cpuid.S b/coregrind/m_cpuid.S
index fd40a77..9c4bf2d 100644
--- a/coregrind/m_cpuid.S
+++ b/coregrind/m_cpuid.S
@@ -60,6 +60,8 @@
     VG_(has_cpuid):
         movq    $1, %rax
         ret
+#elif defined(VGA_appc32)
+//CAB: TODO
 #endif
 
 /*
@@ -141,6 +143,8 @@
         movq    %rbp, %rsp
         popq    %rbp
         ret
+#elif defined(VGA_appc32)
+//CAB: TODO
 #endif
         
 /* Let the linker know we don't need an executable stack */