For compatibility with the SunPRO compiler, the following pragma is supported.
redefine_extname
oldname
newname
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 (see Asm Labels). The preprocessor defines __PRAGMA_REDEFINE_EXTNAME
if the pragma is available.