Next: , Previous: Pragma Link_With, Up: Implementation Defined Pragmas


Pragma Linker_Alias

Syntax:

     pragma Linker_Alias (
       [Entity =>] LOCAL_NAME
       [Alias  =>] static_string_EXPRESSION);

This pragma establishes a linker alias for the given named entity. For further details on the exact effect, consult the GCC manual.