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/src | |
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/src')
-rw-r--r-- | native_client_sdk/src/doc/sdk/release-notes.rst | 4 |
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 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 |