summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src
diff options
context:
space:
mode:
authorjfb <jfb@chromium.org>2015-03-25 19:26:14 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-26 02:26:50 +0000
commitbe7058790dd59a3464929c31af1490884c974515 (patch)
treeb59034b35848bcf9a88dc73f251d7d15bc17eedc /native_client_sdk/src
parentdc4d8688467495afd4716875e15e3cbee5cd710d (diff)
downloadchromium_src-be7058790dd59a3464929c31af1490884c974515.zip
chromium_src-be7058790dd59a3464929c31af1490884c974515.tar.gz
chromium_src-be7058790dd59a3464929c31af1490884c974515.tar.bz2
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}
Diffstat (limited to 'native_client_sdk/src')
-rw-r--r--native_client_sdk/src/doc/sdk/release-notes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/native_client_sdk/src/doc/sdk/release-notes.rst b/native_client_sdk/src/doc/sdk/release-notes.rst
index 702d0d4..8fbf326 100644
--- a/native_client_sdk/src/doc/sdk/release-notes.rst
+++ b/native_client_sdk/src/doc/sdk/release-notes.rst
@@ -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)
===================================