This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] e500 port
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: David Edelsohn <dje at watson dot ibm dot com>
- Cc: Vladimir Makarov <vmakarov at redhat dot com>, Graham Stott <graham dot stott at btinternet dot com>, gcc-patches at gcc dot gnu dot org
- Date: Mon, 29 Jul 2002 14:22:43 -0700
- Subject: Re: [patch] e500 port
- References: <aldyh@redhat.com> <200207292119.RAA23098@makai.watson.ibm.com>
On Mon, Jul 29, 2002 at 05:19:14PM -0400, David Edelsohn wrote:
> And you need to add ppc8540 to the rs6000.md "cpu" attribute.
> Right now you have confused ppc8540 and power4 because you added 8540 to
> the processor_type enum.
Ah poop. Ok, I see that we have ppc8540 in the cpu attribute in our
local tree.
What happened is that Vlad did the scheduling bits for e500 and I
didn't submit this in my e500 patch because I didn't know enough about
it to be able to answer questions on it.
Vlad has agreed to contribute those bits in the next week(s).
Aldy