Next: M32R/D Variable Attributes, Previous: H8/300 Variable Attributes, Up: Variable Attributes
The IA-64 back end supports the following variable attribute:
model (
model-name)
small
, indicating addressability via “small” (22-bit)
addresses (so that their addresses can be loaded with the addl
instruction). Caveat: such addressing is by definition not position
independent and hence this attribute must not be used for objects
defined by shared libraries.