diff options
author | Matthew Green <mrg@redhat.com> | 2002-02-19 15:20:26 +0000 |
---|---|---|
committer | Matthew Green <mrg@redhat.com> | 2002-02-19 15:20:26 +0000 |
commit | 9a0ccb24782a48c2fb20dcc68dd6baed574b61cd (patch) | |
tree | bf7563e4bd4933dd67ec7478d5adcb6d16f4ff31 /opcodes/ppc-dis.c | |
parent | fdf39c9a14a48d065b90eddcb449b3970eba23d7 (diff) | |
download | gdb-9a0ccb24782a48c2fb20dcc68dd6baed574b61cd.zip gdb-9a0ccb24782a48c2fb20dcc68dd6baed574b61cd.tar.gz gdb-9a0ccb24782a48c2fb20dcc68dd6baed574b61cd.tar.bz2 |
* ppc-opc.c (powerpc_dialect): Fix comment; BookE is not Motorola
specific.
Diffstat (limited to 'opcodes/ppc-dis.c')
-rw-r--r-- | opcodes/ppc-dis.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) |