diff options
author | Alan Modra <amodra@gmail.com> | 2007-05-02 11:24:17 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-05-02 11:24:17 +0000 |
commit | 3896c469d237119ce0d9b6056979eb503c771231 (patch) | |
tree | 98ef5dfb4ffb0ecb7f73701fdbe5f47334f699dc /include/opcode/ppc.h | |
parent | 0d063f63c5ddefb05c3a80e3ce1d2dd5c07e996d (diff) | |
download | gdb-3896c469d237119ce0d9b6056979eb503c771231.zip gdb-3896c469d237119ce0d9b6056979eb503c771231.tar.gz gdb-3896c469d237119ce0d9b6056979eb503c771231.tar.bz2 |
gas/
PR 4448
* config/tc-ppc.c (ppc_insert_operand): Don't increase min for
PPC_OPERAND_PLUS1.
include/opcode/
* ppc.h (PPC_OPERAND_PLUS1): Update comment.
Diffstat (limited to 'include/opcode/ppc.h')
-rw-r--r-- | include/opcode/ppc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/ppc.h b/include/opcode/ppc.h index 4df5430..6771856 100644 --- a/include/opcode/ppc.h +++ b/include/opcode/ppc.h @@ -294,7 +294,7 @@ extern const unsigned int num_powerpc_operands; /* This operand is for the DQ field in a DQ form instruction. */ #define PPC_OPERAND_DQ (0x8000) -/* Valid range of operand is 1..n rather than 0..n-1. */ +/* Valid range of operand is 0..n rather than 0..n-1. */ #define PPC_OPERAND_PLUS1 (0x10000) /* The POWER and PowerPC assemblers use a few macros. We keep them |