]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* ppc-dis.c (powerpc_dialect): Add missing PPC_OPCODE_CLASSIC.
authorAlan Modra <amodra@gmail.com>
Thu, 12 Sep 2002 03:58:37 +0000 (03:58 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 12 Sep 2002 03:58:37 +0000 (03:58 +0000)
opcodes/ChangeLog
opcodes/ppc-dis.c

index a2b1833a5d1b8c57c6beebc1d012a7414939b09c..47e8c2322da5d1e6695cedda988c1656e64f5dd3 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 cc937db559d24a2c4b97e3947bdc663441f1773a..0c4cfe474a8683c3b08b957fe9306c17746e1403 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)