|
From: Petar J. <mip...@gm...> - 2012-09-16 02:15:20
|
Hi Florian,
I believe something simple and short would be sufficient. Something like:
Index: coregrind/m_main.c
===================================================================
--- coregrind/m_main.c (revision 12977)
+++ coregrind/m_main.c (working copy)
@@ -1749,6 +1749,7 @@
VG_(printf)(" * AMD Athlon64/Opteron\n");
VG_(printf)(" * PowerPC (most; ppc405 and above)\n");
VG_(printf)(" * System z (64bit only - s390x; z900 and above)\n");
+ VG_(printf)(" * MIPS (MIPS32 platforms)\n");
VG_(printf)("\n");
VG_(exit)(1);
}
Regards,
Petar
On Fri, Sep 14, 2012 at 4:55 PM, Florian Krohm <br...@ac...> wrote:
> What should be said here about ARM and MIPS? Would be nice to get this
> complete.
>
> coregrind/m_main.c
>
> VG_(printf)("valgrind: fatal error: unsupported CPU.\n");
> VG_(printf)(" Supported CPUs are:\n");
> VG_(printf)(" * x86 (practically any; Pentium-I or above), "
> "AMD Athlon or above)\n");
> VG_(printf)(" * AMD Athlon64/Opteron\n");
> VG_(printf)(" * PowerPC (most; ppc405 and above)\n");
> VG_(printf)(" * System z (64bit only - s390x; z900 and above)\n");
> VG_(printf)("\n");
|