diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/gcc~13/blackfin-variable-attributes.html | |
new repository
Diffstat (limited to 'devdocs/gcc~13/blackfin-variable-attributes.html')
| -rw-r--r-- | devdocs/gcc~13/blackfin-variable-attributes.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devdocs/gcc~13/blackfin-variable-attributes.html b/devdocs/gcc~13/blackfin-variable-attributes.html new file mode 100644 index 00000000..a2db1b86 --- /dev/null +++ b/devdocs/gcc~13/blackfin-variable-attributes.html @@ -0,0 +1,11 @@ +<div class="subsection-level-extent" id="Blackfin-Variable-Attributes"> <div class="nav-panel"> <p> Next: <a href="h8_002f300-variable-attributes" accesskey="n" rel="next">H8/300 Variable Attributes</a>, Previous: <a href="variable-attributes" accesskey="p" rel="prev">AVR Variable Attributes</a>, Up: <a href="variable-attributes" accesskey="u" rel="up">Specifying Attributes of Variables</a> [<a href="index#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="indices" title="Index" rel="index">Index</a>]</p> </div> <h1 class="subsection" id="Blackfin-Variable-Attributes-1"><span>6.34.4 Blackfin Variable Attributes<a class="copiable-link" href="#Blackfin-Variable-Attributes-1"> ¶</a></span></h1> <p>Three attributes are currently defined for the Blackfin. </p> <dl class="table"> <dt> + <span><code class="code">l1_data</code><a class="copiable-link" href="#index-l1_005fdata-variable-attribute_002c-Blackfin"> ¶</a></span> +</dt> <dt><code class="code">l1_data_A</code></dt> <dt><code class="code">l1_data_B</code></dt> <dd> +<p>Use these attributes on the Blackfin to place the variable into L1 Data SRAM. Variables with <code class="code">l1_data</code> attribute are put into the specific section named <code class="code">.l1.data</code>. Those with <code class="code">l1_data_A</code> attribute are put into the specific section named <code class="code">.l1.data.A</code>. Those with <code class="code">l1_data_B</code> attribute are put into the specific section named <code class="code">.l1.data.B</code>. </p> </dd> <dt> +<span><code class="code">l2</code><a class="copiable-link" href="#index-l2-variable-attribute_002c-Blackfin"> ¶</a></span> +</dt> <dd><p>Use this attribute on the Blackfin to place the variable into L2 SRAM. Variables with <code class="code">l2</code> attribute are put into the specific section named <code class="code">.l2.data</code>. </p></dd> </dl> </div><div class="_attribution"> + <p class="_attribution-p"> + © Free Software Foundation<br>Licensed under the GNU Free Documentation License, Version 1.3.<br> + <a href="https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/Blackfin-Variable-Attributes.html" class="_attribution-link">https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/Blackfin-Variable-Attributes.html</a> + </p> +</div> |
