From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ADCED3858404; Thu, 3 Nov 2022 18:27:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ADCED3858404 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667500062; bh=2umvVXpKkyUKLIT7Fg/hX/qDDmpUnJZTtvayoQ9sBAs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uq7E8tWnlHe7+HhztJ6mvCJkv1XCDRRmbD6JKic/VQzjEYOSzuTjkfPpwLI1IY91L 8mTZ9zIvZKBtK3rQCIXDc1wY+b52jJ2xxjy3HAJN7XOOMV1h79DltM6OJkZEVJ+HRf Ony5fs6gz0nZ90p53QkpkIYbbZmbl4yGL6waeHTM= From: "cel at us dot ibm.com" To: gdb-prs@sourceware.org Subject: [Bug tdep/29743] [gdb/tdep, powerpc64le] FAIL: gdb.arch/powerpc-power10.exp: found: pmxvbf16ger2 a4,vs0,vs1,0,0,0 Date: Thu, 03 Nov 2022 18:27:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tdep X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cel at us dot ibm.com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29743 Carl E Love changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cel at us dot ibm.com, | |will_schmidt at vnet dot i= bm.com --- Comment #1 from Carl E Love --- Yes, it is a new failure due to the commit.=20=20 The commit changed the names of the the MMA instructions.=20 The mnemonics for the pmxvf16ger*, pmxvf32ger*,pmxvf64ger*, pmxvi4ger8*, pmxvi8ger4*, pmxvi16ger2* instructions were officially changed to pmdmxvf16ger*, pmdmxvf32ger*, pmdmxvf64ger*, pmdmxvi4ger8*, pmdmxvi8ger4*, pmdmxvi16ger* respectively.=20=20 The old mnemonics are still supported by the assembler as extended mnemonic= s.=20 The disassembler generates the new mnemonics.=20 A patch set has been posted to address the name change in this test as well= as the instruction names in the comments of various gdb source files. ----- From: Carl Love To: gdb-patches@sourceware.org Subject: [PATCH 0//2] PowerPC: MMA+ Outer-Product Instruction name change Date: Thu, 03 Nov 2022 10:30:20 -0700 ----- From: Carl Love To: gdb-patches@sourceware.org Subject: [PATCH 1/2] PowerPC: fix for the gdb.arch/powerpc-power10.exp test. Date: Thu, 03 Nov 2022 10:30:32 -0700 ---- From: Carl Love To: gdb-patches@sourceware.org Subject: [PATCH 2/2] PowerPC: update comments for the MMA instruction name changes. Date: Thu, 03 Nov 2022 10:30:41 -0700 Patch set is awaiting review. --=20 You are receiving this mail because: You are on the CC list for the bug.=