[patch] PR 31937 libffi soft-float support for linux-ppc-32
Andreas Tobler
andreast@fgznet.ch
Fri Nov 30 20:32:00 GMT 2007
Jakub Jelinek wrote:
> On Fri, Nov 30, 2007 at 09:04:03PM +0100, Andreas Tobler wrote:
>> --- src/powerpc/ffitarget.h (revision 130474)
>> +++ src/powerpc/ffitarget.h (working copy)
>> @@ -42,15 +43,20 @@
>> #ifdef POWERPC
>> FFI_SYSV,
>> FFI_GCC_SYSV,
>> + FFI_LINUX_SOFT_FLOAT,
>> FFI_LINUX64,
>> FFI_LINUX,
>
> Why do you insert it in the middle? That means you are changing
> libffi ABI for ppc64-linux and recent ppc-linux (with double double
> long doubles).
No reason. I'll put it after FFI_LINUX.
Thanks,
Andreas
More information about the Java-patches
mailing list