]> sourceware.org Git - newlib-cygwin.git/commitdiff
ppc e500mc support
authorAlan Modra <modra@gmail.com>
Mon, 14 Apr 2008 11:01:38 +0000 (11:01 +0000)
committerAlan Modra <modra@gmail.com>
Mon, 14 Apr 2008 11:01:38 +0000 (11:01 +0000)
include/opcode/ChangeLog
include/opcode/ppc.h

index 86b03c7179d17a898117987f96986e90a9e801f3..f2c8d4d6d1c0956d54e311ee4b689865bd887e66 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-14  Edmar Wienskoski  <edmar@freescale.com>
+
+       * ppc.h: (PPC_OPCODE_E500MC): New.
+
 2008-04-03  H.J. Lu  <hongjiu.lu@intel.com>
 
        * i386.h (MAX_OPERANDS): Set to 5.
index 4cd81bf32250d3e10bef5391ea50609143bdd241..f4023c7a2f19d8c8930f137c31aae22717a0f07a 100644 (file)
@@ -149,6 +149,9 @@ extern const int powerpc_num_opcodes;
 /* Opcode is supported by CPUs with paired singles support.  */
 #define PPC_OPCODE_PPCPS        0x10000000
 
+/* Opcode is supported by Power E500MC */
+#define PPC_OPCODE_E500MC        0x20000000
+
 /* A macro to extract the major opcode from an instruction.  */
 #define PPC_OP(i) (((i) >> 26) & 0x3f)
 \f
This page took 0.03164 seconds and 5 git commands to generate.