aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/ppc.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2004-09-09 12:42:37 +0000
committerAlan Modra <amodra@gmail.com>2004-09-09 12:42:37 +0000
commit2a309db0409b58471fb0490e6bfdf18180409e38 (patch)
tree715e40f99b05f6fc35f2f0fabdc807471c30ffb9 /include/opcode/ppc.h
parent360589e8923454f27a100e27d1716b6f6af7b062 (diff)
downloadgdb-2a309db0409b58471fb0490e6bfdf18180409e38.zip
gdb-2a309db0409b58471fb0490e6bfdf18180409e38.tar.gz
gdb-2a309db0409b58471fb0490e6bfdf18180409e38.tar.bz2
opcodes/
* ppc-opc.c (L): Make this field not optional. include/opcode/ * ppc.h (PPC_OPERAND_OPTIONAL): Fix 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 d55caa7..a21cc30 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