* ppc-dis.c (ppc_opts): Add PPC_OPCODE_E500MC for "e500mc64".
This commit is contained in:
parent
d3b9cfb893
commit
63d0fa4e9e
@ -1,3 +1,7 @@
|
||||
2010-02-25 Edmar Wienskoski <edmar@freescale.com>
|
||||
|
||||
* ppc-dis.c (ppc_opts): Add PPC_OPCODE_E500MC for "e500mc64".
|
||||
|
||||
2010-02-24 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR binutils/6773
|
||||
|
@ -120,8 +120,8 @@ struct ppc_mopt ppc_opts[] = {
|
||||
0 },
|
||||
{ "e500mc64", (PPC_OPCODE_PPC | PPC_OPCODE_BOOKE | PPC_OPCODE_ISEL
|
||||
| PPC_OPCODE_PMR | PPC_OPCODE_CACHELCK | PPC_OPCODE_RFMCI
|
||||
| PPC_OPCODE_64 | PPC_OPCODE_POWER5 | PPC_OPCODE_POWER6
|
||||
| PPC_OPCODE_POWER7),
|
||||
| PPC_OPCODE_E500MC | PPC_OPCODE_64 | PPC_OPCODE_POWER5
|
||||
| PPC_OPCODE_POWER6 | PPC_OPCODE_POWER7),
|
||||
0 },
|
||||
{ "e500x2", (PPC_OPCODE_PPC | PPC_OPCODE_BOOKE | PPC_OPCODE_SPE
|
||||
| PPC_OPCODE_ISEL | PPC_OPCODE_EFS | PPC_OPCODE_BRLOCK
|
||||
|
Loading…
x
Reference in New Issue
Block a user