From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2124) id 64CD13857C43; Mon, 13 Nov 2023 16:11:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 64CD13857C43 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Nick Clifton To: bfd-cvs@sourceware.org Subject: [binutils-gdb] Add documentation for the MIPS assembler's -march=from-abi command line option X-Act-Checkin: binutils-gdb X-Git-Author: Nick Clifton X-Git-Refname: refs/heads/master X-Git-Oldrev: 94c641840b4a0ed873db311a7b907ec4dd99cb33 X-Git-Newrev: aa1bde7e9108b1f68847cc5b8da2d98edc25dc1c Message-Id: <20231113161139.64CD13857C43@sourceware.org> Date: Mon, 13 Nov 2023 16:11:39 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2023 16:11:39 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Daa1bde7e9108= b1f68847cc5b8da2d98edc25dc1c commit aa1bde7e9108b1f68847cc5b8da2d98edc25dc1c Author: Nick Clifton Date: Mon Nov 13 16:11:34 2023 +0000 Add documentation for the MIPS assembler's -march=3Dfrom-abi command li= ne option Diff: --- gas/doc/c-mips.texi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi index f1eee0ed197..3e072513d37 100644 --- a/gas/doc/c-mips.texi +++ b/gas/doc/c-mips.texi @@ -468,6 +468,11 @@ For compatibility reasons, @samp{@var{n}x} and @samp{@= var{b}fx} are accepted as synonyms for @samp{@var{n}f1_1}. These values are deprecated. =20 +In addition the special name @samp{from-abi} can be used, in which +case the assembler will select an architecture suitable for whichever +ABI has been selected, either via the @option{-mabi=3D} command line +option or the built in default. + @item -mtune=3D@var{cpu} Schedule and tune for a particular MIPS CPU. Valid @var{cpu} values are identical to @samp{-march=3D@var{cpu}}.