summaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2004-10-09 01:21:03 +0000
committerAlan Modra <amodra@bigpond.net.au>2004-10-09 01:21:03 +0000
commit02162896d3bec8eef754cf3a6200c4db43eadf47 (patch)
tree9ed8d095703febd372784948e6544dea8fe6b6de /opcodes
parent5e36b20f7347f15c6028d353bd1cc918249f5622 (diff)
downloadgdb-02162896d3bec8eef754cf3a6200c4db43eadf47.tar.gz
* ppc-opc.c: Revert 2004-09-09 change.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/ppc-opc.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 41bf72eda0c..3b5f4fa8f17 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-09 Alan Modra <amodra@bigpond.net.au>
+
+ * ppc-opc.c: Revert 2004-09-09 change.
+
2004-10-07 Bob Wilson <bob.wilson@acm.org>
* xtensa-dis.c (state_names): Delete.
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c
index 275463df0af..c7351e8f2cf 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, NULL, NULL, 0 },
+ { 1, 21, NULL, NULL, PPC_OPERAND_OPTIONAL },
/* The LEV field in a POWER SC form instruction. */
#define LEV L + 1