diff options
author | Alan Modra <amodra@gmail.com> | 2001-08-27 10:26:57 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-08-27 10:26:57 +0000 |
commit | a695901141ca41697c181adf132013b60615c5ad (patch) | |
tree | 5d9a8a5ab550a0a14c26193b50264a9999bd0672 /include/opcode/ppc.h | |
parent | abd0e9cb210af72eba63233729000a1ecb1f3be2 (diff) | |
download | gdb-a695901141ca41697c181adf132013b60615c5ad.zip gdb-a695901141ca41697c181adf132013b60615c5ad.tar.gz gdb-a695901141ca41697c181adf132013b60615c5ad.tar.bz2 |
* ppc.h (PPC_OPERAND_DS): Define.
Diffstat (limited to 'include/opcode/ppc.h')
-rw-r--r-- | include/opcode/ppc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/opcode/ppc.h b/include/opcode/ppc.h index d23e1c6..543bfe3 100644 --- a/include/opcode/ppc.h +++ b/include/opcode/ppc.h @@ -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) /* The POWER and PowerPC assemblers use a few macros. We keep them with the operands table for simplicity. The macro table is an |