gas: documents .gnu_attribute Tag_GNU_MIPS_ABI_MSA
authorYunQiang Su <yunqiang.su@cipunited.com>
Fri, 5 May 2023 09:27:16 +0000 (17:27 +0800)
committerYunQiang Su <yunqiang.su@cipunited.com>
Sat, 6 May 2023 08:41:26 +0000 (16:41 +0800)
It is added since 2016 by
  Add support for .MIPS.abiflags and .gnu.attributes sections
  b52717c0e104eb603e8189c3c0d3658ef5d903f5
But never documented.

gas/doc/as.texi

index 353ff860f1bddee2ed026a20bf05e49a8091a412..ea40a9ed75ee2597a4ba118d4faad4499c3cadf8 100644 (file)
@@ -7816,6 +7816,17 @@ registers and 32-bit general-purpose registers.
 registers, 32-bit general-purpose registers and a rule that forbids the
 direct use of odd-numbered single-precision floating-point registers.
 @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
 
 @subsection PowerPC Attributes