* ppc-opc.c (powerpc_dialect): Fix comment; BookE is not Motorola

specific.
This commit is contained in:
Matthew Green 2002-02-19 15:20:26 +00:00
parent fdf39c9a14
commit 9a0ccb2478
2 changed files with 7 additions and 2 deletions

View 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.

View 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)