This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [patch/rfc,rfa:ppc64] Add osabi wildcard support
- From: Andrew Cagney <ac131313 at redhat dot com>
- To: Daniel Jacobowitz <drow at mvista dot com>
- Cc: gdb-patches at sources dot redhat dot com
- Date: Thu, 23 Oct 2003 20:38:17 -0400
- Subject: Re: [patch/rfc,rfa:ppc64] Add osabi wildcard support
- References: <3F986371.9060708@redhat.com> <20031023234150.GA16173@nevyn.them.org>
The table is almost certainly not complete, but that's not the problem
here. The e500 is compatible with ppc - the e500 can run ppc code.
Vice versa is not necessarily true. There's a FIXME in osabi.c saying
that we should look for the most compatible architecture:
FYI, the e500 doesn't have the PPC's FPU so it can't (well ignoring
emulation) run PPC floating-point code.
Andrew