bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/26704] Missing the 'l' suffix for sysret in 64-bit mode


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/26704] Missing the 'l' suffix for sysret in 64-bit mode
Date: Mon, 05 Oct 2020 12:28:59 +0000

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 <hjl@sourceware.org>:

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

commit 5b316d90e4ec9845a890fd21ad86cf1043fb2ca3
Author: H.J. Lu <hjl.tools@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

[Prev in Thread] Current Thread [Next in Thread]