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