2000-09-11 Catherine Moore <clm@redhat.com>
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index bb34c67023661582a92322440aae3bea456eff3d..31a00765f93beb8d2ae7ff89bff227a02dd4aa0d 100644 (file)
@@ -1,3 +1,196 @@
+2000-09-11  Catherine Moore <clm@redhat.com>
+
+       * d30v-opc.c (d30v_operand_t): New operand type Rb2.
+       (d30v_format_tab): Use Rb2 for modinc and moddec.
+2000-09-07  Catherine Moore  <clm@redhat.com>
+        * d30v-opc.c (d30v_format_tab): Use format Ra for
+        modinc and moddec.
+
+2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure: Rebuilt with new libtool.m4.
+
+2000-09-05  Nick Clifton  <nickc@redhat.com>
+
+       * configure: Regenerate.
+       * po/opcodes.pot: Regenerate.
+       
+2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
+
+       * acinclude.m4: Include libtool and gettext macros from the
+       top level.
+       * aclocal.m4, configure: Rebuilt.
+
+2000-08-30  Kazu Hirata  <kazu@hxi.com>
+
+       * tic80-dis.c: Fix formatting.
+
+2000-08-29  Kazu Hirata  <kazu@hxi.com>
+
+       * w65-dis.c: Fix formatting.
+
+2000-08-28  Mark Hatle  <mhatle@mvista.com>
+
+       * ppc-opc.c: Add XTLB macro for a few PPC 4xx extended mnemonics.
+       (powerpc_opcodes): Add table entries for PPC 405 instructions.
+       Changed rfci, icbt, mfdcr, dccci, mtdcr, iccci from PPC to PPC403
+       instructions.  Added extended mnemonic mftbl as defined in the
+       405GP manual for all PPCs.
+
+2000-08-28  Jim Wilson  <wilson@cygnus.com>
+
+       * ia64-dis.c (print_insn_ia64): Add failed label after ia64_free_opcode
+       call.  Change last goto to use failed instead of done.
+
+2000-08-28  Dave Brolley  <brolley@redhat.com>
+
+       * cgen-ibld.in (cgen_put_insn_int_value): New function.
+       (insert_normal): Allow for non-zero word_offset with CGEN_INT_INSN_P.
+       (insert_insn_normal): Use cgen_put_insn_int_value with CGEN_INT_INSN_P.
+       (extract_normal): Allow for non-zero word_offset with CGEN_INT_INSN_P.
+       * cgen-dis.in (read_insn): New static function.
+       (print_insn): Use read_insn to read the insn into the buffer and set
+       up for disassembly.
+       (print_insn): in CGEN_INT_INSN_P, make sure that the entire insn is
+       in the buffer.
+       * fr30-asm.c: Regenerated.
+       * fr30-desc.c: Regenerated.
+       * fr30-desc.h Regenerated.
+       * fr30-dis.c: Regenerated.
+       * fr30-ibld.c: Regenerated.
+       * fr30-opc.c: Regenerated.
+       * fr30-opc.h Regenerated.
+       * m32r-asm.c: Regenerated.
+       * m32r-desc.c: Regenerated.
+       * m32r-desc.h Regenerated.
+       * m32r-dis.c: Regenerated.
+       * m32r-ibld.c: Regenerated.
+       * m32r-opc.c: Regenerated.
+
+2000-08-28  Kazu Hirata  <kazu@hxi.com>
+
+       * tic30-dis.c: Fix formatting.
+
+2000-08-27  Kazu Hirata  <kazu@hxi.com>
+
+       * sh-dis.c: Fix formatting.
+
+2000-08-24  David Edelsohn  <dje@watson.ibm.com>
+
+       * ppc-opc.c (powerpc_opcodes): Add rfid, mtsrd, mtsrdin, mtmsrd.
+
+2000-08-24  Kazu Hirata  <kazu@hxi.com>
+
+       * z8k-dis.c: Fix formatting.
+
+2000-08-16  Jim Wilson  <wilson@cygnus.com>
+
+       * ia64-ic.tbl (pr-readers-nobr-nomovpr): Add addl, adds.  Delete
+       break, mov-immediate, nop.
+       * ia64-opc-f.c: Delete fpsub instructions.
+       * ia64-opc-m.c: Add POSTINC to all instructions with postincrement
+       address operand.  Rewrite using macros to avoid long lines.
+       * ia64-opc.h (POSTINC): Define.
+       * ia64-asmtab.c: Regenerate.
+
+2000-08-15  Jim Wilson  <wilson@cygnus.com>
+
+       * ia64-ic.tbl: Add missing entries.
+
+2000-08-08  Jason Eckhardt  <jle@cygnus.com>
+
+       * i860-dis.c (print_br_address): Change third argument from int
+       to long.
+
+2000-08-07  Richard Henderson  <rth@cygnus.com>
+
+       * ia64-dis.c (print_insn_ia64): Get byte skip count correct
+       for MLI templates.  Handle IA64_OPND_TGT64.
+
+2000-08-04  Ben Elliston  <bje@redhat.com>
+
+       * cgen-dis.in, cgen-asm.in, cgen-ibld.in: New files.
+       * cgen.sh: Likewise.
+
+2000-08-02  Jim Wilson  <wilson@cygnus.com>
+       
+       * ia64-dis.c (print_insn_ia64): Call ia64_free_opcode at end.
+
+2000-07-29  Marek Michalkiewicz  <marekm@linux.org.pl>
+
+       * avr-dis.c (avr_operand): Use PARAMS macro in declaration.
+       Change return type from void to int.  Check the combination
+       of operands, return 1 if valid.  Fix to avoid BUF overflow.
+       Report undefined combinations of operands in COMMENT.
+       Report internal errors to stderr.  Output the adiw/sbiw
+       constant operand in both decimal and hex.
+       (print_insn_avr): Disassemble ldd/std with displacement of 0
+       as ld/st.  Check avr_operand () return value, handle invalid
+       combinations of operands like unknown opcodes.
+
+2000-07-28  Ben Elliston  <bje@redhat.com>
+
+       * Makefile.am (CGEN, CGENDEPS, CGENDIR, CGENFLAGS): New.
+       (run-cgen, stamp-m32r, stamp-fr30): New targets.
+       * Makefile.in: Regenerate.
+       * configure.in: Add --enable-cgen-maint option.
+       * configure: Regenerate.
+
+2000-07-26  Dave Brolley  <brolley@redhat.com>
+
+       * cgen-opc.c (cgen_hw_lookup_by_name): 'i' is now unsigned.
+       (cgen_hw_lookup_by_num): Ditto.
+       (cgen_operand_lookup_by_name): Ditto.
+       (print_address): Ditto.
+       (print_keyword): Ditto.
+       * cgen-dis.c (hash_insn_array): Mark unused parameters with
+       ATTRIBUTE_UNUSED.
+       * cgen-asm.c (hash_insn_array): Mark unused parameters with
+       ATTRIBUTE_UNUSED.
+       (cgen_parse_keyword): Ditto.
+
+2000-07-22  Jason Eckhardt  <jle@cygnus.com>
+
+       * i860-dis.c: New file.
+       (print_insn_i860): New function.
+       (print_br_address): New function.
+       (sign_extend): New function.
+       (BITWISE_OP): New macro.
+       (I860_REG_PREFIX): New macro.
+       (grnames, frnames, crnames): New structures.
+
+       * disassemble.c (ARCH_i860): Define.
+       (disassembler): Add check for bfd_arch_i860 to set disassemble
+       function to print_insn_i860.
+
+       * Makefile.in (CFILES): Added i860-dis.c.
+       (ALL_MACHINES): Added i860-dis.lo.
+       (i860-dis.lo): New dependences.
+
+       * configure.in: New bits for bfd_i860_arch.
+
+       * configure: Regenerated.
+
+2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
+
+       * Makefile.am (CFILES): Add cris-dis.c and cris-opc.c.
+       (ALL_MACHINES): Add cris-dis.lo and cris-opc.lo.
+       (cris-dis.lo, cris-opc.lo): New rules.
+       * Makefile.in: Rebuild.
+       * configure.in (bfd_cris_arch): New target.
+       * configure: Rebuild.
+       * disassemble.c (ARCH_cris): Define.
+       (disassembler): Support ARCH_cris.
+       * cris-dis.c, cris-opc.c: New files.
+       * po/POTFILES.in, po/opcodes.pot: Regenerate.
+
+2000-07-11  Jakub Jelinek  <jakub@redhat.com>
+
+       * sparc-opc.c (sparc_opcodes): popc has 0 in rs1, not rs2.
+       Reported by Bill Clarke <llib@computer.org>.
+
 2000-07-09  Geoffrey Keating  <geoffk@cygnus.com>
 
        * ppc-opc.c (powerpc_opcodes): Correct suffix for vslw.
