From 1f613cde70d34ffa70bbdcaf1830f022f04c8c84 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 20 Oct 2001 13:50:16 +0000 Subject: [PATCH] * ppc-opc.c (CT): Make it an optional operand. --- opcodes/ChangeLog | 4 ++++ opcodes/ppc-opc.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f8269b256b..5a474399a2 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2001-10-20 Alan Modra + + * ppc-opc.c (CT): Make it an optional operand. + 2001-10-17 Chris Demetriou * mips-dis.c (mips_isa_type): Make the ISA used to disassemble diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index 8aab61baec..82f8d56981 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -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 -- 2.34.1