This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA] Fix omission on PowerPC e500mc64


This patches adds some Freescale 32 bits instructions to our new 64 bit part.

I regression tested on powerpc64-unknown-linux-gnu without any problems.

Could a PowerPC maintainer review and commit the patch for us ?

Thanks,
Edmar

2010-02-24  Edmar Wienskoski  <edmar@freescale.com>

	* ppc-dis.c (ppc_opts): Add PPC_OPCODE_E500MC for "e500mc64".

diff -r -u binutils-2.20-20100224-orig/opcodes/ppc-dis.c binutils-2.20-20100224/opcodes/ppc-dis.c
--- binutils-2.20-20100224-orig/opcodes/ppc-dis.c	2010-02-24 13:41:45.000000000 -0600
+++ binutils-2.20-20100224/opcodes/ppc-dis.c	2010-02-24 13:52:11.000000000 -0600
@@ -120,8 +120,8 @@
     0 },
   { "e500mc64",  (PPC_OPCODE_PPC | PPC_OPCODE_BOOKE | PPC_OPCODE_ISEL
 		| PPC_OPCODE_PMR | PPC_OPCODE_CACHELCK | PPC_OPCODE_RFMCI
-		| PPC_OPCODE_64 | PPC_OPCODE_POWER5 | PPC_OPCODE_POWER6
-		| PPC_OPCODE_POWER7),
+		| PPC_OPCODE_E500MC | PPC_OPCODE_64 | PPC_OPCODE_POWER5
+		| PPC_OPCODE_POWER6 | PPC_OPCODE_POWER7),
     0 },
   { "e500x2",  (PPC_OPCODE_PPC | PPC_OPCODE_BOOKE | PPC_OPCODE_SPE
 		| PPC_OPCODE_ISEL | PPC_OPCODE_EFS | PPC_OPCODE_BRLOCK


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]