OSDN Git Service

gas/
authorAlan Modra <amodra@bigpond.net.au>
Wed, 2 May 2007 11:24:17 +0000 (11:24 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Wed, 2 May 2007 11:24:17 +0000 (11:24 +0000)
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.

include/opcode/ChangeLog
include/opcode/ppc.h

index 0c304a7..c8ef8e9 100644 (file)
@@ -1,3 +1,7 @@
+2007-05-02  Alan Modra  <amodra@bigpond.net.au>
+
+       * ppc.h (PPC_OPERAND_PLUS1): Update comment.
+
 2007-04-23  Nathan Sidwell  <nathan@codesourcery.com>
 
        * m68k.h (mcfisa_c): New.
index 4df5430..6771856 100644 (file)
@@ -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)
 \f
 /* The POWER and PowerPC assemblers use a few macros.  We keep them