bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/28381] abort in intel_operand_size


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/28381] abort in intel_operand_size
Date: Tue, 28 Sep 2021 03:16:09 +0000

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

--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Lili Cui <cuilili@sourceware.org>:

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

commit 2c02075a8ec5223bc4cbcc9561eb91e28d46a9e5
Author: Cui,Lili <lili.cui@intel.com>
Date:   Tue Sep 28 11:13:33 2021 +0800

    x86: Print {bad} on invalid broadcast in OP_E_memory

    Don't print broadcast for scalar_mode, and print {bad} for invalid
broadcast.

    gas/

            PR binutils/28381
            * testsuite/gas/i386/bad-bcast.s: Add a new testcase.
            * testsuite/gas/i386/bad-bcast.d: Likewise.
            * testsuite/gas/i386/bad-bcast-intel.d: New.

    opcodes/

            PR binutils/28381
            * i386-dis.c (static struct): Add no_broadcast.
            (OP_E_memory): Mark invalid broadcast with no_broadcast=1 and Print
"{bad}"for it.
            (intel_operand_size): mark invalid broadcast with no_broadcast=1.
            (OP_XMM): Mark scalar_mode with no_broadcast=1.

-- 
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]