summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2004-09-09 12:42:37 +0000
committerAlan Modra <amodra@bigpond.net.au>2004-09-09 12:42:37 +0000
commit7df36887efb34c20022051de212d2d1f01ccd608 (patch)
treef72ec0cce2e3228ed33dad4c09b5fa93d141bfa3 /include
parent766c11f37a9c2767cfac751b70a111f25769fdf4 (diff)
downloadbinutils-redhat-7df36887efb34c20022051de212d2d1f01ccd608.tar.gz
opcodes/
* ppc-opc.c (L): Make this field not optional. include/opcode/ * ppc.h (PPC_OPERAND_OPTIONAL): Fix comment.
Diffstat (limited to 'include')
-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 6adb8fed99..67199bc32c 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 d55caa7568..a21cc301e8 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