|
From: <sv...@va...> - 2017-09-27 06:18:06
|
Author: iraisr
Date: Wed Sep 27 07:17:45 2017
New Revision: 528
Log:
Update "Supported Platforms" page to reflect current situation.
Modified:
trunk/info/platforms.html
Modified: trunk/info/platforms.html
==============================================================================
--- trunk/info/platforms.html (original)
+++ trunk/info/platforms.html Wed Sep 27 07:17:45 2017
@@ -10,10 +10,10 @@
<li><b>AMD64/Linux:</b> up to and including AVX2. This is the primary development target and tends to be well supported.</li>
<li><b>PPC32/Linux, PPC64/Linux, PPC64LE/Linux:</b> up to and including Power8.</li>
<li><b>S390X/Linux:</b> supported.</li>
-<li><b>ARM/Linux:</b> up to and including ARMv7.</li>
-<li><b>ARM64/Linux:</b> Up to and including ARMv8.</li>
+<li><b>ARM/Linux:</b> supported since ARMv7.</li>
+<li><b>ARM64/Linux:</b> supported for ARMv8.</li>
<li><b>MIPS32/Linux, MIPS64/Linux:</b> supported.</li>
-<li><b>X86/Solaris, AMD64/Solaris, X86/illumos, AMD64/illumos</b>: support is new in 3.11.0.</li>
+<li><b>X86/Solaris, AMD64/Solaris, X86/illumos, AMD64/illumos</b>: supported since Solaris 11.</li>
<li><b>X86/Darwin (10.10, 10.11), AMD64/Darwin (10.10, 10.11):</b> supported.</li>
<li><b>ARM/Android, ARM64/Android, MIPS32/Android, X86/Android:</b> supported.</li>
</ul>
@@ -46,17 +46,12 @@
Eric Auge, Kailash Sethuraman and Peter Bex are doing a port of
Valgrind 3.X, available at <a href="http://vg4nbsd.berlios.de/">this page</a>.</p></li>
-<li><p><b>sparc64/Linux</b><br />
- The port of Valgrind on sparc64/Linux is currently under active development.
+<li><p><b>sparc64/Linux</b> and <b>sparc64/Linux</b><br />
+ These ports of Valgrind on sparc64/Solaris (or sparcv9/Solaris) and sparc64/Linux
+ are stalled. There is currently no effort to resume working on these ports.
The code is available at <a href="https://bitbucket.org/iraisr/valgrind-solaris">this
- source code repository</a>, branch <code>default</code>.
- There are still a few challenges ahead and some work to do.</p></li>
-
-<li><p><b>sparc64/Solaris</b><br />
- The port of Valgrind on sparc64/Solaris (or sparcv9/Solaris) is currently stalled.
- We hope to resume working on it after sparc64/Linux port is integrated upstream.
- The code is available at <a href="https://bitbucket.org/iraisr/valgrind-solaris">this
- page code repository</a>, branch <code>solaris-sparc</code>.</p></li>
+ source code repository</a>, branch <code>default</code> for sparc64/Linux and
+ <code>solaris-sparc</code> for sparc64/Solaris.</p></li>
</ul>
|