2005-05-09 Kelley Cook <kcook@gcc.gnu.org>
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index d289c15085dcd9a629f2e79c601f3a0ebd413b39..b76172ee403e8cf616932a9443811b30a91a5dc8 100644 (file)
@@ -1,3 +1,104 @@
+2005-05-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR 843
+       * i386-dis.c (branch_v_mode): New.
+       (indirEv): Use branch_v_mode instead of v_mode.
+       (OP_E): Handle branch_v_mode.
+
+2005-05-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * d10v-dis.c (dis_2_short): Support 64bit host.
+
+2005-05-07  Nick Clifton  <nickc@redhat.com>
+
+       * po/nl.po: Updated translation.
+
+2005-05-07  Nick Clifton  <nickc@redhat.com>
+
+       * Update the address and phone number of the FSF organization in
+       the GPL notices in the following files:
+       a29k-dis.c, aclocal.m4, alpha-dis.c, alpha-opc.c, arc-dis.c,
+       arc-dis.h, arc-ext.c, arc-ext.h, arc-opc.c, arm-dis.c, arm-opc.h,
+       avr-dis.c, cgen-asm.c, cgen-asm.in, cgen-dis.c, cgen-dis.in,
+       cgen-ibld.in, cgen-opc.c, cgen.sh, cris-dis.c, cris-opc.c,
+       crx-dis.c, crx-opc.c, d10v-dis.c, d10v-opc.c, d30v-dis.c,
+       d30v-opc.c, dis-buf.c, dis-init.c, disassemble.c, dlx-dis.c,
+       fr30-asm.c, fr30-desc.c, fr30-desc.h, fr30-dis.c, fr30-ibld.c,
+       fr30-opc.c, fr30-opc.h, frv-asm.c, frv-desc.c, frv-desc.h,
+       frv-dis.c, frv-ibld.c, frv-opc.c, frv-opc.h, h8300-dis.c,
+       h8500-dis.c, h8500-opc.h, hppa-dis.c, i370-dis.c, i370-opc.c,
+       i386-dis.c, i860-dis.c, i960-dis.c, ia64-asmtab.h, ia64-dis.c,
+       ia64-gen.c, ia64-opc-a.c, ia64-opc-b.c, ia64-opc-d.c,
+       ia64-opc-f.c, ia64-opc-i.c, ia64-opc-m.c, ia64-opc-x.c,
+       ia64-opc.c, ia64-opc.h, ip2k-asm.c, ip2k-desc.c, ip2k-desc.h,
+       ip2k-dis.c, ip2k-ibld.c, ip2k-opc.c, ip2k-opc.h, iq2000-asm.c,
+       iq2000-desc.c, iq2000-desc.h, iq2000-dis.c, iq2000-ibld.c,
+       iq2000-opc.c, iq2000-opc.h, m10200-dis.c, m10200-opc.c,
+       m10300-dis.c, m10300-opc.c, m32r-asm.c, m32r-desc.c, m32r-desc.h,
+       m32r-dis.c, m32r-ibld.c, m32r-opc.c, m32r-opc.h, m32r-opinst.c,
+       m68hc11-dis.c, m68hc11-opc.c, m68k-dis.c, m68k-opc.c, m88k-dis.c,
+       maxq-dis.c, mcore-dis.c, mcore-opc.h, mips-dis.c, mips-opc.c,
+       mips16-opc.c, mmix-dis.c, mmix-opc.c, msp430-dis.c, ns32k-dis.c,
+       openrisc-asm.c, openrisc-desc.c, openrisc-desc.h, openrisc-dis.c,
+       openrisc-ibld.c, openrisc-opc.c, openrisc-opc.h, opintl.h,
+       or32-dis.c, or32-opc.c, pdp11-dis.c, pdp11-opc.c, pj-dis.c,
+       pj-opc.c, ppc-dis.c, ppc-opc.c, s390-dis.c, s390-mkopc.c,
+       s390-opc.c, sh-dis.c, sh-opc.h, sh64-dis.c, sh64-opc.c,
+       sh64-opc.h, sparc-dis.c, sparc-opc.c, sysdep.h, tic30-dis.c,
+       tic4x-dis.c, tic54x-dis.c, tic54x-opc.c, tic80-dis.c, tic80-opc.c,
+       v850-dis.c, v850-opc.c, vax-dis.c, w65-dis.c, w65-opc.h,
+       xstormy16-asm.c, xstormy16-desc.c, xstormy16-desc.h,
+       xstormy16-dis.c, xstormy16-ibld.c, xstormy16-opc.c,
+       xstormy16-opc.h, xtensa-dis.c, z8k-dis.c, z8kgen.c
+
+2005-05-05  James E Wilson  <wilson@specifixinc.com>
+
+       * ia64-opc.c: Include sysdep.h before libiberty.h.
+
+2005-05-05  Nick Clifton  <nickc@redhat.com>
+
+       * configure.in (ALL_LINGUAS): Add vi.
+       * configure: Regenerate.
+       * po/vi.po: New.
+
+2005-04-26  Jerome Guitton  <guitton@gnat.com>
+
+       * configure.in: Fix the check for basename declaration.
+       * configure: Regenerate.
+
+2005-04-19  Alan Modra  <amodra@bigpond.net.au>
+
+       * ppc-opc.c (RTO): Define.
+       (powerpc_opcodes <tlbsx, tlbsx., tlbre>): Combine PPC403 and BOOKE
+       entries to suit PPC440.
+
+2005-04-18  Mark Kettenis  <kettenis@gnu.org>
+
+       * i386-dis.c: Insert hyphens into selected VIA PadLock extensions.
+       Add xcrypt-ctr.
+
+2005-04-14  Nick Clifton  <nickc@redhat.com>
+
+       * po/fi.po: New translation: Finnish.
+       * configure.in (ALL_LINGUAS): Add fi.
+       * configure: Regenerate.
+
+2005-04-14  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am (NO_WERROR): Define.
+       * configure.in: Invoke AM_BINUTILS_WARNINGS.
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+
+2005-04-04  Nick Clifton  <nickc@redhat.com>
+
+       * fr30-asm.c: Regenerate.
+       * frv-asm.c: Regenerate.
+       * iq2000-asm.c: Regenerate.
+       * m32r-asm.c: Regenerate.
+       * openrisc-asm.c: Regenerate.
+
 2005-04-01  Jan Beulich  <jbeulich@novell.com>
 
        * i386-dis.c (PNI_Fixup): Neither mwait nor monitor have any
This page took 0.023628 seconds and 4 git commands to generate.