* ppc-dis.c (ppc_opts): Add PPC_OPCODE_E500MC for "e500mc64".
authorAlan Modra <amodra@gmail.com>
Thu, 25 Feb 2010 01:00:13 +0000 (01:00 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 25 Feb 2010 01:00:13 +0000 (01:00 +0000)
opcodes/ChangeLog
opcodes/ppc-dis.c

index 5ba52c8006559e5645c7655918e5327ef12eecc0..5f6b33318530dabf98ea3fbce117a0dd0f0f903b 100644 (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
index 2504d4219038854735eae2569ae61e045175dbf2..1b60c05a13af4dda62b46c6e4c8e5ba986f5eda3 100644 (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
This page took 0.025896 seconds and 4 git commands to generate.