Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Green <mrg@redhat.com>2002-01-03 05:07:19 +0300
committerMatthew Green <mrg@redhat.com>2002-01-03 05:07:19 +0300
commitd48d56d07b65449524cdb30b38929cbcda22140e (patch)
tree74e631690fcb4247bbddf04390c1e97c08acb022 /include/opcode/ppc.h
parentb16f2ee7e606e88a0bdf7efdc2a4927d1c0ddcdd (diff)
[gas/ChangeLog]
* config/tc-ppc.c (md_parse_option): BookE is not Motorola specific. [include/opcode/ChangeLog] * ppc.h (PPC_OPCODE_BOOKE): BookE is not Motorola specific. (PPC_OPCODE_BOOKE64): Likewise.
Diffstat (limited to 'include/opcode/ppc.h')
-rw-r--r--include/opcode/ppc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/opcode/ppc.h b/include/opcode/ppc.h
index b22173bda..dc3983ec0 100644
--- a/include/opcode/ppc.h
+++ b/include/opcode/ppc.h
@@ -94,10 +94,10 @@ extern const int powerpc_num_opcodes;
/* Opcode is supported by PowerPC 403 processor. */
#define PPC_OPCODE_403 (02000)
-/* Opcode is supported by Motorola BookE processor. */
+/* Opcode is supported by PowerPC BookE processor. */
#define PPC_OPCODE_BOOKE (04000)
-/* Opcode is only supported by 64-bit Motorola BookE processor. */
+/* Opcode is only supported by 64-bit PowerPC BookE processor. */
#define PPC_OPCODE_BOOKE64 (010000)
/* A macro to extract the major opcode from an instruction. */