2008-02-21 Anthony Green <green@redhat.com>

* configure.ac: Bump version to 3.0.2.
        * configure, doc/stamp-vti, doc/version.texi: Rebuilt.
        * libtool-version: Increment revision.
        * README: Update for new release.

2008-02-21  Björn König <bkoenig@alpha-tierchen.de>

        * src/x86/freebsd.S: New file.
        * configure.ac: Add x86 FreeBSD support.
        * Makefile.am: Ditto.
This commit is contained in:
green
2008-02-21 13:36:19 +00:00
parent ac35bfc6fc
commit d5fa5633d5
9 changed files with 145 additions and 88 deletions

View File

@@ -1,7 +1,7 @@
Status
======
libffi-3.0.1 was released on February 15, 2008. Check the libffi web
libffi-3.0.2 was released on February 21, 2008. Check the libffi web
page for updates: <URL:http://sourceware.org/libffi/>.
@@ -51,6 +51,7 @@ release was only tested on:
sparc solaris (SPARC V9 ABI)
x86 cygwin
x86 darwin
x86 freebsd
x86 linux
x86-64 linux
x86-64 OS X
@@ -152,8 +153,13 @@ arguments' test).
History
=======
3.0.2 Feb-21-08
Improved x86 FreeBSD support.
Thanks to Björn König.
3.0.1 Feb-15-08
Fix instruction cache flushing bug on MIPS.
Thanks to David Daney.
3.0.0 Feb-15-08
Many changes, mostly thanks to the GCC project.