https://sourceware.org/bugzilla/show_bug.cgi?id=26704

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by H.J. Lu <h...@sourceware.org>:

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

commit 5b316d90e4ec9845a890fd21ad86cf1043fb2ca3
Author: H.J. Lu <hjl.to...@gmail.com>
Date:   Mon Oct 5 05:27:58 2020 -0700

    x86-64: Always display suffix for %LQ in 64bit

    In 64bit, assembler generates a warning for "sysret":

    $ echo sysret | as --64 -o x.o -
    {standard input}: Assembler messages:
    {standard input}:1: Warning: no instruction mnemonic suffix given and no
register operands; using default for `sysret'

    Always display suffix for %LQ in 64bit to display "sysretl".

    gas/

            PR binutils/26704
            * testsuite/gas/i386/noreg64-data16.d: Expect sysretl instead of
            sysret.
            * testsuite/gas/i386/noreg64.d: Likewise.
            * testsuite/gas/i386/x86-64-intel64.d: Likewise.
            * testsuite/gas/i386/x86-64-opcode.d: Likewise.

    opcodes/

            PR binutils/26704
            * i386-dis.c (putop): Always display suffix for %LQ in 64bit.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to