Message The linkage has been mapped to: #pragma linkage_ia64
<name> = (<stuff>).
Description The pragma linkage directive contains
architecture-specific information. The Alpha
register conventions are different from the IA64
register conventions. The compiler will try to map
the Alpha registers to the corresponding registers on
IA64. This message details the mapping.
User Action Replace the linkage directive with the linkage_ia64
directive that appears in the message.