This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/19797] Unsupported powerpc bfd arch/machine variants


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

Alexander Fedotov <alfedotov at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alfedotov at gmail dot com

--- Comment #1 from Alexander Fedotov <alfedotov at gmail dot com> ---
Hi

It seems I have faced with the same issue, but with older GDB (7.8.2). It
doesn't matter actually because source of rs6000-tdep.c not changed
significantly.

I added SPRs description for PowerPC VLE target and want to force target
description by "set architecture powerpc:vle".

But problem is more general as I understand. When gdb client is connected to
remote target, it throws any attempts to set architecture in function
"rs6000_gdbarch_init()" because tdesc_has_registers(tdesc) returns true.

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]