public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] x86: document -moperand-check=
@ 2024-02-16  9:47 Jan Beulich
  0 siblings, 0 replies; only message in thread
From: Jan Beulich @ 2024-02-16  9:47 UTC (permalink / raw)
  To: Binutils; +Cc: H.J. Lu

PR gas/31388
Like other command line options this should be mentioned in
documentation as well, not just in "as --help" output.
---
I'm pretty sure it wasn't my idea to have this command line option.
Emitting encodings which are going to fault should imo never go
silently. See how e.g. similar %tmm checking is done without respecting
this option. The only use of the setting that I consider reasonable is
that in process_suffix().

--- a/gas/doc/c-i386.texi
+++ b/gas/doc/c-i386.texi
@@ -293,6 +293,21 @@ generated.
 Valid @var{CPU} values are identical to the processor list of
 @option{-march=@var{CPU}}.
 
+@cindex @samp{-moperand-check=} option, i386
+@cindex @samp{-moperand-check=} option, x86-64
+@item -moperand-check=@var{none}
+@itemx -moperand-check=@var{warning}
+@itemx -moperand-check=@var{error}
+These options control if the assembler should check certain instruction
+operands or operand combinations.  An example instructions where operand size
+cannot be inferred from its operands and also hasn't been specified by way of
+an instruction suffix.
+@option{-moperand-check=@var{none}} will make the assembler not perform
+these checks.  @option{-moperand-check=@var{warning}} will make the assembler
+issue a warning when respective checks fail, which is the default.
+@option{-moperand-check=@var{error}} will make the assembler issue an error
+when respective checks fail.
+
 @cindex @samp{-msse2avx} option, i386
 @cindex @samp{-msse2avx} option, x86-64
 @item -msse2avx

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-16  9:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-16  9:47 [PATCH] x86: document -moperand-check= Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).