* ppc-opc.c (powerpc_dialect): Fix comment; BookE is not Motorola
authorMatthew Green <mrg@redhat.com>
Tue, 19 Feb 2002 15:20:26 +0000 (15:20 +0000)
committerMatthew Green <mrg@redhat.com>
Tue, 19 Feb 2002 15:20:26 +0000 (15:20 +0000)
specific.

opcodes/ChangeLog
opcodes/ppc-dis.c

index 27b8cf7cb49e98e762e73832bd231b7914bb3916..d09290b7984c0d5fdf006e70fb7f1687a45f8769 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-19  matthew green  <mrg@redhat.com>
+
+       * ppc-opc.c (powerpc_dialect): Fix comment; BookE is not Motorola
+       specific.
+
 2002-02-18  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * po/tr.po: Updated translation.
index 5d654c0b1adc2b8bb56c0a2a763b2a3d21376d97..372e9b03c009154548ee65e7a96591c2bac1f37c 100644 (file)
@@ -35,8 +35,8 @@ static int print_insn_powerpc PARAMS ((bfd_vma, struct disassemble_info *,
 static int powerpc_dialect PARAMS ((struct disassemble_info *));
 
 /* Determine which set of machines to disassemble for.  PPC403/601 or
-   Motorola BookE.  For convenience, also disassemble instructions
-   supported by the AltiVec vector unit.  */
+   BookE.  For convenience, also disassemble instructions supported
+   by the AltiVec vector unit.  */
 
 int
 powerpc_dialect(info)
This page took 0.026927 seconds and 4 git commands to generate.