bfd/
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index ffbef61b9962fd605492994fb304942eed47f68c..44739f6072429709e39d61a05c42ab5d19ff476e 100644 (file)
@@ -1,8 +1,145 @@
+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
+       visible operands in Intel mode. The first operand of monitor is
+       %rax in 64-bit mode.
+
+2005-04-01  Jan Beulich  <jbeulich@novell.com>
+
+       * i386-dis.c (INVLPG_Fixup): Decode rdtscp; change code to allow for
+       easier future additions.
+
+2005-03-31  Jerome Guitton  <guitton@gnat.com>
+
+       * configure.in: Check for basename.
+       * configure: Regenerate.
+       * config.in: Ditto.
+
+2005-03-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * i386-dis.c (SEG_Fixup): New.
+       (Sv): New.
+       (dis386): Use "Sv" for 0x8c and 0x8e.
+
+2005-03-21  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
+           Nick Clifton  <nickc@redhat.com>
+           
+       * vax-dis.c: (entry_addr): New varible:  An array of user supplied
+       function entry mask addresses.
+       (entry_addr_occupied_slots): New variable: The number of occupied
+       elements in entry_addr. 
+       (entry_addr_total_slots): New variable: The total number of
+       elements in entry_addr.
+       (parse_disassembler_options): New function.  Fills in the entry_addr
+       array.
+       (free_entry_array): New function.  Release the memory used by the
+       entry addr array.  Suppressed because there is no way to call it.
+       (is_function_entry): Check if a given address is a function's
+       start address by looking at supplied entry mask addresses and
+       symbol information, if available.
+       (print_insn_vax): Use parse_disassembler_options and is_function_entry.
+
+2005-03-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * cris-dis.c (print_with_operands): Use ~31L for long instead
+       of ~31.
+
+2005-03-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * mmix-opc.c (O): Revert the last change.
+       (Z): Likewise.
+
+2005-03-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * mmix-opc.c (O): Use 24UL instead of 24 for unsigned long.
+       (Z): Likewise.
+
+2005-03-19  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * mmix-opc.c (O, Z): Force expression as unsigned long.
+
+2005-03-18  Nick Clifton  <nickc@redhat.com>
+
+       * ip2k-asm.c: Regenerate.
+       * op/opcodes.pot: Regenerate.
+
+2005-03-16  Nick Clifton  <nickc@redhat.com>
+           Ben Elliston  <bje@au.ibm.com>
+
+       * configure.in (werror): New switch: Add -Werror to the
+       compiler command line.  Enabled by default.  Disable via
+       --disable-werror.
+       * configure: Regenerate.
+
+2005-03-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * ppc-dis.c (powerpc_dialect): Don't set PPC_OPCODE_ALTIVEC when
+       BOOKE.
+
+2005-03-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * po/es.po: Commit new Spanish translation.
+
+       * po/fr.po: Commit new French translation.
+
+2005-03-14  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
+
+       * vax-dis.c: Fix spelling error
+       (print_insn_vax): Use ".word 0x0012 # Entry mask: r1 r2 >" instead
+       of just "Entry mask: < r1 ... >"
+
+2005-03-12  Zack Weinberg  <zack@codesourcery.com>
+
+       * arm-dis.c (arm_opcodes): Document %E and %V.
+       Add entries for v6T2 ARM instructions:
+       bfc bfi mls strht ldrht ldrsht ldrsbt movw movt rbit ubfx sbfx.
+       (print_insn_arm): Add support for %E and %V.
+       (thumb_opcodes): Add ARMv6K instructions nop, sev, wfe, wfi, yield.
+
+2005-03-10  Jeff Baker  <jbaker@qnx.com>
+           Alan Modra  <amodra@bigpond.net.au>
+
+       * ppc-opc.c (insert_sprg, extract_sprg): New Functions.
+       (powerpc_operands <SPRG>): Call the above.  Bit field is 5 bits.
+       (SPRG_MASK): Delete.
+       (XSPRG_MASK): Mask off extra bits now part of sprg field.
+       (powerpc_opcodes): Asjust mfsprg and mtsprg to suit new mask.  Move
+       mfsprg4..7 after msprg and consolidate.
+
+2005-03-09  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
+
+       * vax-dis.c (entry_mask_bit): New array.
+       (print_insn_vax): Decode function entry mask.
+
+2005-03-07  Aldy Hernandez  <aldyh@redhat.com>
+
+       * ppc-opc.c (powerpc_opcodes): Fix encoding of efscfd.
+
+2005-03-05  Alan Modra  <amodra@bigpond.net.au>
+
+       * po/opcodes.pot: Regenerate.
+
 2005-03-03  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>
 
-       * opcodes/arc-dis.c:Add enum a4_decoding_class. 
-         (dsmOneArcInst): Use the enum values for the decoding class
-         Remove redundant case in the switch for decodingClass value 11
+       * arc-dis.c (a4_decoding_class): New enum.
+       (dsmOneArcInst): Use the enum values for the decoding class.
+       Remove redundant case in the switch for decodingClass value 11.
 
 2005-03-02  Jan Beulich  <jbeulich@novell.com>
 
 
        * cgen-dis.in: Use bfd_byte for buffers that are passed to
        read_memory.
-       
+
        * ia64-opc.c (locate_opcode_ent): Initialise opval array.
-       
+
        * crx-dis.c (make_instruction): Move argument structure into inner
        scope and ensure that all of its fields are initialised before
        they are used.
This page took 0.024629 seconds and 4 git commands to generate.