This is the mail archive of the gdb@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]

Re: PowerPC 405 support


On Fri, Jun 23, 2006 at 08:22:41PM -0700, Michael Eager wrote:
> Maybe so.  Most are handled by the opcode tables and bfd.
> I'll ask on the binutils list.
> 
> There is some PPC variant code in rs6000-tdep.c, defining
> recognized variant names, defining registers and referencing
> the correct bfd entry.

Right.  Unless you make manual effort for it, though, that code is
never activated - mostly you'd need to be talking to a JTAG device to
see the different registers anyway.  It'll use whatever architecture
BFD tells it to, or pass a name from "set architecture" back to BFD.

-- 
Daniel Jacobowitz
CodeSourcery


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