diff options
author | dschuff <dschuff@chromium.org> | 2015-04-03 13:33:53 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-03 20:34:40 +0000 |
commit | 209961d1819d8aba2e9ae6601602d90b971f6609 (patch) | |
tree | f264741ad6ac2909abd7da0ef24a51344a9d1a7e /native_client_sdk | |
parent | 6bd432a25e16bc812d02eedb9acc2dbf0b619134 (diff) | |
download | chromium_src-209961d1819d8aba2e9ae6601602d90b971f6609.zip chromium_src-209961d1819d8aba2e9ae6601602d90b971f6609.tar.gz chromium_src-209961d1819d8aba2e9ae6601602d90b971f6609.tar.bz2 |
Add PNaCl libstdc++ deprecation notice to Chrome 43 release notes.
R=jfb@chromium.org,sbc@chromium.org
BUG=None
NOTRY=true
(documentation change)
Review URL: https://codereview.chromium.org/1059233003
Cr-Commit-Position: refs/heads/master@{#323808}
Diffstat (limited to 'native_client_sdk')
-rw-r--r-- | native_client_sdk/doc_generated/sdk/release-notes.html | 4 | ||||
-rw-r--r-- | native_client_sdk/src/doc/sdk/release-notes.rst | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/native_client_sdk/doc_generated/sdk/release-notes.html b/native_client_sdk/doc_generated/sdk/release-notes.html index 20836b5..a040fc2c 100644 --- a/native_client_sdk/doc_generated/sdk/release-notes.html +++ b/native_client_sdk/doc_generated/sdk/release-notes.html @@ -21,6 +21,10 @@ version <code>X</code> running in Chrome version <code>Y</code> (with <code>X != possible to do so. Simply translate the pexe to a nexe using the <a class="reference internal" href="/native-client/devguide/devcycle/debugging.html#debugging-pexes-via-nexes"><em>offline pnacl-translate tool from SDK version X</em></a> instead of using the translator in the browser (version <code>Y</code>).</li> +<li>PNaCl’s support for use of libstdc++ 4.6 as the C++ standard library is +deprecated and will be removed in the next release. PNaCl has used libc++ +(which is much more up-to-date, currently based on LLVM 3.6) as the default +since Pepper 33.</li> </ul> <h2 id="chrome-pepper-42-20-february-2015">Chrome/Pepper 42 (20 February 2015)</h2> <h3 id="sdk">SDK</h3> diff --git a/native_client_sdk/src/doc/sdk/release-notes.rst b/native_client_sdk/src/doc/sdk/release-notes.rst index e88569a..2ce3718 100644 --- a/native_client_sdk/src/doc/sdk/release-notes.rst +++ b/native_client_sdk/src/doc/sdk/release-notes.rst @@ -29,6 +29,10 @@ PNaCl :ref:`offline pnacl-translate tool from SDK version X <debugging_pexes_via_nexes>` instead of using the translator in the browser (version ``Y``). +* PNaCl's support for use of libstdc++ 4.6 as the C++ standard library is + deprecated and will be removed in the next release. PNaCl has used libc++ + (which is much more up-to-date, currently based on LLVM 3.6) as the default + since Pepper 33. .. _`code generation bug on ARM`: https://code.google.com/p/chromium/issues/detail?id=460432 |