| GNU Compiler Collection (GCC) | www.imodulo.com · 2003-11-10 | ||
| [ Software | Documentation | Contact ] |
For compatibility with the SunPRO compiler, the following pragma is supported.
redefine_extname oldnamenewname This pragma gives the C function oldname the assembler label newname. The pragma must appear before the function declaration. This pragma is equivalent to the asm labels extension (Asm Labels). The preprocessor defines __PRAGMA_REDEFINE_EXTNAME if the pragma is available.
| © Free Software Foundation, Inc. |