[patch] PR 31937 libffi soft-float support for linux-ppc-32

Jakub Jelinek jakub@redhat.com
Fri Nov 30 20:15:00 GMT 2007


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).

	Jakub



More information about the Java-patches mailing list