summaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorMatthew Green <mrg@redhat.com>2002-02-19 15:20:26 +0000
committerMatthew Green <mrg@redhat.com>2002-02-19 15:20:26 +0000
commit9a0ccb24782a48c2fb20dcc68dd6baed574b61cd (patch)
treebf7563e4bd4933dd67ec7478d5adcb6d16f4ff31 /opcodes
parentfdf39c9a14a48d065b90eddcb449b3970eba23d7 (diff)
downloadbinutils-gdb-9a0ccb24782a48c2fb20dcc68dd6baed574b61cd.tar.gz
* ppc-opc.c (powerpc_dialect): Fix comment; BookE is not Motorola
specific.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog5
-rw-r--r--opcodes/ppc-dis.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 27b8cf7cb49..d09290b7984 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -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.
diff --git a/opcodes/ppc-dis.c b/opcodes/ppc-dis.c
index 5d654c0b1ad..372e9b03c00 100644
--- a/opcodes/ppc-dis.c
+++ b/opcodes/ppc-dis.c
@@ -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)