[binutils-gdb] x86: Display -msse-check= default as none

H.J. Lu hjl@sourceware.org
Thu Feb 15 23:30:45 GMT 2024


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7a6a03c499ad899c1d1dd93beccbb62795feb1db

commit 7a6a03c499ad899c1d1dd93beccbb62795feb1db
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Feb 15 15:00:31 2024 -0800

    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.

Diff:
---
 gas/config/tc-i386.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c
index 925986f7fce..ed7c4a5ea03 100644
--- a/gas/config/tc-i386.c
+++ b/gas/config/tc-i386.c
@@ -16847,7 +16847,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\


More information about the Binutils-cvs mailing list