Merge from branches/ARM, all parts of the ARM-Linux port except for
the changes to do with reading and using ELF and DWARF3 info.
This breaks all targets except amd64-linux and x86-linux.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10982 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/tests/arch_test.c b/tests/arch_test.c
index 6771f4a..469c848 100644
--- a/tests/arch_test.c
+++ b/tests/arch_test.c
@@ -55,6 +55,9 @@
       if ( 0 == strcmp( arch, "ppc32" ) ) return True;
    }
 
+#elif defined(VGP_arm_linux)
+   if ( 0 == strcmp( arch, "arm" ) ) return True;
+
 #else
 #  error Unknown platform
 #endif   // VGP_*