* cgen-opc.in: New file.
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index 3a75c441b75830b905d45d9d33930eaf2a0fa13c..be2e312ed7ff41a4add0ce0d51ec48ac2861a7ee 100644 (file)
+Wed Feb 11 18:58:34 1998  Doug Evans  <devans@seba.cygnus.com>
+
+       * cgen-opc.in: New file.
+       * cgen.sh: Translate @ARCH@.  Cat cgen-opc.in into @arch@-opc.c.
+       * Makefile.am (CGENFILES): Add cgen-opc.in.
+       * Makefile.in: Regenerate.
+
+       * cgen-opc.c (cgen_set_cpu): Delete init of hw list `next' chain.
+       (cgen_hw_lookup): Make result const.
+
+       * cgen-dis.in (*): Use PTR instead of void *.
+       (print_insn): Delete unused vars `i', `syntax'.
+
+       * m32r-opc.h, m32r-opc.c, m32r-asm.c, m32r-dis.c: Regenerate.
+
+start-sanitize-sky
+Tue Feb 10 14:56:24 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * dvp-opc.c (*): pke,gpuif renamed to vif,gif.
+       (vif_opcodes): Update renamed insns.
+       * dvp-dis.c (*): Likewise.
+
+end-sanitize-sky
+Sat Feb  7 15:30:27 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure, aclocal.m4: Rebuild with new libtool.
+
+start-sanitize-d30v
+Thu Feb  5 17:56:10 1998  Michael Meissner  <meissner@cygnus.com>
+
+       * d30v-opc.c (repeat{,i} instructions): Repeat/repeati
+       instructions use a PC relative branch, not absolute.
+
+end-sanitize-d30v
+Wed Feb  4 19:17:37 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Set libtool_enable_shared rather than
+       libtool_shared.  Remove diversion hack.
+       * configure, Makefile.in, aclocal.m4: Rebuild with new libtool.
+
+Tue Feb  3 17:19:40 1998  Doug Evans  <devans@seba.cygnus.com>
+
+       * cgen-opc.c (cgen_set_cpu): Initialize hardware table.
+       * m32r-opc.h, m32r-opc.c, m32r-asm.c, m32r-dis.c: Regenerate.
+
+Mon Feb  2 19:22:15 1998  Steve Haworth  <steve@pm.cse.rmit.EDU.AU>
+
+       * tic30-dis.c: New file.
+       * disassemble.c (disassembler): Add bfd_arch_tic30 case.
+       * configure.in: Handle bfd_tic30_arch.
+       * Makefile.am: Rebuild dependencies.
+       (CFILES): Add tic30-dis.c
+       (ALL_MACHINES): Add tic30-dis.lo.
+       * configure, Makefile.in: Rebuild.
+
+start-sanitize-m32rx
+Mon Feb  2 11:04:08 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * m32r-opc.c, m32r-opc.h, m32r-asm.c m32r-dis.c: Newly generated
+       versions after updates to m32r.cpu to remove mulwhi-a, mulwlo-a,
+       macwhi-a and macwlo-a instructions.
+
+end-sanitize-m32rx
 start-sanitize-sky
-Tue Jan  6 13:08:14 1998  Doug Evans  <devans@seba.cygnus.com>
+Fri Jan 30 17:39:21 1998  Ian Carmichael  <iancarm@cygnus.com>
+
+       * dvp-opc.c, fixed encoding of a bunch of instructions to
+       be consistent with the asmvu assembler (and inconsistent
+       with the specification).
+
+Thu Jan 29 18:14:56 1998  Ian Carmichael  <iancarm@cygnus.com>
 
-       * txvu-dis.c (print_insn_txvu): Handle no separator between
-       upper and lower insn #ifndef VERTICAL_BAR_SEPARATOR.
+       * dvp-opc.c, fixed order of pkemscal/pkemscalf instructions
+       in the opcode table.  The pkemscalf instruction must come first.
 
-Mon Jan  5 13:41:07 1998  Doug Evans  <devans@seba.cygnus.com>
+Thu Jan 29 16:47:24 1998  Ian Carmichael  <iancarm@cygnus.com>
 
-       * txvu-dis.c, txvu-opc.c: New files.
-       * configure.in: Compile them.
+       * dvp-opc.c, MAXIi should be VUOP6(0x1d) instead of 0x2d.
+
+end-sanitize-sky
+Thu Jan 29 13:02:56 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * m32r-opc.h (HAVE_CPU_M32R): Define.
+
+start-sanitize-sky
+Wed Jan 28 13:46:19 1998  Doug Evans  <devans@canuck.cygnus.com>
+
+       * dvp-dis.c, dvp-opc.c: New files.
+       * configure.in: Compile them if bfd_dvp_arch, as well as mips.
        * configure: Regenerate.
