summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2011-02-17 20:39:21 -0500
committerAnthony Green <green@moxielogic.com>2011-02-17 20:39:21 -0500
commitcbb062cc35c518004f1ab45c847f8ec4f66069ad (patch)
treebbd8915c039f7ce4a1b420957eb944f9b5042491 /README
parent8cf8878425e9971866fa6b27a3e4914729ad3960 (diff)
downloadlibffi-cbb062cc35c518004f1ab45c847f8ec4f66069ad.tar.gz
Another non-GCC configury fix
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 5 insertions, 8 deletions
diff --git a/README b/README
index 4f524b9..168c7f1 100644
--- a/README
+++ b/README
@@ -145,18 +145,15 @@ History
See the ChangeLog files for details.
3.0.10 ???-??-??
-
- Add support for Apple's iOS, 64-bit PowerPC OSX, IBM's OS/2,
- and more. See table for details.
- Add support for native vendor compilers for AIX, IRIX, Solaris
- and Windows.
+ Add support for Apple's iOS.
Add support for ARM VFP ABI.
Add RTEMS support for MIPS and M68K.
Fix the N64 build on mips-sgi-irix6.5.
- Remove debugging code from non-debug build.
+ Enable builds with Microsoft's compiler.
+ Enable x86 builds with Oracle's Solaris compiler.
Fix support for calling code compiled with Oracle's Sparc
- Solaris compiler from a GCC compiled libffi.
- Many minor bug and testsuite fixes.
+ Solaris compiler.
+ Testsuite fixes for Tru64 Unix.
3.0.9 Dec-31-09
Add AVR32 and win64 ports. Add ARM softfp support.