* mips-opc.c (r5900/madd.s): Takes three operands, not four. Fix
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index ad401de4212b96051fda525330811ac0f7375431..5dc3d2d1a0bce5d10025124d5ffc4c2aa72248aa 100644 (file)
@@ -1,3 +1,152 @@
+Fri Feb 27 13:16:42 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * mips-opc.c (r5900/madd.s): Takes three operands, not four.  Fix
+       opcode.
+       (r5900/min.s): Incorrect opcode ....,101001 not ...110000.
+       (r5900/msub.s): Takes three operands, not four.  Fix opcode.
+
+start-sanitize-d30v
+Thu Feb 26 15:53:09 1998  Michael Meissner  <meissner@cygnus.com>
+
+       * d30v-opc.c (d30v_opcode_table): Indicate which instructions are
+       delayed branches or jumps.
+
+end-sanitize-d30v
+start-sanitize-sky
+Fri Feb 27 10:04:19 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * dvp-opc.c (vif_operands): Add unpack[u] support.
+       (vif_opcodes): Ditto.
+       (*_vif_imrubits): Renamed from *_vif_imrbits.
+
+Wed Feb 25 00:27:44 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * dvp-dis.c (print_insn): Handle word number.
+       Handle mips address vs vu address.
+       * dvp-opc.c (vif_operands): Use DVP_OPERAND_VU_ADDRESS.
+       (dma_operands): Use DVP_OPERAND_MIPS_ADDRESS.
+       ({insert,extract}_dma_addr): Fix word ofset.
+       ({insert,print}_gif_regs): Fix encode/decode.
+
+end-sanitize-sky
+Tue Feb 24 10:46:44 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * arm-dis.c (print_insn_{big,little}_arm): info->symbol changed
+       to *info->symbols.
+       * mips-dis.c (print_insn_{big,little}_mips): Likewise.
+       * tic30-dis.c (print_branch): Likewise.
+start-sanitize-sky
+       * mips-dis.c (print_insn_little_mips): Call dvp_info_mach_type.
+       * dvp-dis.c (dvp_info_mach_type): New function.
+       (print_insn_dvp): Call it.
+       (print_vif): Return length of 4 if mpg or direct insn so following
+       insns get properly disabled.
+       (print_gif): Fix word order.
+       * dvp-opc.c (vif_insn_len): New argument `pcpu'.  All callers updated.
+       (gif_operands): Fix word order.
+       (gif_opcodes): Likewise.
+       ({insert,extract,print}_gif_regs): Likewise.
+       (gif_regs): Add new register number/name changes.
+       (dma_opcodes): Add dmarefe insn.
+end-sanitize-sky
+
+Tue Feb 24 11:06:18 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * arm-dis.c (print_insn_big_arm, print_insn_little_arm): Remove
+       saved_symbol code as it is no longer needed.
+
+Mon Feb 23 13:16:17 1998  Doug Evans  <devans@seba.cygnus.com>
+
+       * cgen-asm.c: Include symcat.h.
+       * cgen-dis.c,cgen-opc.c,cgen-asm.in,cgen-dis.in: Ditto.
+
+       * m32r-asm.c,m32r-dis.c,m32r-opc.h,m32r-opc.c: Regenerate.
+
+start-sanitize-sky
+Mon Feb 23 09:51:39 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * dvp-opc.c (extra_dma_flags): Fix typos.
+       (dma_operands): Fix word numbers.
+       (dma_opcodes): Likewise.
+       ({insert,extract}_dma_flags): Likewise.
+
+end-sanitize-sky
+Mon Feb 23 10:34:58 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * mips-dis.c (print_insn_arg): Do not prefix 'P' arguments with '$'.
+
+start-sanitize-sky
+Fri Feb 20 18:02:20 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * dvp-dis.c (print_gif): Complete.
+       * dvp-opc.c (gif_operands,gif_opcodes): Complete.
+       (state_gif_{nregs,regs,nloop}): New static locals.
+       (*_gif_*): Complete.
+       (dvp_opcode_init_{parse,print}): Init gif state locals.
+       (extract_vif_datalen,{insert,extract}_vif_imrbits): New functions.
+       (vif_insn_len): Handle `unpack'.
+       ({insert,extract}_dma_flags): Complete.
+
+end-sanitize-sky
+start-sanitize-r5900
+Fri Feb 20 01:23:16 1998  Jeffrey A Law  (law@cygnus.com)
+
+        * mips-opc.c (mula.s): Renamed from multa.s.
+
+end-sanitize-r5900
+Thu Feb 19 16:51:13 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * m32r-opc.[ch]: Regenerate.
+
+start-sanitize-sky
+Thu Feb 19 02:11:39 1998  Doug Evans  <devans@charmed.cygnus.com>
+
+       * dvp-opc.c (dma_operands): Rewrite.
+       (dma_operand_{count,addr}): New globals.
+       (dma_opcodes): Rewrite.  Add "dmaend" with no operands.
+       (insert_dma_addr): Insert value into insn.
+       (extract_dma_addr): Extract value from insn.
+
+Wed Feb 18 15:46:46 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * dvp-dis.c (print_vu): Handle loi insns.
+       (print_insn): Likewise.
+       * dvp-opc.c (vu_lower_opcodes): Add "loi".
+       (vu_operands): Make LDEST1 a FAKE operand.
+       (parse_dest1): Allow elided argument.
+       (print_dest1): Don't print the argument.
+
+Tue Feb 17 18:48:25 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * dvp-opc.c (parse_vfreg): Dest spec is optional.
+       (print_vfreg): Don't print dest spec.
+       (parse_accdest): Dest spec is optional.
+       (print_accdest): Don't print dest spec.
+
+end-sanitize-sky
+Tue Feb 17 17:14:50 1998  Doug Evans  <devans@seba.cygnus.com>
+
+       * Makefile.am (CGENFILES): Update.
+       * Makefile.in: Regenerate.
+       * cgen-asm.in (insert_normal): Result is error message now.
+       Validate value to be inserted.
+       (insert_insn_normal): Result is error message now.
+       (@arch@_cgen_assemble_insn): Update.
+       * cgen-asm.c (cgen_parse_{signed,unsigned}_integer): Delete min,max
+       arguments.  Don't perform validation here.
+       * m32r-asm.c,m32r-dis.c,m32r-opc.c: Regenerate.
+
+Fri Feb 13 14:26:06 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * cgen-opc.in (@arch@_cgen_get_insn_operands): Handle empty
+       operand instance list.
+       * m32r-opc.c: Regenerate.
+
+Fri Feb 13 14:53:02 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.am (AUTOMAKE_OPTIONS): Define.
+       * configure, Makefile.in, aclocal.m4: Rebuild with automake 1.2e.
+
 Fri Feb 13 10:21:09 1998  Mark Alexander  <marka@cygnus.com>
 
        * m10300-dis.c (print_insn_mn10300): Recognize break instruction.
@@ -7,6 +156,7 @@ Fri Feb 13 13:12:14 1998  Ian Lance Taylor  <ian@cygnus.com>
        * configure.in: Get the version number from BFD.
        * configure: Rebuild.
 
+       From H.J. Lu <hjl@gnu.org>:
        * Makefile.am (libopcodes_la_LDFLAGS): Define.
        * Makefile.in: Rebuild.
 
This page took 0.026452 seconds and 4 git commands to generate.