* ppc-opc.c: Revert 2004-09-09 change.
authorAlan Modra <amodra@gmail.com>
Sat, 9 Oct 2004 01:21:03 +0000 (01:21 +0000)
committerAlan Modra <amodra@gmail.com>
Sat, 9 Oct 2004 01:21:03 +0000 (01:21 +0000)
opcodes/ChangeLog
opcodes/ppc-opc.c

index 41bf72eda0c904549e686c296fb9063093724365..3b5f4fa8f17ba79490116d44c00385955fe732f0 100644 (file)
@@ -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.
index 275463df0afa764f4f615228fb3eec165c023d3f..c7351e8f2cfd6ccfcc6c3def389fdc7de6f9d4ef 100644 (file)
@@ -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
This page took 0.033082 seconds and 4 git commands to generate.