This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]