From 1b36c7eda60fb0c267d783e9383cf2619c9c48e9 Mon Sep 17 00:00:00 2001 From: Petar Jovanovic Date: Thu, 20 Apr 2017 14:04:37 +0000 Subject: [PATCH] add MIPS to info about supported architectures Indicate that Valgrind supports MIPS architecture. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16307 --- coregrind/m_main.c | 1 + 1 file changed, 1 insertion(+) 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"); -- 2.47.2