-       * Makefile.am (ALL_MACHINES): Add txvu-{dis,opc}.lo.
-       (txvu-dis.lo,txvu-opc.lo): Add rules for.
+       * Makefile.am (ALL_MACHINES): Add dvp-{dis,opc}.lo.
+       (dvp-dis.lo,dvp-opc.lo): Add rules for.
+       (mips-dis.lo): Compile with @archdefs@.
        * Makefile.in: Regenerate.
+       * disassemble.c: Define ARCH_mips ifdef ARCH_dvp.
+       * mips-dis.c (print_insn_little_mips): Check for DVP insns.
+
+end-sanitize-sky
+Wed Jan 28 09:55:03 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * v850-opc.c (insertion routines): If both alignment and size is
+       wrong then report this.
+
+Tue Jan 27 21:52:59 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * mips-dis.c (_print_insn_mips): Set target_processor as appropriate.
+       Only recognize instructions for the current target_processor.
+
+Thu Jan 22 16:20:17 1998  Fred Fish  <fnf@cygnus.com>
+
+       * d10v-dis.c (PC_MASK): Correct value.
+       (print_operand): If there's a reloc, don't calculate the
+       address because they could be in different sections.
 
-Mon Dec 22 17:17:03 1997  Doug Evans  <devans@canuck.cygnus.com>
+start-sanitize-cygnus
+Thu Jan 22 16:10:32 1998  Doug Evans  <devans@seba.cygnus.com>
 
-       * configure.in: Add txvu support.
+       * cgen.sh: Rewrite to be like simulator's version.
+       * Makefile.am (cgen): Update call to cgen.sh.
+       * Makefile.in: Regenerate
+
+end-sanitize-cygnus
+Fri Jan 16 15:29:11 1998  Jim Blandy  <jimb@zwingli.cygnus.com>
+
+       * mips-opc.c (mips_builtin_opcodes): Move 4010's "addciu"
+       instruction after the 4650's "mul" instruction; nobody's using the
+       4010 these days.  If object files someday indicate which processor
+       variant they're intended for, we can do a better job at this.
+
+start-sanitize-r5900
+Tue Jan 13 09:21:56 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * mips-opc.c (c.lt.s): Add r5900 variant.
+       (c.le.s): Likewise.
+
+end-sanitize-r5900
+Mon Jan 12 14:43:54 1998  Doug Evans  <devans@seba.cygnus.com>
+
+       * cgen-asm.c (build_asm_hash_table): Traverse compiled in table using
+       table provided entry size.  Use CGEN_INSN_MNEMONIC.
+       (cgen_parse_keyword): Rewrite.
+       * cgen-dis.c (build_dis_hash_table): Traverse compiled in table using
+       table provided entry size.  Use CGEN_INSN_MASK_BITSIZE.
+       * cgen-opc.c: Clean up pass over `struct foo' usage.
+       (cgen_keyword_lookup_value): Handle "" entry.
+       (cgen_keyword_add): Likewise.
+start-sanitize-cygnus
+       * Makefile.am: Add cgen support.
+       * Makefile.in: Regenerate.
+       * configure.in: Add cgen support.
        * configure: Regenerate.
-       * disassemble.c: Add txvu support.
+       * aclocal.m4: Regenerate.
+       * cgen.sh, cgen-asm.in, cgen-dis.in: New files.
+end-sanitize-cygnus
 
-end-sanitize-sky
 Mon Dec 22 12:37:06 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * mips-opc.c: Add FP_D to s.d instruction flags.
@@ -42,13 +175,13 @@ Tue Dec 16 13:24:22 1997  Jeffrey A Law  (law@cygnus.com)
        * mips-opc.c: Add many missing r5900 instructions.
 
 end-sanitize-r5900
-start-sanitize-r5900
+start-sanitize-d30v
 Tue Dec 16 15:22:51 1997  Michael Meissner  <meissner@cygnus.com>
 
        * d30v-opc.c (d30v_opcode_table): Set new flags bits
        FLAG_{2WORD,MUL{16,32},ADDSUBppp}, in appropriate instructions.
 
-end-sanitize-r5900
+end-sanitize-d30v
 1997-12-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
 
        * configure: Only build libopcodes shared if --enable-shared's value
This page took 0.026554 seconds and 4 git commands to generate.