Fix unintialized memory in aarch64 opcodes.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index c287c1faa53553347669ab481351e5afeb81634b..3c2cf1638425d785a077f6d716c74714e80094b8 100644 (file)
@@ -1,3 +1,67 @@
+2018-05-01  Tamar Christina  <tamar.christina@arm.com>
+
+       * aarch64-dis.c (aarch64_opcode_decode): Moved memory clear code.
+
+2018-04-30  Francois H. Theron <francois.theron@netronome.com>
+
+       Makefile.am: Added nfp-dis.c.
+       configure.ac: Added bfd_nfp_arch.
+       disassemble.h: Added print_insn_nfp prototype.
+       disassemble.c: Added ARCH_nfp and call to print_insn_nfp
+       nfp-dis.c: New, for NFP support.
+       po/POTFILES.in: Added nfp-dis.c to the list.
+       Makefile.in: Regenerate.
+       configure: Regenerate.
+
+2018-04-26  Jan Beulich  <jbeulich@suse.com>
+
+       * i386-opc.tbl: Fold various non-memory operand AVX512VL
+       templates into their base ones.
+       * i386-tlb.h: Re-generate.
+
+2018-04-26  Jan Beulich  <jbeulich@suse.com>
+
+       * i386-gen.c (cpu_flag_init): Use CPU_XOP_FLAGS for
+       CPU_BDVER1_FLAGS. Use CPU_AVX2_FLAGS for CPU_ZNVER1_FLAGS. Use
+       CPU_AVX_FLAGS for CPU_BTVER1_FLAGS. Add CPU_XSAVE_FLAGS to
+       CPU_LWP_FLAGS, CPU_AVX_FLAGS, CPU_MPX_FLAGS, and CPU_OSPKE_FLAGS.
+       * i386-init.h: Re-generate.
+
+2018-04-26  Jan Beulich  <jbeulich@suse.com>
+
+       * i386-gen.c (cpu_flag_init): Drop all uses of CpuRegMMX,
+       CpuRegXMM, CpuRegYMM, CpuRegZMM, and CpuRegMask. Use
+       CPU_AVX2_FLAGS for CPU_AVX512F_FLAGS and drop bogus comment.
+       Don't use CPU_AVX2_FLAGS for CPU_AVX512VL_FLAGS and drop bogus
+       comment.
+       (cpu_flags): Drop CpuRegMMX, CpuRegXMM, CpuRegYMM, CpuRegZMM,
+       and CpuRegMask.
+       * i386-opc.h: CpuRegMMX, CpuRegXMM, CpuRegYMM, CpuRegZMM,
+       CpuRegMask: Delete.
+       (union i386_cpu_flags): Remove cpuregmmx, cpuregxmm, cpuregymm,
+       cpuregzmm, and cpuregmask.
+       * i386-init.h: Re-generate.
+       * i386-tbl.h: Re-generate.
+
+2018-04-26  Jan Beulich  <jbeulich@suse.com>
+
+       * i386-gen.c (cpu_flag_init): CPU_I586_FLAGS inherits Cpu387 only.
+       CPU_287_FLAGS is Cpu287 only. CPU_387_FLAGS is Cpu387 only.
+       * i386-init.h: Re-generate.
+
+2018-04-26  Jan Beulich  <jbeulich@suse.com>
+
+       * i386-gen.c (VexImmExt): Delete.
+       * i386-opc.h (VexImmExt, veximmext): Delete.
+       * i386-opc.tbl: Drop all VexImmExt uses.
+       * i386-tlb.h: Re-generate.
+
+2018-04-25  Jan Beulich  <jbeulich@suse.com>
+
+       * i386-opc.tbl (vpslld, vpsrad, vpsrld): Drop AVX512VL
+       register-only forms.
+       * i386-tlb.h: Re-generate.
+
 2018-04-25  Tamar Christina  <tamar.christina@arm.com>
 
        * aarch64-tbl.h (sqrdmlah, sqrdmlsh): Fix masks.
This page took 0.036999 seconds and 4 git commands to generate.