]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add documentation for the MIPS assembler's -march=from-abi command line option
authorNick Clifton <nickc@redhat.com>
Mon, 13 Nov 2023 16:11:34 +0000 (16:11 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 13 Nov 2023 16:11:34 +0000 (16:11 +0000)
gas/doc/c-mips.texi

index f1eee0ed197964635d1432a0519d6d717bc84207..3e072513d37f912eec580d3c49f0f08b2283d1dd 100644 (file)
@@ -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.
 
+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=} command line
+option or the built in default.
+
 @item -mtune=@var{cpu}
 Schedule and tune for a particular MIPS CPU.  Valid @var{cpu} values are
 identical to @samp{-march=@var{cpu}}.