Cleanups after the update to Autoconf 2.64, Automake 1.11.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index fe4fd46d248d2d93fc1c29a7cef3e704c38150c6..cfdede862ba6ac1d9729d64401a0dce5be02953c 100644 (file)
@@ -1,3 +1,74 @@
+2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.am (install-pdf, install-html): Remove.
+       * Makefile.in: Regenerate.
+
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Likewise.
+       * config.in: Likewise.
+       * configure: Likewise.
+
+2009-08-06  Michael Eager <eager@eagercon.com>
+
+       * Makefile.am: Add microblaze-opc.h to HFILES, microblaze-dis.c to
+       CFILES, microblaze-dis.lo to ALL_MACHINES, targets.
+       * Makefile.in: Regenerate.
+       * configure.in: Add bfd_microblaze_arch target.
+       * configure: Regenerate.
+       * disassemble.c: Define ARCH_microblaze, return 
+       print_insn_microblaze().
+       * microblaze-dis.c: New MicroBlaze disassembler.
+       * microblaze-opc.h: New MicroBlaze opcode definitions.
+       * microblaze-opcm.h: New MicroBlaze opcode types.
+
+2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure.in: Handle bfd_l1om_arch.
+       * disassemble.c (disassembler): Likewise.
+
+       * configure: Regenerated.
+
+       * i386-dis.c (print_insn): Handle bfd_mach_l1om and
+       bfd_mach_l1om_intel_syntax.  Use 8 bytes per line for Intel L1OM.
+
+       * i386-gen.c (cpu_flag_init): Set CPU_UNKNOWN_FLAGS to ~CpuL1OM.
+       Add CPU_L1OM_FLAGS.
+       (cpu_flags): Add CpuL1OM.
+       (set_bitfield): Take an argument to set the value field.
+       (process_i386_cpu_flag): Support ~CpuXXX and ~(CpuXXX|CpuYYY).
+       (process_i386_opcode_modifier): Updated.
+       (process_i386_operand_type): Likewise.
+       * i386-init.h: Regenerated.
+       * i386-tbl.h: Likewise.
+
+       * i386-opc.h (CpuL1OM): New.
+       (CpuXsave): Updated.
+       (i386_cpu_flags): Add cpul1om.
+
+2009-07-24  Jan Beulich  <jbeulich@novell.com>
+
+       * i386-dis.c (fgrps): Correct annotation for feni/fdisi. Add
+       frstpm.
+       * i386-gen.c (cpu_flag_init): Add FP enabling flags where needed.
+       (cpu_flags): Add Cpu8087, Cpu287, Cpu387, Cpu687, and CpuFISTTP.
+       (set_bitfield): Expand CpuFP to Cpu8087|Cpu287|Cpu387.
+       * i386-opc.h (Cpu8087, Cpu287, Cpu387, Cpu687, CpuFISTTP):
+       Define.
+       (union i386_cpu_flags): Add cpu8087, cpu287, cpu387, cpu687,
+       and cpufisttp.
+       * i386-opc.tbl: Qualify floating point instructions by their
+       respective CpuXXX flag. Fix fucom{,p,pp}, fprem1, fsin, fcos,
+       and fsincos to be avilable only on 387. Fix fstsw ax to be
+       available only on 287+. Add f{,n}eni, f{,n}disi, f{,n}setpm,
+       and frstpm.
+       * i386-init.h, i386-tbl.h: Regenerate.
+
+2009-07-20  Nick Clifton  <nickc@redhat.com>
+
+       PR 10288
+       * arm-dis.c (arm_opcodes): Catch non-zero bits 8-11 in register
+       offset or indexed based addressing mode 3.
+
 2009-07-14  Nick Clifton  <nickc@redhat.com>
 
        PR 10288
This page took 0.024813 seconds and 4 git commands to generate.