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

a094f6
commit afa8d4054b8e0b1384f2d07f1c15163c0699d660
a094f6
Author: Peter Bergner <bergner@vnet.ibm.com>
a094f6
Date:   Mon Jan 11 11:54:58 2016 -0600
a094f6
a094f6
    Delete opcodes that have been removed from ISA 3.0.
a094f6
    
a094f6
    opcodes/
a094f6
            * ppc-opc.c <xscmpnedp>: Delete.
a094f6
            <xvcmpnedp>: Likewise.
a094f6
            <xvcmpnedp.>: Likewise.
a094f6
            <xvcmpnesp>: Likewise.
a094f6
            <xvcmpnesp.>: Likewise.
a094f6
    
a094f6
    gas/
a094f6
            * testsuite/gas/ppc/power9.d 
a094f6
            xvcmpnesp, xvcmpnesp.>: Delete tests.
a094f6
            * testsuite/gas/ppc/power9.s: Likewise.
a094f6
            * testsuite/gas/ppc/vsx3.d: Likewise.
a094f6
            * testsuite/gas/ppc/vsx3.s: Likewise.
a094f6
a094f6
### a/opcodes/ChangeLog
a094f6
### b/opcodes/ChangeLog
a094f6
## -1,3 +1,11 @@
a094f6
+2016-01-11  Peter Bergner <bergner@vnet.ibm.com>
a094f6
+
a094f6
+	* ppc-opc.c <xscmpnedp>: Delete.
a094f6
+	<xvcmpnedp>: Likewise.
a094f6
+	<xvcmpnedp.>: Likewise.
a094f6
+	<xvcmpnesp>: Likewise.
a094f6
+	<xvcmpnesp.>: Likewise.
a094f6
+
a094f6
 2016-01-08  Andreas Schwab  <schwab@linux-m68k.org>
a094f6
 
a094f6
 	PR gas/13050
a094f6
--- a/opcodes/ppc-opc.c
a094f6
+++ b/opcodes/ppc-opc.c
a094f6
@@ -6496,7 +6496,6 @@ const struct powerpc_opcode powerpc_opcodes[] = {
a094f6
 {"xsdivsp",	XX3(60,24),	XX3_MASK,    PPCVSX2,	PPCNONE,	{XT6, XA6, XB6}},
a094f6
 {"xsmsubmsp",	XX3(60,25),	XX3_MASK,    PPCVSX2,	PPCNONE,	{XT6, XA6, XB6}},
a094f6
 {"xxperm",	XX3(60,26),	XX3_MASK,    PPCVSX3,	PPCNONE,	{XT6, XA6, XB6}},
a094f6
-{"xscmpnedp",	XX3(60,27),	XX3_MASK,    PPCVSX3,	PPCNONE,	{XT6, XA6, XB6}},
a094f6
 {"xsadddp",	XX3(60,32),	XX3_MASK,    PPCVSX,	PPCNONE,	{XT6, XA6, XB6}},
a094f6
 {"xsmaddadp",	XX3(60,33),	XX3_MASK,    PPCVSX,	PPCNONE,	{XT6, XA6, XB6}},
a094f6
 {"xscmpudp",	XX3(60,35),	XX3BF_MASK,  PPCVSX,	PPCNONE,	{BF, XA6, XB6}},
a094f6
@@ -6551,8 +6550,6 @@ const struct powerpc_opcode powerpc_opcodes[] = {
a094f6
 {"xvmsubmsp",	XX3(60,89),	XX3_MASK,    PPCVSX,	PPCNONE,	{XT6, XA6, XB6}},
a094f6
 {"xxspltib",	X(60,360),	XX1_MASK|3<<19, PPCVSX3,PPCNONE,	{XT6, IMM8}},
a094f6
 {"xxinsertw",	XX2(60,181),	XX2UIM4_MASK,PPCVSX3,	PPCNONE,	{XT6, XB6, UIMM4}},
a094f6
-{"xvcmpnesp",	XX3RC(60,91,0), XX3_MASK,    PPCVSX3,	PPCNONE,	{XT6, XA6, XB6}},
a094f6
-{"xvcmpnesp.",	XX3RC(60,91,1), XX3_MASK,    PPCVSX3,	PPCNONE,	{XT6, XA6, XB6}},
a094f6
 {"xvcvsxwsp",	XX2(60,184),	XX2_MASK,    PPCVSX,	PPCNONE,	{XT6, XB6}},
a094f6
 {"xvrspim",	XX2(60,185),	XX2_MASK,    PPCVSX,	PPCNONE,	{XT6, XB6}},
a094f6
 {"xvtdivsp",	XX3(60,93),	XX3BF_MASK,  PPCVSX,	PPCNONE,	{BF, XA6, XB6}},
a094f6
@@ -6581,8 +6578,6 @@ const struct powerpc_opcode powerpc_opcodes[] = {
a094f6
 {"xvrdpic",	XX2(60,235),	XX2_MASK,    PPCVSX,	PPCNONE,	{XT6, XB6}},
a094f6
 {"xvdivdp",	XX3(60,120),	XX3_MASK,    PPCVSX,	PPCNONE,	{XT6, XA6, XB6}},
a094f6
 {"xvmsubmdp",	XX3(60,121),	XX3_MASK,    PPCVSX,	PPCNONE,	{XT6, XA6, XB6}},
a094f6
-{"xvcmpnedp",	XX3RC(60,123,0), XX3_MASK,   PPCVSX3,	PPCNONE,	{XT6, XA6, XB6}},
a094f6
-{"xvcmpnedp.",	XX3RC(60,123,1), XX3_MASK,   PPCVSX3,	PPCNONE,	{XT6, XA6, XB6}},
a094f6
 {"xvcvsxwdp",	XX2(60,248),	XX2_MASK,    PPCVSX,	PPCNONE,	{XT6, XB6}},
a094f6
 {"xvrdpim",	XX2(60,249),	XX2_MASK,    PPCVSX,	PPCNONE,	{XT6, XB6}},
a094f6
 {"xvtdivdp",	XX3(60,125),	XX3BF_MASK,  PPCVSX,	PPCNONE,	{BF, XA6, XB6}},