Blame SOURCES/gdb-rhbz1320945-power9-17of38.patch

a094f6
commit 99a2c56121247207d4846fe7e28b5e7e18e0bfa0
a094f6
Author: Peter Bergner <bergner@vnet.ibm.com>
a094f6
Date:   Fri Jun 12 15:06:07 2015 -0500
a094f6
a094f6
    Remove unused MTMSRD_L macro and re-add accidentally deleted comment.
a094f6
    
a094f6
    In the commit that added PowerPC Pair Singles, Ben accidentally removed
a094f6
    a comment and re-added an unused MTMSRD_L macro Alan had recently deleted.
a094f6
    This was probably just an oversite when he was refreshing his patch to
a094f6
    trunk.
a094f6
    
a094f6
    opcodes/
a094f6
            * ppc-opc.c: Add comment accidentally removed by old commit.
a094f6
            (MTMSRD_L): Delete.
a094f6
a094f6
### a/opcodes/ChangeLog
a094f6
### b/opcodes/ChangeLog
a094f6
## -1,3 +1,8 @@
a094f6
+2015-06-12  Peter Bergner  <bergner@vnet.ibm.com>
a094f6
+
a094f6
+	* ppc-opc.c: Add comment accidentally removed by old commit.
a094f6
+	(MTMSRD_L): Delete.
a094f6
+
a094f6
 2015-06-04  Nick Clifton  <nickc@redhat.com>
a094f6
 
a094f6
 	PR 18474
a094f6
--- a/opcodes/ppc-opc.c
a094f6
+++ b/opcodes/ppc-opc.c
a094f6
@@ -747,12 +747,12 @@ const struct powerpc_operand powerpc_operands[] =
a094f6
 #define PSD PSQM + 1
a094f6
   {  0xfff, 0, 0, 0,  PPC_OPERAND_PARENS | PPC_OPERAND_SIGNED },
a094f6
 
a094f6
+  /* The L field in an mtmsrd or A form instruction or W in an X form.  */
a094f6
 #define A_L PSD + 1
a094f6
 #define W A_L
a094f6
-#define MTMSRD_L W
a094f6
   { 0x1, 16, NULL, NULL, PPC_OPERAND_OPTIONAL },
a094f6
 
a094f6
-#define RMC MTMSRD_L + 1
a094f6
+#define RMC A_L + 1
a094f6
   { 0x3, 9, NULL, NULL, 0 },
a094f6
 
a094f6
 #define R RMC + 1