summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src
diff options
context:
space:
mode:
authordschuff <dschuff@chromium.org>2015-04-03 13:33:53 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-03 20:34:40 +0000
commit209961d1819d8aba2e9ae6601602d90b971f6609 (patch)
treef264741ad6ac2909abd7da0ef24a51344a9d1a7e /native_client_sdk/src
parent6bd432a25e16bc812d02eedb9acc2dbf0b619134 (diff)
downloadchromium_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.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 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