Previous: Pragma Warnings, Up: Implementation Defined Pragmas


Pragma Weak_External

Syntax:

     pragma Weak_External ([Entity =>] LOCAL_NAME);

This pragma specifies that the given entity should be marked as a weak external (one that does not have to be resolved) for the linker. For further details, consult the GCC manual.