Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <modra@gmail.com>2007-05-02 15:24:17 +0400
committerAlan Modra <modra@gmail.com>2007-05-02 15:24:17 +0400
commit211f9f1fce3f509da16fa3e260fc995a187b4afb (patch)
treed0e5b9c147d5f8a2657b4293e0dd847870aa35b7 /include/opcode/ppc.h
parentb4f095585f1e139cba8d2e078c807e384b3e102d (diff)
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/ppc.h b/include/opcode/ppc.h
index 4df543043..6771856fd 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