This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: 4.1 release libgcj.dll status?
>>>>> "Andrew" == Andrew Pinski <pinskia@physics.uc.edu> writes:
>> Is there a low-level ABI difference between darwin and GNU/Linux ?
Andrew> A slight difference (doubles in structs) but it is about the same.
While this does matter for libffi in general, it shouldn't matter for
libgcj's uses of libffi. libgcj never passes structures via libffi,
only primitive types and pointers.
Tom