Add initial Intel K1OM support.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index ae041d5d04ae5c5033387a41baacca4e3f8f3763..ba26197abeea10e78466f77a2c357f7833b36d9f 100644 (file)
@@ -1,3 +1,84 @@
+2011-07-22  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure.in: Handle bfd_k1om_arch.
+       * configure: Regenerated.
+
+       * disassemble.c (disassembler): Handle bfd_k1om_arch.
+
+       * i386-dis.c (print_insn): Handle bfd_mach_k1om and
+       bfd_mach_k1om_intel_syntax.
+
+       * i386-gen.c (cpu_flag_init): Set CPU_UNKNOWN_FLAGS to
+       ~(CpuL1OM|CpuK1OM).  Add CPU_K1OM_FLAGS.
+       (cpu_flags): Add CpuK1OM.
+
+       * i386-opc.h (CpuK1OM): New.
+       (i386_cpu_flags): Add cpuk1om.
+
+       * i386-init.h: Regenerated.
+       * i386-tbl.h: Likewise.
+
+2011-07-12  Nick Clifton  <nickc@redhat.com>
+
+       * arm-dis.c (print_insn_arm): Revert previous, undocumented,
+       accidental change.
+
+2011-07-01  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/12329
+       * avr-dis.c (avr_operand): Fix disassembly of ELPM, LPM and SPM
+       insns using post-increment addressing.
+
+2011-06-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * i386-dis.c (vex_len_table): Update rorxS.
+
+2011-06-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       AVX Programming Reference (June, 2011)
+       * i386-dis.c (vex_len_table): Correct rorxS.
+
+       * i386-opc.tbl: Correct rorx.
+       * i386-tbl.h: Regenerated.
+
+2011-06-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * tilegx-opc.c (find_opcode): Replace "index" with "i".
+       * tilepro-opc.c (find_opcode): Likewise.
+
+2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * mips16-opc.c (jalrc, jrc): Move earlier in file.
+
+2011-06-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * i386-dis.c (prefix_table): Re-indent PREFIX_VEX_0F388C and
+       PREFIX_VEX_0F388E.
+
+2011-06-17  Andreas Schwab  <schwab@redhat.com>
+
+       * Makefile.am (MAINTAINERCLEANFILES): Move s390-opc.tab ...
+       (MOSTLYCLEANFILES): ... here.
+       * Makefile.in: Regenerate.
+
+2011-06-14  Alan Modra  <amodra@gmail.com>
+
+       * Makefile.in: Regenerate.
+
+2011-06-13  Walter Lee  <walt@tilera.com>
+
+       * Makefile.am (TARGET_LIBOPCODES_CFILES): Add tilegx-dis.c,
+       tilegx-opc.c, tilepro-dis.c, and tilepro-opc.c.
+       * Makefile.in: Regenerate.
+       * configure.in: Handle bfd_tilegx_arch and bfd_tilepro_arch.
+       * configure: Regenerate.
+       * disassemble.c (disassembler): Add ARCH_tilegx and ARCH_tilepro.
+       * po/POTFILES.in: Regenerate.
+       * tilegx-dis.c: New file.
+       * tilegx-opc.c: New file.
+       * tilepro-dis.c: New file.
+       * tilepro-opc.c: New file.
+
 2011-06-10  H.J. Lu  <hongjiu.lu@intel.com>
 
        AVX Programming Reference (June, 2011)
 
 2011-02-09  Michael Snyder  <msnyder@vmware.com>
 
-       * i386-dis.c (OP_J): Parenthesize expression to prevent 
+       * i386-dis.c (OP_J): Parenthesize expression to prevent
        truncated addresses.
        (print_insn): Fix indentation off-by-one.
 
This page took 0.024576 seconds and 4 git commands to generate.