OSDN Git Service

* Makefile.am: Run "make dep-am".
[pf3gnuchains/pf3gnuchains4x.git] / opcodes / ChangeLog
index 18510c4..802c78b 100644 (file)
@@ -1,3 +1,144 @@
+2004-09-17  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+       * po/POTFILES.in: Regenerate.
+       * po/opcodes.pot: Regenerate.
+
+2004-09-11  Andreas Schwab  <schwab@suse.de>
+
+       * configure: Rebuild.
+
+2004-09-09  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       * ppc-opc.c (L): Make this field not optional.
+
+2004-09-03  Tomer Levi  <Tomer.Levi@nsc.com>
+
+       * opc-crx.c: Rename 'popma' to 'popa', remove 'pushma'.
+       Fix parameter to 'm[t|f]csr' insns.
+
+2004-08-30  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * configure.in: Autoupdate to autoconf 2.59.
+       * aclocal.m4: Rebuild with aclocal 1.4p6.
+       * configure: Rebuild with autoconf 2.59.
+       * Makefile.in: Rebuild with automake 1.4p6 (picking up
+       bfd changes for autoconf 2.59 on the way).
+       * config.in: Rebuild with autoheader 2.59.
+
+2004-08-27  Richard Sandiford  <rsandifo@redhat.com>
+
+       * frv-desc.[ch], frv-opc.[ch]: Regenerated.
+
+2004-07-30  Michal Ludvig  <mludvig@suse.cz>
+
+       * i386-dis.c (GRPPADLCK): Renamed to GRPPADLCK1
+       (GRPPADLCK2): New define.
+       (twobyte_has_modrm): True for 0xA6.
+       (grps): GRPPADLCK2 for opcode 0xA6.
+
+2004-07-29  Alexandre Oliva  <aoliva@redhat.com>
+
+       Introduce SH2a support.
+       * sh-opc.h (arch_sh2a_base): Renumber.
+       (arch_sh2a_nofpu_base): Remove.
+       (arch_sh_base_mask): Adjust.
+       (arch_opann_mask): New.
+       (arch_sh2a, arch_sh2a_nofpu): Adjust.
+       (arch_sh2a_up, arch_sh2a_nofpu_up): Likewise.
+       (sh_table): Adjust whitespace.
+       2004-02-24  Corinna Vinschen  <vinschen@redhat.com>
+       * sh-opc.h (arch_sh2a_nofpu_up): New.  Use instead of arch_sh2a_up in
+       instruction list throughout.
+       (arch_sh2a_up): Redefine to include fpu instruction set.  Use instead
+       of arch_sh2a in instruction list throughout.
+       (arch_sh2e_up): Accomodate above changes.
+       (arch_sh2_up): Ditto.
+       2004-02-20  Corinna Vinschen  <vinschen@redhat.com>
+       * sh-opc.h: Add arch_sh2a_nofpu to arch_sh2_up.
+       2004-02-18  Corinna Vinschen  <vinschen@redhat.com>
+       * sh-dis.c (print_insn_sh): Add bfd_mach_sh2a_nofpu handling.
+       * sh-opc.h (arch_sh2a_nofpu): New.
+       (arch_sh2a_up): New, defines sh2a and sh2a_nofpu.
+       (sh_table): Change all arch_sh2a to arch_sh2a_up unless FPU
+       instruction.
+       2004-01-20  DJ Delorie  <dj@redhat.com>
+       * sh-dis.c (print_insn_sh): SH2A does not have 'X' fp regs.
+       2003-12-29  DJ Delorie  <dj@redhat.com>
+       * sh-opc.c (sh_nibble_type, sh_arg_type, arch_2a, arch_2e_up,
+       sh_opcode_info, sh_table): Add sh2a support.
+       (arch_op32): New, to tag 32-bit opcodes.
+       * sh-dis.c (print_insn_sh): Support sh2a opcodes.
+       2003-12-02  Michael Snyder  <msnyder@redhat.com>
+       * sh-opc.h (arch_sh2a): Add.
+       * sh-dis.c (arch_sh2a): Handle.
+       * sh-opc.h (arch_sh2_up): Fix up to include arch_sh2a.
+
+2004-07-27  Tomer Levi  <Tomer.Levi@nsc.com>
+
+       * crx-opc.c: Add popx,pushx insns. Indent code, fix comments.
+
+2004-07-22  Nick Clifton  <nickc@redhat.com>
+
+       PR/280
+       * h8300-dis.c (bfd_h8_disassemble): Do not dump raw bytes for the
+       insns - this is done by objdump itself.
+       * h8500-dis.c (print_insn_h8500): Likewise.
+
+2004-07-21  Jan Beulich <jbeulich@novell.com>
+
+       * i386-dis.c (OP_E): Show rip-relative addressing in 64-bit mode
+       regardless of address size prefix in effect.
+       (ptr_reg): Size or address registers does not depend on rex64, but
+       on the presence of an address size override.
+       (OP_MMX): Use rex.x only for xmm registers.
+       (OP_EM): Use rex.z only for xmm registers.
+
+2004-07-20  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * mips-opc.c (mips_builtin_opcodes): Move coprocessor 2
+       move/branch operations to the bottom so that VR5400 multimedia
+       instructions take precedence in disassembly.
+
+2004-07-20  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * mips-opc.c (mips_builtin_opcodes): Remove the MIPS32
+       ISA-specific "break" encoding.
+
+2004-07-13  Elvis Chiang  <elvisfb@gmail.com>
+
+       * arm-opc.h: Fix typo in comment.
+
+2004-07-11  Andreas Schwab  <schwab@suse.de>
+
+       * m68k-dis.c (m68k_valid_ea): Fix typos in last change.
+
+2004-07-09  Andreas Schwab  <schwab@suse.de>
+
+       * m68k-dis.c (m68k_valid_ea): Check validity of all codes.
+
+2004-07-07  Tomer Levi  <Tomer.Levi@nsc.com>
+
+       * Makefile.am (CFILES): Add crx-dis.c, crx-opc.c.
+       (ALL_MACHINES): Add crx-dis.lo, crx-opc.lo.
+       (crx-dis.lo): New target.
+       (crx-opc.lo): Likewise.
+       * Makefile.in: Regenerate.
+       * configure.in: Handle bfd_crx_arch.
+       * configure: Regenerate.
+       * crx-dis.c: New file.
+       * crx-opc.c: New file.
+       * disassemble.c (ARCH_crx): Define.
+       (disassembler): Handle ARCH_crx.
+
+2004-06-29  James E Wilson  <wilson@specifixinc.com>
+
+       * ia64-opc-a.c (ia64_opcodes_a): Delete mov immediate pseudo for adds.
+       * ia64-asmtab.c: Regnerate.
+
 2004-06-28  Alan Modra  <amodra@bigpond.net.au>
 
        * ppc-opc.c (insert_fxm): Handle mfocrf and mtocrf.