From 02162896d3bec8eef754cf3a6200c4db43eadf47 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 9 Oct 2004 01:21:03 +0000 Subject: [PATCH] * ppc-opc.c: Revert 2004-09-09 change. --- opcodes/ChangeLog | 4 ++++ opcodes/ppc-opc.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 41bf72eda0..3b5f4fa8f1 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2004-10-09 Alan Modra + + * ppc-opc.c: Revert 2004-09-09 change. + 2004-10-07 Bob Wilson * xtensa-dis.c (state_names): Delete. diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index 275463df0a..c7351e8f2c 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 -- 2.11.0