This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch]: Sandro's GCJ on Darwin/i386 patches pt.2
- From: Geoffrey Keating <geoffk at apple dot com>
- To: howarth at bromo dot msbb dot uc dot edu (Jack Howarth)
- Cc: gcc-patches at gcc dot gnu dot org, Sandro Tolaini <tolaini at libero dot it>
- Date: 16 Sep 2006 12:20:58 -0700
- Subject: Re: [patch]: Sandro's GCJ on Darwin/i386 patches pt.2
- References: <20060916185559.481CF110013@bromo.msbb.uc.edu>
Hi Jack,
2006-03-28 Sandro Tolaini <tolaini@libero.it>
* configure.ac: Enable Darwin/i386 as a supported target
* src/x86/ffi.c: Port to Darwin/i386
* src/x86/sysv.S: Likewise
* src/prep_cif.c: Likewise
The ChangeLog entry for prep_fic.c should specify which routine is
being altered.
I think this patch needs some re-work to ensure it doesn't affect
other platforms. The prep_cif change looks like it would affect
powerpc-darwin; is this intentional? The sysv.S changes look, in
part, like they would affect all x86 platforms. It also looks like
the sysv.S changes need a corresponding change to the DWARF
information, do they?