]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
GAS/doc: Correct Tag_GNU_MIPS_ABI_MSA attribute description
authorMaciej W. Rozycki <macro@orcam.me.uk>
Thu, 15 Jun 2023 03:45:03 +0000 (04:45 +0100)
committerMaciej W. Rozycki <macro@orcam.me.uk>
Thu, 15 Jun 2023 03:45:03 +0000 (04:45 +0100)
Rewrite the paragraph to match the style of Tag_GNU_MIPS_ABI_FP text
immediately above, correcting grammar and formatting at the same time.

gas/
* doc/as.texi (MIPS Attributes): Correct Tag_GNU_MIPS_ABI_MSA
attribute description.

gas/doc/as.texi

index 10f9417e27858c3c65905937356f7cd5826880c5..4959c2f6d49f03077e273d0b9cb7afafe9e459f9 100644 (file)
@@ -7826,13 +7826,14 @@ 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:
+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.
+0 for files not affected by the MSA ABI.
 @item
-1 for files using 128 bit MSA.
+1 for files using the 128-bit MSA ABI.
 @end itemize
 
 @end table