]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
add MIPS to info about supported architectures
authorPetar Jovanovic <mips32r2@gmail.com>
Thu, 20 Apr 2017 14:04:37 +0000 (14:04 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Thu, 20 Apr 2017 14:04:37 +0000 (14:04 +0000)
Indicate that Valgrind supports MIPS architecture.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16307

coregrind/m_main.c

index fe92e5da0ee54ed7f56d6df0739a55bbcc5e9cb7..9a4b60efebfc9bb4bc65751f978b61e0c774ed37 100644 (file)
@@ -1338,6 +1338,7 @@ Int valgrind_main ( Int argc, HChar **argv, HChar **envp )
                     "AMD Athlon or above)\n");
         VG_(printf)("   * AMD Athlon64/Opteron\n");
         VG_(printf)("   * ARM (armv7)\n");
+        VG_(printf)("   * MIPS (mips32 and above; mips64 and above)\n");
         VG_(printf)("   * PowerPC (most; ppc405 and above)\n");
         VG_(printf)("   * System z (64bit only - s390x; z990 and above)\n");
         VG_(printf)("\n");