Commit be705879 authored by jfb's avatar jfb Committed by Commit bot

NaCl docs: updeate release notes for ARM validation bug

BUG= https://code.google.com/p/chromium/issues/detail?id=460432
TBR= jvoung@chromium.org

Review URL: https://codereview.chromium.org/1012673011

Cr-Commit-Position: refs/heads/master@{#322302}
parent dc4d8688
......@@ -10,6 +10,8 @@ reached canary status. The stable release is typically 6 weeks later.</p>
<li>The C11/C++11 <code>acquire</code>, <code>release</code>, and <code>acq_rel</code> memory orders are now
generated by default. The in-browser Chrome 42 translator supports them, the
SDK can therefore generate them.</li>
<li>Fix a <a class="reference external" href="https://code.google.com/p/chromium/issues/detail?id=460432">code generation bug on ARM</a> when dealing with 16-bit load/store and
<code>bswap</code> which led to a NaCl validation failure.</li>
</ul>
<h2 id="chrome-pepper-42-20-february-2015">Chrome/Pepper 42 (20 February 2015)</h2>
<h3 id="sdk">SDK</h3>
......
......@@ -17,6 +17,10 @@ PNaCl
* The C11/C++11 ``acquire``, ``release``, and ``acq_rel`` memory orders are now
generated by default. The in-browser Chrome 42 translator supports them, the
SDK can therefore generate them.
* Fix a `code generation bug on ARM`_ when dealing with 16-bit load/store and
``bswap`` which led to a NaCl validation failure.
.. _`code generation bug on ARM`: https://code.google.com/p/chromium/issues/detail?id=460432
Chrome/Pepper 42 (20 February 2015)
===================================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment