diff options
author | YunQiang Su <yunqiang.su@cipunited.com> | 2023-05-05 17:27:16 +0800 |
---|---|---|
committer | YunQiang Su <yunqiang.su@cipunited.com> | 2023-05-06 16:41:26 +0800 |
commit | 973f18b57cc1c7ba343d02bf766d3b51dedc111b (patch) | |
tree | 60569d84181bba26cd16c315fdfda4afb71c045a /gas/doc/as.texi | |
parent | f02973903c4eee2ebdd1467ca3b6ef7e3f595290 (diff) | |
download | gdb-973f18b57cc1c7ba343d02bf766d3b51dedc111b.zip gdb-973f18b57cc1c7ba343d02bf766d3b51dedc111b.tar.gz gdb-973f18b57cc1c7ba343d02bf766d3b51dedc111b.tar.bz2 |
gas: documents .gnu_attribute Tag_GNU_MIPS_ABI_MSA
It is added since 2016 by
Add support for .MIPS.abiflags and .gnu.attributes sections
b52717c0e104eb603e8189c3c0d3658ef5d903f5
But never documented.
Diffstat (limited to 'gas/doc/as.texi')
-rw-r--r-- | gas/doc/as.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/doc/as.texi b/gas/doc/as.texi index 353ff86..ea40a9e 100644 --- a/gas/doc/as.texi +++ b/gas/doc/as.texi @@ -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 |