From 9a0ccb24782a48c2fb20dcc68dd6baed574b61cd Mon Sep 17 00:00:00 2001 From: Matthew Green Date: Tue, 19 Feb 2002 15:20:26 +0000 Subject: [PATCH] * ppc-opc.c (powerpc_dialect): Fix comment; BookE is not Motorola specific. --- opcodes/ChangeLog | 5 +++++ opcodes/ppc-dis.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 27b8cf7..d09290b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2002-02-19 matthew green + + * ppc-opc.c (powerpc_dialect): Fix comment; BookE is not Motorola + specific. + 2002-02-18 Nick Clifton * po/tr.po: Updated translation. diff --git a/opcodes/ppc-dis.c b/opcodes/ppc-dis.c index 5d654c0..372e9b0 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) -- 2.7.4