summaryrefslogtreecommitdiff
path: root/devdocs/gcc~13/rs_002f6000-and-powerpc-pragmas.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/gcc~13/rs_002f6000-and-powerpc-pragmas.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/gcc~13/rs_002f6000-and-powerpc-pragmas.html')
-rw-r--r--devdocs/gcc~13/rs_002f6000-and-powerpc-pragmas.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/devdocs/gcc~13/rs_002f6000-and-powerpc-pragmas.html b/devdocs/gcc~13/rs_002f6000-and-powerpc-pragmas.html
deleted file mode 100644
index fcdcaccd..00000000
--- a/devdocs/gcc~13/rs_002f6000-and-powerpc-pragmas.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<div class="subsection-level-extent" id="RS_002f6000-and-PowerPC-Pragmas"> <div class="nav-panel"> <p> Next: <a href="s_002f390-pragmas" accesskey="n" rel="next">S/390 Pragmas</a>, Previous: <a href="pru-pragmas" accesskey="p" rel="prev">PRU 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="RS_002f6000-and-PowerPC-Pragmas-1"><span>6.62.5 RS/6000 and PowerPC Pragmas<a class="copiable-link" href="#RS_002f6000-and-PowerPC-Pragmas-1"> ¶</a></span></h1> <p>The RS/6000 and PowerPC targets define one pragma for controlling whether or not the <code class="code">longcall</code> attribute is added to function declarations by default. This pragma overrides the <samp class="option">-mlongcall</samp> option, but not the <code class="code">longcall</code> and <code class="code">shortcall</code> attributes. See <a class="xref" href="rs_002f6000-and-powerpc-options">IBM RS/6000 and PowerPC Options</a>, for more information about when long calls are and are not necessary. </p> <dl class="table"> <dt>
-<span><code class="code">longcall (1)</code><a class="copiable-link" href="#index-pragma_002c-longcall"> ¶</a></span>
-</dt> <dd>
-<p>Apply the <code class="code">longcall</code> attribute to all subsequent function declarations. </p> </dd> <dt><code class="code">longcall (0)</code></dt> <dd><p>Do not apply the <code class="code">longcall</code> attribute to subsequent function declarations. </p></dd> </dl> </div><div class="_attribution">
- <p class="_attribution-p">
- &copy; 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/RS_002f6000-and-PowerPC-Pragmas.html" class="_attribution-link">https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/RS_002f6000-and-PowerPC-Pragmas.html</a>
- </p>
-</div>