OSDN Git Service

* ppc-dis.c (powerpc_dialect): Add missing PPC_OPCODE_CLASSIC.
authorAlan Modra <amodra@bigpond.net.au>
Thu, 12 Sep 2002 03:58:37 +0000 (03:58 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Thu, 12 Sep 2002 03:58:37 +0000 (03:58 +0000)
opcodes/ChangeLog
opcodes/ppc-dis.c

index a2b1833..47e8c23 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-12  Gary Hade  <garyhade@us.ibm.com>
+
+       * ppc-dis.c (powerpc_dialect): Add missing PPC_OPCODE_CLASSIC.
+
 2002-09-11  Nick Clifton  <nickc@redhat.com>
 
        * po/da.po: Updated Danish translation file.
index cc937db..0c4cfe4 100644 (file)
@@ -75,7 +75,8 @@ powerpc_dialect(info)
        dialect &= ~PPC_OPCODE_ALTIVEC;
       }
   else
-    dialect |= PPC_OPCODE_403 | PPC_OPCODE_601 | PPC_OPCODE_COMMON;
+    dialect |= (PPC_OPCODE_403 | PPC_OPCODE_601 | PPC_OPCODE_CLASSIC
+               | PPC_OPCODE_COMMON);
 
   if (info->disassembler_options
       && strcmp (info->disassembler_options, "power4") == 0)