* ppc-dis.c (ppc_opts): Add PPC_OPCODE_E500MC for "e500mc64".

This commit is contained in:
Alan Modra 2010-02-25 01:00:13 +00:00
parent d3b9cfb893
commit 63d0fa4e9e
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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