* sparc.h (enum sparc_architecture): Add v9a.
[deliverable/binutils-gdb.git] / include / opcode / ChangeLog
index 0b9420aa8a1bcdbd6848bca74e3f9964a0e429b6..92369cdd17e744c0f178c731a15ea25fa85440a6 100644 (file)
@@ -1,3 +1,159 @@
+Mon Jan 22 08:24:32 1996  Doug Evans  <dje@charmed.cygnus.com>
+
+       * sparc.h (enum sparc_architecture): Add v9a.
+
+Thu Dec 28 13:27:53 1995  John Hassey  <hassey@rtp.dg.com>
+
+       * i386.h: Added Pentium Pro instructions.
+
+Thu Nov  2 22:59:22 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * m68k.h: Document new 'W' operand place.
+
+Tue Oct 24 10:49:10 1995  Jeffrey A Law  (law@cygnus.com)
+
+       * hppa.h: Add lci and syncdma instructions.
+
+Mon Oct 23 11:09:16 1995  James G. Smith  <jsmith@pasanda.cygnus.co.uk>
+
+       * mips.h: Added INSN_4100 flag to mark NEC VR4100 specific
+       instructions.
+
+Mon Oct 16 10:28:15 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * ppc.h (PPC_OPCODE_{COMMON,ANY}): New opcode flags for
+       assembler's -mcom and -many switches.
+
+Wed Oct 11 16:56:33 1995  Ken Raeburn  <raeburn@cygnus.com>
+
+       * i386.h: Fix cmpxchg8b extension opcode description.
+
+Thu Oct  5 18:03:36 1995  Ken Raeburn  <raeburn@cygnus.com>
+
+       * i386.h: Add Pentium instructions wrmsr, rdtsc, rdmsr, cmpxchg8b,
+       and register cr4.
+
+Tue Sep 19 15:26:43 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * m68k.h: Change comment: split type P into types 0, 1 and 2.
+
+Wed Aug 30 13:50:55 1995  Doug Evans  <dje@canuck.cygnus.com>
+
+       * sparc.h (sparc_{encode,decode}_prefetch): Declare.
+
+Tue Aug 29 15:34:58 1995  Doug Evans  <dje@canuck.cygnus.com>
+
+       * sparc.h (sparc_{encode,decode}_{asi,membar}): Declare.
+
+Wed Aug  2 18:32:19 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * m68kmri.h: Remove.
+
+       * m68k.h: Move tables into opcodes/m68k-opc.c, leaving just the
+       declarations.  Remove F_ALIAS and flag field of struct
+       m68k_opcode.  Change arch field of struct m68k_opcode to unsigned
+       int.  Make name and args fields of struct m68k_opcode const.
+
+Wed Aug  2 08:16:46 1995  Doug Evans  <dje@canuck.cygnus.com>
+
+       * sparc.h (F_NOTV9): Define.
+
+Tue Jul 11 14:20:42 1995  Jeff Spiegel  <jeffs@lsil.com>
+
+       * mips.h (INSN_4010): Define.
+
+Wed Jun 21 18:49:51 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * m68k.h (TBL1): Reverse sense of "round" argument in result.
+
+       Changes from Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>:
+       * m68k.h: Fix argument descriptions of coprocessor
+       instructions to allow only alterable operands where appropriate.
+       [!NO_DEFAULT_SIZES]: An omitted size defaults to `w'.
+       (m68k_opcode_aliases): Add more aliases.
+
+start-sanitize-arc
+Sat Apr 29 23:17:03 1995  Doug Evans  <dje@chestnut.cygnus.com>
+
+       * arc.h (struct arc_opcode): New flag value ARC_OPCODE_COND_BRANCH.
+       (ARC_DELAY_{NONE,NORMAL,JUMP): Define delay slot types.
+end-sanitize-arc
+
+Fri Apr 14 22:15:34 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * m68k.h: Added explcitly short-sized conditional branches, and a
+       bunch of aliases (fmov*, ftest*, tdivul) to support gcc's
+       svr4-based configurations.
+
+start-sanitize-arc
+Wed Apr 12 08:54:32 1995  Doug Evans  <dje@canuck.cygnus.com>
+
+       * arc.h (struct arc_opcode): New members next_asm, next_dis.
+       (ARC_HASH_OPCODE, ARC_HASH_ICODE): Define.
+       (ARC_OPCODE_NEXT_ASM, ARC_OPCODE_NEXT_DIS): Define.
+       (arc_opcode_lookup_asm, arc_opcode_lookup_dis): Add prototypes.
+
+Thu Apr  6 20:36:55 1995  Doug Evans  <dje@chestnut.cygnus.com>
+
+       * arc.h (arc_get_opcode_mach): Define prototype.
+end-sanitize-arc
+
+Mon Mar 13 21:30:01 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       Mon Feb 27 08:36:39 1995  Bryan Ford  <baford@cs.utah.edu>
+       * i386.h: added missing Data16/Data32 flags to a few instructions.
+
+Wed Mar  8 15:19:53 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * mips.h (OP_MASK_FR, OP_SH_FR): Define.
+       (OP_MASK_BCC, OP_SH_BCC): Define.
+       (OP_MASK_PREFX, OP_SH_PREFX): Define.
+       (OP_MASK_CCC, OP_SH_CCC): Define.
+       (INSN_READ_FPR_R): Define.
+       (INSN_RFE): Delete.
+
+Wed Mar  8 03:13:23 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * m68k.h (enum m68k_architecture): Deleted.
+       (struct m68k_opcode_alias): New type.
+       (m68k_opcodes): Now const.  Deleted opcode aliases with exactly
+       matching constraints, values and flags.  As a side effect of this,
+       the MOTOROLA_SYNTAX_ONLY and MIT_SYNTAX_ONLY macros, which so far
+       as I know were never used, now may need re-examining.
+       (numopcodes): Now const.
+       (m68k_opcode_aliases, numaliases): New variables.
+       (endop): Deleted.
+       [DONT_DEFINE_TABLE]: Declare numopcodes, numaliases, and
+       m68k_opcode_aliases; update declaration of m68k_opcodes.
+
+start-sanitize-arc
+Tue Mar  7 21:03:26 1995  Doug Evans  <dje@chestnut.cygnus.com>
+
+       * arc.h (ARC_MACH_BIG): Define.
+       (ARC_MACH_MASK): Update.
+       (ARC_MACH_CPU_MASK): Define.
+       (ARC_OPCODE_CPU, ARC_OPVAL_CPU, ARC_HAVE_CPU): Likewise.
+end-sanitize-arc
+
+Mon Mar  6 10:02:00 1995  Jeff Law  (law@snake.cs.utah.edu)
+
+       * hppa.h (delay_type): Delete unused enumeration.
+       (pa_opcode): Replace unused delayed field with an architecture
+       field.
+       (pa_opcodes): Mark each instruction as either PA1.0 or PA1.1.
+
+Fri Mar  3 16:10:24 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * mips.h (INSN_ISA4): Define.
+
+Fri Feb 24 19:13:37 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * mips.h (M_DLA_AB, M_DLI): Define.
+
+Thu Feb 23 17:33:09 1995  Jeff Law  (law@snake.cs.utah.edu)
+
+       * hppa.h (fstwx): Fix single-bit error.
+
 Wed Feb 15 12:19:52 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * mips.h (M_ULD, M_ULD_A, M_USD, M_USD_A): Define.
This page took 0.025849 seconds and 4 git commands to generate.