summaryrefslogtreecommitdiff
path: root/opcodes/ppc-opc.c
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
commit3f7bf0baf529be3b99470e7995d48ef288a70737 (patch)
tree8efa910f7971a1a20d2306159cd2797d258215b7 /opcodes/ppc-opc.c
parentc3b43c1275a9babcff5be751202bad578a9dd067 (diff)
downloadgdb-3f7bf0baf529be3b99470e7995d48ef288a70737.tar.gz
opcodes/
* ppc-opc.c (L): Make this field not optional. include/opcode/ * ppc.h (PPC_OPERAND_OPTIONAL): Fix comment.
Diffstat (limited to 'opcodes/ppc-opc.c')
-rw-r--r--opcodes/ppc-opc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c
index 9936f3ead44..af70ae6ac2a 100644
--- a/opcodes/ppc-opc.c
+++ b/opcodes/ppc-opc.c
@@ -300,7 +300,7 @@ const struct powerpc_operand powerpc_operands[] =
/* The L field in a D or X form instruction. */
#define L FXM4 + 1
- { 1, 21, 0, 0, PPC_OPERAND_OPTIONAL },
+ { 1, 21, 0, 0, 0 },
/* The LEV field in a POWER SC form instruction. */
#define LEV L + 1