* disassemble.c (disassemble_init_for_target): M32C ISAs are
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index 55618ff64d810c1c8fc3f5d796b58461c03ec892..2a5d475ea5b406b496295fed59ddb2a9656a5a91 100644 (file)
@@ -1,3 +1,230 @@
+2005-07-20  DJ Delorie  <dj@redhat.com>
+
+       * disassemble.c (disassemble_init_for_target): M32C ISAs are
+       enums, so convert them to bit masks, which attributes are.
+
+2005-07-18  Nick Clifton  <nickc@redhat.com>
+
+       * configure.in: Restore alpha ordering to list of arches.
+       * configure: Regenerate.
+       * disassemble.c: Restore alpha ordering to list of arches.
+
+2005-07-18  Nick Clifton  <nickc@redhat.com>
+
+       * m32c-asm.c: Regenerate.
+       * m32c-desc.c: Regenerate.
+       * m32c-desc.h: Regenerate.
+       * m32c-dis.c: Regenerate.
+       * m32c-ibld.h: Regenerate.
+       * m32c-opc.c: Regenerate.
+       * m32c-opc.h: Regenerate.
+
+2005-07-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * i386-dis.c (PNI_Fixup): Update comment.
+       (VMX_Fixup): Properly handle the suffix check.
+
+2005-07-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * hppa-dis.c (print_insn_hppa): Add space after 'w' in wide-mode
+       mfctl disassembly.
+
+2005-07-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       (stamp-m32c): Fix cpu dependencies.
+       * Makefile.in: Regenerate.
+       * ip2k-dis.c: Regenerate.
+
+2007-07-15  H.J. Lu <hongjiu.lu@intel.com>
+
+       * i386-dis.c (OP_VMX): New. Handle Intel VMX Instructions.
+       (VMX_Fixup): New. Fix up Intel VMX Instructions.
+       (Em): New.
+       (Gm): New.
+       (VM): New.
+       (dis386_twobyte): Updated entries 0x78 and 0x79.
+       (twobyte_has_modrm): Likewise.
+       (grps): Use OP_VMX in the "sgdtIQ" entry. Updated GRP9.
+       (OP_G): Handle m_mode.
+
+2005-07-14  Jim Blandy  <jimb@redhat.com>
+
+       Add support for the Renesas M32C and M16C.
+       * m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New.
+       * m32c-desc.h, m32c-opc.h: New.
+       * Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h.
+       (CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c,
+       m32c-opc.c.
+       (ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo,
+       m32c-ibld.lo, m32c-opc.lo.
+       (CLEANFILES): List stamp-m32c.
+       (M32C_DEPS): List stamp-m32c, if CGEN_MAINT.
+       (CGEN_CPUS): Add m32c.
+       (m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c)
+       (m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS.
+       (m32c_opc_h): New variable.
+       (stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo)
+       (m32c-opc.lo): New rules.
+       * Makefile.in: Regenerated.
+       * configure.in: Add case for bfd_m32c_arch.
+       * configure: Regenerated.
+       * disassemble.c (ARCH_m32c): New.
+       [ARCH_m32c]: #include "m32c-desc.h".
+       (disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c.
+       (disassemble_init_for_target) [ARCH_m32c]: Same.
+
+       * cgen-ops.h, cgen-types.h: New files.
+       * Makefile.am (HFILES): List them.
+       * Makefile.in: Regenerated.
+       
+2005-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * arc-dis.c, arm-dis.c, cris-dis.c, crx-dis.c, d10v-dis.c,
+       d30v-dis.c, fr30-dis.c, h8300-dis.c, h8500-dis.c, i860-dis.c,
+       ia64-dis.c, ip2k-dis.c, m10200-dis.c, m10300-dis.c,
+       m88k-dis.c, mcore-dis.c, mips-dis.c, ms1-dis.c, or32-dis.c,
+       ppc-dis.c, sh64-dis.c, sparc-dis.c, tic4x-dis.c, tic80-dis.c,
+       v850-dis.c: Fix format bugs.
+       * ia64-gen.c (fail, warn): Add format attribute.
+       * or32-opc.c (debug): Likewise.
+
+2005-07-07  Khem Raj  <kraj@mvista.com>
+
+       * arm-dis.c (opcode32 arm_opcodes): Fix ARM VFP fadds instruction
+       disassembly pattern.
+
+2005-07-06  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am (stamp-m32r): Fix path to cpu files.
+       (stamp-m32r, stamp-iq2000): Likewise.
+       * Makefile.in: Regenerate.
+       * m32r-asm.c: Regenerate.
+       * po/POTFILES.in: Remove arm-opc.h.  Add ms1-asm.c, ms1-desc.c,
+       ms1-desc.h, ms1-dis.c, ms1-ibld.c, ms1-opc.c, ms1-opc.h.
+
+2005-07-05  Nick Clifton  <nickc@redhat.com>
+
+       * iq2000-asm.c: Regenerate.
+       * ms1-asm.c: Regenerate.
+
+2005-07-05  Jan Beulich  <jbeulich@novell.com>
+
+       * i386-dis.c (SVME_Fixup): New.
+       (grps): Use it for the lidt entry.
+       (PNI_Fixup): Call OP_M rather than OP_E.
+       (INVLPG_Fixup): Likewise.
+
+2005-07-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * tic30-dis.c (cnvt_tmsfloat_ieee): Use HUGE_VALF if defined.
+
+2005-07-01  Nick Clifton  <nickc@redhat.com>
+
+       * a29k-dis.c: Update to ISO C90 style function declarations and
+       fix formatting.
+       * alpha-opc.c: Likewise.
+       * arc-dis.c: Likewise.
+       * arc-opc.c: Likewise.
+       * avr-dis.c: Likewise.
+       * cgen-asm.in: Likewise.
+       * cgen-dis.in: Likewise.
+       * cgen-ibld.in: Likewise.
+       * cgen-opc.c: Likewise.
+       * cris-dis.c: Likewise.
+       * d10v-dis.c: Likewise.
+       * d30v-dis.c: Likewise.
+       * d30v-opc.c: Likewise.
+       * dis-buf.c: Likewise.
+       * dlx-dis.c: Likewise.
+       * h8300-dis.c: Likewise.
+       * h8500-dis.c: Likewise.
+       * hppa-dis.c: Likewise.
+       * i370-dis.c: Likewise.
+       * i370-opc.c: Likewise.
+       * m10200-dis.c: Likewise.
+       * m10300-dis.c: Likewise.
+       * m68k-dis.c: Likewise.
+       * m88k-dis.c: Likewise.
+       * mips-dis.c: Likewise.
+       * mmix-dis.c: Likewise.
+       * msp430-dis.c: Likewise.
+       * ns32k-dis.c: Likewise.
+       * or32-dis.c: Likewise.
+       * or32-opc.c: Likewise.
+       * pdp11-dis.c: Likewise.
+       * pj-dis.c: Likewise.
+       * s390-dis.c: Likewise.
+       * sh-dis.c: Likewise.
+       * sh64-dis.c: Likewise.
+       * sparc-dis.c: Likewise.
+       * sparc-opc.c: Likewise.
+       * sysdep.h: Likewise.
+       * tic30-dis.c: Likewise.
+       * tic4x-dis.c: Likewise.
+       * tic80-dis.c: Likewise.
+       * v850-dis.c: Likewise.
+       * v850-opc.c: Likewise.
+       * vax-dis.c: Likewise.
+       * w65-dis.c: Likewise.
+       * z8kgen.c: Likewise.
+       
+       * fr30-*: Regenerate.
+       * frv-*: Regenerate.
+       * ip2k-*: Regenerate.
+       * iq2000-*: Regenerate.
+       * m32r-*: Regenerate.
+       * ms1-*: Regenerate.
+       * openrisc-*: Regenerate.
+       * xstormy16-*: Regenerate.
+
+2005-06-23  Ben Elliston  <bje@gnu.org>
+
+       * m68k-dis.c: Use ISC C90.
+       * m68k-opc.c: Formatting fixes.
+
+2005-06-16  David Ung  <davidu@mips.com>
+
+        * mips16-opc.c (mips16_opcodes): Add the following MIPS16e
+        instructions to the table; seb/seh/sew/zeb/zeh/zew.
+
+2005-06-15  Dave Brolley  <brolley@redhat.com>
+
+       Contribute Morpho ms1 on behalf of Red Hat
+       * ms1-asm.c, ms1-desc.c, ms1-dis.c, ms1-ibld.c, ms1-opc.c, 
+       ms1-opc.h: New files, Morpho ms1 target.
+
+       2004-05-14  Stan Cox  <scox@redhat.com>
+
+       * disassemble.c (ARCH_ms1): Define.
+       (disassembler): Handle bfd_arch_ms1
+
+       2004-05-13  Michael Snyder  <msnyder@redhat.com>
+
+       * Makefile.am, Makefile.in: Add ms1 target.
+       * configure.in: Ditto.
+
+2005-06-08  Zack Weinberg  <zack@codesourcery.com>
+
+       * arm-opc.h: Delete; fold contents into ...
+       * arm-dis.c: ... here.  Move includes of internal COFF headers
+       next to includes of internal ELF headers.
+       (streq, WORD_ADDRESS, BDISP, BDISP23): Delete, unused.
+       (struct arm_opcode): Rename struct opcode32.  Make 'assembler' const.
+       (struct thumb_opcode): Rename struct opcode16.  Make 'assembler' const.
+       (arm_conditional, arm_fp_const, arm_shift, arm_regname, regnames)
+       (iwmmxt_wwnames, iwmmxt_wwssnames):
+       Make const.
+       (regnames): Remove iWMMXt coprocessor register sets.
+       (iwmmxt_regnames, iwmmxt_cregnames): New statics.
+       (get_arm_regnames): Adjust fourth argument to match above changes.
+       (set_iwmmxt_regnames): Delete.
+       (print_insn_arm): Constify 'c'.  Use ISO syntax for function
+       pointer calls.  Expand sole use of BDISP.  Use iwmmxt_regnames
+       and iwmmxt_cregnames, not set_iwmmxt_regnames.
+       (print_insn_thumb16, print_insn_thumb32): Constify 'c'.  Use
+       ISO syntax for function pointer calls.
+
 2005-06-07  Zack Weinberg  <zack@codesourcery.com>
 
        * arm-dis.c: Split up the comments describing the format codes, so
This page took 0.025322 seconds and 4 git commands to generate.