]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
x86: Display -msse-check= default as none
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 15 Feb 2024 23:00:31 +0000 (15:00 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 16 Feb 2024 00:16:07 +0000 (16:16 -0800)
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)

gas/config/tc-i386.c

index 793fde250062b0d268886a7cc77f7d3f81927d9e..769a02fc691a697c042f62db1f588b1071569651 100644 (file)
@@ -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\