public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "Tadej.Pecar@elaphe-ev.com" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug tdep/31681] New: [powerpc] presence of SPE disables VLE instruction decoding
Date: Wed, 24 Apr 2024 13:33:23 +0000	[thread overview]
Message-ID: <bug-31681-4717@http.sourceware.org/bugzilla/> (raw)

https://sourceware.org/bugzilla/show_bug.cgi?id=31681

            Bug ID: 31681
           Summary: [powerpc] presence of SPE disables VLE instruction
                    decoding
           Product: gdb
           Version: HEAD
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: tdep
          Assignee: unassigned at sourceware dot org
          Reporter: Tadej.Pecar@elaphe-ev.com
  Target Milestone: ---

On embedded PowerPC platforms with VLE instruction set (powerpc:vle) the
presence of SPE APU extension overrides the actual architecture to
powerpc:e500.

The architecture is detected correctly as `powerpc:vle` in bfd from compiler
provided section flags (check performed by `_bfd_elf_ppc_set_arch()` at
elf32-ppc.c )

`rs6000_gdbarch_init()` at rs6000-tdep.c then manually parses the apuinfo
section to determine if SPE APU is present and overrides the detected
architecture.

`info->abfd->archinfo` and `info->bfd_arch_info` are out of sync as a result of
this and may be source of additional bugs.

Even after user overrides to `powerpc:vle` the `maint print arch` displays `
bfd_arch_info = powerpc:e500` and the disassembler doesn't properly parse the
instructions (treating them as non-VLE).

The VLE + SPE combination is possible on e200z3/4/6/7 cores (MPC5777C, MPC5775K
being the concrete examples).

-- 
You are receiving this mail because:
You are on the CC list for the bug.

             reply	other threads:[~2024-04-24 13:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-24 13:33 Tadej.Pecar@elaphe-ev.com [this message]
2024-04-24 19:37 ` [Bug tdep/31681] " tromey at sourceware dot org
2024-04-24 19:47 ` Tadej.Pecar@elaphe-ev.com
2024-04-24 20:16 ` Tadej.Pecar@elaphe-ev.com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-31681-4717@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).