Remove SH4 sanitation.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index bf4d45abdabf18aa8fe8c94fc5929340cf167f61..9dc32f6c950fb04e2051e72cec3faabf37e5cc3f 100644 (file)
@@ -1,4 +1,173 @@
 start-sanitize-sky
+Fri Mar  6 11:27:53 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * dvp-dis.c (print_gif): Fix length calcs for gifimage.
+       (print_insn): Do mask comparison on proper opcode word.
+       * dvp-opc.c (u_parse_sdest): Return -1 if dest missing.
+       (parse_bc): Catch missing dest.
+       (parse_vfreg): Replace atoi call with strtol.
+       (parse_{bcftreg,ffstreg,freg,ireg,vi01,gif_prim,gif_nloop}): Likewise.
+       (parse_bcftreg,parse_ffstreg): Handle missing dest.
+       (extract_gif_eop): New function.
+       (gif_operands): Update eop entry.
+       (VGIFOP,VGIFNREGS): Fix calcs.
+       (extract_gif_prim): Set *pinvalid to 1 if prim not used.
+       (gif_regs): Add entry for unused 11 case.
+       (print_gif_regs): Print empty list instead of nothing.
+       (extract_gif_nloop): Fix value calc.
+       (print_gif_nloop): Always print value, even if 0.
+
+end-sanitize-sky
+Wed Mar  4 12:08:14 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * m32r-opc.h,m32r-opc.c,m32r-asm.c,m32r-dis.c: Regenerate.
+
+Tue Mar  3 18:51:22 1998  Doug Evans  <devans@seba.cygnus.com>
+
+       * cgen-asm.in: Move insertion of generated routines to top of file.
+       (insert_normal): Add prototype.  Delete `shift' arg.
+       * cgen-dis.in: Move insertion of generated routines to top of file.
+       (extract_normal): Add prototype.  Delete `shift' arg.
+       (print_normal): Add prototype.  Call CGEN_PRINT_NORMAL if defined.
+       (print_keyword): Add prototype.  Fix type of `attrs' arg.
+
+start-sanitize-vr4320
+Tue Mar  3 11:47:58 1998  Gavin Koch  <gavin@cygnus.com>
+
+       * mips-dis.c (_print_insn_mips) : Handle bfd_mach_mips4320.
+       * mips-opc.c ("mac","dmac") : Added 4320 insns.
+
+end-sanitize-vr4320
+Sat Feb 28 16:02:34 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * arm-dis.c (print_insn_big_arm, print_insn_little_arm): Do not
+       assume that info->symbols is non-empty.
+
+Sat Feb 28 12:19:05 1998  Richard Henderson  <rth@cygnus.com>
+
+       * alpha-opc.c (cvtqs) There is no such thing.
+       (cvttq): Missing most of the /*d variants.
+
+start-sanitize-r5900
+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.
+
+end-sanitize-r5900
+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.
@@ -330,14 +499,12 @@ Sun Nov 23 22:25:21 1997  Michael Meissner  <meissner@cygnus.com>
        (d30v_format_table): Add SHORT_CMPU cases for cmpu.
 
 end-sanitize-d30v
-start-sanitize-sh4
 Wed Nov 19 17:42:35 1997  Richard Henderson  <rth@cygnus.com>
 
         * sh-dis.c (print_insn_shx): Recognize all sh4 additions.
         * sh-opc.h (fmov): Add @<REG_M>+,<DX_REG_N> variant for sh4.
         (ftrv): Slay the cut-and-paste monster.
 
-end-sanitize-sh4
 Tue Nov 18 23:10:03 1997  J"orn Rennecke  <amylaar@cygnus.co.uk>
 
        * d10v-dis.c (print_operand):
@@ -645,7 +812,6 @@ Thu Aug 21 11:09:09 1997  Nick Clifton  <nickc@cygnus.com>
        * v850-opc.c (v850_opcodes[]): Move divh opcodes next to each other.
 end-sanitize-v850e
 
-start-sanitize-sh4
 Wed Aug 20 00:43:11 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
 
        * sh-opc.h (sh_arg_type): Add A_SGR and A_DBR.
@@ -654,7 +820,6 @@ Wed Aug 20 00:43:11 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
        Add insns to access SGR and DBR.
        * sh-dis.c (print_insn_shx): Add SH4 floating point extensions.
 
-end-sanitize-sh4
 Tue Aug 19 10:59:59 1997  Richard Henderson  <rth@cygnus.com>
 
        * alpha-opc.c (alpha_opcodes): Fix hw_rei_stall mungage.
This page took 0.037703 seconds and 4 git commands to generate.