Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com)
Valgrind aspects, to match vex r3124.
See bug 339778 - Linux/TileGx platform support to Valgrind
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15080 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/tests/arch_test.c b/tests/arch_test.c
index a39da6a..81a12ec 100644
--- a/tests/arch_test.c
+++ b/tests/arch_test.c
@@ -33,6 +33,7 @@
"s390x",
"mips32",
"mips64",
+ "tilegx",
NULL
};
@@ -74,6 +75,9 @@
#elif defined(VGP_mips64_linux)
if ( 0 == strcmp( arch, "mips64" ) ) return True;
+#elif defined(VGP_tilegx_linux)
+ if ( 0 == strcmp( arch, "tilegx" ) ) return True;
+
#else
# error Unknown platform
#endif // VGP_*