diff options
-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. |