gas/
[external/binutils.git] / opcodes / ChangeLog
index d846b72..f92ffcc 100644 (file)
@@ -1,3 +1,96 @@
+2007-04-20  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * m68k-dis.c (print_insn_arg): Show c04 as rambar0 and c05 as
+       rambar1.
+
+2007-04-20  Alan Modra  <amodra@bigpond.net.au>
+
+       * ppc-dis.c (print_insn_powerpc): Adjust for struct powerpc_operand
+       change.
+       * ppc-opc.c (powerpc_operands): Replace bit count with bit mask
+       in all entries.  Add PPC_OPERAND_SIGNED to DE entry.  Remove
+       references to following deleted functions.
+       (insert_bd, extract_bd, insert_dq, extract_dq): Delete.
+       (insert_ds, extract_ds, insert_de, extract_de): Delete.
+       (insert_des, extract_des, insert_li, extract_li): Delete.
+       (insert_nb, insert_rsq, insert_rtq, insert_ev2, extract_ev2): Delete.
+       (insert_ev4, extract_ev4, insert_ev8, extract_ev8): Delete.
+       (num_powerpc_operands): New constant.
+       (XSPRG_MASK): Remove entire SPRG field.
+       (powerpc_opcodes <bcctre, bcctrel>): Use XLBB_MASK not XLYBB_MASK.
+
+2007-04-20  Alan Modra  <amodra@bigpond.net.au>
+
+       * ppc-opc.c (DCM, DGM, TE, RMC, R, SP, S): Correct shift.
+       (Z2_MASK): Define.
+       (powerpc_opcodes): Use Z2_MASK in all insns taking RMC operand.
+
+2007-04-20  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-dis.c (print_insn): Only look for a mapping symbol in the section
+       being disassembled.
+
+2007-04-19  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+       * po/POTFILES.in: Regenerate.
+
+2007-04-19  Alan Modra  <amodra@bigpond.net.au>
+
+       * ppc-opc.c (powerpc_opcodes): Add cctpl, cctpm, cctph, db8cyc,
+       db10cyc, db12cyc, db16cyc.
+
+2007-04-19  Nathan Froyd <froydnj@codesourcery.com>
+
+       * ppc-opc.c (powerpc_opcodes): Recognize three-operand tlbsxe.
+
+2007-04-18  H.J. Lu <hongjiu.lu@intel.com>
+
+       * i386-dis.c (CRC32_Fixup): New.
+       (PREGRP85, PREGRP86, PREGRP87, PREGRP88, PREGRP89, PREGRP90,
+        PREGRP91): New.
+       (threebyte_0x38_uses_DATA_prefix): Updated for SSE4.2.
+       (threebyte_0x3a_uses_DATA_prefix): Likewise.
+       (prefix_user_table): Add PREGRP85, PREGRP86, PREGRP87,
+       PREGRP88, PREGRP89, PREGRP90 and PREGRP91.
+       (three_byte_table): Likewise.
+
+       * i386-opc.c (i386_optab): Add SSE4.2 opcodes.
+
+       * i386-opc.h (CpuSSE4_2): New.
+       (CpuSSE4): Likewise.
+       (CpuUnknownFlags): Add CpuSSE4_2.
+
+2007-04-18  H.J. Lu <hongjiu.lu@intel.com>
+
+       * i386-dis.c (XMM_Fixup): New.
+       (Edqb): New.
+       (Edqd): New.
+       (XMM0): New.
+       (dqb_mode): New.
+       (dqd_mode): New.
+       (PREGRP39 ... PREGRP85): New.
+       (threebyte_0x38_uses_DATA_prefix): Updated for SSE4.
+       (threebyte_0x3a_uses_DATA_prefix): Likewise.
+       (prefix_user_table): Add PREGRP39 ... PREGRP85.
+       (three_byte_table): Likewise.
+       (putop): Handle 'K'.
+       (intel_operand_size): Handle dqb_mode, dqd_mode):
+       (OP_E): Likewise.
+       (OP_G): Likewise.
+
+       * i386-opc.c (i386_optab): Add SSE4.1 opcodes.
+
+       * i386-opc.h (CpuSSE4_1): New.
+       (CpuUnknownFlags): Add CpuSSE4_1.
+       (regKludge): Update comment.
+
+2007-04-18  Matthias Klose  <doko@ubuntu.com>
+
+       * Makefile.am (libopcodes_la_LDFLAGS): Use bfd soversion.
+       * Makefile.in: Regenerate.
+
 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
 
        * Makefile.am: Add ACLOCAL_AMFLAGS.