From: Julian Seward Date: Mon, 1 Aug 2005 23:41:20 +0000 (+0000) Subject: Update this-cpu-not-supported message. X-Git-Tag: svn/VALGRIND_3_0_0~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b67a1249d99ede5e1b65b54f633385835c153b6;p=thirdparty%2Fvalgrind.git Update this-cpu-not-supported message. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4304 --- diff --git a/coregrind/m_translate.c b/coregrind/m_translate.c index 79a9d59476..dbebb64712 100644 --- a/coregrind/m_translate.c +++ b/coregrind/m_translate.c @@ -459,8 +459,10 @@ Bool VG_(translate) ( ThreadId tid, VG_(printf)("\n"); VG_(printf)("valgrind: fatal error: unsupported CPU.\n"); VG_(printf)(" Supported CPUs are:\n"); - VG_(printf)(" * x86 with SSE state (Pentium II or above, " + VG_(printf)(" * x86 with SSE (Pentium III or above, " "AMD Athlon or above)\n"); + VG_(printf)(" * AMD Athlon64/Opteron\n"); + VG_(printf)(" * PowerPC with Altivec\n"); VG_(printf)("\n"); VG_(exit)(1); }