|
From: <sv...@va...> - 2005-08-01 23:41:24
|
Author: sewardj
Date: 2005-08-02 00:41:20 +0100 (Tue, 02 Aug 2005)
New Revision: 4304
Log:
Update this-cpu-not-supported message.
Modified:
trunk/coregrind/m_translate.c
Modified: trunk/coregrind/m_translate.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_translate.c 2005-08-01 23:25:55 UTC (rev 4303)
+++ trunk/coregrind/m_translate.c 2005-08-01 23:41:20 UTC (rev 4304)
@@ -459,8 +459,10 @@
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);
}
|