This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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


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


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