diff options
author | Jan Beulich <jbeulich@novell.com> | 2018-09-13 11:19:21 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2018-09-13 11:19:21 +0200 |
commit | 2fbbbee5e78e590ecee718e8da4f229fb59fe9c5 (patch) | |
tree | a18ee40f25fae49992ac55e6a8adde19f843bd24 /opcodes/ChangeLog | |
parent | 2b02b9a2abfc773ad3cce49ecc36c37a1a84bcc9 (diff) | |
download | binutils-2fbbbee5e78e590ecee718e8da4f229fb59fe9c5.zip binutils-2fbbbee5e78e590ecee718e8da4f229fb59fe9c5.tar.gz binutils-2fbbbee5e78e590ecee718e8da4f229fb59fe9c5.tar.bz2 |
x86: drop bogus IgnoreSize from AVX2 insns
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f8ea865..e812909 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,11 @@ 2018-09-13 Jan Beulich <jbeulich@suse.com> + * i386-opc.tbl: Drop IgnoreSize from AVX2 insns where + meaningless. + * i386-tbl.h: Re-generate. + +2018-09-13 Jan Beulich <jbeulich@suse.com> + * i386-opc.tbl: Drop IgnoreSize from AVX insns where meaningless. * i386-tbl.h: Re-generate. |