On Mar 10, 2006, at 3:10 PM, Sandro Tolaini wrote:
I have done some work on sysv.S and now libffi compiles fine on OSX/
Intel. Unfortunately, I had to put some #ifdef __APPLE__ this file
because Apple ships an old cctools with as that doesn't understand
some directives. My patch works on the
Sandro Tolaini writes:
>
> On 10/mar/2006, at 20:42, Tom Tromey wrote:
>
> > libffi and mudflap were covered by Paolo and Andrew.
>
> I have done some work on sysv.S and now libffi compiles fine on OSX/
> Intel. Unfortunately, I had to put some #ifdef __APPLE__ this file
> because App
On 11/mar/2006, at 02:09, Tom Tromey wrote:
Yes, one of the test cases in the libjava test suite checks this.
Offhand I forget which one... but if you do a 'make check' and send
the list of FAILs we can help analyze them. (This would be better
done on the gcj list, [EMAIL PROTECTED])
This is
> "Sandro" == Sandro Tolaini <[EMAIL PROTECTED]> writes:
>> For best results you will want to make sure that the code to turn
>> signals into exceptions works properly. This is both OS- and
>> architecture dependent. I haven't looked at the x86 darwin port,
>> perhaps some gcc hacking is req
On 10/mar/2006, at 20:42, Tom Tromey wrote:
libffi and mudflap were covered by Paolo and Andrew.
I have done some work on sysv.S and now libffi compiles fine on OSX/
Intel. Unfortunately, I had to put some #ifdef __APPLE__ this file
because Apple ships an old cctools with as that doesn't u
> "Sandro" == Sandro Tolaini <[EMAIL PROTECTED]> writes:
Sandro> Hi everyone, I would like to port gcj/libgcj to i386-darwin. Is there
Sandro> someone already working on that?
Not that I know of.
Sandro> target-zlib: should be sufficient to add i386-darwin to the supported
Sandro> platforms
Paolo Bonzini writes:
>
> > target-zlib: should be sufficient to add i386-darwin to the supported
> > platforms
>
> zlib is being skipped only because libjava is.
>
> > target-boehm-gc: a patch exists for porting to the new platform, so it
> > should be a matter of applying it
>
> W
target-zlib: should be sufficient to add i386-darwin to the supported
platforms
zlib is being skipped only because libjava is.
target-boehm-gc: a patch exists for porting to the new platform, so it
should be a matter of applying it
Well, good.
target-libffi, target-libmudflap, target-libj