@@ -196,6 +389,17 @@ Fri May 19 12:29:27 EDT 2000       Diego Novillo <dnovillo@redhat.com>
        (print_insn_little_powerpc): Likewise.
        (print_insn_powerpc): Prepend 'v' when printing vector registers.
 
+Mon Apr 24 15:21:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
+
+       * configure.in: Add bfd_powerpc_64_arch.
+       * disassemble.c (disassembler): Use print_insn_big_powerpc for
+       64 bit code.
+
+2000-04-24  Nick Clifton  <nickc@cygnus.com>
+
+       * fr30-desc.c (fr30_cgen_cpu_open): Initialise signed_overflow
+       field.
+
 Sun Apr 23 17:54:14 2000  Denis Chertykov  <denisc@overta.ru>
 
        * avr-dis.c (reg_fmul_d): New. Extract destination register from
@@ -208,17 +412,6 @@ Sun Apr 23 17:54:14 2000  Denis Chertykov  <denisc@overta.ru>
        (print_insn_avr): Handle MOVW, MULS, MULSU, FMUL, FMULS, FMULSU,
        EICALL, EIJMP, LPM r,Z, ELPM r,Z, SPM, ESPM instructions.
 
-Mon Apr 24 15:21:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
-
-       * configure.in: Add bfd_powerpc_64_arch.
-       * disassemble.c (disassembler): Use print_insn_big_powerpc for
-       64 bit code.
-
-2000-04-24  Nick Clifton  <nickc@cygnus.com>
-
-       * fr30-desc.c (fr30_cgen_cpu_open): Initialise signed_overflow
-       field.
-
 2000-04-22  Timothy Wall  <twall@cygnus.com>
 
        * ia64-gen.c (general): Add an ordered table of primary
This page took 0.025566 seconds and 4 git commands to generate.