]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove unused MTMSRD_L macro and re-add accidentally deleted comment.
authorPeter Bergner <bergner@vnet.ibm.com>
Fri, 12 Jun 2015 20:06:07 +0000 (15:06 -0500)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 24 Aug 2017 12:47:13 +0000 (09:47 -0300)
In the commit that added PowerPC Pair Singles, Ben accidentally removed
a comment and re-added an unused MTMSRD_L macro Alan had recently deleted.
This was probably just an oversite when he was refreshing his patch to
trunk.

opcodes/
* ppc-opc.c: Add comment accidentally removed by old commit.
(MTMSRD_L): Delete.

opcodes/ChangeLog
opcodes/ppc-opc.c

index 93730c3b052ff1f775eab584749d6721f3a086db..da1fdac2b8e044e0965ed4ff007b08d4a8f92337 100644 (file)
@@ -1,6 +1,10 @@
 2015-07-10  Alan Modra  <amodra@gmail.com>
 
        Apply from master
+       2015-06-12  Peter Bergner  <bergner@vnet.ibm.com>
+       * ppc-opc.c: Add comment accidentally removed by old commit.
+       (MTMSRD_L): Delete.
+
        2015-06-04  Peter Bergner  <bergner@vnet.ibm.com>
        * ppc-opc.c: (powerpc_opcodes) <hwsync>: New extended mnemonic.
 
index 5bcaad435e3a638c64f70ca5320ad23ec7e0ab98..f68d9de767b624757ec2b579ec7ac8c542af6022 100644 (file)
@@ -747,12 +747,12 @@ const struct powerpc_operand powerpc_operands[] =
 #define PSD PSQM + 1
   {  0xfff, 0, 0, 0,  PPC_OPERAND_PARENS | PPC_OPERAND_SIGNED },
 
+  /* The L field in an mtmsrd or A form instruction or W in an X form.  */
 #define A_L PSD + 1
 #define W A_L
-#define MTMSRD_L W
   { 0x1, 16, NULL, NULL, PPC_OPERAND_OPTIONAL },
 
-#define RMC MTMSRD_L + 1
+#define RMC A_L + 1
   { 0x3, 9, NULL, NULL, 0 },
 
 #define R RMC + 1