This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: gc changes for embedded target
- To: "Boehm, Hans" <hans_boehm at hp dot com>, <java-patches at gcc dot gnu dot org>
- Subject: Re: Patch: gc changes for embedded target
- From: "Anthony Green" <green at redhat dot com>
- Date: Mon, 12 Nov 2001 12:14:19 -0800
- References: <40700B4C02ABD5119F000090278766443BED55@hplex1.hpl.hp.com>
Hans wrote:
> Is XSCALE really different from ARM32, which is already treated as a
> architecture by gcconfig.h? Intel's page makes it sounds like it's an
> implementation of some flavor of the ARM instructions set? (If they're the
> same, I would like to see them merged.)
Yes - it is ARM-like. I can merge these.
> Some of the ECOS or NOSYS conditional compilation seems redundant. (It was
> already that way, and I think Tom and I agreed that some of it should
> disappear.)
Ok - I can try to clean some of this up.
Thanks,
AG