* ppc.h (PPC_OPERAND_DS): Define.
authorAlan Modra <amodra@gmail.com>
Mon, 27 Aug 2001 10:26:57 +0000 (10:26 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 27 Aug 2001 10:26:57 +0000 (10:26 +0000)
include/opcode/ChangeLog
include/opcode/ppc.h

index d38f8fb81b5ba32a35a6fb9363644a117614d84f..37e2299fdce6eb1b5edc26368502acece97c1e17 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-27  Torbjorn Granlund  <tege@swox.com>
+
+       * ppc.h (PPC_OPERAND_DS): Define.
+
 2001-08-25  Andreas Jaeger  <aj@suse.de>
 
        * d30v.h: Fix declaration of reg_name_cnt.
index d23e1c695e936412eb6de0cc4bb9891daef3fd12..543bfe34f2a4304a95ebf5a1a81627533b3e1fca 100644 (file)
@@ -1,5 +1,5 @@
 /* ppc.h -- Header file for PowerPC opcode table
-   Copyright 1994, 1995, 1999, 2000 Free Software Foundation, Inc.
+   Copyright 1994, 1995, 1999, 2000, 2001 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Cygnus Support
 
 This file is part of GDB, GAS, and the GNU binutils.
@@ -229,6 +229,8 @@ extern const struct powerpc_operand powerpc_operands[];
    prints these with a leading 'v'.  */
 #define PPC_OPERAND_VR (010000)
 
+/* This operand is for the DS field in a DS form instruction.  */
+#define PPC_OPERAND_DS (020000)
 \f
 /* The POWER and PowerPC assemblers use a few macros.  We keep them
    with the operands table for simplicity.  The macro table is an
This page took 0.025634 seconds and 4 git commands to generate.