mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-07 08:03:07 +00:00
gas: documents .gnu_attribute Tag_GNU_MIPS_ABI_MSA
It is added since 2016 by
Add support for .MIPS.abiflags and .gnu.attributes sections
b52717c0e1
But never documented.
This commit is contained in:
@@ -7816,6 +7816,17 @@ registers and 32-bit general-purpose registers.
|
|||||||
registers, 32-bit general-purpose registers and a rule that forbids the
|
registers, 32-bit general-purpose registers and a rule that forbids the
|
||||||
direct use of odd-numbered single-precision floating-point registers.
|
direct use of odd-numbered single-precision floating-point registers.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
|
@item Tag_GNU_MIPS_ABI_MSA (8)
|
||||||
|
The MIPS SIMD Architecture (MSA) ABI used by this object file. The value will be:
|
||||||
|
|
||||||
|
@itemize @bullet
|
||||||
|
@item
|
||||||
|
0 for file not tagged or not using any ABIs affected by MSA.
|
||||||
|
@item
|
||||||
|
1 for files using 128 bit MSA.
|
||||||
|
@end itemize
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@subsection PowerPC Attributes
|
@subsection PowerPC Attributes
|
||||||
|
|||||||
Reference in New Issue
Block a user