This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] boehm-gc: real x86_64-apple-darwin* support
- From: Eric Christopher <echristo at apple dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, Java Patches <java-patches at gcc dot gnu dot org>
- Date: Thu, 11 Jan 2007 11:57:19 -0800
- Subject: Re: [patch] boehm-gc: real x86_64-apple-darwin* support
- References: <45A69497.5020609@pop.agri.ch>
On Jan 11, 2007, at 11:48 AM, Andreas Tobler wrote:
Hello,
this patch brings real 32 and 64-bit support for (i686-apple|
x86_64) darwin in boehm-gc.
I tested this patch in several combinations. x86_64-apple-darwin8,
i686-apple-darwin8 and powerpc-apple-darwin8.
The powerpc64 test run is missing ;) People know why.
Tested in terms of 'make check' and the test passes.
Thank goes to Eric C. for testing it on the upcoming wildcat.
A similar patch is already committed to the main cvs repository of
bdwgc.
Ok for trunk?
As I've looked at this a few times already... :)
OK.
-eric