summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2011-02-08 14:28:59 -0500
committerAnthony Green <green@moxielogic.com>2011-02-08 14:28:59 -0500
commit3b836249feae6d08d3e6887486e4b9961ddafa09 (patch)
tree0ee67ff2525e1b64691dc9d46783a641ade155f5 /patches
parenta26e3940619faeba6de54824c9540c90b1aab513 (diff)
downloadlibffi-3b836249feae6d08d3e6887486e4b9961ddafa09.tar.gz
Rebase from GCC
Diffstat (limited to 'patches')
-rw-r--r--patches/debug-build2
-rw-r--r--patches/ffi_last_abi4
-rw-r--r--patches/ml64-safeseh2
-rw-r--r--patches/msvcc-warning2
-rw-r--r--patches/stdcall-x86-closure-fix2
-rw-r--r--patches/win64-struct-args2
-rw-r--r--patches/win64-underscore2
-rw-r--r--patches/x86_pcrel_test4
8 files changed, 10 insertions, 10 deletions
diff --git a/patches/debug-build b/patches/debug-build
index b88c9b4..e98da60 100644
--- a/patches/debug-build
+++ b/patches/debug-build
@@ -2,7 +2,7 @@ Index: libffi/ChangeLog
===================================================================
--- libffi.orig/ChangeLog
+++ libffi/ChangeLog
-@@ -109,6 +109,13 @@
+@@ -123,6 +123,13 @@
* testsuite/libffi.call/cls_longdouble.c: Likewise.
* testsuite/libffi.call/huge_struct.c: Likewise.
diff --git a/patches/ffi_last_abi b/patches/ffi_last_abi
index df1d80d..e637f44 100644
--- a/patches/ffi_last_abi
+++ b/patches/ffi_last_abi
@@ -2,7 +2,7 @@ Index: libffi/ChangeLog
===================================================================
--- libffi.orig/ChangeLog
+++ libffi/ChangeLog
-@@ -109,6 +109,12 @@
+@@ -123,6 +123,12 @@
* testsuite/libffi.call/cls_longdouble.c: Likewise.
* testsuite/libffi.call/huge_struct.c: Likewise.
@@ -127,7 +127,7 @@ Index: libffi/src/mips/ffitarget.h
===================================================================
--- libffi.orig/src/mips/ffitarget.h
+++ libffi/src/mips/ffitarget.h
-@@ -186,30 +186,29 @@ typedef enum ffi_abi {
+@@ -194,30 +194,29 @@ typedef enum ffi_abi {
FFI_O32_SOFT_FLOAT,
FFI_N32_SOFT_FLOAT,
FFI_N64_SOFT_FLOAT,
diff --git a/patches/ml64-safeseh b/patches/ml64-safeseh
index 4e0a83c..eeb8f19 100644
--- a/patches/ml64-safeseh
+++ b/patches/ml64-safeseh
@@ -2,7 +2,7 @@ Index: libffi/ChangeLog
===================================================================
--- libffi.orig/ChangeLog
+++ libffi/ChangeLog
-@@ -117,6 +117,10 @@
+@@ -131,6 +131,10 @@
* src/prep_cif.c: Push stack space computation into src/x86/ffi.c
for X86_ANY so return value space doesn't get added twice.
diff --git a/patches/msvcc-warning b/patches/msvcc-warning
index 56cd929..f0c66b1 100644
--- a/patches/msvcc-warning
+++ b/patches/msvcc-warning
@@ -76,7 +76,7 @@ Index: libffi/ChangeLog
===================================================================
--- libffi.orig/ChangeLog
+++ libffi/ChangeLog
-@@ -175,6 +175,11 @@
+@@ -189,6 +189,11 @@
* man/Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.
diff --git a/patches/stdcall-x86-closure-fix b/patches/stdcall-x86-closure-fix
index 36026e2..ef17356 100644
--- a/patches/stdcall-x86-closure-fix
+++ b/patches/stdcall-x86-closure-fix
@@ -2,7 +2,7 @@ Index: libffi/ChangeLog
===================================================================
--- libffi.orig/ChangeLog
+++ libffi/ChangeLog
-@@ -109,6 +109,14 @@
+@@ -123,6 +123,14 @@
* testsuite/libffi.call/cls_longdouble.c: Likewise.
* testsuite/libffi.call/huge_struct.c: Likewise.
diff --git a/patches/win64-struct-args b/patches/win64-struct-args
index 4bdb9b9..e4673f4 100644
--- a/patches/win64-struct-args
+++ b/patches/win64-struct-args
@@ -51,7 +51,7 @@ Index: libffi/ChangeLog
===================================================================
--- libffi.orig/ChangeLog
+++ libffi/ChangeLog
-@@ -146,6 +146,14 @@
+@@ -160,6 +160,14 @@
* fficonfig.h.in: Regenerate.
* src/x86/sysv.S (.eh_frame): Use .ascii, .string or error.
diff --git a/patches/win64-underscore b/patches/win64-underscore
index 5699fcb..ebdcca4 100644
--- a/patches/win64-underscore
+++ b/patches/win64-underscore
@@ -2,7 +2,7 @@ Index: libffi/ChangeLog
===================================================================
--- libffi.orig/ChangeLog
+++ libffi/ChangeLog
-@@ -42,6 +42,13 @@
+@@ -56,6 +56,13 @@
(.eh_frame): Use FDE_ENCODING.
(.LASFDE1, .LASFDE2, LASFDE3): Simplify with FDE_ENCODE.
diff --git a/patches/x86_pcrel_test b/patches/x86_pcrel_test
index a8fd8c4..6fb03af 100644
--- a/patches/x86_pcrel_test
+++ b/patches/x86_pcrel_test
@@ -8,9 +8,9 @@ Index: libffi/ChangeLog
+ * configure.ac: Fix x86 test for pc related relocs.
+ * confifure: Rebuilt.
+
- 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
+ 2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com>
- PR target/40125
+ * libffi/src/m68k/ffi.c: Add RTEMS support for cache flushing.
Index: libffi/configure
===================================================================
--- libffi.orig/configure