diff options
author | Eli Bendersky <eliben@chromium.org> | 2013-07-30 10:57:14 -0700 |
---|---|---|
committer | Eli Bendersky <eliben@chromium.org> | 2013-07-30 10:57:14 -0700 |
commit | d2bedf1ea13574b4df0ca9ec059f447ebcafa5c3 (patch) | |
tree | 5bab63350cc2727a8d73d88c7efb0b79fa96240c | |
parent | 1bd549d7142a69735d1f054f61d5b551f8884eee (diff) |
Clarify that externally_initialized is not supported.
BUG=
R=sehr@chromium.org
Review URL: https://codereview.chromium.org/21046009
-rw-r--r-- | docs/PNaClLangRef.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/PNaClLangRef.rst b/docs/PNaClLangRef.rst index 4ba5c5ff21..b1160fb9cd 100644 --- a/docs/PNaClLangRef.rst +++ b/docs/PNaClLangRef.rst @@ -72,7 +72,7 @@ Restrictions on global variables: * PNaCl bitcode does not support TLS models. * Restrictions on :ref:`linkage types <linkagetypes>`. -* The ``externally_initialized`` attribute. +* The ``externally_initialized`` attribute is not supported. Every global variable must have an initializer. Each initializer must be either a *SimpleElement* or a *CompoundElement*, defined as follows. |