This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH 01/10] x86: drop stray FloatMF
On Tue, Aug 6, 2019 at 7:24 AM Jan Beulich <jbeulich@suse.com> wrote:
>
> The flag is supposed to be used in templates which allow for both a
> "short" and a "long" format memory operand. Drop it from templates not
> matching this pattern. In the control/status word cases it was (ab)used
> in place of the intended IgnoreSize.
>
> opcodes/
> 2019-08-XX Jan Beulich <jbeulich@suse.com>
>
> * i386-opc.tbl (fld, fstp): Drop FloatMF from extended forms.
> (fldcw, fnstcw, fstcw, fnstsw, fstsw): Replace FloatMF by
> IgnoreSize.
> * i386-tbl.h: Re-generate.
>
OK.
Thanks.
--
H.J.