summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Modra <modra@gmail.com>2004-09-09 12:42:37 +0000
committerAlan Modra <modra@gmail.com>2004-09-09 12:42:37 +0000
commit582dde69f31fb0dbe4beca5461b2b08924ae4e20 (patch)
tree20836caafce1ca7909784ad5fe1c081062c7260a
parent1f97020ae6d660cee2fc0484ed54f971226ddaa4 (diff)
downloadcygnal-582dde69f31fb0dbe4beca5461b2b08924ae4e20.tar.gz
cygnal-582dde69f31fb0dbe4beca5461b2b08924ae4e20.tar.bz2
cygnal-582dde69f31fb0dbe4beca5461b2b08924ae4e20.zip
opcodes/
* ppc-opc.c (L): Make this field not optional. include/opcode/ * ppc.h (PPC_OPERAND_OPTIONAL): Fix comment.
-rw-r--r--include/opcode/ChangeLog4
-rw-r--r--include/opcode/ppc.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 6adb8fed9..67199bc32 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-09 Segher Boessenkool <segher@kernel.crashing.org>
+
+ * ppc.h (PPC_OPERAND_OPTIONAL): Fix comment.
+
2004-08-24 Dmitry Diky <diwil@spec.ru>
* msp430.h (msp430_opc): Add new instructions.
diff --git a/include/opcode/ppc.h b/include/opcode/ppc.h
index d55caa756..a21cc301e 100644
--- a/include/opcode/ppc.h
+++ b/include/opcode/ppc.h
@@ -249,7 +249,7 @@ extern const struct powerpc_operand powerpc_operands[];
#define PPC_OPERAND_ABSOLUTE (01000)
/* This operand is optional, and is zero if omitted. This is used for
- the optional BF and L fields in the comparison instructions. The
+ example, in the optional BF field in the comparison instructions. The
assembler must count the number of operands remaining on the line,
and the number of operands remaining for the opcode, and decide
whether this operand is present or not. The disassembler should