|
From: <sv...@va...> - 2012-01-21 23:46:21
|
Author: florian Date: 2012-01-21 23:41:44 +0000 (Sat, 21 Jan 2012) New Revision: 450 Log: Update platform list. Add ARM. Bump version to 3.7.x Fixes #291153. Modified: trunk/info/platforms.html Modified: trunk/info/platforms.html =================================================================== --- trunk/info/platforms.html 2011-11-29 02:19:12 UTC (rev 449) +++ trunk/info/platforms.html 2012-01-21 23:41:44 UTC (rev 450) @@ -9,7 +9,7 @@ <br/> <a name="curr_mainline"></a><h2>Current</h2> -<p>The Valgrind 3.5.X series supports the following platforms.</p> +<p>The Valgrind 3.7.X series supports the following platforms.</p> <ul> <li><b>x86/Linux:</b> support is mature and almost complete.</li> <li><b>AMD64/Linux:</b> support is mature and almost complete.</li> @@ -18,6 +18,8 @@ <li><b>x86/Darwin (Mac OS X):</b> support is new.</li> <li><b>AMD64/Darwin (Mac OS X):</b> not officially supported, but probably works.</li> <li><b>S390X/Linux:</b> support is new in 3.7.0.</li> +<li><b>ARM/Linux</b> support for ARMv7 is fairly complete.</li> +<li><b>ARM/Android</b> support is new in 3.7.0.</li> </ul> <p>(Note that AMD64 is just another name for x86-64, and that Valgrind works |