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>2004-09-09 16:42:37 +0400
committerAlan Modra <modra@gmail.com>2004-09-09 16:42:37 +0400
commit582dde69f31fb0dbe4beca5461b2b08924ae4e20 (patch)
tree20836caafce1ca7909784ad5fe1c081062c7260a /include/opcode/ppc.h
parent1f97020ae6d660cee2fc0484ed54f971226ddaa4 (diff)
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 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