| Index: native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html
|
| diff --git a/native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html b/native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html
|
| index d1e3585e27f2d3f630258b247738dfb27d5339eb..66784c45de624a2602445ebc851b5a3277489d60 100644
|
| --- a/native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html
|
| +++ b/native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html
|
| @@ -162,6 +162,11 @@ smaller code is generated, and <code>throw</code> statements are replaced with
|
| calls to <code>abort()</code>. The usual <code>-fno-exceptions</code> flag is also
|
| supported. PNaCl will support full zero-cost exception handling in the
|
| future.</p>
|
| +<aside>
|
| +When using <a class="reference external" href="https://code.google.com/p/naclports">naclports</a> or other prebuilt static libraries, you’ll want
|
| +to make sure you rebuild these libraries with exception handling
|
| +enabled. For naclports, you’ll want to modify the port’s <code>build.sh</code>.
|
| +</aside>
|
| <p>NaCl supports full zero-cost C++ exception handling.</p>
|
| <h2 id="inline-assembly">Inline Assembly</h2>
|
| <p>Inline assembly isn’t supported by PNaCl because it isn’t portable. The
|
|
|