This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] x86/Intel: extend MOVDIRI testing
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Jan Beulich <jbeulich at suse dot com>
- Cc: "binutils at sourceware dot org" <binutils at sourceware dot org>
- Date: Tue, 3 Dec 2019 09:29:05 -0800
- Subject: Re: [PATCH] x86/Intel: extend MOVDIRI testing
- References: <ef1cc22e-315a-0e15-4129-60375d23361c@suse.com>
On Sun, Nov 24, 2019 at 11:32 PM Jan Beulich <jbeulich@suse.com> wrote:
>
> Test also memory operands with operand size specifier, which was broken
> prior to dc2be329b950 ("i386: Only check suffix in instruction
> mnemonic"), due to the template not permitting any suffixes. Note that
> this uncovered a disassembler issue, which is being fixed here as well.
>
> gas/
> 2019-11-XX Jan Beulich <jbeulich@suse.com>
>
> * testsuite/gas/i386/movdir.s: Add Intel syntax case with
> operand size specifier.
> * testsuite/gas/i386/x86-64-movdir.s: Add Intel syntax cases
> with operand size specifier and wit 32-bit operands.
> * testsuite/gas/i386/movdir-intel.d,
> testsuite/gas/i386/movdir.d,
> testsuite/gas/i386/x86-64-movdir-intel.d,
> testsuite/gas/i386/x86-64-movdir.d: Adjust expectations.
>
> opcodes/
> 2019-11-XX Jan Beulich <jbeulich@suse.com>
>
> * i386-dis.c (mod_table): Use Ev instead of Em for movdiri.
>
OK.
Thanks.
--
H.J.