From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/gcc~13/rs_002f6000-and-powerpc-pragmas.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 devdocs/gcc~13/rs_002f6000-and-powerpc-pragmas.html (limited to 'devdocs/gcc~13/rs_002f6000-and-powerpc-pragmas.html') diff --git a/devdocs/gcc~13/rs_002f6000-and-powerpc-pragmas.html b/devdocs/gcc~13/rs_002f6000-and-powerpc-pragmas.html new file mode 100644 index 00000000..fcdcaccd --- /dev/null +++ b/devdocs/gcc~13/rs_002f6000-and-powerpc-pragmas.html @@ -0,0 +1,9 @@ +

6.62.5 RS/6000 and PowerPC Pragmas

The RS/6000 and PowerPC targets define one pragma for controlling whether or not the longcall attribute is added to function declarations by default. This pragma overrides the -mlongcall option, but not the longcall and shortcall attributes. See IBM RS/6000 and PowerPC Options, for more information about when long calls are and are not necessary.

+longcall (1) +
+

Apply the longcall attribute to all subsequent function declarations.

longcall (0)

Do not apply the longcall attribute to subsequent function declarations.

+

+ © Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
+ https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/RS_002f6000-and-PowerPC-Pragmas.html +

+
-- cgit v1.2.3