mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
* ppc-opc.c (CT): Make it an optional operand.
This commit is contained in:
parent
b47c420856
commit
1f613cde70
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user