Previous:
MIPS Attributes
, Up:
GNU Object Attributes
8.1.3 PowerPC Attributes
Tag_GNU_Power_ABI_FP (4)
The floating-point ABI used by this object file. The value will be:
0 for files not affected by the floating-point ABI.
1 for files using double-precision hardware floating-point ABI.
2 for files using the software floating-point ABI.
3 for files using single-precision hardware floating-point ABI.
Tag_GNU_Power_ABI_Vector (8)
The vector ABI used by this object file. The value will be:
0 for files not affected by the vector ABI.
1 for files using general purpose registers to pass vectors.
2 for files using AltiVec registers to pass vectors.
3 for files using SPE registers to pass vectors.