From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3CC8E3849AC1; Wed, 24 Apr 2024 19:37:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3CC8E3849AC1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713987474; bh=dvK00oEg4PfeON3DiolO4/EmCJwA9txAVhw++ynNyCQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SJKpvPso2TnSo7CVoA4giIvKMMokUwEtf6uod7a1D/hVIcWgIVn8dGFXux1h/FweG MRHIjMCyJZv0f6FxWjHomc1DMikm7oJB0X8ugn+JDCjOQvjva43cdN6gQVvvpgp8Hw 6jUN8A6KdDnfYKjhIJkbo6+pWV4kNoRAMTjv+e1w= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug tdep/31681] [powerpc] presence of SPE disables VLE instruction decoding Date: Wed, 24 Apr 2024 19:37:53 +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: tromey at sourceware dot org X-Bugzilla-Status: UNCONFIRMED 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=3D31681 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at sourceware dot o= rg --- Comment #1 from Tom Tromey --- AdaCore has had this patch for ages; I'm not sure why it was apparently never submitted. Can you try it? (I don't know if this will help you or not, I just saw "VLE" and remembered that this existed.) diff --git a/gdb/rs6000-tdep.c b/gdb/rs6000-tdep.c index 67c7a361259..2086e2f3e77 100644 --- a/gdb/rs6000-tdep.c +++ b/gdb/rs6000-tdep.c @@ -3241,6 +3241,8 @@ static struct variant variants[] =3D { {"powerpc", "PowerPC user-level", bfd_arch_powerpc, bfd_mach_ppc, &tdesc_powerpc_altivec32}, + {"powerpc", "PowerPC user-level (VLE)", bfd_arch_powerpc, + bfd_mach_ppc_vle, &tdesc_powerpc_altivec32}, {"power", "POWER user-level", bfd_arch_rs6000, bfd_mach_rs6k, &tdesc_rs6000}, {"403", "IBM PowerPC 403", bfd_arch_powerpc, --=20 You are receiving this mail because: You are on the CC list for the bug.=