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/arm-pragmas.html | |
new repository
Diffstat (limited to 'devdocs/gcc~13/arm-pragmas.html')
| -rw-r--r-- | devdocs/gcc~13/arm-pragmas.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devdocs/gcc~13/arm-pragmas.html b/devdocs/gcc~13/arm-pragmas.html new file mode 100644 index 00000000..bd8cb2b0 --- /dev/null +++ b/devdocs/gcc~13/arm-pragmas.html @@ -0,0 +1,14 @@ +<div class="subsection-level-extent" id="ARM-Pragmas"> <div class="nav-panel"> <p> Next: <a href="m32c-pragmas" accesskey="n" rel="next">M32C Pragmas</a>, Previous: <a href="aarch64-pragmas" accesskey="p" rel="prev">AArch64 Pragmas</a>, Up: <a href="pragmas" accesskey="u" rel="up">Pragmas Accepted by GCC</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="ARM-Pragmas-1"><span>6.62.2 ARM Pragmas<a class="copiable-link" href="#ARM-Pragmas-1"> ¶</a></span></h1> <p>The ARM target defines pragmas for controlling the default addition of <code class="code">long_call</code> and <code class="code">short_call</code> attributes to functions. See <a class="xref" href="function-attributes">Declaring Attributes of Functions</a>, for information about the effects of these attributes. </p> <dl class="table"> <dt> +<span><code class="code">long_calls</code><a class="copiable-link" href="#index-pragma_002c-long_005fcalls"> ¶</a></span> +</dt> <dd> +<p>Set all subsequent functions to have the <code class="code">long_call</code> attribute. </p> </dd> <dt> +<span><code class="code">no_long_calls</code><a class="copiable-link" href="#index-pragma_002c-no_005flong_005fcalls"> ¶</a></span> +</dt> <dd> +<p>Set all subsequent functions to have the <code class="code">short_call</code> attribute. </p> </dd> <dt> +<span><code class="code">long_calls_off</code><a class="copiable-link" href="#index-pragma_002c-long_005fcalls_005foff"> ¶</a></span> +</dt> <dd><p>Do not affect the <code class="code">long_call</code> or <code class="code">short_call</code> attributes of subsequent functions. </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/ARM-Pragmas.html" class="_attribution-link">https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/ARM-Pragmas.html</a> + </p> +</div> |
