This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libffi 3.0.9 rc4


On 24.12.09 06:07, Anthony Green wrote:
Greetings...

Unless there's anything terribly wrong with the following...

ftp://sources.redhat.com/pub/libffi/libffi-3.0.9rc4.tar.gz

...I'm going to roll it out as 3.0.9 sometime between Christmas and New
Year (a little later than my original plan of end of November!)

I'm using quilt now, and the quilt patches are being maintained in the
libffi git repository here: http://github.com/atgreen/libffi.  This
makes rebasing from the GCC tree very simple.  I tried using StGit, but
it doesn't maintain copies of the patches in the repo.  I'll update the
libffi web page with this info once the release goes out.

Once again, please update test results here:
http://moxielogic.org/wiki/index.php?title=Libffi_3.0.9

A big thanks to everybody who has been hacking and testing libffi!


This is missing. Will not work w/o on 64-bit FreeBSD, OpenBSD, i386 solaris and darwin.


+case "$target" in + *-apple-darwin10* | *-*-freebsd* | *-*-openbsd* | *-pc-solaris*) + AC_DEFINE(FFI_MMAP_EXEC_WRIT, 1, + [Cannot use malloc on this target, so, we revert to + alternative means]) + ;; +esac


I feel a bit running against windmills.


Andreas


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]