summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2012-04-27 08:29:48 -0400
committerAnthony Green <green@moxielogic.com>2012-04-27 08:29:48 -0400
commit09b23cfc1d6d15361eee18818851fd3cacb26559 (patch)
tree063d13b31aacc5e6f8c62d23c87f154c5706f3be /README
parent213ed15c70e72d666154c08e2b41dae3f61f20d3 (diff)
downloadlibffi-09b23cfc1d6d15361eee18818851fd3cacb26559.tar.gz
Update README with Blackfin/uClinux support
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index bcc7178..ec240a4 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
Status
======
-libffi-3.0.11 was released on April 11, 2012. Check the libffi web
-page for updates: <URL:http://sourceware.org/libffi/>.
+libffi-3.0.XX was released on XXXXXXX. Check the libffi web page for
+updates: <URL:http://sourceware.org/libffi/>.
What is libffi?
@@ -56,6 +56,7 @@ tested:
| ARM | Linux |
| ARM | iOS |
| AVR32 | Linux |
+| Blackfin | uClinux |
| HPPA | HPUX |
| IA-64 | Linux |
| M68K | FreeMiNT |
@@ -148,6 +149,9 @@ History
See the ChangeLog files for details.
+3.0.12 XXX-XX-XX
+ Add Blackfin support.
+
3.0.11 Apr-11-12
Add support for variadic functions (ffi_prep_cif_var).
Add Linux/x32 support.