2003-09-03 Dave Brolley <brolley@redhat.com>
[binutils-gdb.git] / opcodes / ChangeLog
index 35954aa34d9f0254ca6a2020def176f2f24d3b56..813e2841066e0496a4ee12f21e70ce88a881f09d 100644 (file)
@@ -1,3 +1,257 @@
+2003-09-03  Dave Brolley  <brolley@redhat.com>
+
+       * frv-*: Regenerated.
+
+2003-09-02  Alan Modra  <amodra@bigpond.net.au>
+
+       * ppc-opc.c (powerpc_opcodes): Combine identical PPC403/BOOKE entries.
+       Move duplicate mnemonic entries together.  Use RS instead of RT on
+       all mt*.
+       * ppc-dis.c: Convert to ISO C.
+
+2003-08-29  Dave Brolley  <brolley@redhat.com>
+
+       * Makefile.am (stamp-frv): Copy frv.cpu and frv.opc from
+       $(srcdir)/../cpu temporarily when regenerating source files.
+       * Makefile.in: Regenerated.
+
+2003-08-19  Nick Clifton  <nickc@redhat.com>
+
+       * arm-dis.c (print_insn_arm: case 'A'): Add code to
+       disassemble unindexed form of Addressing Mode 5.
+
+2003-08-19  Alan Modra  <amodra@bigpond.net.au>
+
+       * ppc-opc.c (PPC440): Define.
+       (powerpc_opcodes): Allow mac*, mul*, nmac*, dccci, dcread, iccci,
+       icread instructions when PPC440.  Add dlmzb instruction.
+
+2003-08-14  Alan Modra  <amodra@bigpond.net.au>
+
+       * dep-in.sed: Remove libintl.h.
+       * Makefile.am (POTFILES.in): Unset LC_COLLATE.
+       Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+2003-08-07  Michael Meissner  <gnu@the-meissners.org>
+
+       * cgen-asm.c (hash_insn_array): Remove PARAMS macro.
+       (hash_insn_list): Ditto.
+       (build_asm_hash_table): Ditto.
+       (cgen_set_parse_operand_fn): Prototype definition.
+       (cgen_init_parse_operand): Ditto.
+       (hash_insn_array): Ditto.
+       (hash_insn_list): Ditto.
+       (build_asm_hash_table): Ditto.
+       (cgen_asm_lookup_insn): Ditto.
+       (cgen_parse_keyword): Ditto.
+       (cgen_parse_signed_integer): Ditto.
+       (cgen_parse_unsigned_integer): Ditto.
+       (cgen_parse_address): Ditto.
+       (cgen_validate_signed_integer): Ditto.
+       (cgen_validate_unsigned_integer): Ditto.
+
+       * cgen-opc.c (hash_keyword_name): Remove PARAMS macro.
+       (hash_keyword_value): Ditto.
+       (build_keyword_hash_tables): Ditto.
+       (cgen_keyword_lookup_name): Prototype definition.
+       (cgen_keyword_lookup_value): Ditto.
+       (cgen_keyword_add): Ditto.
+       (cgen_keyword_search_init): Ditto.
+       (cgen_keyword_search_next): Ditto.
+       (hash_keyword_name): Ditto.
+       (hash_keyword_value): Ditto.
+       (build_keyword_hash_tables): Ditto.
+       (cgen_hw_lookup_by_name): Ditto.
+       (cgen_hw_lookup_by_num): Ditto.
+       (cgen_operand_lookup_by_name): Ditto.
+       (cgen_operand_lookup_by_num): Ditto.
+       (cgen_insn_count): Ditto.
+       (cgen_macro_insn_count): Ditto.
+       (cgen_get_insn_value): Ditto.
+       (cgen_put_insn_value): Ditto.
+       (cgen_lookup_insn): Ditto.
+       (cgen_get_insn_operands): Ditto.
+       (cgen_lookup_get_insn_operands): Ditto.
+       (cgen_set_signed_overflow_ok): Ditto.
+       (cgen_clear_signed_overflow_ok): Ditto.
+       (cgen_signed_overflow_ok_p): Ditto.
+
+       * cgen-dis.c (hash_insn_array): Remove PARAMS macro.
+       (hash_insn_list): Ditto.
+       (build_dis_hash_table): Ditto.
+       (count_decodable_bits): Ditto.
+       (add_insn_to_hash_chain): Ditto.
+       (count_decodable_bits): Prototype definition.
+       (add_insn_to_hash_chain): Ditto.
+       (hash_insn_array): Ditto.
+       (hash_insn_list): Ditto.
+       (build_dis_hash_table): Ditto.
+       (cgen_dis_lookup_insn): Ditto.
+
+       * cgen-asm.in (parse_insn_normal): Remove PARAMS macro.
+       (@arch@_cgen_build_insn_regex): Prototype definition.
+       (parse_insn_normal): Ditto.
+       (@arch@_cgen_assemble_insn): Ditto.
+       (@arch@_cgen_asm_hash_keywords): Ditto.
+
+       * cgen-dis.in (print_normal): Remove PARAMS macro.  Use void *
+       instead of PTR.
+       (print_address): Ditto.
+       (print_keyword): Ditto.
+       (print_insn_normal): Ditto.
+       (print_insn): Ditto.
+       (default_print_insn): Ditto.
+       (read_insn): Ditto.
+       (print_normal): Prototype definition.  Use void * instead of PTR.
+       (print_address): Ditto.
+       (print_keyword): Ditto.
+       (print_insn_normal): Ditto.
+       (read_insn): Ditto.
+       (print_insn): Ditto.
+       (default_print_insn): Ditto.
+       (print_insn_@arch@): Ditto.
+
+       * cgen-ibld.in (insert_normal): Remove PARAMS macro.
+       (insn_insn_normal): Ditto.
+       (extract_normal): Ditto.
+       (extract_insn_normal): Ditto.
+       (put_insn_int_value): Ditto.
+       (insert_1): Ditto.
+       (fill_cache): Ditto.
+       (extract_1): Ditto.
+       (insert_1): Prototype definition.
+       (insert_normal): Ditto.
+       (insert_insn_normal): Ditto.
+       (put_insn_int_value): Ditto.
+       (fill_cache): Ditto.
+       (extract_1): Ditto.
+       (extract_normal): Ditto.
+       (extract_insn_normal): Ditto.
+
+       * fr30-asm.c: Regenerate.
+       * fr30-dis.c: Ditto.
+       * fr30-ibld.c: Ditto.
+       * frv-asm.c: Ditto.
+       * frv-dis.c: Ditto.
+       * frv-ibld.c: Ditto.
+       * ip2k-asm.c: Ditto.
+       * ip2k-dis.c: Ditto.
+       * ip2k-ibld.c: Ditto.
+       * iq2000-asm.c: Ditto.
+       * iq2000-dis.c: Ditto.
+       * iq2000-ibld.c: Ditto.
+       * m32r-asm.c: Ditto.
+       * m32r-dis.c: Ditto.
+       * m32r-ibld.c: Ditto.
+       * openrisc-asm.c: Ditto.
+       * openrisc-dis.c: Ditto.
+       * openrisc-ibld.c: Ditto.
+       * xstormy16-asm.c: Ditto.
+       * xstormy16-dis.c: Ditto.
+       * xstormy16-ibld.c: Ditto.
+
+2003-08-06  Nick Clifton  <nickc@redhat.com>
+
+       * po/fr.po: Updated French translation.
+
+2003-08-05  Nick Clifton  <nickc@redhat.com>
+
+       * configure.in (ALL_LINGUAS): Add nl.
+       * configure: Regenerate.
+       * po/nl.po: New Dutch translation.
+
+2003-07-30  Jason Eckhardt  <jle@rice.edu>
+
+        * i860-dis.c: Convert to ISO C90.  Remove superflous prototypes.
+
+2003-07-30  Nick Clifton  <nickc@redhat.com>
+
+       * po/ro.po: Updated Romanian translation.
+
+2003-07-29  Jakub Jelinek  <jakub@redhat.com>
+
+       * ppc-opc.c (insert_mbe, extract_mbe): Shift 1L instead of 1 up.
+
+2003-07-24  Nick Clifton  <nickc@redhat.com>
+
+       * po/fr.po: Updated French translation.
+
+2003-07-18  Nick Clifton  <nickc@redhat.com>
+
+       * arm-dis.c (parse_arm_disassembler_option): Do not expect
+       option string to be NUL terminated.
+        (parse_disassembler_options): Allow options to be space or
+       comma separated.  
+
+2003-07-17  Nick Clifton  <nickc@redhat.com>
+
+       * po/es.po: New Spanish translation.
+       * po/sv.po: New Swedish translation.
+       * po/opcodes.pot: Regenerate.
+
+2003-07-15  Richard Sandiford  <rsandifo@redhat.com>
+
+       * mips-dis.c (mips_arch_choices): Add rm7000 and rm9000 entries.
+
+2003-07-14  Nick Clifton  <nickc@redhat.com>
+
+       * po/tr.po: Update with latest version.
+       * po/POTFILES.in: Regenerate.
+       * Makefile.in: Regenerate.
+
+2003-07-11  Alan Modra  <amodra@bigpond.net.au>
+
+       * po/opcodes.pot: Regenerate.
+
+2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
+
+       2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
+       * m10300-dis.c (disassemble): Negate negative accumulator's shift.
+       2000-05-24  Alexandre Oliva  <aoliva@cygnus.com>
+       * m10300-dis.c (disassemble, case FSREG, FDREG): Don't assume
+       32-bit longs when sign-extending operands.
+       2000-04-20  Alexandre Oliva  <aoliva@cygnus.com>
+       * m10300-opc.c: Remove MN10300_OPERAND_RELAX from all FSREGs.
+       * m10300-dis.c (HAVE_AM33_2): Define.
+       (disassemble): Use it.
+       (HAVE_AM33): Redefine.
+       (print_insn_mn10300): Fix mask for 5-byte extended insns.
+       2000-04-01  Alexandre Oliva  <aoliva@cygnus.com>
+       * m10300-opc.c: Renamed AM332 to AM33_2.
+       2000-03-31  Alexandre Oliva  <aoliva@cygnus.com>
+       * m10300-opc.c: Defined AM33 2.0 register operands.  Added support
+       for AM33 2.0 `imm8,(abs16)' addressing mode for btst, bset and
+       bclr.  Implemented `fbCC', `flCC', `dcpf' and all FP insns.
+       * m10300-dis.c (print_insn_mn10300): Recognize 5byte extended
+       insn code of AM33 2.0.
+       (disassemble): Recognize FMT_D3.  Print out FP register names.
+
+2003-07-09  Chris Demetriou  <cgd@broadcom.com>
+
+       * mips-dis.c (set_default_mips_dis_options): Get BFD from
+       the disassembler_info's section, rather than from the
+       disassembler_info's symbols pointer.
+
+2003-07-07  Alan Modra  <amodra@bigpond.net.au>
+
+       * ppc-opc.c: Remove NULL pointer checks.  Formatting.  Remove
+       extraneous ATTRIBUTE_UNUSED.
+       * ppc-dis.c (print_insn_powerpc): Always pass a valid address to
+       operand->extract.
+
+2003-07-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * ppc-opc.c: Convert to C90, removing unnecessary prototypes and
+       casts.  Formatting.
+
+       * ppc-opc.c: Remove PARAMS from prototypes.
+       (FXM4): Define.
+       (insert_fxm): New function, used by both FXM and FXM4.
+       (extract_fxm): Likewise.
+       (XFXFXM_MASK): Remove 1 << 20 term.
+       (powerpc_opcodes): Add Power4 version of "mfcr".  Simplify "mtcr" mask.
+
 2003-07-01  Martin Schwidefsky  <schwidefsky@de.ibm.com>
 
        * s390-dis.c (s390_extract_operand): Add support for long displacements.
 
 2002-11-06  Aldy Hernandez  <aldyh@redhat.com>
 
-       * opcodes/ppc-opc.c: Change RD to RS for evmerge*.
+       * ppc-opc.c: Change RD to RS for evmerge*.
 
 2002-10-07  Nathan Tallent  <eraxxon@alumni.rice.edu>
 
 
        * Makefile.am: Run "make dep-am".
        * Makefile.in: Regenerate.
-       * opcodes/po/POTFILES.in: Regenerate.
+       * po/POTFILES.in: Regenerate.
 
 2002-01-19  Richard Earnshaw  <rearnsha@arm.com>
 
 
 2001-08-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
 
-       * opcodes/s390-opc.c: Add "low or high" and "not low or high"
+       * s390-opc.c: Add "low or high" and "not low or high"
        branch instructions for gcc 3.0.
-       * opcodes/s390-opc.txt: Likewise.
+       * s390-opc.txt: Likewise.
 
 2001-08-21  Andreas Jaeger  <aj@suse.de>