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]

libffi 3.0.12 rc2 ready for testing


Thanks for the feedback so far.  I've just uploaded the tarball of
release candidate 2 here:

 ftp://sourceware.org/pub/libffi/libffi-3.0.12-rc2.tar.gz

Again... feedback on the wiki welcome...
http://moxielogic.org/wiki/index.php/Libffi_3.0.12

I'm hoping to make this the most widely tested version of libffi yet.
Here's what changed from yesterday...


2013-02-07  Anthony Green <green@moxielogic.com>

        * configure.ac: Update bug reporting address.
        * configure.in: Rebuild.

        * src/sparc/v8.S (ffi_flush_icache): Out-of-line cache flusher for
        Sun compiler.
        * src/sparc/ffi.c (ffi_call): Remove warning.
        Call ffi_flush_icache for non-GCC builds.
        (ffi_prep_closure_loc): Use ffi_flush_icache.

        * Makefile.am (EXTRA_DIST): Add libtool-ldflags.
        * Makefile.in: Rebuilt.
        * libtool-ldflags: New file.

2013-02-07  Daniel Schepler <dschepler@gmail.com>

        * configure.ac: Correctly identify x32 systems as 64-bit.
        * m4/libtool.m4: Remove libtool expr error.
        * aclocal.m4, configure: Rebuilt.

2013-02-07  Anthony Green <green@moxielogic.com>

        * configure.ac: Fix GCC usage test.
        * configure: Rebuilt.
        * README: Mention LLVM/GCC x86_64 issue.
        * testsuite/Makefile.in: Rebuilt.

2013-02-07  Anthony Green <green@moxielogic.com>

        * testsuite/libffi.call/cls_double_va.c (main): Replace // style
        comments with /* */ for xlc compiler.
        * testsuite/libffi.call/stret_large.c (main): Ditto.
        * testsuite/libffi.call/stret_large2.c (main): Ditto.
        * testsuite/libffi.call/nested_struct1.c (main): Ditto.
        * testsuite/libffi.call/huge_struct.c (main): Ditto.
        * testsuite/libffi.call/float_va.c (main): Ditto.
        * testsuite/libffi.call/cls_struct_va1.c (main): Ditto.
        * testsuite/libffi.call/cls_pointer_stack.c (main): Ditto.
        * testsuite/libffi.call/cls_pointer.c (main): Ditto.
        * testsuite/libffi.call/cls_longdouble_va.c (main): Ditto.

2013-02-06  Anthony Green <green@moxielogic.com>

        * man/ffi_prep_cif.3: Clean up for debian lintian checker.


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