From: H.J. Lu Date: Thu, 15 Feb 2024 23:00:31 +0000 (-0800) Subject: x86: Display -msse-check= default as none X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=553c7f61b74badf91df484450944675efd9cd485;p=thirdparty%2Fbinutils-gdb.git x86: Display -msse-check= default as none Display -msse-check= default as none for "as --help" since its default is none, not warning. PR gas/31389 * config/tc-i386.c (md_show_usage): Change -msse-check= default to none. (cherry picked from commit 7a6a03c499ad899c1d1dd93beccbb62795feb1db) --- diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 793fde25006..769a02fc691 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -16798,7 +16798,7 @@ md_show_usage (FILE *stream) -muse-unaligned-vector-move\n\ encode aligned vector move as unaligned vector move\n")); fprintf (stream, _("\ - -msse-check=[none|error|warning] (default: warning)\n\ + -msse-check=[none|error|warning] (default: none)\n\ check SSE instructions\n")); fprintf (stream, _("\ -moperand-check=[none|error|warning] (default: warning)\n\