Update README
This commit is contained in:
10
README
10
README
@@ -54,6 +54,7 @@ tested:
|
||||
| Alpha | Linux |
|
||||
| Alpha | Tru64 |
|
||||
| ARM | Linux |
|
||||
| ARM | iOS |
|
||||
| AVR32 | Linux |
|
||||
| HPPA | HPUX |
|
||||
| IA-64 | Linux |
|
||||
@@ -139,13 +140,12 @@ History
|
||||
See the ChangeLog files for details.
|
||||
|
||||
3.0.10 ???-??-??
|
||||
Add iOS support.
|
||||
Fix the N64 build on mips-sgi-irix6.5.
|
||||
Testsuite fixes for Tru64 Unix.
|
||||
Enable builds with Microsoft's compiler.
|
||||
Enable x86 builds with Sun's compiler.
|
||||
|
||||
3.0.10 ???-??-??
|
||||
Fix the N64 build on mips-sgi-irix6.5.
|
||||
Enable x86 builds with Oracle's Solaris compiler.
|
||||
Fix support for calling code compiled with Oracle's Sparc
|
||||
Solaris compiler.
|
||||
Testsuite fixes for Tru64 Unix.
|
||||
|
||||
3.0.9 Dec-31-09
|
||||
|
||||
39
patches/ios
39
patches/ios
@@ -786,6 +786,15 @@ Index: libffi/src/arm/sysv.S
|
||||
|
||||
|
||||
/* Below are VFP hard-float ABI call and closure implementations.
|
||||
@@ -371,7 +401,7 @@ LSYM(Lbase_args):
|
||||
@ assume no return value.
|
||||
cmp r2, #0
|
||||
beq LSYM(Lepilogue_vfp)
|
||||
-
|
||||
+
|
||||
cmp r3, #FFI_TYPE_INT
|
||||
streq r0, [r2]
|
||||
beq LSYM(Lepilogue_vfp)
|
||||
Index: libffi/src/closures.c
|
||||
===================================================================
|
||||
--- libffi.orig/src/closures.c
|
||||
@@ -812,3 +821,33 @@ Index: libffi/src/closures.c
|
||||
|
||||
#define USE_LOCKS 1
|
||||
#define USE_DL_PREFIX 1
|
||||
Index: libffi/README
|
||||
===================================================================
|
||||
--- libffi.orig/README
|
||||
+++ libffi/README
|
||||
@@ -54,6 +54,7 @@ tested:
|
||||
| Alpha | Linux |
|
||||
| Alpha | Tru64 |
|
||||
| ARM | Linux |
|
||||
+| ARM | iOS |
|
||||
| AVR32 | Linux |
|
||||
| HPPA | HPUX |
|
||||
| IA-64 | Linux |
|
||||
@@ -139,13 +140,12 @@ History
|
||||
See the ChangeLog files for details.
|
||||
|
||||
3.0.10 ???-??-??
|
||||
+ Add iOS support.
|
||||
Fix the N64 build on mips-sgi-irix6.5.
|
||||
- Testsuite fixes for Tru64 Unix.
|
||||
Enable builds with Microsoft's compiler.
|
||||
- Enable x86 builds with Sun's compiler.
|
||||
-
|
||||
-3.0.10 ???-??-??
|
||||
- Fix the N64 build on mips-sgi-irix6.5.
|
||||
+ Enable x86 builds with Oracle's Solaris compiler.
|
||||
+ Fix support for calling code compiled with Oracle's Sparc
|
||||
+ Solaris compiler.
|
||||
Testsuite fixes for Tru64 Unix.
|
||||
|
||||
3.0.9 Dec-31-09
|
||||
|
||||
Reference in New Issue
Block a user