* ia64-dis.c (print_insn_ia64): Get byte skip count correct
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index fcf7bc83ec995800a4593f33ec43c0954df4b56f..21402f66b2edacd5091cca6b9210195181c0753d 100644 (file)
@@ -1,3 +1,159 @@
+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-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-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-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.
+       Patch by Randall J Fisher <rfisher@ecn.purdue.edu>.
+
+2000-07-09  Alan Modra  <alan@linuxcare.com.au>
+
+       * hppa-dis.c (fput_reg, fput_fp_reg, fput_fp_reg_r, fput_creg,
+       fput_const, extract_3, extract_5_load, extract_5_store,
+       extract_5r_store, extract_5R_store, extract_10U_store,
+       extract_5Q_store, extract_11, extract_14, extract_16, extract_21,
+       extract_12, extract_17, extract_22): Prototype.
+       (print_insn_hppa): Rename inner block opcode -> opc to avoid
+       shadowing outer block.
+       (GET_BIT): Define.
+
+2000-07-05  DJ Delorie  <dj@redhat.com>
+
+       * MAINTAINERS: new
+
+2000-07-04  Alexandre Oliva  <aoliva@redhat.com>
+
+       * arm-dis.c (print_insn_arm): Output combinations of PSR flags.
+
+2000-07-03  Marek Michalkiewicz  <marekm@linux.org.pl>
+
+       * avr-dis.c (avr_operand): Change _ () to _() around all strings
+       marked for translation (exception from the usual coding style).
+       (print_insn_avr): Initialize insn2 to avoid warnings.
+
+2000-07-03  Kazu Hirata  <kazu@hxi.com>
+
+       * h8300-dis.c (bfd_h8_disassemble): Improve readability.
+       * h8500-dis.c: Fix formatting.
+
+2000-07-01  Alan Modra  <alan@linuxcare.com.au>
+
+       * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
+       (CLEANFILES): Add DEPA.
+       * Makefile.in: Regenerate.
+
+2000-06-26  Scott Bambrough  <scottb@netwinder.org>
+
+       * arm-dis.c (regnames): Add an additional register set to match
+       the set used by GCC.  Make it the default.
+
+2000-06-22  Alan Modra  <alan@linuxcare.com.au>
+
+       * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
+       find one.
+       * Makefile.in: Regenerate.
+
+2000-06-20  H.J. Lu  <hjl@gnu.org>
+
+       * Makefile.am: Rebuild dependency.
+       * Makefile.in: Rebuild.
+
+2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
+
+       * Makefile.in, configure: regenerate
+       * disassemble.c (disassembler): Recognize ARCH_m68hc12, 
+       ARCH_m68hc11.
+       * m68hc11-dis.c (read_memory, print_insn, print_insn_m68hc12): 
+       New functions.
+       * configure.in: Recognize m68hc12 and m68hc11.
+       * m68hc11-dis.c, m68hc11-opc.c: New files for support of m68hc1x
+       * Makefile.am (CFILES, ALL_MACHINES): New files for disassembly 
+       and opcode generation for m68hc11 and m68hc12.
+
 2000-06-16  Nick Duffek  <nsd@redhat.com>
 
        * disassemble.c (disassembler): Refer to the PowerPC 620 using
This page took 0.026283 seconds and 4 git commands to generate.