Repair ppc build regression.
This commit is contained in:
@@ -2,7 +2,10 @@ Index: libffi/ChangeLog
|
||||
===================================================================
|
||||
--- libffi.orig/ChangeLog
|
||||
+++ libffi/ChangeLog
|
||||
@@ -1,3 +1,8 @@
|
||||
@@ -6,6 +6,11 @@
|
||||
(ffi_call): Silence possibly undefined warning.
|
||||
(ffi_closure_helper_SYSV): Declare variable type.
|
||||
|
||||
+2012-03-19 chennam <csit@axway.com>
|
||||
+
|
||||
+ * src/powerpc/ffi_darwin.c (ffi_prep_closure_loc): Fix AIX closure
|
||||
|
||||
23
patches/mint
23
patches/mint
@@ -2,15 +2,32 @@ Index: libffi/ChangeLog
|
||||
===================================================================
|
||||
--- libffi.orig/ChangeLog
|
||||
+++ libffi/ChangeLog
|
||||
@@ -1,3 +1,8 @@
|
||||
@@ -1,3 +1,13 @@
|
||||
+2012-03-19 Alan Hourihane <alanh@fairlite.co.uk>
|
||||
+
|
||||
+ * src/m68k/ffi.c: Add MINT support.
|
||||
+ * src/m68k/sysv.S: Ditto.
|
||||
+
|
||||
2012-03-19 chennam <csit@axway.com>
|
||||
+2012-03-19 chennam <csit@axway.com>
|
||||
+
|
||||
+ * src/powerpc/ffi_darwin.c (ffi_prep_closure_loc): Fix AIX closure
|
||||
+ support.
|
||||
+
|
||||
2012-04-02 Peter Bergner <bergner@vnet.ibm.com>
|
||||
|
||||
* src/powerpc/ffi_darwin.c (ffi_prep_closure_loc): Fix AIX closure
|
||||
* src/powerpc/ffi.c (ffi_prep_args_SYSV): Declare double_tmp.
|
||||
@@ -6,11 +16,6 @@
|
||||
(ffi_call): Silence possibly undefined warning.
|
||||
(ffi_closure_helper_SYSV): Declare variable type.
|
||||
|
||||
-2012-03-19 chennam <csit@axway.com>
|
||||
-
|
||||
- * src/powerpc/ffi_darwin.c (ffi_prep_closure_loc): Fix AIX closure
|
||||
- support.
|
||||
-
|
||||
2012-03-13 Kaz Kojima <kkojima@gcc.gnu.org>
|
||||
|
||||
* src/sh/ffi.c (ffi_prep_closure_loc): Don't ASSERT ABI test,
|
||||
Index: libffi/src/m68k/ffi.c
|
||||
===================================================================
|
||||
--- libffi.orig/src/m68k/ffi.c
|
||||
|
||||
Reference in New Issue
Block a user