From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7863) id 4FF3E3858D28; Sat, 6 May 2023 08:42:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4FF3E3858D28 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: YunQiang Su To: bfd-cvs@sourceware.org Subject: [binutils-gdb] gas: documents .gnu_attribute Tag_GNU_MIPS_ABI_MSA X-Act-Checkin: binutils-gdb X-Git-Author: YunQiang Su X-Git-Refname: refs/heads/master X-Git-Oldrev: f02973903c4eee2ebdd1467ca3b6ef7e3f595290 X-Git-Newrev: 973f18b57cc1c7ba343d02bf766d3b51dedc111b Message-Id: <20230506084204.4FF3E3858D28@sourceware.org> Date: Sat, 6 May 2023 08:42:04 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2023 08:42:04 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D973f18b57cc1= c7ba343d02bf766d3b51dedc111b commit 973f18b57cc1c7ba343d02bf766d3b51dedc111b Author: YunQiang Su Date: Fri May 5 17:27:16 2023 +0800 gas: documents .gnu_attribute Tag_GNU_MIPS_ABI_MSA =20 It is added since 2016 by Add support for .MIPS.abiflags and .gnu.attributes sections b52717c0e104eb603e8189c3c0d3658ef5d903f5 But never documented. Diff: --- gas/doc/as.texi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gas/doc/as.texi b/gas/doc/as.texi index 353ff860f1b..ea40a9ed75e 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 =20 @subsection PowerPC Attributes