* ppc-opc.c (CT): Make it an optional operand.
authorAlan Modra <amodra@gmail.com>
Sat, 20 Oct 2001 13:50:16 +0000 (13:50 +0000)
committerAlan Modra <amodra@gmail.com>
Sat, 20 Oct 2001 13:50:16 +0000 (13:50 +0000)
opcodes/ChangeLog
opcodes/ppc-opc.c

index f8269b256b85cdf882771a7cabbbfb53d4b6696f..5a474399a2c6235d0b4ee599c28c1d3d2b58e7a0 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-20  Alan Modra  <amodra@bigpond.net.au>
+
+       * ppc-opc.c (CT): Make it an optional operand.
+
 2001-10-17  Chris Demetriou  <cgd@broadcom.com>
 
        * mips-dis.c (mips_isa_type): Make the ISA used to disassemble
index 8aab61baeca13b020efa03cf6850ef83230debf1..82f8d569813308598ee560944712898344fdc97c 100644 (file)
@@ -195,7 +195,7 @@ const struct powerpc_operand powerpc_operands[] =
 
   /* The CT field in an X form instruction.  */
 #define CT CR + 1
-  { 5, 21, 0, 0, 0 },
+  { 5, 21, 0, 0, PPC_OPERAND_OPTIONAL },
 
   /* The D field in a D form instruction.  This is a displacement off
      a register, and implies that the next operand is a register in
This page took 0.026591 seconds and 4 git commands to generate.