From: Petar Jovanovic Date: Thu, 20 Apr 2017 14:04:37 +0000 (+0000) Subject: add MIPS to info about supported architectures X-Git-Tag: svn/VALGRIND_3_13_0~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b36c7eda60fb0c267d783e9383cf2619c9c48e9;p=thirdparty%2Fvalgrind.git add MIPS to info about supported architectures Indicate that Valgrind supports MIPS architecture. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16307 --- diff --git a/coregrind/m_main.c b/coregrind/m_main.c index fe92e5da0e..9a4b60efeb 100644 --- a/coregrind/m_main.c +++ b/coregrind/m_main.c @@ -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");