* sparc.h (F_NOTV9): Define.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 2 Aug 1995 15:18:52 +0000 (15:18 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Wed, 2 Aug 1995 15:18:52 +0000 (15:18 +0000)
include/opcode/ChangeLog
include/opcode/sparc.h

index 576228781949936262a4ce1ddbe5c81a8ef826a1..1e7d216cd98a2414615d4ae7651dd7e9709f568a 100644 (file)
@@ -1,4 +1,42 @@
+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.
index c8be2fe1921345b046637bbd827b204f56533393..b872de10cdf545e7c45b557c2ac2045e25ab0dbd 100644 (file)
@@ -17,7 +17,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GAS or GDB; see the file COPYING.   If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
 
 /* The SPARC opcode table (and other related data) is defined in
    the opcodes library in sparc-opc.c.  If you change anything here, make
@@ -66,8 +66,10 @@ struct sparc_opcode {
 #define        F_UNBR          4       /* Unconditional branch */
 #define        F_CONDBR        8       /* Conditional branch */
 #define        F_JSR           16      /* Subroutine call */
+/* ??? One can argue this shouldn't be here and the architecture
+   field should be used instead.  */
+#define F_NOTV9                32      /* Doesn't exist in v9 */
 /* FIXME: Add F_ANACHRONISTIC flag for v9.  */
-/* FIXME: Add F_OBSOLETE flag for v9, for instructions that no longer exist? */
 
 /*
 
@@ -140,7 +142,7 @@ Kinds of operands:
        x       OPF field (v9 impdep).
 
 The following chars are unused: (note: ,[] are used as punctuation)
-[uxOUXY3450]
+[uOUXY3450]
 
 */
 
This page took 0.028163 seconds and 4 git commands to generate.