--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mozilla-aarch64-bmo-810631.patch Sun Apr 13 16:54:09 2014 +0200
@@ -0,0 +1,100372 @@
+
+# HG changeset patch
+# User Ryan VanderMeulen <ryanvm@gmail.com>
+# Date 1395835684 14400
+# Node ID 1c6abf8c653a8788f5f2cb30779e46647ac8d504
+# Parent 9afe2a1145bd2962684186fe78d0fc4773630144
+Bug 810631 - Update libffi to version 3.1rc1.
+
+diff --git a/js/src/ctypes/libffi/ChangeLog b/js/src/ctypes/libffi/ChangeLog
+--- a/js/src/ctypes/libffi/ChangeLog
++++ b/js/src/ctypes/libffi/ChangeLog
+@@ -1,4259 +1,4883 @@
+-2010-08-05 Dan Witte <dwitte@mozilla.com>
+-
+- * Makefile.am: Pass FFI_DEBUG define to msvcc.sh for linking to the
+- debug CRT when --enable-debug is given.
+- * configure.ac: Define it.
+- * msvcc.sh: Translate -g and -DFFI_DEBUG appropriately.
+-
+-2010-08-04 Dan Witte <dwitte@mozilla.com>
+-
+- * src/x86/ffitarget.h: Add X86_ANY define for all x86/x86_64
+- platforms.
+- * src/x86/ffi.c: Remove redundant ifdef checks.
+- * src/prep_cif.c: Push stack space computation into src/x86/ffi.c
+- for X86_ANY so return value space doesn't get added twice.
+-
+-2010-08-03 Neil Rashbrooke <neil@parkwaycc.co.uk>
+-
+- * msvcc.sh: Don't pass -safeseh to ml64 because behavior is buggy.
+-
+-2010-07-22 Dan Witte <dwitte@mozilla.com>
+-
+- * src/*/ffitarget.h: Make FFI_LAST_ABI one past the last valid ABI.
+- * src/prep_cif.c: Fix ABI assertion.
+- * src/cris/ffi.c: Ditto.
+-
+-2010-07-10 Evan Phoenix <evan@fallingsnow.net>
+-
+- * src/closures.c (selinux_enabled_check): Fix strncmp usage bug.
+-
+-2010-07-07 Dan Horák <dan@danny.cz>
+-
+- * include/ffi.h.in: Protect #define with #ifndef.
+- * src/powerpc/ffitarget.h: Ditto.
+- * src/s390/ffitarget.h: Ditto.
+- * src/sparc/ffitarget.h: Ditto.
+-
+-2010-05-11 Dan Witte <dwitte@mozilla.com>
+-
+- * doc/libffi.tex: Document previous change.
+-
+-2010-05-11 Makoto Kato <m_kato@ga2.so-net.ne.jp>
+-
+- * src/x86/ffi.c (ffi_call): Don't copy structs passed by value.
+-
+-2010-05-05 Michael Kohler <michaelkohler@live.com>
+-
+- * src/dlmalloc.c (dlfree): Fix spelling.
+- * src/ia64/ffi.c (ffi_prep_cif_machdep): Ditto.
+- * configure.ac: Ditto.
+- * configure: Rebuilt.
+-
+-2010-04-13 Dan Witte <dwitte@mozilla.com>
+-
+- * msvcc.sh: Build with -W3 instead of -Wall.
+- * src/powerpc/ffi_darwin.c: Remove build warnings.
+- * src/x86/ffi.c: Ditto.
+- * src/x86/ffitarget.h: Ditto.
+-
+-2010-03-30 Dan Witte <dwitte@mozilla.com>
+-
+- * msvcc.sh: Disable build warnings.
+- * README (tested): Clarify windows build procedure.
+-
+-2010-03-14 Matthias Klose <doko@ubuntu.com>
+-
+- * src/x86/ffi64.c: Fix typo in comment.
+- * src/x86/ffi.c: Use /* ... */ comment style.
+-
+-2010-07-07 Neil Roberts <neil@linux.intel.com>
+-
+- * src/x86/sysv.S (ffi_call_SYSV): Align the stack pointer to
+- 16-bytes.
+-
+-2010-07-02 Jakub Jelinek <jakub@redhat.com>
+-
+- * Makefile.am (AM_MAKEFLAGS): Pass also mandir to submakes.
+- * Makefile.in: Regenerated.
+-
+-2010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+-
+- * configure.ac (libffi_cv_as_x86_pcrel): Check for illegal in as
+- output, too.
+- (libffi_cv_as_ascii_pseudo_op): Check for .ascii.
+- (libffi_cv_as_string_pseudo_op): Check for .string.
+- * configure: Regenerate.
+- * fficonfig.h.in: Regenerate.
+- * src/x86/sysv.S (.eh_frame): Use .ascii, .string or error.
+-
+-2010-04-07 Jakub Jelinek <jakub@redhat.com>
+-
+- * regex.c (byte_re_match_2_internal): Avoid set but not used
+- warning.
+-
+-2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+-
+- * Makefile.in: Regenerate.
+- * aclocal.m4: Regenerate.
+- * include/Makefile.in: Regenerate.
+- * man/Makefile.in: Regenerate.
+- * testsuite/Makefile.in: Regenerate.
+-
+-2010-03-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+-
+- * configure.ac (libffi_cv_as_x86_64_unwind_section_type): New test.
+- * configure: Regenerate.
+- * fficonfig.h.in: Regenerate.
+- * libffi/src/x86/unix64.S (.eh_frame)
+- [HAVE_AS_X86_64_UNWIND_SECTION_TYPE]: Use @unwind section type.
+-
+-2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+-
+- * doc/libffi.texi (The Closure API): Fix typo.
+- * doc/libffi.info: Remove.
+-
+-2010-02-15 Matthias Klose <doko@ubuntu.com>
+-
+- * src/arm/sysv.S (__ARM_ARCH__): Define for processor
+- __ARM_ARCH_7EM__.
+-
+-2010-01-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+-
+- PR libffi/40701
+- * testsuite/libffi.call/ffitest.h [__alpha__ && __osf__] (PRIdLL,
+- PRIuLL, PRId64, PRIu64, PRIuPTR): Define.
+- * testsuite/libffi.call/cls_align_sint64.c: Add -Wno-format on
+- alpha*-dec-osf*.
+- * testsuite/libffi.call/cls_align_uint64.c: Likewise.
+- * testsuite/libffi.call/cls_ulonglong.c: Likewise.
+- * testsuite/libffi.call/return_ll1.c: Likewise.
+- * testsuite/libffi.call/stret_medium2.c: Likewise.
+- * testsuite/libffi.special/ffitestcxx.h (allocate_mmap): Cast
+- MAP_FAILED to char *.
+-
+-2010-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+-
+- * src/mips/n32.S: Use .abicalls and .eh_frame with __GNUC__.
+-
+-2009-12-31 Anthony Green <green@redhat.com>
+-
+- * README: Update for libffi 3.0.9.
+-
+-2009-12-27 Matthias Klose <doko@ubuntu.com>
+-
+- * configure.ac (HAVE_LONG_DOUBLE): Define for mips when
+- appropriate.
+- * configure: Rebuilt.
+-
+-2009-12-26 Anthony Green <green@redhat.com>
+-
+- * testsuite/libffi.call/cls_longdouble_va.c: Mark as xfail for
+- avr32*-*-*.
+- * testsuite/libffi.call/cls_double_va.c: Ditto.
+-
+-2009-12-26 Andreas Tobler <a.tobler@schweiz.org>
+-
+- * testsuite/libffi.call/ffitest.h: Conditionally include stdint.h
+- and inttypes.h.
+- * testsuite/libffi.special/unwindtest.cc: Ditto.
+-
+-2009-12-26 Andreas Tobler <a.tobler@schweiz.org>
+-
+- * configure.ac: Add amd64-*-openbsd*.
+- * configure: Rebuilt.
+- * testsuite/lib/libffi-dg.exp (libffi_target_compile): Link
+- openbsd programs with -lpthread.
+-
+-2009-12-26 Anthony Green <green@redhat.com>
+-
+- * testsuite/libffi.call/cls_double_va.c,
+- testsuite/libffi.call/cls_longdouble.c,
+- testsuite/libffi.call/cls_longdouble_va.c,
+- testsuite/libffi.call/cls_pointer.c,
+- testsuite/libffi.call/cls_pointer_stack.c: Remove xfail for
+- mips*-*-* and arm*-*-*.
+- * testsuite/libffi.call/cls_align_longdouble_split.c,
+- testsuite/libffi.call/cls_align_longdouble_split2.c,
+- testsuite/libffi.call/stret_medium2.c,
+- testsuite/libffi.call/stret_medium.c,
+- testsuite/libffi.call/stret_large.c,
+- testsuite/libffi.call/stret_large2.c: Remove xfail for arm*-*-*.
+-
+-2009-12-31 Kay Tietz <ktietz70@googlemail.com>
+-
+- * testsuite/libffi.call/ffitest.h,
+- testsuite/libffi.special/ffitestcxx.h (PRIdLL, PRuLL): Fix
+- definitions.
+-
+-2009-12-31 Carlo Bramini <carlo.bramix@libero.it>
+-
+- * configure.ac (AM_LTLDFLAGS): Define for windows hosts.
+- * Makefile.am (libffi_la_LDFLAGS): Add AM_LTLDFLAGS.
+- * configure: Rebuilt.
+- * Makefile.in: Rebuilt.
+-
+-2009-12-31 Anthony Green <green@redhat.com>
+- Blake Chaffin.
+-
+- * testsuite/libffi.call/huge_struct.c: New test case from Blake
+- Chaffin @ Apple.
+-
+-2009-12-28 David Edelsohn <edelsohn@gnu.org>
+-
+- * src/powerpc/ffi_darwin.c (ffi_prep_args): Copy abi and nargs to
+- local variables.
+- (aix_adjust_aggregate_sizes): New function.
+- (ffi_prep_cif_machdep): Call it.
+-
+-2009-12-26 Andreas Tobler <a.tobler@schweiz.org>
+-
+- * configure.ac: Define FFI_MMAP_EXEC_WRIT for the given targets.
+- * configure: Regenerate.
+- * fficonfig.h.in: Likewise.
+- * src/closures.c: Remove the FFI_MMAP_EXEC_WRIT definition for
+- Solaris/x86.
+-
+-2009-12-26 Andreas Schwab <schwab@linux-m68k.org>
+-
+- * src/powerpc/ffi.c (ffi_prep_args_SYSV): Advance intarg_count
+- when a float arguments is passed in memory.
+- (ffi_closure_helper_SYSV): Mark general registers as used up when
+- a 64bit or soft-float long double argument is passed in memory.
+-
+-2009-12-25 Matthias Klose <doko@ubuntu.com>
+-
+- * man/ffi_call.3: Fix #include in examples.
+- * doc/libffi.texi: Add dircategory.
+-
+-2009-12-25 Frank Everdij <f.p.x.everdij@tudelft.nl>
+-
+- * include/ffi.h.in: Placed '__GNUC__' ifdef around
+- '__attribute__((aligned(8)))' in ffi_closure, fixes compile for
+- IRIX MIPSPro c99.
+- * include/ffi_common.h: Added '__sgi' define to non
+- '__attribute__((__mode__()))' integer typedefs.
+- * src/mips/ffi.c (ffi_call, ffi_closure_mips_inner_O32,
+- ffi_closure_mips_inner_N32): Added 'defined(_MIPSEB)' to BE check.
+- (ffi_closure_mips_inner_O32, ffi_closure_mips_inner_N32): Added
+- FFI_LONGDOUBLE support and alignment(N32 only).
+- * src/mips/ffitarget.h: Corrected '#include <sgidefs.h>' for IRIX and
+- fixed non '__attribute__((__mode__()))' integer typedefs.
+- * src/mips/n32.S: Put '#ifdef linux' around '.abicalls' and '.eh_frame'
+- since they are Linux/GNU Assembler specific.
+-
+-2009-12-25 Bradley Smith <brad@brad-smith.co.uk>
+-
+- * configure.ac, Makefile.am, src/avr32/ffi.c,
+- src/avr32/ffitarget.h,
+- src/avr32/sysv.S: Add AVR32 port.
+- * configure, Makefile.in: Rebuilt.
+-
+-2009-12-21 Andreas Tobler <a.tobler@schweiz.org>
+-
+- * configure.ac: Make i?86 build on FreeBSD and OpenBSD.
+- * configure: Regenerate.
+-
+-2009-12-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+-
+- * testsuite/libffi.call/ffitest.h: Define PRIuPTR on PA HP-UX.
+-
+-2009-12-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+-
+- * src/pa/ffi.c (ffi_closure_inner_pa32): Handle FFI_TYPE_LONGDOUBLE
+- type on HP-UX.
+-
+-2009-12-11 Eric Botcazou <ebotcazou@adacore.com>
+-
+- * src/sparc/ffi.c (ffi_closure_sparc_inner_v9): Properly align 'long
+- double' arguments.
+-
+-2009-12-11 Eric Botcazou <ebotcazou@adacore.com>
+-
+- * testsuite/libffi.call/ffitest.h: Define PRIuPTR on Solaris < 10.
+-
+-2009-12-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+-
+- PR libffi/40700
+- * src/closures.c [X86_64 && __sun__ && __svr4__]
+- (FFI_MMAP_EXEC_WRIT): Define.
+-
+-2009-12-08 David Daney <ddaney@caviumnetworks.com>
+-
+- * testsuite/libffi.call/stret_medium.c: Remove xfail for mips*-*-*
+- * testsuite/libffi.call/cls_align_longdouble_split2.c: Same.
+- * testsuite/libffi.call/stret_large.c: Same.
+- * testsuite/libffi.call/cls_align_longdouble_split.c: Same.
+- * testsuite/libffi.call/stret_large2.c: Same.
+- * testsuite/libffi.call/stret_medium2.c: Same.
+-
+-2009-12-07 David Edelsohn <edelsohn@gnu.org>
+-
+- * src/powerpc/aix_closure.S (libffi_closure_ASM): Fix tablejump
+- typo.
+-
+-2009-12-05 David Edelsohn <edelsohn@gnu.org>
+-
+- * src/powerpc/aix.S: Update AIX32 code to be consistent with AIX64
+- code.
+- * src/powerpc/aix_closure.S: Same.
+-
+-2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+-
+- * Makefile.in: Regenerate.
+- * configure: Regenerate.
+- * include/Makefile.in: Regenerate.
+- * man/Makefile.in: Regenerate.
+- * testsuite/Makefile.in: Regenerate.
+-
+-2009-12-04 David Edelsohn <edelsohn@gnu.org>
+-
+- * src/powerpc/aix_closure.S: Reorganize 64-bit code to match
+- linux64_closure.S.
+-
+-2009-12-04 Uros Bizjak <ubizjak@gmail.com>
+-
+- PR libffi/41908
+- * src/x86/ffi64.c (classify_argument): Update from
+- gcc/config/i386/i386.c.
+- (ffi_closure_unix64_inner): Do not use the address of two consecutive
+- SSE registers directly.
+- * testsuite/libffi.call/cls_dbls_struct.c (main): Remove xfail
+- for x86_64 linux targets.
+-
+-2009-12-04 David Edelsohn <edelsohn@gnu.org>
+-
+- * src/powerpc/ffi_darwin.c (ffi_closure_helper_DARWIN): Increment
+- pfr for long double split between fpr13 and stack.
+-
+-2009-12-03 David Edelsohn <edelsohn@gnu.org>
+-
+- * src/powerpc/ffi_darwin.c (ffi_prep_args): Increment next_arg and
+- fparg_count twice for long double.
+-
+-2009-12-03 David Edelsohn <edelsohn@gnu.org>
+-
+- PR libffi/42243
+- * src/powerpc/ffi_darwin.c (ffi_prep_args): Remove extra parentheses.
+-
+-2009-12-03 Uros Bizjak <ubizjak@gmail.com>
+-
+- * testsuite/libffi.call/cls_longdouble_va.c (main): Fix format string.
+- Remove xfails for x86 linux targets.
+-
+-2009-12-02 David Edelsohn <edelsohn@gnu.org>
+-
+- * src/powerpc/ffi_darwin.c (ffi_prep_args): Fix typo in INT64
+- case.
+-
+-2009-12-01 David Edelsohn <edelsohn@gnu.org>
+-
+- * src/powerpc/aix.S (ffi_call_AIX): Convert to more standard
+- register usage. Call ffi_prep_args directly. Add long double
+- return value support.
+- * src/powerpc/ffi_darwin.c (ffi_prep_args): Double arg increment
+- applies to FFI_TYPE_DOUBLE. Correct fpr_base increment typo.
+- Separate FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases.
+- (ffi_prep_cif_machdep): Only 16 byte stack alignment in 64 bit
+- mode.
+- (ffi_closure_helper_DARWIN): Remove nf and ng counters. Move temp
+- into case.
+- * src/powerpc/aix_closure.S: Maintain 16 byte stack alignment.
+- Allocate result area between params and FPRs.
+-
+-2009-11-30 David Edelsohn <edelsohn@gnu.org>
+-
+- PR target/35484
+- * src/powerpc/ffitarget.h (POWERPC64): Define for PPC64 Linux and
+- AIX64.
+- * src/powerpc/aix.S: Implement AIX64 version.
+- * src/powerpc/aix_closure.S: Implement AIX64 version.
+- (ffi_closure_ASM): Use extsb, lha and displament addresses.
+- * src/powerpc/ffi_darwin.c (ffi_prep_args): Implement AIX64
+- support.
+- (ffi_prep_cif_machdep): Same.
+- (ffi_call): Same.
+- (ffi_closure_helper_DARWIN): Same.
+-
+-2009-11-02 Andreas Tobler <a.tobler@schweiz.org>
+-
+- PR libffi/41908
+- * testsuite/libffi.call/testclosure.c: New test.
+-
+-2009-09-28 Kai Tietz <kai.tietz@onevision.com>
+-
+- * src/x86/win64.S (_ffi_call_win64 stack): Remove for gnu
+- assembly version use of ___chkstk.
+-
+-2009-09-23 Matthias Klose <doko@ubuntu.com>
+-
+- PR libffi/40242, PR libffi/41443
+- * src/arm/sysv.S (__ARM_ARCH__): Define for processors
+- __ARM_ARCH_6T2__, __ARM_ARCH_6M__, __ARM_ARCH_7__,
+- __ARM_ARCH_7A__, __ARM_ARCH_7R__, __ARM_ARCH_7M__.
+- Change the conditionals to __SOFTFP__ || __ARM_EABI__
+- for -mfloat-abi=softfp to work.
+-
+-2009-09-17 Loren J. Rittle <ljrittle@acm.org>
+-
+- PR testsuite/32843 (strikes again)
+- * src/x86/ffi.c (ffi_prep_cif_machdep): Add X86_FREEBSD to
+- enable proper extension on char and short.
+-
+-2009-09-15 David Daney <ddaney@caviumnetworks.com>
+-
+- * src/java_raw_api.c (ffi_java_raw_to_rvalue): Remove special
+- handling for FFI_TYPE_POINTER.
+- * src/mips/ffitarget.h (FFI_TYPE_STRUCT_D_SOFT,
+- FFI_TYPE_STRUCT_F_SOFT, FFI_TYPE_STRUCT_DD_SOFT,
+- FFI_TYPE_STRUCT_FF_SOFT, FFI_TYPE_STRUCT_FD_SOFT,
+- FFI_TYPE_STRUCT_DF_SOFT, FFI_TYPE_STRUCT_SOFT): New defines.
+- (FFI_N32_SOFT_FLOAT, FFI_N64_SOFT_FLOAT): New ffi_abi enumerations.
+- (enum ffi_abi): Set FFI_DEFAULT_ABI for soft-float.
+- * src/mips/n32.S (ffi_call_N32): Add handling for soft-float
+- structure and pointer returns.
+- (ffi_closure_N32): Add handling for pointer returns.
+- * src/mips/ffi.c (ffi_prep_args, calc_n32_struct_flags,
+- calc_n32_return_struct_flags): Handle soft-float.
+- (ffi_prep_cif_machdep): Handle soft-float, fix pointer handling.
+- (ffi_call_N32): Declare proper argument types.
+- (ffi_call, copy_struct_N32, ffi_closure_mips_inner_N32): Handle
+- soft-float.
+-
+-2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+-
+- * configure.ac (AC_PREREQ): Bump to 2.64.
+-
+-2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+-
+- * Makefile.am (install-html, install-pdf): Remove.
+- * Makefile.in: Regenerate.
+-
+- * Makefile.in: Regenerate.
+- * aclocal.m4: Regenerate.
+- * configure: Regenerate.
+- * fficonfig.h.in: Regenerate.
+- * include/Makefile.in: Regenerate.
+- * man/Makefile.in: Regenerate.
+- * testsuite/Makefile.in: Regenerate.
+-
+-2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+-
+- * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
+-
+-2009-07-24 Dave Korn <dave.korn.cygwin@gmail.com>
+-
+- PR libffi/40807
+- * src/x86/ffi.c (ffi_prep_cif_machdep): Also use sign/zero-extending
+- return types for X86_WIN32.
+- * src/x86/win32.S (_ffi_call_SYSV): Handle omitted return types.
+- (_ffi_call_STDCALL, _ffi_closure_SYSV, _ffi_closure_raw_SYSV,
+- _ffi_closure_STDCALL): Likewise.
+-
+- * src/closures.c (is_selinux_enabled): Define to const 0 for Cygwin.
+- (dlmmap, dlmunmap): Also use these functions on Cygwin.
+-
+-2009-07-11 Richard Sandiford <rdsandiford@googlemail.com>
+-
+- PR testsuite/40699
+- PR testsuite/40707
+- PR testsuite/40709
+- * testsuite/lib/libffi-dg.exp: Revert 2009-07-02, 2009-07-01 and
+- 2009-06-30 commits.
+-
+-2009-07-01 Richard Sandiford <r.sandiford@uk.ibm.com>
+-
+- * testsuite/lib/libffi-dg.exp (libffi-init): Set ld_library_path
+- to "" before adding paths. (This reinstates an assignment that
+- was removed by my 2009-06-30 commit, but changes the initial
+- value from "." to "".)
+-
+-2009-07-01 H.J. Lu <hongjiu.lu@intel.com>
+-
+- PR testsuite/40601
+- * testsuite/lib/libffi-dg.exp (libffi-init): Properly set
+- gccdir. Adjust ld_library_path for gcc only if gccdir isn't
+- empty.
+-
+-2009-06-30 Richard Sandiford <r.sandiford@uk.ibm.com>
+-
+- * testsuite/lib/libffi-dg.exp (libffi-init): Don't add "."
+- to ld_library_path. Use add_path. Add just find_libgcc_s
+- to ld_library_path, not every libgcc multilib directory.
+-
+-2009-06-16 Wim Lewis <wiml@hhhh.org>
+-
+- * src/powerpc/ffi.c: Avoid clobbering cr3 and cr4, which are
+- supposed to be callee-saved.
+- * src/powerpc/sysv.S (small_struct_return_value): Fix overrun of
+- return buffer for odd-size structs.
+-
+-2009-06-16 Andreas Tobler <a.tobler@schweiz.org>
+-
+- PR libffi/40444
+- * testsuite/lib/libffi-dg.exp (libffi_target_compile): Add
+- allow_stack_execute for Darwin.
+-
+-2009-06-16 Andrew Haley <aph@redhat.com>
+-
+- * configure.ac (TARGETDIR): Add missing blank lines.
+- * configure: Regenerate.
+-
+-2009-06-16 Andrew Haley <aph@redhat.com>
+-
+- * testsuite/libffi.call/cls_align_sint64.c,
+- testsuite/libffi.call/cls_align_uint64.c,
+- testsuite/libffi.call/cls_longdouble_va.c,
+- testsuite/libffi.call/cls_ulonglong.c,
+- testsuite/libffi.call/return_ll1.c,
+- testsuite/libffi.call/stret_medium2.c: Fix printf format
+- specifiers.
+- * testsuite/libffi.call/ffitest.h,
+- testsuite/libffi.special/ffitestcxx.h (PRIdLL, PRIuLL): Define.
+-
+-2009-06-15 Andrew Haley <aph@redhat.com>
+-
+- * testsuite/libffi.call/err_bad_typedef.c: xfail everywhere.
+- * testsuite/libffi.call/err_bad_abi.c: Likewise.
+-
+-2009-06-12 Andrew Haley <aph@redhat.com>
+-
+- * Makefile.am: Remove info_TEXINFOS.
+-
+-2009-06-12 Andrew Haley <aph@redhat.com>
+-
+- * ChangeLog.libffi: testsuite/libffi.call/cls_align_sint64.c,
+- testsuite/libffi.call/cls_align_uint64.c,
+- testsuite/libffi.call/cls_ulonglong.c,
+- testsuite/libffi.call/return_ll1.c,
+- testsuite/libffi.call/stret_medium2.c: Fix printf format
+- specifiers.
+- testsuite/libffi.special/unwindtest.cc: include stdint.h.
+-
+-2009-06-11 Timothy Wall <twall@users.sf.net>
+-
+- * Makefile.am,
+- configure.ac,
+- include/ffi.h.in,
+- include/ffi_common.h,
+- src/closures.c,
+- src/dlmalloc.c,
+- src/x86/ffi.c,
+- src/x86/ffitarget.h,
+- src/x86/win64.S (new),
+- README: Added win64 support (mingw or MSVC)
+- * Makefile.in,
+- include/Makefile.in,
+- man/Makefile.in,
+- testsuite/Makefile.in,
+- configure,
+- aclocal.m4: Regenerated
+- * ltcf-c.sh: properly escape cygwin/w32 path
+- * man/ffi_call.3: Clarify size requirements for return value.
+- * src/x86/ffi64.c: Fix filename in comment.
+- * src/x86/win32.S: Remove unused extern.
+-
+- * testsuite/libffi.call/closure_fn0.c,
+- testsuite/libffi.call/closure_fn1.c,
+- testsuite/libffi.call/closure_fn2.c,
+- testsuite/libffi.call/closure_fn3.c,
+- testsuite/libffi.call/closure_fn4.c,
+- testsuite/libffi.call/closure_fn5.c,
+- testsuite/libffi.call/closure_fn6.c,
+- testsuite/libffi.call/closure_stdcall.c,
+- testsuite/libffi.call/cls_12byte.c,
+- testsuite/libffi.call/cls_16byte.c,
+- testsuite/libffi.call/cls_18byte.c,
+- testsuite/libffi.call/cls_19byte.c,
+- testsuite/libffi.call/cls_1_1byte.c,
+- testsuite/libffi.call/cls_20byte.c,
+- testsuite/libffi.call/cls_20byte1.c,
+- testsuite/libffi.call/cls_24byte.c,
+- testsuite/libffi.call/cls_2byte.c,
+- testsuite/libffi.call/cls_3_1byte.c,
+- testsuite/libffi.call/cls_3byte1.c,
+- testsuite/libffi.call/cls_3byte2.c,
+- testsuite/libffi.call/cls_4_1byte.c,
+- testsuite/libffi.call/cls_4byte.c,
+- testsuite/libffi.call/cls_5_1_byte.c,
+- testsuite/libffi.call/cls_5byte.c,
+- testsuite/libffi.call/cls_64byte.c,
+- testsuite/libffi.call/cls_6_1_byte.c,
+- testsuite/libffi.call/cls_6byte.c,
+- testsuite/libffi.call/cls_7_1_byte.c,
+- testsuite/libffi.call/cls_7byte.c,
+- testsuite/libffi.call/cls_8byte.c,
+- testsuite/libffi.call/cls_9byte1.c,
+- testsuite/libffi.call/cls_9byte2.c,
+- testsuite/libffi.call/cls_align_double.c,
+- testsuite/libffi.call/cls_align_float.c,
+- testsuite/libffi.call/cls_align_longdouble.c,
+- testsuite/libffi.call/cls_align_longdouble_split.c,
+- testsuite/libffi.call/cls_align_longdouble_split2.c,
+- testsuite/libffi.call/cls_align_pointer.c,
+- testsuite/libffi.call/cls_align_sint16.c,
+- testsuite/libffi.call/cls_align_sint32.c,
+- testsuite/libffi.call/cls_align_sint64.c,
+- testsuite/libffi.call/cls_align_uint16.c,
+- testsuite/libffi.call/cls_align_uint32.c,
+- testsuite/libffi.call/cls_align_uint64.c,
+- testsuite/libffi.call/cls_dbls_struct.c,
+- testsuite/libffi.call/cls_double.c,
+- testsuite/libffi.call/cls_double_va.c,
+- testsuite/libffi.call/cls_float.c,
+- testsuite/libffi.call/cls_longdouble.c,
+- testsuite/libffi.call/cls_longdouble_va.c,
+- testsuite/libffi.call/cls_multi_schar.c,
+- testsuite/libffi.call/cls_multi_sshort.c,
+- testsuite/libffi.call/cls_multi_sshortchar.c,
+- testsuite/libffi.call/cls_multi_uchar.c,
+- testsuite/libffi.call/cls_multi_ushort.c,
+- testsuite/libffi.call/cls_multi_ushortchar.c,
+- testsuite/libffi.call/cls_pointer.c,
+- testsuite/libffi.call/cls_pointer_stack.c,
+- testsuite/libffi.call/cls_schar.c,
+- testsuite/libffi.call/cls_sint.c,
+- testsuite/libffi.call/cls_sshort.c,
+- testsuite/libffi.call/cls_uchar.c,
+- testsuite/libffi.call/cls_uint.c,
+- testsuite/libffi.call/cls_ulonglong.c,
+- testsuite/libffi.call/cls_ushort.c,
+- testsuite/libffi.call/err_bad_abi.c,
+- testsuite/libffi.call/err_bad_typedef.c,
+- testsuite/libffi.call/float2.c,
+- testsuite/libffi.call/huge_struct.c,
+- testsuite/libffi.call/nested_struct.c,
+- testsuite/libffi.call/nested_struct1.c,
+- testsuite/libffi.call/nested_struct10.c,
+- testsuite/libffi.call/nested_struct2.c,
+- testsuite/libffi.call/nested_struct3.c,
+- testsuite/libffi.call/nested_struct4.c,
+- testsuite/libffi.call/nested_struct5.c,
+- testsuite/libffi.call/nested_struct6.c,
+- testsuite/libffi.call/nested_struct7.c,
+- testsuite/libffi.call/nested_struct8.c,
+- testsuite/libffi.call/nested_struct9.c,
+- testsuite/libffi.call/problem1.c,
+- testsuite/libffi.call/return_ldl.c,
+- testsuite/libffi.call/return_ll1.c,
+- testsuite/libffi.call/stret_large.c,
+- testsuite/libffi.call/stret_large2.c,
+- testsuite/libffi.call/stret_medium.c,
+- testsuite/libffi.call/stret_medium2.c,
+- testsuite/libffi.special/unwindtest.cc: use ffi_closure_alloc instead
+- of checking for MMAP. Use intptr_t instead of long casts.
+-
+-2009-06-11 Kaz Kojima <kkojima@gcc.gnu.org>
+-
+- * testsuite/libffi.call/cls_longdouble_va.c: Add xfail sh*-*-linux-*.
+- * testsuite/libffi.call/err_bad_abi.c: Add xfail sh*-*-*.
+- * testsuite/libffi.call/err_bad_typedef.c: Likewise.
+-
+-2009-06-09 Andrew Haley <aph@redhat.com>
+-
+- * src/x86/freebsd.S: Add missing file.
+-
+-2009-06-08 Andrew Haley <aph@redhat.com>
+-
+- Import from libffi 3.0.8:
+-
+- * doc/libffi.texi: New file.
+- * doc/libffi.info: Likewise.
+- * doc/stamp-vti: Likewise.
+- * man/Makefile.am: New file.
+- * man/ffi_call.3: New file.
+-
+- * Makefile.am (EXTRA_DIST): Add src/x86/darwin64.S,
+- src/dlmalloc.c.
+- (nodist_libffi_la_SOURCES): Add X86_FREEBSD.
+-
+- * configure.ac: Bump version to 3.0.8.
+- parisc*-*-linux*: Add.
+- i386-*-freebsd* | i386-*-openbsd*: Add.
+- powerpc-*-beos*: Add.
+- AM_CONDITIONAL X86_FREEBSD: Add.
+- AC_CONFIG_FILES: Add man/Makefile.
+-
+- * include/ffi.h.in (FFI_FN): Change void (*)() to void (*)(void).
+-
+-2009-06-08 Andrew Haley <aph@redhat.com>
+-
+- * README: Import from libffi 3.0.8.
+-
+-2009-06-08 Andrew Haley <aph@redhat.com>
+-
+- * testsuite/libffi.call/err_bad_abi.c: Add xfails.
+- * testsuite/libffi.call/cls_longdouble_va.c: Add xfails.
+- * testsuite/libffi.call/cls_dbls_struct.c: Add xfail x86_64-*-linux-*.
+- * testsuite/libffi.call/err_bad_typedef.c: Add xfails.
+-
+- * testsuite/libffi.call/stret_medium2.c: Add __UNUSED__ to args.
+- * testsuite/libffi.call/stret_medium.c: Likewise.
+- * testsuite/libffi.call/stret_large2.c: Likewise.
+- * testsuite/libffi.call/stret_large.c: Likewise.
+-
+-2008-12-26 Timothy Wall <twall@users.sf.net>
+-
+- * testsuite/libffi.call/cls_longdouble.c,
+- testsuite/libffi.call/cls_longdouble_va.c,
+- testsuite/libffi.call/cls_align_longdouble.c,
+- testsuite/libffi.call/cls_align_longdouble_split.c,
+- testsuite/libffi.call/cls_align_longdouble_split2.c: mark expected
+- failures on x86_64 cygwin/mingw.
+-
+-2008-12-22 Timothy Wall <twall@users.sf.net>
+-
+- * testsuite/libffi.call/closure_fn0.c,
+- testsuite/libffi.call/closure_fn1.c,
+- testsuite/libffi.call/closure_fn2.c,
+- testsuite/libffi.call/closure_fn3.c,
+- testsuite/libffi.call/closure_fn4.c,
+- testsuite/libffi.call/closure_fn5.c,
+- testsuite/libffi.call/closure_fn6.c,
+- testsuite/libffi.call/closure_loc_fn0.c,
+- testsuite/libffi.call/closure_stdcall.c,
+- testsuite/libffi.call/cls_align_pointer.c,
+- testsuite/libffi.call/cls_pointer.c,
+- testsuite/libffi.call/cls_pointer_stack.c: use portable cast from
+- pointer to integer (intptr_t).
+- * testsuite/libffi.call/cls_longdouble.c: disable for win64.
+-
+-2008-07-24 Anthony Green <green@redhat.com>
+-
+- * testsuite/libffi.call/cls_dbls_struct.c,
+- testsuite/libffi.call/cls_double_va.c,
+- testsuite/libffi.call/cls_longdouble.c,
+- testsuite/libffi.call/cls_longdouble_va.c,
+- testsuite/libffi.call/cls_pointer.c,
+- testsuite/libffi.call/cls_pointer_stack.c,
+- testsuite/libffi.call/err_bad_abi.c: Clean up failures from
+- compiler warnings.
+-
+-2008-03-04 Anthony Green <green@redhat.com>
+- Blake Chaffin
+- hos@tamanegi.org
+-
+- * testsuite/libffi.call/cls_align_longdouble_split2.c
+- testsuite/libffi.call/cls_align_longdouble_split.c
+- testsuite/libffi.call/cls_dbls_struct.c
+- testsuite/libffi.call/cls_double_va.c
+- testsuite/libffi.call/cls_longdouble.c
+- testsuite/libffi.call/cls_longdouble_va.c
+- testsuite/libffi.call/cls_pointer.c
+- testsuite/libffi.call/cls_pointer_stack.c
+- testsuite/libffi.call/err_bad_abi.c
+- testsuite/libffi.call/err_bad_typedef.c
+- testsuite/libffi.call/stret_large2.c
+- testsuite/libffi.call/stret_large.c
+- testsuite/libffi.call/stret_medium2.c
+- testsuite/libffi.call/stret_medium.c: New tests from Apple.
+-
+-2009-06-05 Andrew Haley <aph@redhat.com>
+-
+- * src/x86/ffitarget.h, src/x86/ffi.c: Merge stdcall changes from
+- libffi.
+-
+-2009-06-04 Andrew Haley <aph@redhat.com>
+-
+- * src/x86/ffitarget.h, src/x86/win32.S, src/x86/ffi.c: Back out
+- stdcall changes.
+-
+-2008-02-26 Anthony Green <green@redhat.com>
+- Thomas Heller <theller@ctypes.org>
+-
+- * src/x86/ffi.c (ffi_closure_SYSV_inner): Change C++ comment to C
+- comment.
+-
+-2008-02-03 Timothy Wall <twall@users.sf.net>
+-
+- * src/x86/ffi.c (FFI_INIT_TRAMPOLINE_STDCALL): Calculate jump return
+- offset based on code pointer, not data pointer.
+-
+-2008-01-31 Timothy Wall <twall@users.sf.net>
+-
+- * testsuite/libffi.call/closure_stdcall.c: Add test for stdcall
+- closures.
+- * src/x86/ffitarget.h: Increase size of trampoline for stdcall
+- closures.
+- * src/x86/win32.S: Add assembly for stdcall closure.
+- * src/x86/ffi.c: Initialize stdcall closure trampoline.
+-
+-2009-06-04 Andrew Haley <aph@redhat.com>
+-
+- * include/ffi.h.in: Change void (*)() to void (*)(void).
+- * src/x86/ffi.c: Likewise.
+-
+-2009-06-04 Andrew Haley <aph@redhat.com>
+-
+- * src/powerpc/ppc_closure.S: Insert licence header.
+- * src/powerpc/linux64_closure.S: Likewise.
+- * src/m68k/sysv.S: Likewise.
+-
+- * src/sh64/ffi.c: Change void (*)() to void (*)(void).
+- * src/powerpc/ffi.c: Likewise.
+- * src/powerpc/ffi_darwin.c: Likewise.
+- * src/m32r/ffi.c: Likewise.
+- * src/sh64/ffi.c: Likewise.
+- * src/x86/ffi64.c: Likewise.
+- * src/alpha/ffi.c: Likewise.
+- * src/alpha/osf.S: Likewise.
+- * src/frv/ffi.c: Likewise.
+- * src/s390/ffi.c: Likewise.
+- * src/pa/ffi.c: Likewise.
+- * src/pa/hpux32.S: Likewise.
+- * src/ia64/unix.S: Likewise.
+- * src/ia64/ffi.c: Likewise.
+- * src/sparc/ffi.c: Likewise.
+- * src/mips/ffi.c: Likewise.
+- * src/sh/ffi.c: Likewise.
+-
+-2008-02-15 David Daney <ddaney@avtrex.com>
+-
+- * src/mips/ffi.c (USE__BUILTIN___CLEAR_CACHE):
+- Define (conditionally), and use it to include cachectl.h.
+- (ffi_prep_closure_loc): Fix cache flushing.
+- * src/mips/ffitarget.h (_ABIN32, _ABI64, _ABIO32): Define.
+-
+-2009-06-04 Andrew Haley <aph@redhat.com>
+-
+- include/ffi.h.in,
+- src/arm/ffitarget.h,
+- src/arm/ffi.c,
+- src/arm/sysv.S,
+- src/powerpc/ffitarget.h,
+- src/closures.c,
+- src/sh64/ffitarget.h,
+- src/sh64/ffi.c,
+- src/sh64/sysv.S,
+- src/types.c,
+- src/x86/ffi64.c,
+- src/x86/ffitarget.h,
+- src/x86/win32.S,
+- src/x86/darwin.S,
+- src/x86/ffi.c,
+- src/x86/sysv.S,
+- src/x86/unix64.S,
+- src/alpha/ffitarget.h,
+- src/alpha/ffi.c,
+- src/alpha/osf.S,
+- src/m68k/ffitarget.h,
+- src/frv/ffitarget.h,
+- src/frv/ffi.c,
+- src/s390/ffitarget.h,
+- src/s390/sysv.S,
+- src/cris/ffitarget.h,
+- src/pa/linux.S,
+- src/pa/ffitarget.h,
+- src/pa/ffi.c,
+- src/raw_api.c,
+- src/ia64/ffitarget.h,
+- src/ia64/unix.S,
+- src/ia64/ffi.c,
+- src/ia64/ia64_flags.h,
+- src/java_raw_api.c,
+- src/debug.c,
+- src/sparc/v9.S,
+- src/sparc/ffitarget.h,
+- src/sparc/ffi.c,
+- src/sparc/v8.S,
+- src/mips/ffitarget.h,
+- src/mips/n32.S,
+- src/mips/o32.S,
+- src/mips/ffi.c,
+- src/prep_cif.c,
+- src/sh/ffitarget.h,
+- src/sh/ffi.c,
+- src/sh/sysv.S: Update license text.
+-
+-2009-05-22 Dave Korn <dave.korn.cygwin@gmail.com>
+-
+- * src/x86/win32.S (_ffi_closure_STDCALL): New function.
+- (.eh_frame): Add FDE for it.
+-
+-2009-05-22 Dave Korn <dave.korn.cygwin@gmail.com>
+-
+- * configure.ac: Also check if assembler supports pc-relative
+- relocs on X86_WIN32 targets.
+- * configure: Regenerate.
+- * src/x86/win32.S (ffi_prep_args): Declare extern, not global.
+- (_ffi_call_SYSV): Add missing function type symbol .def and
+- add EH markup labels.
+- (_ffi_call_STDCALL): Likewise.
+- (_ffi_closure_SYSV): Likewise.
+- (_ffi_closure_raw_SYSV): Likewise.
+- (.eh_frame): Add hand-crafted EH data.
+-
+-2009-04-09 Jakub Jelinek <jakub@redhat.com>
+-
+- * testsuite/lib/libffi-dg.exp: Change copyright header to refer to
+- version 3 of the GNU General Public License and to point readers
+- at the COPYING3 file and the FSF's license web page.
+- * testsuite/libffi.call/call.exp: Likewise.
+- * testsuite/libffi.special/special.exp: Likewise.
+-
+-2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+-
+- * configure: Regenerate.
+-
+-2008-12-18 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+-
+- PR libffi/26048
+- * configure.ac (HAVE_AS_X86_PCREL): New test.
+- * configure: Regenerate.
+- * fficonfig.h.in: Regenerate.
+- * src/x86/sysv.S [!FFI_NO_RAW_API]: Precalculate
+- RAW_CLOSURE_CIF_OFFSET, RAW_CLOSURE_FUN_OFFSET,
+- RAW_CLOSURE_USER_DATA_OFFSET for the Solaris 10/x86 assembler.
+- (.eh_frame): Only use SYMBOL-. iff HAVE_AS_X86_PCREL.
+- * src/x86/unix64.S (.Lstore_table): Move to .text section.
+- (.Lload_table): Likewise.
+- (.eh_frame): Only use SYMBOL-. iff HAVE_AS_X86_PCREL.
+-
+-2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+-
+- * configure: Regenerate.
+-
+-2008-11-21 Eric Botcazou <ebotcazou@adacore.com>
+-
+- * src/sparc/ffi.c (ffi_prep_cif_machdep): Add support for
+- signed/unsigned int8/16 return values.
+- * src/sparc/v8.S (ffi_call_v8): Likewise.
+- (ffi_closure_v8): Likewise.
+-
+-2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
+- Steve Ellcey <sje@cup.hp.com>
+-
+- * configure: Regenerate for new libtool.
+- * Makefile.in: Ditto.
+- * include/Makefile.in: Ditto.
+- * aclocal.m4: Ditto.
+-
+-2008-08-25 Andreas Tobler <a.tobler@schweiz.org>
+-
+- * src/powerpc/ffitarget.h (ffi_abi): Add FFI_LINUX and
+- FFI_LINUX_SOFT_FLOAT to the POWERPC_FREEBSD enum.
+- Add note about flag bits used for FFI_SYSV_TYPE_SMALL_STRUCT.
+- Adjust copyright notice.
+- * src/powerpc/ffi.c: Add two new flags to indicate if we have one
+- register or two register to use for FFI_SYSV structs.
+- (ffi_prep_cif_machdep): Pass the right register flag introduced above.
+- (ffi_closure_helper_SYSV): Fix the return type for
+- FFI_SYSV_TYPE_SMALL_STRUCT. Comment.
+- Adjust copyright notice.
+-
+-2008-07-16 Kaz Kojima <kkojima@gcc.gnu.org>
+-
+- * src/sh/ffi.c (ffi_prep_closure_loc): Turn INSN into an unsigned
+- int.
+-
+-2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+-
+- * configure: Regenerate.
+- * include/Makefile.in: Regenerate.
+- * testsuite/Makefile.in: Regenerate.
+-
+-2008-06-07 Joseph Myers <joseph@codesourcery.com>
+-
+- * configure.ac (parisc*-*-linux*, powerpc-*-sysv*,
+- powerpc-*-beos*): Remove.
+- * configure: Regenerate.
+-
+-2008-05-09 Julian Brown <julian@codesourcery.com>
+-
+- * Makefile.am (LTLDFLAGS): New.
+- (libffi_la_LDFLAGS): Use above.
+- * Makefile.in: Regenerate.
+-
+-2008-04-18 Paolo Bonzini <bonzini@gnu.org>
+-
+- PR bootstrap/35457
+- * aclocal.m4: Regenerate.
+- * configure: Regenerate.
+-
+-2008-03-26 Kaz Kojima <kkojima@gcc.gnu.org>
+-
+- * src/sh/sysv.S: Add .note.GNU-stack on Linux.
+- * src/sh64/sysv.S: Likewise.
+-
+-2008-03-26 Daniel Jacobowitz <dan@debian.org>
+-
+- * src/arm/sysv.S: Fix ARM comment marker.
+-
+-2008-03-26 Jakub Jelinek <jakub@redhat.com>
+-
+- * src/alpha/osf.S: Add .note.GNU-stack on Linux.
+- * src/s390/sysv.S: Likewise.
+- * src/powerpc/ppc_closure.S: Likewise.
+- * src/powerpc/sysv.S: Likewise.
+- * src/x86/unix64.S: Likewise.
+- * src/x86/sysv.S: Likewise.
+- * src/sparc/v8.S: Likewise.
+- * src/sparc/v9.S: Likewise.
+- * src/m68k/sysv.S: Likewise.
+- * src/arm/sysv.S: Likewise.
+-
+-2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+-
+- * aclocal.m4: Regenerate.
+- * configure: Likewise.
+- * Makefile.in: Likewise.
+- * include/Makefile.in: Likewise.
+- * testsuite/Makefile.in: Likewise.
+-
+-2008-02-12 Bjoern Koenig <bkoenig@alpha-tierchen.de>
+- Andreas Tobler <a.tobler@schweiz.org>
+-
+- * configure.ac: Add amd64-*-freebsd* target.
+- * configure: Regenerate.
+-
+-2008-01-30 H.J. Lu <hongjiu.lu@intel.com>
+-
+- PR libffi/34612
+- * src/x86/sysv.S (ffi_closure_SYSV): Pop 4 byte from stack when
+- returning struct.
+-
+- * testsuite/libffi.call/call.exp: Add "-O2 -fomit-frame-pointer"
+- tests.
+-
+-2008-01-24 David Edelsohn <edelsohn@gnu.org>
+-
+- * configure: Regenerate.
+-
+-2008-01-06 Andreas Tobler <a.tobler@schweiz.org>
+-
+- * src/x86/ffi.c (ffi_prep_cif_machdep): Fix thinko.
+-
+-2008-01-05 Andreas Tobler <a.tobler@schweiz.org>
+-
+- PR testsuite/32843
+- * src/x86/ffi.c (ffi_prep_cif_machdep): Add code for
+- signed/unsigned int8/16 for X86_DARWIN.
+- Updated copyright info.
+- Handle one and two byte structs with special cif->flags.
+- * src/x86/ffitarget.h: Add special types for one and two byte structs.
+- Updated copyright info.
+- * src/x86/darwin.S (ffi_call_SYSV): Rewrite to use a jump table like
+- sysv.S
+- Remove code to pop args from the stack after call.
+- Special-case signed/unsigned for int8/16, one and two byte structs.
+- (ffi_closure_raw_SYSV): Handle FFI_TYPE_UINT8,
+- FFI_TYPE_SINT8, FFI_TYPE_UINT16, FFI_TYPE_SINT16, FFI_TYPE_UINT32,
+- FFI_TYPE_SINT32.
+- Updated copyright info.
+-
+-2007-12-08 David Daney <ddaney@avtrex.com>
+-
+- * src/mips/n32.S (ffi_call_N32): Replace dadd with ADDU, dsub with
+- SUBU, add with ADDU and use smaller code sequences.
+-
+-2007-12-07 David Daney <ddaney@avtrex.com>
+-
+- * src/mips/ffi.c (ffi_prep_cif_machdep): Handle long double return
+- type.
+-
+-2007-12-06 David Daney <ddaney@avtrex.com>
+-
+- * include/ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already
+- defined.
+- (ffi_java_raw): New typedef.
+- (ffi_java_raw_call, ffi_java_ptrarray_to_raw,
+- ffi_java_raw_to_ptrarray): Change parameter types from ffi_raw to
+- ffi_java_raw.
+- (ffi_java_raw_closure) : Same.
+- (ffi_prep_java_raw_closure, ffi_prep_java_raw_closure_loc): Change
+- parameter types.
+- * src/java_raw_api.c (ffi_java_raw_size): Replace FFI_SIZEOF_ARG with
+- FFI_SIZEOF_JAVA_RAW.
+- (ffi_java_raw_to_ptrarray): Change type of raw to ffi_java_raw.
+- Replace FFI_SIZEOF_ARG with FFI_SIZEOF_JAVA_RAW. Use
+- sizeof(ffi_java_raw) for alignment calculations.
+- (ffi_java_ptrarray_to_raw): Same.
+- (ffi_java_rvalue_to_raw): Add special handling for FFI_TYPE_POINTER
+- if FFI_SIZEOF_JAVA_RAW == 4.
+- (ffi_java_raw_to_rvalue): Same.
+- (ffi_java_raw_call): Change type of raw to ffi_java_raw.
+- (ffi_java_translate_args): Same.
+- (ffi_prep_java_raw_closure_loc, ffi_prep_java_raw_closure): Change
+- parameter types.
+- * src/mips/ffitarget.h (FFI_SIZEOF_JAVA_RAW): Define for N32 ABI.
+-
+-2007-12-06 David Daney <ddaney@avtrex.com>
+-
+- * src/mips/n32.S (ffi_closure_N32): Use 64-bit add instruction on
+- pointer values.
+-
+-2007-12-01 Andreas Tobler <a.tobler@schweiz.org>
+-
+- PR libffi/31937
+- * src/powerpc/ffitarget.h: Introduce new ABI FFI_LINUX_SOFT_FLOAT.
+- Add local FFI_TYPE_UINT128 to handle soft-float long-double-128.
+- * src/powerpc/ffi.c: Distinguish between __NO_FPRS__ and not and
+- set the NUM_FPR_ARG_REGISTERS according to.
+- Add support for potential soft-float support under hard-float
+- architecture.
+- (ffi_prep_args_SYSV): Set NUM_FPR_ARG_REGISTERS to 0 in case of
+- FFI_LINUX_SOFT_FLOAT, handle float, doubles and long-doubles according
+- to the FFI_LINUX_SOFT_FLOAT ABI.
+- (ffi_prep_cif_machdep): Likewise.
+- (ffi_closure_helper_SYSV): Likewise.
+- * src/powerpc/ppc_closure.S: Make sure not to store float/double
+- on archs where __NO_FPRS__ is true.
+- Add FFI_TYPE_UINT128 support.
+- * src/powerpc/sysv.S: Add support for soft-float long-double-128.
+- Adjust copyright notice.
+-
+-2007-11-25 Andreas Tobler <a.tobler@schweiz.org>
+-
+- * src/closures.c: Move defintion of MAYBE_UNUSED from here to ...
+- * include/ffi_common.h: ... here.
+- Update copyright.
+-
+-2007-11-17 Andreas Tobler <a.tobler@schweiz.org>
+-
+- * src/powerpc/sysv.S: Load correct cr to compare if we have long double.
+- * src/powerpc/linux64.S: Likewise.
+- * src/powerpc/ffi.c: Add a comment to show which part goes into cr6.
+- * testsuite/libffi.call/return_ldl.c: New test.
+-
+-2007-09-04 <aph@redhat.com>
+-
+- * src/arm/sysv.S (UNWIND): New.
+- (Whole file): Conditionally compile unwinder directives.
+- * src/arm/sysv.S: Add unwinder directives.
+-
+- * src/arm/ffi.c (ffi_prep_args): Align structs by at least 4 bytes.
+- Only treat r0 as a struct address if we're actually returning a
+- struct by address.
+- Only copy the bytes that are actually within a struct.
+- (ffi_prep_cif_machdep): A Composite Type not larger than 4 bytes
+- is returned in r0, not passed by address.
+- (ffi_call): Allocate a word-sized temporary for the case where
+- a composite is returned in r0.
+- (ffi_prep_incoming_args_SYSV): Align as necessary.
+-
+-2007-08-05 Steven Newbury <s_j_newbury@yahoo.co.uk>
+-
+- * src/arm/ffi.c (FFI_INIT_TRAMPOLINE): Use __clear_cache instead of
+- directly using the sys_cacheflush syscall.
+-
+-2007-07-27 Andrew Haley <aph@redhat.com>
+-
+- * src/arm/sysv.S (ffi_closure_SYSV): Add soft-float.
+-
+-2007-09-03 Maciej W. Rozycki <macro@linux-mips.org>
+-
+- * Makefile.am: Unify MIPS_IRIX and MIPS_LINUX into MIPS.
+- * configure.ac: Likewise.
+- * Makefile.in: Regenerate.
+- * include/Makefile.in: Likewise.
+- * testsuite/Makefile.in: Likewise.
+- * configure: Likewise.
+-
+-2007-08-24 David Daney <ddaney@avtrex.com>
+-
+- * testsuite/libffi.call/return_sl.c: New test.
+-
+-2007-08-10 David Daney <ddaney@avtrex.com>
+-
+- * testsuite/libffi.call/cls_multi_ushort.c,
+- testsuite/libffi.call/cls_align_uint16.c,
+- testsuite/libffi.call/nested_struct1.c,
+- testsuite/libffi.call/nested_struct3.c,
+- testsuite/libffi.call/cls_7_1_byte.c,
+- testsuite/libffi.call/nested_struct5.c,
+- testsuite/libffi.call/cls_double.c,
+- testsuite/libffi.call/nested_struct7.c,
+- testsuite/libffi.call/cls_sint.c,
+- testsuite/libffi.call/nested_struct9.c,
+- testsuite/libffi.call/cls_20byte1.c,
+- testsuite/libffi.call/cls_multi_sshortchar.c,
+- testsuite/libffi.call/cls_align_sint64.c,
+- testsuite/libffi.call/cls_3byte2.c,
+- testsuite/libffi.call/cls_multi_schar.c,
+- testsuite/libffi.call/cls_multi_uchar.c,
+- testsuite/libffi.call/cls_19byte.c,
+- testsuite/libffi.call/cls_9byte1.c,
+- testsuite/libffi.call/cls_align_float.c,
+- testsuite/libffi.call/closure_fn1.c,
+- testsuite/libffi.call/problem1.c,
+- testsuite/libffi.call/closure_fn3.c,
+- testsuite/libffi.call/cls_sshort.c,
+- testsuite/libffi.call/closure_fn5.c,
+- testsuite/libffi.call/cls_align_double.c,
+- testsuite/libffi.call/nested_struct.c,
+- testsuite/libffi.call/cls_2byte.c,
+- testsuite/libffi.call/nested_struct10.c,
+- testsuite/libffi.call/cls_4byte.c,
+- testsuite/libffi.call/cls_6byte.c,
+- testsuite/libffi.call/cls_8byte.c,
+- testsuite/libffi.call/cls_multi_sshort.c,
+- testsuite/libffi.call/cls_align_sint16.c,
+- testsuite/libffi.call/cls_align_uint32.c,
+- testsuite/libffi.call/cls_20byte.c,
+- testsuite/libffi.call/cls_float.c,
+- testsuite/libffi.call/nested_struct2.c,
+- testsuite/libffi.call/cls_5_1_byte.c,
+- testsuite/libffi.call/nested_struct4.c,
+- testsuite/libffi.call/cls_24byte.c,
+- testsuite/libffi.call/nested_struct6.c,
+- testsuite/libffi.call/cls_64byte.c,
+- testsuite/libffi.call/nested_struct8.c,
+- testsuite/libffi.call/cls_uint.c,
+- testsuite/libffi.call/cls_multi_ushortchar.c,
+- testsuite/libffi.call/cls_schar.c,
+- testsuite/libffi.call/cls_uchar.c,
+- testsuite/libffi.call/cls_align_uint64.c,
+- testsuite/libffi.call/cls_ulonglong.c,
+- testsuite/libffi.call/cls_align_longdouble.c,
+- testsuite/libffi.call/cls_1_1byte.c,
+- testsuite/libffi.call/cls_12byte.c,
+- testsuite/libffi.call/cls_3_1byte.c,
+- testsuite/libffi.call/cls_3byte1.c,
+- testsuite/libffi.call/cls_4_1byte.c,
+- testsuite/libffi.call/cls_6_1_byte.c,
+- testsuite/libffi.call/cls_16byte.c,
+- testsuite/libffi.call/cls_18byte.c,
+- testsuite/libffi.call/closure_fn0.c,
+- testsuite/libffi.call/cls_9byte2.c,
+- testsuite/libffi.call/closure_fn2.c,
+- testsuite/libffi.call/closure_fn4.c,
+- testsuite/libffi.call/cls_ushort.c,
+- testsuite/libffi.call/closure_fn6.c,
+- testsuite/libffi.call/cls_5byte.c,
+- testsuite/libffi.call/cls_align_pointer.c,
+- testsuite/libffi.call/cls_7byte.c,
+- testsuite/libffi.call/cls_align_sint32.c,
+- testsuite/libffi.special/unwindtest_ffi_call.cc,
+- testsuite/libffi.special/unwindtest.cc: Remove xfail for mips64*-*-*.
+-
+-2007-08-10 David Daney <ddaney@avtrex.com>
+-
+- PR libffi/28313
+- * configure.ac: Don't treat mips64 as a special case.
+- * Makefile.am (nodist_libffi_la_SOURCES): Add n32.S.
+- * configure: Regenerate
+- * Makefile.in: Ditto.
+- * fficonfig.h.in: Ditto.
+- * src/mips/ffitarget.h (REG_L, REG_S, SUBU, ADDU, SRL, LI): Indent.
+- (LA, EH_FRAME_ALIGN, FDE_ADDR_BYTES): New preprocessor macros.
+- (FFI_DEFAULT_ABI): Set for n64 case.
+- (FFI_CLOSURES, FFI_TRAMPOLINE_SIZE): Define for n32 and n64 cases.
+- * src/mips/n32.S (ffi_call_N32): Add debug macros and labels for FDE.
+- (ffi_closure_N32): New function.
+- (.eh_frame): New section
+- * src/mips/o32.S: Clean up comments.
+- (ffi_closure_O32): Pass ffi_closure parameter in $12.
+- * src/mips/ffi.c: Use FFI_MIPS_N32 instead of
+- _MIPS_SIM == _ABIN32 throughout.
+- (FFI_MIPS_STOP_HERE): New, use in place of
+- ffi_stop_here.
+- (ffi_prep_args): Use unsigned long to hold pointer values. Rewrite
+- to support n32/n64 ABIs.
+- (calc_n32_struct_flags): Rewrite.
+- (calc_n32_return_struct_flags): Remove unused variable. Reverse
+- position of flag bits.
+- (ffi_prep_cif_machdep): Rewrite n32 portion.
+- (ffi_call): Enable for n64. Add special handling for small structure
+- return values.
+- (ffi_prep_closure_loc): Add n32 and n64 support.
+- (ffi_closure_mips_inner_O32): Add cast to silence warning.
+- (copy_struct_N32, ffi_closure_mips_inner_N32): New functions.
+-
+-2007-08-08 David Daney <ddaney@avtrex.com>
+-
+- * testsuite/libffi.call/ffitest.h (ffi_type_mylong): Remove definition.
+- * testsuite/libffi.call/cls_align_uint16.c (main): Use correct type
+- specifiers.
+- * testsuite/libffi.call/nested_struct1.c (main): Ditto.
+- * testsuite/libffi.call/cls_sint.c (main): Ditto.
+- * testsuite/libffi.call/nested_struct9.c (main): Ditto.
+- * testsuite/libffi.call/cls_20byte1.c (main): Ditto.
+- * testsuite/libffi.call/cls_9byte1.c (main): Ditto.
+- * testsuite/libffi.call/closure_fn1.c (main): Ditto.
+- * testsuite/libffi.call/closure_fn3.c (main): Ditto.
+- * testsuite/libffi.call/return_dbl2.c (main): Ditto.
+- * testsuite/libffi.call/cls_sshort.c (main): Ditto.
+- * testsuite/libffi.call/return_fl3.c (main): Ditto.
+- * testsuite/libffi.call/closure_fn5.c (main): Ditto.
+- * testsuite/libffi.call/nested_struct.c (main): Ditto.
+- * testsuite/libffi.call/nested_struct10.c (main): Ditto.
+- * testsuite/libffi.call/return_ll1.c (main): Ditto.
+- * testsuite/libffi.call/cls_8byte.c (main): Ditto.
+- * testsuite/libffi.call/cls_align_uint32.c (main): Ditto.
+- * testsuite/libffi.call/cls_align_sint16.c (main): Ditto.
+- * testsuite/libffi.call/cls_20byte.c (main): Ditto.
+- * testsuite/libffi.call/nested_struct2.c (main): Ditto.
+- * testsuite/libffi.call/cls_24byte.c (main): Ditto.
+- * testsuite/libffi.call/nested_struct6.c (main): Ditto.
+- * testsuite/libffi.call/cls_uint.c (main): Ditto.
+- * testsuite/libffi.call/cls_12byte.c (main): Ditto.
+- * testsuite/libffi.call/cls_16byte.c (main): Ditto.
+- * testsuite/libffi.call/closure_fn0.c (main): Ditto.
+- * testsuite/libffi.call/cls_9byte2.c (main): Ditto.
+- * testsuite/libffi.call/closure_fn2.c (main): Ditto.
+- * testsuite/libffi.call/return_dbl1.c (main): Ditto.
+- * testsuite/libffi.call/closure_fn4.c (main): Ditto.
+- * testsuite/libffi.call/closure_fn6.c (main): Ditto.
+- * testsuite/libffi.call/cls_align_sint32.c (main): Ditto.
+-
+-2007-08-07 Andrew Haley <aph@redhat.com>
+-
+- * src/x86/sysv.S (ffi_closure_raw_SYSV): Fix typo in previous
+- checkin.
+-
+-2007-08-06 Andrew Haley <aph@redhat.com>
+-
+- PR testsuite/32843
+- * src/x86/sysv.S (ffi_closure_raw_SYSV): Handle FFI_TYPE_UINT8,
+- FFI_TYPE_SINT8, FFI_TYPE_UINT16, FFI_TYPE_SINT16, FFI_TYPE_UINT32,
+- FFI_TYPE_SINT32.
+-
+-2007-08-02 David Daney <ddaney@avtrex.com>
+-
+- * testsuite/libffi.call/return_ul.c (main): Define return type as
+- ffi_arg. Use proper printf conversion specifier.
+-
+-2007-07-30 Andrew Haley <aph@redhat.com>
+-
+- PR testsuite/32843
+- * src/x86/ffi.c (ffi_prep_cif_machdep): in x86 case, add code for
+- signed/unsigned int8/16.
+- * src/x86/sysv.S (ffi_call_SYSV): Rewrite to:
+- Use a jump table.
+- Remove code to pop args from the stack after call.
+- Special-case signed/unsigned int8/16.
+- * testsuite/libffi.call/return_sc.c (main): Revert.
+-
+-2007-07-26 Richard Guenther <rguenther@suse.de>
+-
+- PR testsuite/32843
+- * testsuite/libffi.call/return_sc.c (main): Verify call
+- result as signed char, not ffi_arg.
+-
+-2007-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+-
+- * configure.ac (i?86-*-solaris2.1[0-9]): Set TARGET to X86_64.
+- * configure: Regenerate.
+-
+-2007-07-11 David Daney <ddaney@avtrex.com>
+-
+- * src/mips/ffi.c: Don't include sys/cachectl.h.
+- (ffi_prep_closure_loc): Use __builtin___clear_cache() instead of
+- cacheflush().
+-
+-2007-05-18 Aurelien Jarno <aurelien@aurel32.net>
+-
+- * src/arm/ffi.c (ffi_prep_closure_loc): Renamed and ajusted
+- from (ffi_prep_closure): ... this.
+- (FFI_INIT_TRAMPOLINE): Adjust.
+-
+-2005-12-31 Phil Blundell <pb@reciva.com>
+-
+- * src/arm/ffi.c (ffi_prep_incoming_args_SYSV,
+- ffi_closure_SYSV_inner, ffi_prep_closure): New, add closure support.
+- * src/arm/sysv.S(ffi_closure_SYSV): Likewise.
+- * src/arm/ffitarget.h (FFI_TRAMPOLINE_SIZE): Likewise.
+- (FFI_CLOSURES): Enable closure support.
+-
+-2007-07-03 Andrew Haley <aph@hedges.billgatliff.com>
+-
+- * testsuite/libffi.call/cls_multi_ushort.c,
+- testsuite/libffi.call/cls_align_uint16.c,
+- testsuite/libffi.call/nested_struct1.c,
+- testsuite/libffi.call/nested_struct3.c,
+- testsuite/libffi.call/cls_7_1_byte.c,
+- testsuite/libffi.call/cls_double.c,
+- testsuite/libffi.call/nested_struct5.c,
+- testsuite/libffi.call/nested_struct7.c,
+- testsuite/libffi.call/cls_sint.c,
+- testsuite/libffi.call/nested_struct9.c,
+- testsuite/libffi.call/cls_20byte1.c,
+- testsuite/libffi.call/cls_multi_sshortchar.c,
+- testsuite/libffi.call/cls_align_sint64.c,
+- testsuite/libffi.call/cls_3byte2.c,
+- testsuite/libffi.call/cls_multi_schar.c,
+- testsuite/libffi.call/cls_multi_uchar.c,
+- testsuite/libffi.call/cls_19byte.c,
+- testsuite/libffi.call/cls_9byte1.c,
+- testsuite/libffi.call/cls_align_float.c,
+- testsuite/libffi.call/closure_fn1.c,
+- testsuite/libffi.call/problem1.c,
+- testsuite/libffi.call/closure_fn3.c,
+- testsuite/libffi.call/cls_sshort.c,
+- testsuite/libffi.call/closure_fn5.c,
+- testsuite/libffi.call/cls_align_double.c,
+- testsuite/libffi.call/cls_2byte.c,
+- testsuite/libffi.call/nested_struct.c,
+- testsuite/libffi.call/nested_struct10.c,
+- testsuite/libffi.call/cls_4byte.c,
+- testsuite/libffi.call/cls_6byte.c,
+- testsuite/libffi.call/cls_8byte.c,
+- testsuite/libffi.call/cls_multi_sshort.c,
+- testsuite/libffi.call/cls_align_uint32.c,
+- testsuite/libffi.call/cls_align_sint16.c,
+- testsuite/libffi.call/cls_float.c,
+- testsuite/libffi.call/cls_20byte.c,
+- testsuite/libffi.call/cls_5_1_byte.c,
+- testsuite/libffi.call/nested_struct2.c,
+- testsuite/libffi.call/cls_24byte.c,
+- testsuite/libffi.call/nested_struct4.c,
+- testsuite/libffi.call/nested_struct6.c,
+- testsuite/libffi.call/cls_64byte.c,
+- testsuite/libffi.call/nested_struct8.c,
+- testsuite/libffi.call/cls_uint.c,
+- testsuite/libffi.call/cls_multi_ushortchar.c,
+- testsuite/libffi.call/cls_schar.c,
+- testsuite/libffi.call/cls_uchar.c,
+- testsuite/libffi.call/cls_align_uint64.c,
+- testsuite/libffi.call/cls_ulonglong.c,
+- testsuite/libffi.call/cls_align_longdouble.c,
+- testsuite/libffi.call/cls_1_1byte.c,
+- testsuite/libffi.call/cls_12byte.c,
+- testsuite/libffi.call/cls_3_1byte.c,
+- testsuite/libffi.call/cls_3byte1.c,
+- testsuite/libffi.call/cls_4_1byte.c,
+- testsuite/libffi.call/cls_6_1_byte.c,
+- testsuite/libffi.call/cls_16byte.c,
+- testsuite/libffi.call/cls_18byte.c,
+- testsuite/libffi.call/closure_fn0.c,
+- testsuite/libffi.call/cls_9byte2.c,
+- testsuite/libffi.call/closure_fn2.c,
+- testsuite/libffi.call/closure_fn4.c,
+- testsuite/libffi.call/cls_ushort.c,
+- testsuite/libffi.call/closure_fn6.c,
+- testsuite/libffi.call/cls_5byte.c,
+- testsuite/libffi.call/cls_align_pointer.c,
+- testsuite/libffi.call/cls_7byte.c,
+- testsuite/libffi.call/cls_align_sint32.c,
+- testsuite/libffi.special/unwindtest_ffi_call.cc,
+- testsuite/libffi.special/unwindtest.cc: Enable for ARM.
+-
+-2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
+-
+- * aclocal.m4: Regenerated.
+-
+-2007-06-02 Paolo Bonzini <bonzini@gnu.org>
+-
+- * configure: Regenerate.
+-
+-2007-05-23 Steve Ellcey <sje@cup.hp.com>
+-
+- * Makefile.in: Regenerate.
+- * configure: Regenerate.
+- * aclocal.m4: Regenerate.
+- * include/Makefile.in: Regenerate.
+- * testsuite/Makefile.in: Regenerate.
+-
+-2007-05-10 Roman Zippel <zippel@linux-m68k.org>
+-
+- * src/m68k/ffi.c (ffi_prep_incoming_args_SYSV,
+- ffi_closure_SYSV_inner,ffi_prep_closure): New, add closure support.
+- * src/m68k/sysv.S(ffi_closure_SYSV,ffi_closure_struct_SYSV): Likewise.
+- * src/m68k/ffitarget.h (FFI_TRAMPOLINE_SIZE): Likewise.
+- (FFI_CLOSURES): Enable closure support.
+-
+-2007-05-10 Roman Zippel <zippel@linux-m68k.org>
+-
+- * configure.ac (HAVE_AS_CFI_PSEUDO_OP): New test.
+- * configure: Regenerate.
+- * fficonfig.h.in: Regenerate.
+- * src/m68k/sysv.S (CFI_STARTPROC,CFI_ENDPROC,
+- CFI_OFFSET,CFI_DEF_CFA): New macros.
+- (ffi_call_SYSV): Add callframe annotation.
+-
+-2007-05-10 Roman Zippel <zippel@linux-m68k.org>
+-
+- * src/m68k/ffi.c (ffi_prep_args,ffi_prep_cif_machdep): Fix
+- numerous test suite failures.
+- * src/m68k/sysv.S (ffi_call_SYSV): Likewise.
+-
+-2007-04-11 Paolo Bonzini <bonzini@gnu.org>
+-
+- * Makefile.am (EXTRA_DIST): Bring up to date.
+- * Makefile.in: Regenerate.
+- * src/frv/eabi.S: Remove RCS keyword.
+-
+-2007-04-06 Richard Henderson <rth@redhat.com>
+-
+- * configure.ac: Tidy target case.
+- (HAVE_LONG_DOUBLE): Allow the target to override.
+- * configure: Regenerate.
+- * include/ffi.h.in: Don't define ffi_type_foo if
+- LIBFFI_HIDE_BASIC_TYPES is defined.
+- (ffi_type_longdouble): If not HAVE_LONG_DOUBLE, define
+- to ffi_type_double.
+- * types.c (LIBFFI_HIDE_BASIC_TYPES): Define.
+- (FFI_TYPEDEF, ffi_type_void): Mark the data const.
+- (ffi_type_longdouble): Special case for Alpha. Don't define
+- if long double == double.
+-
+- * src/alpha/ffi.c (FFI_TYPE_LONGDOUBLE): Assert unique value.
+- (ffi_prep_cif_machdep): Handle it as the 128-bit type.
+- (ffi_call, ffi_closure_osf_inner): Likewise.
+- (ffi_closure_osf_inner): Likewise. Mark hidden.
+- (ffi_call_osf, ffi_closure_osf): Mark hidden.
+- * src/alpha/ffitarget.h (FFI_LAST_ABI): Tidy definition.
+- * src/alpha/osf.S (ffi_call_osf, ffi_closure_osf): Mark hidden.
+- (load_table): Handle 128-bit long double.
+-
+- * testsuite/libffi.call/float4.c: Add -mieee for alpha.
+-
+-2007-04-06 Tom Tromey <tromey@redhat.com>
+-
+- PR libffi/31491:
+- * README: Fixed bug in example.
+-
+-2007-04-03 Jakub Jelinek <jakub@redhat.com>
+-
+- * src/closures.c: Include sys/statfs.h.
+- (_GNU_SOURCE): Define on Linux.
+- (FFI_MMAP_EXEC_SELINUX): Define.
+- (selinux_enabled): New variable.
+- (selinux_enabled_check): New function.
+- (is_selinux_enabled): Define.
+- (dlmmap): Use it.
+-
+-2007-03-24 Uros Bizjak <ubizjak@gmail.com>
+-
+- * testsuite/libffi.call/return_fl2.c (return_fl): Mark as static.
+- Use 'volatile float sum' to create sum of floats to avoid false
+- negative due to excess precision on ix86 targets.
+- (main): Ditto.
+-
+-2007-03-08 Alexandre Oliva <aoliva@redhat.com>
+-
+- * src/powerpc/ffi.c (flush_icache): Fix left-over from previous
+- patch.
+- (ffi_prep_closure_loc): Remove unneeded casts. Add needed ones.
+-
+-2007-03-07 Alexandre Oliva <aoliva@redhat.com>
+-
+- * include/ffi.h.in (ffi_closure_alloc, ffi_closure_free): New.
+- (ffi_prep_closure_loc): New.
+- (ffi_prep_raw_closure_loc): New.
+- (ffi_prep_java_raw_closure_loc): New.
+- * src/closures.c: New file.
+- * src/dlmalloc.c [FFI_MMAP_EXEC_WRIT] (struct malloc_segment):
+- Replace sflags with exec_offset.
+- [FFI_MMAP_EXEC_WRIT] (mmap_exec_offset, add_segment_exec_offset,
+- sub_segment_exec_offset): New macros.
+- (get_segment_flags, set_segment_flags, check_segment_merge): New
+- macros.
+- (is_mmapped_segment, is_extern_segment): Use get_segment_flags.
+- (add_segment, sys_alloc, create_mspace, create_mspace_with_base,
+- destroy_mspace): Use new macros.
+- (sys_alloc): Silence warning.
+- * Makefile.am (libffi_la_SOURCES): Add src/closures.c.
+- * Makefile.in: Rebuilt.
+- * src/prep_cif [FFI_CLOSURES] (ffi_prep_closure): Implement in
+- terms of ffi_prep_closure_loc.
+- * src/raw_api.c (ffi_prep_raw_closure_loc): Renamed and adjusted
+- from...
+- (ffi_prep_raw_closure): ... this. Re-implement in terms of the
+- renamed version.
+- * src/java_raw_api (ffi_prep_java_raw_closure_loc): Renamed and
+- adjusted from...
+- (ffi_prep_java_raw_closure): ... this. Re-implement in terms of
+- the renamed version.
+- * src/alpha/ffi.c (ffi_prep_closure_loc): Renamed from
+- (ffi_prep_closure): ... this.
+- * src/pa/ffi.c: Likewise.
+- * src/cris/ffi.c: Likewise. Adjust.
+- * src/frv/ffi.c: Likewise.
+- * src/ia64/ffi.c: Likewise.
+- * src/mips/ffi.c: Likewise.
+- * src/powerpc/ffi_darwin.c: Likewise.
+- * src/s390/ffi.c: Likewise.
+- * src/sh/ffi.c: Likewise.
+- * src/sh64/ffi.c: Likewise.
+- * src/sparc/ffi.c: Likewise.
+- * src/x86/ffi64.c: Likewise.
+- * src/x86/ffi.c: Likewise.
+- (FFI_INIT_TRAMPOLINE): Adjust.
+- (ffi_prep_raw_closure_loc): Renamed and adjusted from...
+- (ffi_prep_raw_closure): ... this.
+- * src/powerpc/ffi.c (ffi_prep_closure_loc): Renamed from
+- (ffi_prep_closure): ... this.
+- (flush_icache): Adjust.
+-
+-2007-03-07 Alexandre Oliva <aoliva@redhat.com>
+-
+- * src/dlmalloc.c: New file, imported version 2.8.3 of Doug
+- Lea's malloc.
+-
+-2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
+-
+- * Makefile.am: Add dummy install-pdf target.
+- * Makefile.in: Regenerate
+-
+-2007-02-13 Andreas Krebbel <krebbel1@de.ibm.com>
+-
+- * src/s390/ffi.c (ffi_prep_args, ffi_prep_cif_machdep,
+- ffi_closure_helper_SYSV): Add long double handling.
+-
+-2007-02-02 Jakub Jelinek <jakub@redhat.com>
+-
+- * src/powerpc/linux64.S (ffi_call_LINUX64): Move restore of r2
+- immediately after bctrl instruction.
+-
+-2007-01-18 Alexandre Oliva <aoliva@redhat.com>
+-
+- * Makefile.am (all-recursive, install-recursive,
+- mostlyclean-recursive, clean-recursive, distclean-recursive,
+- maintainer-clean-recursive): Add missing targets.
+- * Makefile.in: Rebuilt.
+-
+-2006-12-14 Andreas Tobler <a.tobler@schweiz.org>
+-
+- * configure.ac: Add TARGET for x86_64-*-darwin*.
+- * Makefile.am (nodist_libffi_la_SOURCES): Add rules for 64-bit sources
+- for X86_DARWIN.
+- * src/x86/ffitarget.h: Set trampoline size for x86_64-*-darwin*.
+- * src/x86/darwin64.S: New file for x86_64-*-darwin* support.
+- * configure: Regenerate.
+- * Makefile.in: Regenerate.
+- * include/Makefile.in: Regenerate.
+- * testsuite/Makefile.in: Regenerate.
+- * testsuite/libffi.special/unwindtest_ffi_call.cc: New test case for
+- ffi_call only.
+-
+-2006-12-13 Andreas Tobler <a.tobler@schweiz.org>
+-
+- * aclocal.m4: Regenerate with aclocal -I .. as written in the
+- Makefile.am.
+-
+-2006-10-31 Geoffrey Keating <geoffk@apple.com>
+-
+- * src/powerpc/ffi_darwin.c (darwin_adjust_aggregate_sizes): New.
+- (ffi_prep_cif_machdep): Call darwin_adjust_aggregate_sizes for
+- Darwin.
+- * testsuite/libffi.call/nested_struct4.c: Remove Darwin XFAIL.
+- * testsuite/libffi.call/nested_struct6.c: Remove Darwin XFAIL.
+-
+-2006-10-10 Paolo Bonzini <bonzini@gnu.org>
+- Sandro Tolaini <tolaini@libero.it>
+-
+- * configure.ac [i*86-*-darwin*]: Set X86_DARWIN symbol and
+- conditional.
+- * configure: Regenerated.
+- * Makefile.am (nodist_libffi_la_SOURCES) [X86_DARWIN]: New case.
+- (EXTRA_DIST): Add src/x86/darwin.S.
+- * Makefile.in: Regenerated.
+- * include/Makefile.in: Regenerated.
+- * testsuite/Makefile.in: Regenerated.
+-
+- * src/x86/ffi.c (ffi_prep_cif_machdep) [X86_DARWIN]: Treat like
+- X86_WIN32, and additionally align stack to 16 bytes.
+- * src/x86/darwin.S: New, based on sysv.S.
+- * src/prep_cif.c (ffi_prep_cif) [X86_DARWIN]: Align > 8-byte structs.
+-
+-2006-09-12 David Daney <ddaney@avtrex.com>
+-
+- PR libffi/23935
+- * include/Makefile.am: Install both ffi.h and ffitarget.h in
+- $(libdir)/gcc/$(target_alias)/$(gcc_version)/include.
+- * aclocal.m4: Regenerated for automake 1.9.6.
+- * Makefile.in: Regenerated.
+- * include/Makefile.in: Regenerated.
+- * testsuite/Makefile.in: Regenerated.
+-
+-2006-08-17 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * include/ffi_common.h (struct): Revert accidental commit.
+-
+-2006-08-15 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * include/ffi_common.h: Remove lint directives.
+- * include/ffi.h.in: Likewise.
+-
+-2006-07-25 Torsten Schoenfeld <kaffeetisch@gmx.de>
+-
+- * include/ffi.h.in (ffi_type_ulong, ffi_type_slong): Define correctly
+- for 32-bit architectures.
+- * testsuite/libffi.call/return_ul.c: New test case.
+-
+-2006-07-19 David Daney <ddaney@avtrex.com>
+-
+- * testsuite/libffi.call/closure_fn6.c: Remove xfail for mips,
+- xfail remains for mips64.
+-
+-2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
+-
+- * Makefile.am: Add install-html target. Add install-html to .PHONY
+- * Makefile.in: Regenerate.
+- * aclocal.m4: Regenerate.
+- * include/Makefile.in: Regenerate.
+- * testsuite/Makefile.in: Regenerate.
+-
+-2006-05-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+-
+- * pa/ffi.c (ffi_prep_args_pa32): Load floating point arguments from
+- stack slot.
+-
+-2006-04-22 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * README: Remove notice about 'Crazy Comments'.
+- * src/debug.c: Remove lint directives. Cleanup white spaces.
+- * src/java_raw_api.c: Likewise.
+- * src/prep_cif.c: Likewise.
+- * src/raw_api.c: Likewise.
+- * src/ffitest.c: Delete. No longer needed, all test cases migrated
+- to the testsuite.
+- * src/arm/ffi.c: Remove lint directives.
+- * src/m32r/ffi.c: Likewise.
+- * src/pa/ffi.c: Likewise.
+- * src/powerpc/ffi.c: Likewise.
+- * src/powerpc/ffi_darwin.c: Likewise.
+- * src/sh/ffi.c: Likewise.
+- * src/sh64/ffi.c: Likewise.
+- * src/x86/ffi.c: Likewise.
+- * testsuite/libffi.call/float2.c: Likewise.
+- * testsuite/libffi.call/promotion.c: Likewise.
+- * testsuite/libffi.call/struct1.c: Likewise.
+-
+-2006-04-13 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * src/pa/hpux32.S: Correct unwind offset calculation for
+- ffi_closure_pa32.
+- * src/pa/linux.S: Likewise.
+-
+-2006-04-12 James E Wilson <wilson@specifix.com>
+-
+- PR libgcj/26483
+- * src/ia64/ffi.c (stf_spill, ldf_fill): Rewrite as macros.
+- (hfa_type_load): Call stf_spill.
+- (hfa_type_store): Call ldf_fill.
+- (ffi_call): Adjust calls to above routines. Add local temps for
+- macro result.
+-
+-2006-04-10 Matthias Klose <doko@debian.org>
+-
+- * testsuite/lib/libffi-dg.exp (libffi-init): Recognize multilib
+- directory names containing underscores.
+-
+-2006-04-07 James E Wilson <wilson@specifix.com>
+-
+- * testsuite/libffi.call/float4.c: New testcase.
+-
+-2006-04-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+- Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * Makefile.am: Add PA_HPUX port.
+- * Makefile.in: Regenerate.
+- * include/Makefile.in: Likewise.
+- * testsuite/Makefile.in: Likewise.
+- * configure.ac: Add PA_HPUX rules.
+- * configure: Regenerate.
+- * src/pa/ffitarget.h: Rename linux target to PA_LINUX.
+- Add PA_HPUX and PA64_HPUX.
+- Rename FFI_LINUX ABI to FFI_PA32 ABI.
+- (FFI_TRAMPOLINE_SIZE): Define for 32-bit HP-UX targets.
+- (FFI_TYPE_SMALL_STRUCT2): Define.
+- (FFI_TYPE_SMALL_STRUCT4): Likewise.
+- (FFI_TYPE_SMALL_STRUCT8): Likewise.
+- (FFI_TYPE_SMALL_STRUCT3): Redefine.
+- (FFI_TYPE_SMALL_STRUCT5): Likewise.
+- (FFI_TYPE_SMALL_STRUCT6): Likewise.
+- (FFI_TYPE_SMALL_STRUCT7): Likewise.
+- * src/pa/ffi.c (ROUND_DOWN): Delete.
+- (fldw, fstw, fldd, fstd): Use '__asm__'.
+- (ffi_struct_type): Add support for FFI_TYPE_SMALL_STRUCT2,
+- FFI_TYPE_SMALL_STRUCT4 and FFI_TYPE_SMALL_STRUCT8.
+- (ffi_prep_args_LINUX): Rename to ffi_prep_args_pa32. Update comment.
+- Simplify incrementing of stack slot variable. Change type of local
+- 'n' to unsigned int.
+- (ffi_size_stack_LINUX): Rename to ffi_size_stack_pa32. Handle long
+- double on PA_HPUX.
+- (ffi_prep_cif_machdep): Likewise.
+- (ffi_call): Likewise.
+- (ffi_closure_inner_LINUX): Rename to ffi_closure_inner_pa32. Change
+- return type to ffi_status. Simplify incrementing of stack slot
+- variable. Only copy floating point argument registers when PA_LINUX
+- is true. Reformat debug statement.
+- Add support for FFI_TYPE_SMALL_STRUCT2, FFI_TYPE_SMALL_STRUCT4 and
+- FFI_TYPE_SMALL_STRUCT8.
+- (ffi_closure_LINUX): Rename to ffi_closure_pa32. Add 'extern' to
+- declaration.
+- (ffi_prep_closure): Make linux trampoline conditional on PA_LINUX.
+- Add nops to cache flush. Add trampoline for PA_HPUX.
+- * src/pa/hpux32.S: New file.
+- * src/pa/linux.S (ffi_call_LINUX): Rename to ffi_call_pa32. Rename
+- ffi_prep_args_LINUX to ffi_prep_args_pa32.
+- Localize labels. Add support for 2, 4 and 8-byte small structs. Handle
+- unaligned destinations in 3, 5, 6 and 7-byte small structs. Order
+- argument type checks so that common argument types appear first.
+- (ffi_closure_LINUX): Rename to ffi_closure_pa32. Rename
+- ffi_closure_inner_LINUX to ffi_closure_inner_pa32.
+-
+-2006-03-24 Alan Modra <amodra@bigpond.net.au>
+-
+- * src/powerpc/ffitarget.h (enum ffi_abi): Add FFI_LINUX. Default
+- for 32-bit using IBM extended double format. Fix FFI_LAST_ABI.
+- * src/powerpc/ffi.c (ffi_prep_args_SYSV): Handle linux variant of
+- FFI_TYPE_LONGDOUBLE.
+- (ffi_prep_args64): Assert using IBM extended double.
+- (ffi_prep_cif_machdep): Don't munge FFI_TYPE_LONGDOUBLE type.
+- Handle FFI_LINUX FFI_TYPE_LONGDOUBLE return and args.
+- (ffi_call): Handle FFI_LINUX.
+- (ffi_closure_helper_SYSV): Non FFI_LINUX long double return needs
+- gpr3 return pointer as for struct return. Handle FFI_LINUX
+- FFI_TYPE_LONGDOUBLE return and args. Don't increment "nf"
+- unnecessarily.
+- * src/powerpc/ppc_closure.S (ffi_closure_SYSV): Load both f1 and f2
+- for FFI_TYPE_LONGDOUBLE. Move epilogue insns into case table.
+- Don't use r6 as pointer to results, instead use sp offset. Don't
+- make a special call to load lr with case table address, instead
+- use offset from previous call.
+- * src/powerpc/sysv.S (ffi_call_SYSV): Save long double return.
+- * src/powerpc/linux64.S (ffi_call_LINUX64): Simplify long double
+- return.
+-
+-2006-03-15 Kaz Kojima <kkojima@gcc.gnu.org>
+-
+- * src/sh64/ffi.c (ffi_prep_cif_machdep): Handle float arguments
+- passed with FP registers correctly.
+- (ffi_closure_helper_SYSV): Likewise.
+- * src/sh64/sysv.S: Likewise.
+-
+-2006-03-01 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * testsuite/libffi.special/unwindtest.cc (closure_test_fn): Mark cif,
+- args and userdata unused.
+- (closure_test_fn1): Mark cif and userdata unused.
+- (main): Remove unused res.
+-
+-2006-02-28 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * testsuite/libffi.call/call.exp: Adjust FSF address. Add test runs for
+- -O2, -O3, -Os and the warning flags -W -Wall.
+- * testsuite/libffi.special/special.exp: Likewise.
+- * testsuite/libffi.call/ffitest.h: Add an __UNUSED__ macro to mark
+- unused parameter unused for gcc or else do nothing.
+- * testsuite/libffi.special/ffitestcxx.h: Likewise.
+- * testsuite/libffi.call/cls_12byte.c (cls_struct_12byte_gn): Mark cif
+- and userdata unused.
+- * testsuite/libffi.call/cls_16byte.c (cls_struct_16byte_gn): Likewise.
+- * testsuite/libffi.call/cls_18byte.c (cls_struct_18byte_gn): Likewise.
+- * testsuite/libffi.call/cls_19byte.c (cls_struct_19byte_gn): Likewise.
+- * testsuite/libffi.call/cls_1_1byte.c (cls_struct_1_1byte_gn): Likewise.
+- * testsuite/libffi.call/cls_20byte.c (cls_struct_20byte_gn): Likewise.
+- * testsuite/libffi.call/cls_20byte1.c (cls_struct_20byte_gn): Likewise.
+- * testsuite/libffi.call/cls_24byte.c (cls_struct_24byte_gn): Likewise.
+- * testsuite/libffi.call/cls_2byte.c (cls_struct_2byte_gn): Likewise.
+- * testsuite/libffi.call/cls_3_1byte.c (cls_struct_3_1byte_gn): Likewise.
+- * testsuite/libffi.call/cls_3byte1.c (cls_struct_3byte_gn): Likewise.
+- * testsuite/libffi.call/cls_3byte2.c (cls_struct_3byte_gn1): Likewise.
+- * testsuite/libffi.call/cls_4_1byte.c (cls_struct_4_1byte_gn): Likewise.
+- * testsuite/libffi.call/cls_4byte.c (cls_struct_4byte_gn): Likewise.
+- * testsuite/libffi.call/cls_5_1_byte.c (cls_struct_5byte_gn): Likewise.
+- * testsuite/libffi.call/cls_5byte.c (cls_struct_5byte_gn): Likewise.
+- * testsuite/libffi.call/cls_64byte.c (cls_struct_64byte_gn): Likewise.
+- * testsuite/libffi.call/cls_6_1_byte.c (cls_struct_6byte_gn): Likewise.
+- * testsuite/libffi.call/cls_6byte.c (cls_struct_6byte_gn): Likewise.
+- * testsuite/libffi.call/cls_7_1_byte.c (cls_struct_7byte_gn): Likewise.
+- * testsuite/libffi.call/cls_7byte.c (cls_struct_7byte_gn): Likewise.
+- * testsuite/libffi.call/cls_8byte.c (cls_struct_8byte_gn): Likewise.
+- * testsuite/libffi.call/cls_9byte1.c (cls_struct_9byte_gn): Likewise.
+- * testsuite/libffi.call/cls_9byte2.c (cls_struct_9byte_gn): Likewise.
+- * testsuite/libffi.call/cls_align_double.c (cls_struct_align_gn):
+- Likewise.
+- * testsuite/libffi.call/cls_align_float.c (cls_struct_align_gn):
+- Likewise.
+- * testsuite/libffi.call/cls_align_longdouble.c (cls_struct_align_gn):
+- Likewise.
+- * testsuite/libffi.call/cls_align_pointer.c (cls_struct_align_fn): Cast
+- void* to avoid compiler warning.
+- (main): Likewise.
+- (cls_struct_align_gn): Mark cif and userdata unused.
+- * testsuite/libffi.call/cls_align_sint16.c (cls_struct_align_gn):
+- Likewise.
+- * testsuite/libffi.call/cls_align_sint32.c (cls_struct_align_gn):
+- Likewise.
+- * testsuite/libffi.call/cls_align_sint64.c (cls_struct_align_gn):
+- Likewise.
+- * testsuite/libffi.call/cls_align_uint16.c (cls_struct_align_gn):
+- Likewise.
+- * testsuite/libffi.call/cls_align_uint32.c (cls_struct_align_gn):
+- Likewise.
+- * testsuite/libffi.call/cls_double.c (cls_ret_double_fn): Likewise.
+- * testsuite/libffi.call/cls_float.c (cls_ret_float_fn): Likewise.
+- * testsuite/libffi.call/cls_multi_schar.c (test_func_gn): Mark cif and
+- data unused.
+- (main): Cast res_call to silence gcc.
+- * testsuite/libffi.call/cls_multi_sshort.c (test_func_gn): Mark cif and
+- data unused.
+- (main): Cast res_call to silence gcc.
+- * testsuite/libffi.call/cls_multi_sshortchar.c (test_func_gn): Mark cif
+- and data unused.
+- (main): Cast res_call to silence gcc.
+- * testsuite/libffi.call/cls_multi_uchar.c (test_func_gn): Mark cif and
+- data unused.
+- (main): Cast res_call to silence gcc.
+- * testsuite/libffi.call/cls_multi_ushort.c (test_func_gn): Mark cif and
+- data unused.
+- (main): Cast res_call to silence gcc.
+- * testsuite/libffi.call/cls_multi_ushortchar.c (test_func_gn): Mark cif
+- and data unused.
+- (main): Cast res_call to silence gcc.
+- * testsuite/libffi.call/cls_schar.c (cls_ret_schar_fn): Mark cif and
+- userdata unused.
+- (cls_ret_schar_fn): Cast printf parameter to silence gcc.
+- * testsuite/libffi.call/cls_sint.c (cls_ret_sint_fn): Mark cif and
+- userdata unused.
+- (cls_ret_sint_fn): Cast printf parameter to silence gcc.
+- * testsuite/libffi.call/cls_sshort.c (cls_ret_sshort_fn): Mark cif and
+- userdata unused.
+- (cls_ret_sshort_fn): Cast printf parameter to silence gcc.
+- * testsuite/libffi.call/cls_uchar.c (cls_ret_uchar_fn): Mark cif and
+- userdata unused.
+- (cls_ret_uchar_fn): Cast printf parameter to silence gcc.
+- * testsuite/libffi.call/cls_uint.c (cls_ret_uint_fn): Mark cif and
+- userdata unused.
+- (cls_ret_uint_fn): Cast printf parameter to silence gcc.
+- * testsuite/libffi.call/cls_ulonglong.c (cls_ret_ulonglong_fn): Mark cif
+- and userdata unused.
+- * testsuite/libffi.call/cls_ushort.c (cls_ret_ushort_fn): Mark cif and
+- userdata unused.
+- (cls_ret_ushort_fn): Cast printf parameter to silence gcc.
+- * testsuite/libffi.call/float.c (floating): Remove unused parameter e.
+- * testsuite/libffi.call/float1.c (main): Remove unused variable i.
+- Cleanup white spaces.
+- * testsuite/libffi.call/negint.c (checking): Remove unused variable i.
+- * testsuite/libffi.call/nested_struct.c (cls_struct_combined_gn): Mark
+- cif and userdata unused.
+- * testsuite/libffi.call/nested_struct1.c (cls_struct_combined_gn):
+- Likewise.
+- * testsuite/libffi.call/nested_struct10.c (B_gn): Likewise.
+- * testsuite/libffi.call/nested_struct2.c (B_fn): Adjust printf
+- formatters to silence gcc.
+- (B_gn): Mark cif and userdata unused.
+- * testsuite/libffi.call/nested_struct3.c (B_gn): Mark cif and userdata
+- unused.
+- * testsuite/libffi.call/nested_struct4.c: Mention related PR.
+- (B_gn): Mark cif and userdata unused.
+- * testsuite/libffi.call/nested_struct5.c (B_gn): Mark cif and userdata
+- unused.
+- * testsuite/libffi.call/nested_struct6.c: Mention related PR.
+- (B_gn): Mark cif and userdata unused.
+- * testsuite/libffi.call/nested_struct7.c (B_gn): Mark cif and userdata
+- unused.
+- * testsuite/libffi.call/nested_struct8.c (B_gn): Likewise.
+- * testsuite/libffi.call/nested_struct9.c (B_gn): Likewise.
+- * testsuite/libffi.call/problem1.c (stub): Likewise.
+- * testsuite/libffi.call/pyobjc-tc.c (main): Cast the result to silence
+- gcc.
+- * testsuite/libffi.call/return_fl2.c (return_fl): Add the note mentioned
+- in the last commit for this test case in the test case itself.
+- * testsuite/libffi.call/closure_fn0.c (closure_test_fn0): Mark cif as
+- unused.
+- * testsuite/libffi.call/closure_fn1.c (closure_test_fn1): Likewise.
+- * testsuite/libffi.call/closure_fn2.c (closure_test_fn2): Likewise.
+- * testsuite/libffi.call/closure_fn3.c (closure_test_fn3): Likewise.
+- * testsuite/libffi.call/closure_fn4.c (closure_test_fn0): Likewise.
+- * testsuite/libffi.call/closure_fn5.c (closure_test_fn5): Likewise.
+- * testsuite/libffi.call/closure_fn6.c (closure_test_fn0): Likewise.
+-
+-2006-02-22 Kaz Kojima <kkojima@gcc.gnu.org>
+-
+- * src/sh/sysv.S: Fix register numbers in the FDE for
+- ffi_closure_SYSV.
+-
+-2006-02-20 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * testsuite/libffi.call/return_fl2.c (return_fl): Remove static
+- declaration to avoid a false negative on ix86. See PR323.
+-
+-2006-02-18 Kaz Kojima <kkojima@gcc.gnu.org>
+-
+- * src/sh/ffi.c (ffi_closure_helper_SYSV): Remove unused variable
+- and cast integer to void * if needed. Update the pointer to
+- the FP register saved area correctly.
+-
+-2006-02-17 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * testsuite/libffi.call/nested_struct6.c: XFAIL this test until PR25630
+- is fixed.
+- * testsuite/libffi.call/nested_struct4.c: Likewise.
+-
+-2006-02-16 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * testsuite/libffi.call/return_dbl.c: New test case.
+- * testsuite/libffi.call/return_dbl1.c: Likewise.
+- * testsuite/libffi.call/return_dbl2.c: Likewise.
+- * testsuite/libffi.call/return_fl.c: Likewise.
+- * testsuite/libffi.call/return_fl1.c: Likewise.
+- * testsuite/libffi.call/return_fl2.c: Likewise.
+- * testsuite/libffi.call/return_fl3.c: Likewise.
+- * testsuite/libffi.call/closure_fn6.c: Likewise.
+-
+- * testsuite/libffi.call/nested_struct2.c: Remove ffi_type_mylong
+- definition.
+- * testsuite/libffi.call/ffitest.h: Add ffi_type_mylong definition
+- here to be used by other test cases too.
+-
+- * testsuite/libffi.call/nested_struct10.c: New test case.
+- * testsuite/libffi.call/nested_struct9.c: Likewise.
+- * testsuite/libffi.call/nested_struct8.c: Likewise.
+- * testsuite/libffi.call/nested_struct7.c: Likewise.
+- * testsuite/libffi.call/nested_struct6.c: Likewise.
+- * testsuite/libffi.call/nested_struct5.c: Likewise.
+- * testsuite/libffi.call/nested_struct4.c: Likewise.
+-
+-2006-01-21 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * configure.ac: Enable libffi for sparc64-*-freebsd*.
+- * configure: Rebuilt.
+-
+-2006-01-18 Jakub Jelinek <jakub@redhat.com>
+-
+- * src/powerpc/sysv.S (smst_two_register): Don't call __ashldi3,
+- instead do the shifting inline.
+- * src/powerpc/ppc_closure.S (ffi_closure_SYSV): Don't compute %r5
+- shift count unconditionally. Simplify load sequences for 1, 2, 3, 4
+- and 8 byte structs, for the remaining struct sizes don't call
+- __lshrdi3, instead do the shifting inline.
+-
+-2005-12-07 Thiemo Seufer <ths@networkno.de>
+-
+- * src/mips/ffitarget.h: Remove obsolete sgidefs.h include. Add
+- missing parentheses.
+- * src/mips/o32.S (ffi_call_O32): Code formatting. Define
+- and use A3_OFF, FP_OFF, RA_OFF. Micro-optimizations.
+- (ffi_closure_O32): Likewise, but with newly defined A3_OFF2,
+- A2_OFF2, A1_OFF2, A0_OFF2, RA_OFF2, FP_OFF2, S0_OFF2, GP_OFF2,
+- V1_OFF2, V0_OFF2, FA_1_1_OFF2, FA_1_0_OFF2, FA_0_1_OFF2,
+- FA_0_0_OFF2.
+- * src/mips/ffi.c (ffi_prep_args): Code formatting. Fix
+- endianness bugs.
+- (ffi_prep_closure): Improve trampoline instruction scheduling.
+- (ffi_closure_mips_inner_O32): Fix endianness bugs.
+-
+-2005-12-03 Alan Modra <amodra@bigpond.net.au>
+-
+- * src/powerpc/ffi.c: Formatting.
+- (ffi_prep_args_SYSV): Avoid possible aliasing problems by using unions.
+- (ffi_prep_args64): Likewise.
+-
+-2005-09-30 Geoffrey Keating <geoffk@apple.com>
+-
+- * testsuite/lib/libffi-dg.exp (libffi_target_compile): For
+- darwin, use -shared-libgcc not -lgcc_s, and explain why.
+-
+-2005-09-26 Tom Tromey <tromey@redhat.com>
+-
+- * testsuite/libffi.call/float1.c (value_type): New typedef.
+- (CANARY): New define.
+- (main): Check for result buffer overflow.
+- * src/powerpc/linux64.S: Handle linux64 long double returns.
+- * src/powerpc/ffi.c (FLAG_RETURNS_128BITS): New constant.
+- (ffi_prep_cif_machdep): Handle linux64 long double returns.
+-
+-2005-08-25 Alan Modra <amodra@bigpond.net.au>
+-
+- PR target/23404
+- * src/powerpc/ffi.c (ffi_prep_args_SYSV): Correct placement of stack
+- homed fp args.
+- (ffi_status ffi_prep_cif_machdep): Correct stack sizing for same.
+-
+-2005-08-11 Jakub Jelinek <jakub@redhat.com>
+-
+- * configure.ac (HAVE_HIDDEN_VISIBILITY_ATTRIBUTE): New test.
+- (AH_BOTTOM): Add FFI_HIDDEN definition.
+- * configure: Rebuilt.
+- * fficonfig.h.in: Rebuilt.
+- * src/powerpc/ffi.c (hidden): Remove.
+- (ffi_closure_LINUX64, ffi_prep_args64, ffi_call_LINUX64,
+- ffi_closure_helper_LINUX64): Use FFI_HIDDEN instead of hidden.
+- * src/powerpc/linux64_closure.S (ffi_closure_LINUX64,
+- .ffi_closure_LINUX64): Use FFI_HIDDEN instead of .hidden.
+- * src/x86/ffi.c (ffi_closure_SYSV, ffi_closure_raw_SYSV): Remove,
+- add FFI_HIDDEN to its prototype.
+- (ffi_closure_SYSV_inner): New.
+- * src/x86/sysv.S (ffi_closure_SYSV, ffi_closure_raw_SYSV): New.
+- * src/x86/win32.S (ffi_closure_SYSV, ffi_closure_raw_SYSV): New.
+-
+-2005-08-10 Alfred M. Szmidt <ams@gnu.org>
+-
+- PR libffi/21819:
+- * configure: Rebuilt.
+- * configure.ac: Handle i*86-*-gnu*.
+-
+-2005-08-09 Jakub Jelinek <jakub@redhat.com>
+-
+- * src/powerpc/ppc_closure.S (ffi_closure_SYSV): Use
+- DW_CFA_offset_extended_sf rather than
+- DW_CFA_GNU_negative_offset_extended.
+- * src/powerpc/sysv.S (ffi_call_SYSV): Likewise.
+-
+-2005-07-22 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
+-
+- * src/sh/sysv.S (ffi_call_SYSV): Stop argument popping correctly
+- on sh3.
+- (ffi_closure_SYSV): Change the stack layout for sh3 struct argument.
+- * src/sh/ffi.c (ffi_prep_args): Fix sh3 argument copy, when it is
+- partially on register.
+- (ffi_closure_helper_SYSV): Likewise.
+- (ffi_prep_cif_machdep): Don't set too many cif->flags.
+-
+-2005-07-20 Kaz Kojima <kkojima@gcc.gnu.org>
+-
+- * src/sh/ffi.c (ffi_call): Handle small structures correctly.
+- Remove empty line.
+- * src/sh64/ffi.c (simple_type): Remove.
+- (return_type): Handle small structures correctly.
+- (ffi_prep_args): Likewise.
+- (ffi_call): Likewise.
+- (ffi_closure_helper_SYSV): Likewise.
+- * src/sh64/sysv.S (ffi_call_SYSV): Handle 1, 2 and 4-byte return.
+- Emit position independent code if PIC and remove wrong datalabel
+- prefixes from EH data.
+-
+-2005-07-19 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * Makefile.am (nodist_libffi_la_SOURCES): Add POWERPC_FREEBSD.
+- * Makefile.in: Regenerate.
+- * include/Makefile.in: Likewise.
+- * testsuite/Makefile.in: Likewise.
+- * configure.ac: Add POWERPC_FREEBSD rules.
+- * configure: Regenerate.
+- * src/powerpc/ffitarget.h: Add POWERPC_FREEBSD rules.
+- (FFI_SYSV_TYPE_SMALL_STRUCT): Define.
+- * src/powerpc/ffi.c: Add flags to handle small structure returns
+- in ffi_call_SYSV.
+- (ffi_prep_cif_machdep): Handle small structures for SYSV 4 ABI.
+- Aka FFI_SYSV.
+- (ffi_closure_helper_SYSV): Likewise.
+- * src/powerpc/ppc_closure.S: Add return types for small structures.
+- * src/powerpc/sysv.S: Add bits to handle small structures for
+- final SYSV 4 ABI.
+-
+-2005-07-10 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * testsuite/libffi.call/cls_5_1_byte.c: New test file.
+- * testsuite/libffi.call/cls_6_1_byte.c: Likewise.
+- * testsuite/libffi.call/cls_7_1_byte.c: Likewise.
+-
+-2005-07-05 Randolph Chung <tausq@debian.org>
+-
+- * src/pa/ffi.c (ffi_struct_type): Rename FFI_TYPE_SMALL_STRUCT1
+- as FFI_TYPE_SMALL_STRUCT3. Break out handling for 5-7 byte
+- structures. Kill compilation warnings.
+- (ffi_closure_inner_LINUX): Print return values as hex in debug
+- message. Rename FFI_TYPE_SMALL_STRUCT1 as FFI_TYPE_SMALL_STRUCT3.
+- Properly handle 5-7 byte structure returns.
+- * src/pa/ffitarget.h (FFI_TYPE_SMALL_STRUCT1)
+- (FFI_TYPE_SMALL_STRUCT2): Remove.
+- (FFI_TYPE_SMALL_STRUCT3, FFI_TYPE_SMALL_STRUCT5)
+- (FFI_TYPE_SMALL_STRUCT6, FFI_TYPE_SMALL_STRUCT7): Define.
+- * src/pa/linux.S: Mark source file as using PA1.1 assembly.
+- (checksmst1, checksmst2): Remove.
+- (checksmst3): Optimize handling of 3-byte struct returns.
+- (checksmst567): Properly handle 5-7 byte struct returns.
+-
+-2005-06-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+-
+- PR libgcj/21943
+- * src/mips/n32.S: Enforce PIC code.
+- * src/mips/o32.S: Likewise.
+-
+-2005-06-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+-
+- * configure.ac: Treat i*86-*-solaris2.10 and up as X86_64.
+- * configure: Regenerate.
+-
+-2005-06-01 Alan Modra <amodra@bigpond.net.au>
+-
+- * src/powerpc/ppc_closure.S (ffi_closure_SYSV): Don't use JUMPTARGET
+- to call ffi_closure_helper_SYSV. Append @local instead.
+- * src/powerpc/sysv.S (ffi_call_SYSV): Likewise for ffi_prep_args_SYSV.
+-
+-2005-05-17 Kelley Cook <kcook@gcc.gnu.org>
+-
+- * configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
+- Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF.
+- * Makefile.am (ACLOCAL_AMFLAGS): Remove -I ../config.
+- * aclocal.m4, configure, fficonfig.h.in, Makefile.in,
+- include/Makefile.in, testsuite/Makefile.in: Regenerate.
+-
+-2005-05-09 Mike Stump <mrs@apple.com>
+-
+- * configure: Regenerate.
+-
+-2005-05-08 Richard Henderson <rth@redhat.com>
+-
+- PR libffi/21285
+- * src/alpha/osf.S: Update unwind into to match code.
+-
+-2005-05-04 Andreas Degert <ad@papyrus-gmbh.de>
+- Richard Henderson <rth@redhat.com>
+-
+- * src/x86/ffi64.c (ffi_prep_cif_machdep): Save sse-used flag in
+- bit 11 of flags.
+- (ffi_call): Mask return type field. Pass ssecount to ffi_call_unix64.
+- (ffi_prep_closure): Set carry bit if sse-used flag set.
+- * src/x86/unix64.S (ffi_call_unix64): Add ssecount argument.
+- Only load sse registers if ssecount non-zero.
+- (ffi_closure_unix64): Only save sse registers if carry set on entry.
+-
+-2005-04-29 Ralf Corsepius <ralf.corsepius@rtems.org>
+-
+- * configure.ac: Add i*86-*-rtems*, sparc*-*-rtems*,
+- powerpc-*rtems*, arm*-*-rtems*, sh-*-rtems*.
+- * configure: Regenerate.
+-
+-2005-04-20 Hans-Peter Nilsson <hp@axis.com>
+-
+- * testsuite/lib/libffi-dg.exp (libffi-dg-test-1): In regsub use,
+- have Tcl8.3-compatible intermediate variable.
+-
+-2005-04-18 Simon Posnjak <simon.posnjak@siol.net>
+- Hans-Peter Nilsson <hp@axis.com>
+-
+- * Makefile.am: Add CRIS support.
+- * configure.ac: Likewise.
+- * Makefile.in, configure, testsuite/Makefile.in,
+- include/Makefile.in: Regenerate.
+- * src/cris: New directory.
+- * src/cris/ffi.c, src/cris/sysv.S, src/cris/ffitarget.h: New files.
+- * src/prep_cif.c (ffi_prep_cif): Wrap in #ifndef __CRIS__.
+-
+- * testsuite/lib/libffi-dg.exp (libffi-dg-test-1): Replace \n with
+- \r?\n in output tests.
+-
+-2005-04-12 Mike Stump <mrs@apple.com>
+-
+- * configure: Regenerate.
+-
+-2005-03-30 Hans Boehm <Hans.Boehm@hp.com>
+-
+- * src/ia64/ffitarget.h (ffi_arg): Use long long instead of DI.
+-
+-2005-03-30 Steve Ellcey <sje@cup.hp.com>
+-
+- * src/ia64/ffitarget.h (ffi_arg) ADD DI attribute.
+- (ffi_sarg) Ditto.
+- * src/ia64/unix.S (ffi_closure_unix): Extend gp
+- to 64 bits in ILP32 mode.
+- Load 64 bits even for short data.
+-
+-2005-03-23 Mike Stump <mrs@apple.com>
+-
+- * src/powerpc/darwin.S: Update for -m64 multilib.
+- * src/powerpc/darwin_closure.S: Likewise.
+-
+-2005-03-21 Zack Weinberg <zack@codesourcery.com>
+-
+- * configure.ac: Do not invoke TL_AC_GCC_VERSION.
+- Do not set tool_include_dir.
+- * aclocal.m4, configure, Makefile.in, testsuite/Makefile.in:
+- Regenerate.
+- * include/Makefile.am: Set gcc_version and toollibffidir.
+- * include/Makefile.in: Regenerate.
+-
+-2005-02-22 Andrew Haley <aph@redhat.com>
+-
+- * src/powerpc/ffi.c (ffi_prep_cif_machdep): Bump alignment to
+- odd-numbered register pairs for 64-bit integer types.
+-
+-2005-02-23 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- PR libffi/20104
+- * testsuite/libffi.call/return_ll1.c: New test case.
+-
+-2005-02-11 Janis Johnson <janis187@us.ibm.com>
+-
+- * testsuite/libffi.call/cls_align_longdouble.c: Remove dg-options.
+- * testsuite/libffi.call/float.c: Ditto.
+- * testsuite/libffi.call/float2.c: Ditto.
+- * testsuite/libffi.call/float3.c: Ditto.
+-
+-2005-02-08 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * src/frv/ffitarget.h: Remove PPC stuff which does not belong to frv.
+-
+-2005-01-12 Eric Botcazou <ebotcazou@libertysurf.fr>
+-
+- * testsuite/libffi.special/special.exp (cxx_options): Add
+- -shared-libgcc.
+-
+-2004-12-31 Richard Henderson <rth@redhat.com>
+-
+- * src/types.c (FFI_AGGREGATE_TYPEDEF): Remove.
+- (FFI_TYPEDEF): Rename from FFI_INTEGRAL_TYPEDEF. Replace size and
+- offset parameters with a type parameter; deduce size and structure
+- alignment. Update all users.
+-
+-2004-12-31 Richard Henderson <rth@redhat.com>
+-
+- * src/types.c (FFI_TYPE_POINTER): Define with sizeof.
+- (FFI_TYPE_LONGDOUBLE): Fix for ia64.
+- * src/ia64/ffitarget.h (struct ffi_ia64_trampoline_struct): Move
+- into ffi_prep_closure.
+- * src/ia64/ia64_flags.h, src/ia64/ffi.c, src/ia64/unix.S: Rewrite
+- from scratch.
+-
+-2004-12-27 Richard Henderson <rth@redhat.com>
+-
+- * src/x86/unix64.S: Fix typo in unwind info.
+-
+-2004-12-25 Richard Henderson <rth@redhat.com>
+-
+- * src/x86/ffi64.c (struct register_args): Rename from stackLayout.
+- (enum x86_64_reg_class): Add X86_64_COMPLEX_X87_CLASS.
+- (merge_classes): Check for it.
+- (SSE_CLASS_P): New.
+- (classify_argument): Pass byte_offset by value; perform all updates
+- inside struct case.
+- (examine_argument): Add classes argument; handle
+- X86_64_COMPLEX_X87_CLASS.
+- (ffi_prep_args): Merge into ...
+- (ffi_call): ... here. Share stack frame with ffi_call_unix64.
+- (ffi_prep_cif_machdep): Setup cif->flags for proper structure return.
+- (ffi_fill_return_value): Remove.
+- (ffi_prep_closure): Remove dead assert.
+- (ffi_closure_unix64_inner): Rename from ffi_closure_UNIX64_inner.
+- Rewrite to use struct register_args instead of va_list. Create
+- flags for handling structure returns.
+- * src/x86/unix64.S: Remove dead strings.
+- (ffi_call_unix64): Rename from ffi_call_UNIX64. Rewrite to share
+- stack frame with ffi_call. Handle structure returns properly.
+- (float2sse, floatfloat2sse, double2sse): Remove.
+- (sse2float, sse2double, sse2floatfloat): Remove.
+- (ffi_closure_unix64): Rename from ffi_closure_UNIX64. Rewrite
+- to handle structure returns properly.
+-
+-2004-12-08 David Edelsohn <edelsohn@gnu.org>
+-
+- * Makefile.am (AM_MAKEFLAGS): Remove duplicate LIBCFLAGS and
+- PICFLAG.
+- * Makefile.in: Regenerated.
+-
+-2004-12-02 Richard Sandiford <rsandifo@redhat.com>
+-
+- * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
+- * configure, aclocal.m4, Makefile.in: Regenerate.
+- * include/Makefile.in, testsuite/Makefile.in: Regenerate.
+-
+-2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
+-
+- * configure: Regenerate for libtool change.
+-
+-2004-11-25 Kelley Cook <kcook@gcc.gnu.org>
+-
+- * configure: Regenerate for libtool reversion.
+-
+-2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
+-
+- * configure: Regenerate for libtool change.
+-
+-2004-11-23 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+-
+- * testsuite/lib/libffi-dg.exp: Use new procs in target-libpath.exp.
+-
+-2004-11-23 Richard Sandiford <rsandifo@redhat.com>
+-
+- * src/mips/o32.S (ffi_call_O32, ffi_closure_O32): Use jalr instead
+- of jal. Use an absolute encoding for the frame information.
+-
+-2004-11-23 Kelley Cook <kcook@gcc.gnu.org>
+-
+- * Makefile.am: Remove no-dependencies. Add ACLOCAL_AMFLAGS.
+- * acinclude.m4: Delete logic for sincludes.
+- * aclocal.m4, Makefile.in, configure: Regenerate.
+- * include/Makefile: Likewise.
+- * testsuite/Makefile: Likewise.
+-
+-2004-11-22 Eric Botcazou <ebotcazou@libertysurf.fr>
+-
+- * src/sparc/ffi.c (ffi_prep_closure): Align doubles and 64-bit integers
+- on a 8-byte boundary.
+- * src/sparc/v8.S (ffi_closure_v8): Reserve frame space for arguments.
+-
+-2004-10-27 Richard Earnshaw <rearnsha@arm.com>
+-
+- * src/arm/ffi.c (ffi_prep_cif_machdep): Handle functions that return
+- long long values. Round stack allocation to a multiple of 8 bytes
+- for ATPCS compatibility.
+- * src/arm/sysv.S (ffi_call_SYSV): Rework to avoid use of APCS register
+- names. Handle returning long long types. Add Thumb and interworking
+- support. Improve soft-float code.
+-
+-2004-10-27 Richard Earnshaw <rearnsha@arm.com>
+-
+- * testsuite/lib/libffi-db.exp (load_gcc_lib): New function.
+- (libffi_exit): New function.
+- (libffi_init): Build the testglue wrapper if needed.
+-
+-2004-10-25 Eric Botcazou <ebotcazou@libertysurf.fr>
+-
+- PR other/18138
+- * testsuite/lib/libffi-dg.exp: Accept more than one multilib libgcc.
+-
+-2004-10-25 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
+-
+- * src/m32r/libffitarget.h (FFI_CLOSURES): Set to 0.
+-
+-2004-10-20 Kaz Kojima <kkojima@gcc.gnu.org>
+-
+- * src/sh/sysv.S (ffi_call_SYSV): Don't align for double data.
+- * testsuite/libffi.call/float3.c: New test case.
+-
+-2004-10-18 Kaz Kojima <kkojima@gcc.gnu.org>
+-
+- * src/sh/ffi.c (ffi_prep_closure): Set T bit in trampoline for
+- the function returning a structure pointed with R2.
+- * src/sh/sysv.S (ffi_closure_SYSV): Use R2 as the pointer to
+- the structure return value if T bit set. Emit position
+- independent code and EH data if PIC.
+-
+-2004-10-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
+-
+- * Makefile.am: Add m32r support.
+- * configure.ac: Likewise.
+- * Makefile.in: Regenerate.
+- * confiugre: Regenerate.
+- * src/types.c: Add m32r port to FFI_INTERNAL_TYPEDEF
+- (uint64, sint64, double, longdouble)
+- * src/m32r: New directory.
+- * src/m32r/ffi.c: New file.
+- * src/m32r/sysv.S: Likewise.
+- * src/m32r/ffitarget.h: Likewise.
+-
+-2004-10-02 Kaz Kojima <kkojima@gcc.gnu.org>
+-
+- * testsuite/libffi.call/negint.c: New test case.
+-
+-2004-09-14 H.J. Lu <hongjiu.lu@intel.com>
+-
+- PR libgcj/17465
+- * testsuite/lib/libffi-dg.exp: Don't use global ld_library_path.
+- Set up LD_LIBRARY_PATH, SHLIB_PATH, LD_LIBRARYN32_PATH,
+- LD_LIBRARY64_PATH, LD_LIBRARY_PATH_32, LD_LIBRARY_PATH_64 and
+- DYLD_LIBRARY_PATH.
+-
+-2004-09-05 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * testsuite/libffi.call/many_win32.c: Remove whitespaces.
+- * testsuite/libffi.call/promotion.c: Likewise.
+- * testsuite/libffi.call/return_ll.c: Remove unused var. Cleanup
+- whitespaces.
+- * testsuite/libffi.call/return_sc.c: Likewise.
+- * testsuite/libffi.call/return_uc.c: Likewise.
+-
+-2004-09-05 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * src/powerpc/darwin.S: Fix comments and identation.
+- * src/powerpc/darwin_closure.S: Likewise.
+-
+-2004-09-02 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * src/powerpc/ffi_darwin.c: Add flag for longdouble return values.
+- (ffi_prep_args): Handle longdouble arguments.
+- (ffi_prep_cif_machdep): Set flags for longdouble. Calculate space for
+- longdouble.
+- (ffi_closure_helper_DARWIN): Add closure handling for longdouble.
+- * src/powerpc/darwin.S (_ffi_call_DARWIN): Add handling of longdouble
+- values.
+- * src/powerpc/darwin_closure.S (_ffi_closure_ASM): Likewise.
+- * src/types.c: Defined longdouble size and alignment for darwin.
+-
+-2004-09-02 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * src/powerpc/aix.S: Remove whitespaces.
+- * src/powerpc/aix_closure.S: Likewise.
+- * src/powerpc/asm.h: Likewise.
+- * src/powerpc/ffi.c: Likewise.
+- * src/powerpc/ffitarget.h: Likewise.
+- * src/powerpc/linux64.S: Likewise.
+- * src/powerpc/linux64_closure.S: Likewise.
+- * src/powerpc/ppc_closure.S: Likewise.
+- * src/powerpc/sysv.S: Likewise.
+-
+-2004-08-30 Anthony Green <green@redhat.com>
+-
+- * Makefile.am: Add frv support.
+- * Makefile.in, testsuite/Makefile.in: Rebuilt.
+- * configure.ac: Read configure.host.
+- * configure.in: Read configure.host.
+- * configure.host: New file. frv-elf needs libgloss.
+- * include/ffi.h.in: Force ffi_closure to have a nice big (8)
+- alignment. This is needed to frv and shouldn't harm the others.
+- * include/ffi_common.h (ALIGN_DOWN): New macro.
+- * src/frv/ffi.c, src/frv/ffitarget.h, src/frv/eabi.S: New files.
+-
+-2004-08-24 David Daney <daney@avtrex.com>
+-
+- * testsuite/libffi.call/closure_fn0.c: Xfail mips64* instead of mips*.
+- * testsuite/libffi.call/closure_fn1.c: Likewise.
+- * testsuite/libffi.call/closure_fn2.c Likewise.
+- * testsuite/libffi.call/closure_fn3.c: Likewise.
+- * testsuite/libffi.call/closure_fn4.c: Likewise.
+- * testsuite/libffi.call/closure_fn5.c: Likewise.
+- * testsuite/libffi.call/cls_18byte.c: Likewise.
+- * testsuite/libffi.call/cls_19byte.c: Likewise.
+- * testsuite/libffi.call/cls_1_1byte.c: Likewise.
+- * testsuite/libffi.call/cls_20byte.c: Likewise.
+- * testsuite/libffi.call/cls_20byte1.c: Likewise.
+- * testsuite/libffi.call/cls_24byte.c: Likewise.
+- * testsuite/libffi.call/cls_2byte.c: Likewise.
+- * testsuite/libffi.call/cls_3_1byte.c: Likewise.
+- * testsuite/libffi.call/cls_3byte1.c: Likewise.
+- * testsuite/libffi.call/cls_3byte2.c: Likewise.
+- * testsuite/libffi.call/cls_4_1byte.c: Likewise.
+- * testsuite/libffi.call/cls_4byte.c: Likewise.
+- * testsuite/libffi.call/cls_64byte.c: Likewise.
+- * testsuite/libffi.call/cls_6byte.c: Likewise.
+- * testsuite/libffi.call/cls_7byte.c: Likewise.
+- * testsuite/libffi.call/cls_8byte.c: Likewise.
+- * testsuite/libffi.call/cls_9byte1.c: Likewise.
+- * testsuite/libffi.call/cls_9byte2.c: Likewise.
+- * testsuite/libffi.call/cls_align_double.c: Likewise.
+- * testsuite/libffi.call/cls_align_float.c: Likewise.
+- * testsuite/libffi.call/cls_align_longdouble.c: Likewise.
+- * testsuite/libffi.call/cls_align_pointer.c: Likewise.
+- * testsuite/libffi.call/cls_align_sint16.c: Likewise.
+- * testsuite/libffi.call/cls_align_sint32.c: Likewise.
+- * testsuite/libffi.call/cls_align_sint64.c: Likewise.
+- * testsuite/libffi.call/cls_align_uint16.c: Likewise.
+- * testsuite/libffi.call/cls_align_uint32.c: Likewise.
+- * testsuite/libffi.call/cls_align_uint64.c: Likewise.
+- * testsuite/libffi.call/cls_double.c: Likewise.
+- * testsuite/libffi.call/cls_float.c: Likewise.
+- * testsuite/libffi.call/cls_multi_schar.c: Likewise.
+- * testsuite/libffi.call/cls_multi_sshort.c: Likewise.
+- * testsuite/libffi.call/cls_multi_sshortchar.c: Likewise.
+- * testsuite/libffi.call/cls_multi_uchar.c: Likewise.
+- * testsuite/libffi.call/cls_multi_ushort.c: Likewise.
+- * testsuite/libffi.call/cls_multi_ushortchar.c: Likewise.
+- * testsuite/libffi.call/cls_schar.c: Likewise.
+- * testsuite/libffi.call/cls_sint.c: Likewise.
+- * testsuite/libffi.call/cls_sshort.c: Likewise.
+- * testsuite/libffi.call/cls_uchar.c: Likewise.
+- * testsuite/libffi.call/cls_uint.c: Likewise.
+- * testsuite/libffi.call/cls_ulonglong.c: Likewise.
+- * testsuite/libffi.call/cls_ushort.c: Likewise.
+- * testsuite/libffi.call/nested_struct.c: Likewise.
+- * testsuite/libffi.call/nested_struct1.c: Likewise.
+- * testsuite/libffi.call/nested_struct2.c: Likewise.
+- * testsuite/libffi.call/nested_struct3.c: Likewise.
+- * testsuite/libffi.call/problem1.c: Likewise.
+- * testsuite/libffi.special/unwindtest.cc: Likewise.
+- * testsuite/libffi.call/cls_12byte.c: Likewise and set return value
+- to zero.
+- * testsuite/libffi.call/cls_16byte.c: Likewise.
+- * testsuite/libffi.call/cls_5byte.c: Likewise.
+-
+-2004-08-23 David Daney <daney@avtrex.com>
+-
+- PR libgcj/13141
+- * src/mips/ffitarget.h (FFI_O32_SOFT_FLOAT): New ABI.
+- * src/mips/ffi.c (ffi_prep_args): Fix alignment calculation.
+- (ffi_prep_cif_machdep): Handle FFI_O32_SOFT_FLOAT floating point
+- parameters and return types.
+- (ffi_call): Handle FFI_O32_SOFT_FLOAT ABI.
+- (ffi_prep_closure): Ditto.
+- (ffi_closure_mips_inner_O32): Handle FFI_O32_SOFT_FLOAT ABI, fix
+- alignment calculations.
+- * src/mips/o32.S (ffi_closure_O32): Don't use floating point
+- instructions if FFI_O32_SOFT_FLOAT, make stack frame ABI compliant.
+-
+-2004-08-14 Casey Marshall <csm@gnu.org>
+-
+- * src/mips/ffi.c (ffi_pref_cif_machdep): set `cif->flags' to
+- contain `FFI_TYPE_UINT64' as return type for any 64-bit
+- integer (O32 ABI only).
+- (ffi_prep_closure): new function.
+- (ffi_closure_mips_inner_O32): new function.
+- * src/mips/ffitarget.h: Define `FFI_CLOSURES' and
+- `FFI_TRAMPOLINE_SIZE' appropriately if the ABI is o32.
+- * src/mips/o32.S (ffi_call_O32): add labels for .eh_frame. Return
+- 64 bit integers correctly.
+- (ffi_closure_O32): new function.
+- Added DWARF-2 unwind info for both functions.
+-
+-2004-08-10 Andrew Haley <aph@redhat.com>
+-
+- * src/x86/ffi64.c (ffi_prep_args ): 8-align all stack arguments.
+-
+-2004-08-01 Robert Millan <robertmh@gnu.org>
+-
+- * configure.ac: Detect knetbsd-gnu and kfreebsd-gnu.
+- * configure: Regenerate.
+-
+-2004-07-30 Maciej W. Rozycki <macro@linux-mips.org>
+-
+- * acinclude.m4 (AC_FUNC_MMAP_BLACKLIST): Check for <sys/mman.h>
+- and mmap() explicitly instead of relying on preset autoconf cache
+- variables.
+- * aclocal.m4: Regenerate.
+- * configure: Regenerate.
+-
+-2004-07-11 Ulrich Weigand <uweigand@de.ibm.com>
+-
+- * src/s390/ffi.c (ffi_prep_args): Fix C aliasing violation.
+- (ffi_check_float_struct): Remove unused prototype.
+-
+-2004-06-30 Geoffrey Keating <geoffk@apple.com>
+-
+- * src/powerpc/ffi_darwin.c (flush_icache): ';' is a comment
+- character on Darwin, use '\n\t' instead.
+-
+-2004-06-26 Matthias Klose <doko@debian.org>
+-
+- * libtool-version: Fix typo in revision/age.
+-
+-2004-06-17 Matthias Klose <doko@debian.org>
+-
+- * libtool-version: New.
+- * Makefile.am (libffi_la_LDFLAGS): Use -version-info for soname.
+- * Makefile.in: Regenerate.
+-
+-2004-06-15 Paolo Bonzini <bonzini@gnu.org>
+-
+- * Makefile.am: Remove useless multilib rules.
+- * Makefile.in: Regenerate.
+- * aclocal.m4: Regenerate with automake 1.8.5.
+- * configure.ac: Remove useless multilib configury.
+- * configure: Regenerate.
+-
+-2004-06-15 Paolo Bonzini <bonzini@gnu.org>
+-
+- * .cvsignore: New file.
+-
+-2004-06-10 Jakub Jelinek <jakub@redhat.com>
+-
+- * src/ia64/unix.S (ffi_call_unix): Insert group barrier break
+- fp_done.
+- (ffi_closure_UNIX): Fix f14/f15 adjustment if FLOAT_SZ is ever
+- changed from 8.
+-
+-2004-06-06 Sean McNeil <sean@mcneil.com>
+-
+- * configure.ac: Add x86_64-*-freebsd* support.
+- * configure: Regenerate.
+-
+-2004-04-26 Joe Buck <jbuck@welsh-buck.org>
+-
+- Bug 15093
+- * configure.ac: Test for existence of mmap and sys/mman.h before
+- checking blacklist. Fix suggested by Jim Wilson.
+- * configure: Regenerate.
+-
+-2004-04-26 Matt Austern <austern@apple.com>
+-
+- * src/powerpc/darwin.S: Go through a non-lazy pointer for initial
+- FDE location.
+- * src/powerpc/darwin_closure.S: Likewise.
+-
+-2004-04-24 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * testsuite/libffi.call/cls_multi_schar.c (main): Fix initialization
+- error. Reported by Thomas Heller <theller@python.net>.
+- * testsuite/libffi.call/cls_multi_sshort.c (main): Likewise.
+- * testsuite/libffi.call/cls_multi_ushort.c (main): Likewise.
+-
+-2004-03-20 Matthias Klose <doko@debian.org>
+-
+- * src/pa/linux.S: Fix typo.
+-
+-2004-03-19 Matthias Klose <doko@debian.org>
+-
+- * Makefile.am: Update.
+- * Makefile.in: Regenerate.
+- * src/pa/ffi.h.in: Remove.
+- * src/pa/ffitarget.h: New file.
+-
+-2004-02-10 Randolph Chung <tausq@debian.org>
+-
+- * Makefile.am: Add PA support.
+- * Makefile.in: Regenerate.
+- * include/Makefile.in: Regenerate.
+- * configure.ac: Add PA target.
+- * configure: Regenerate.
+- * src/pa/ffi.c: New file.
+- * src/pa/ffi.h.in: Add PA support.
+- * src/pa/linux.S: New file.
+- * prep_cif.c: Add PA support.
+-
+-2004-03-16 Hosaka Yuji <hos@tamanegi.org>
+-
+- * src/types.c: Fix alignment size of X86_WIN32 case int64 and
+- double.
+- * src/x86/ffi.c (ffi_prep_args): Replace ecif->cif->rtype->type
+- with ecif->cif->flags.
+- (ffi_call, ffi_prep_incoming_args_SYSV): Replace cif->rtype->type
+- with cif->flags.
+- (ffi_prep_cif_machdep): Add X86_WIN32 struct case.
+- (ffi_closure_SYSV): Add 1 or 2-bytes struct case for X86_WIN32.
+- * src/x86/win32.S (retstruct1b, retstruct2b, sc_retstruct1b,
+- sc_retstruct2b): Add for 1 or 2-bytes struct case.
+-
+-2004-03-15 Kelley Cook <kcook@gcc.gnu.org>
+-
+- * configure.in: Rename file to ...
+- * configure.ac: ... this.
+- * fficonfig.h.in: Regenerate.
+- * Makefile.in: Regenerate.
+- * include/Makefile.in: Regenerate.
+- * testsuite/Makefile.in: Regenerate.
+-
+-2004-03-12 Matt Austern <austern@apple.com>
+-
+- * src/powerpc/darwin.S: Fix EH information so it corresponds to
+- changes in EH format resulting from addition of linkonce support.
+- * src/powerpc/darwin_closure.S: Likewise.
+-
+-2004-03-11 Andreas Tobler <a.tobler@schweiz.ch>
+- Paolo Bonzini <bonzini@gnu.org>
+-
+- * Makefile.am (AUTOMAKE_OPTIONS): Set them.
+- Remove VPATH. Remove rules for object files. Remove multilib support.
+- (AM_CCASFLAGS): Add.
+- * configure.in (AC_CONFIG_HEADERS): Relace AM_CONFIG_HEADER.
+- (AC_PREREQ): Bump version to 2.59.
+- (AC_INIT): Fill with version info and bug address.
+- (ORIGINAL_LD_FOR_MULTILIBS): Remove.
+- (AM_ENABLE_MULTILIB): Use this instead of AC_ARG_ENABLE.
+- De-precious CC so that the right flags are passed down to multilibs.
+- (AC_MSG_ERROR): Replace obsolete macro AC_ERROR.
+- (AC_CONFIG_FILES): Replace obsolete macro AC_LINK_FILES.
+- (AC_OUTPUT): Reorganize the output with AC_CONFIG_COMMANDS.
+- * configure: Rebuilt.
+- * aclocal.m4: Likewise.
+- * Makefile.in, include/Makefile.in, testsuite/Makefile.in: Likewise.
+- * fficonfig.h.in: Likewise.
+-
+-2004-03-11 Andreas Schwab <schwab@suse.de>
+-
+- * src/ia64/ffi.c (ffi_prep_incoming_args_UNIX): Get floating point
+- arguments from fp registers only for the first 8 parameter slots.
+- Don't convert a float parameter when passed in memory.
+-
+-2004-03-09 Hans-Peter Nilsson <hp@axis.com>
+-
+- * configure: Regenerate for config/accross.m4 correction.
+-
+-2004-02-25 Matt Kraai <kraai@alumni.cmu.edu>
+-
+- * src/powerpc/ffi.c (ffi_prep_args_SYSV): Change
+- ecif->cif->bytes to bytes.
+- (ffi_prep_cif_machdep): Add braces around nested if statement.
+-
+-2004-02-09 Alan Modra <amodra@bigpond.net.au>
+-
+- * src/types.c (pointer): POWERPC64 has 8 byte pointers.
+-
+- * src/powerpc/ffi.c (ffi_prep_args64): Correct long double handling.
+- (ffi_closure_helper_LINUX64): Fix typo.
+- * testsuite/libffi.call/cls_align_longdouble.c: Pass -mlong-double-128
+- for powerpc64-*-*.
+- * testsuite/libffi.call/float.c: Likewise.
+- * testsuite/libffi.call/float2.c: Likewise.
+-
+-2004-02-08 Alan Modra <amodra@bigpond.net.au>
+-
+- * src/powerpc/ffi.c (ffi_prep_cif_machdep <FFI_LINUX64>): Correct
+- long double function return and long double arg handling.
+- (ffi_closure_helper_LINUX64): Formatting. Delete unused "ng" var.
+- Use "end_pfr" instead of "nf". Correct long double handling.
+- Localise "temp".
+- * src/powerpc/linux64.S (ffi_call_LINUX64): Save f2 long double
+- return value.
+- * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Allocate
+- space for long double return value. Adjust stack frame and offsets.
+- Load f2 long double return.
+-
+-2004-02-07 Alan Modra <amodra@bigpond.net.au>
+-
+- * src/types.c: Use 16 byte long double for POWERPC64.
+-
+-2004-01-25 Eric Botcazou <ebotcazou@libertysurf.fr>
+-
+- * src/sparc/ffi.c (ffi_prep_args_v9): Shift the parameter array
+- when the structure return address is passed in %o0.
+- (ffi_V9_return_struct): Rename into ffi_v9_layout_struct.
+- (ffi_v9_layout_struct): Align the field following a nested structure
+- on a word boundary. Use memmove instead of memcpy.
+- (ffi_call): Update call to ffi_V9_return_struct.
+- (ffi_prep_closure): Define 'ctx' only for V8.
+- (ffi_closure_sparc_inner): Clone into ffi_closure_sparc_inner_v8
+- and ffi_closure_sparc_inner_v9.
+- (ffi_closure_sparc_inner_v8): Return long doubles by reference.
+- Always skip the structure return address. For structures and long
+- doubles, copy the argument directly.
+- (ffi_closure_sparc_inner_v9): Skip the structure return address only
+- if required. Shift the maximum floating-point slot accordingly. For
+- big structures, copy the argument directly; otherwise, left-justify the
+- argument and call ffi_v9_layout_struct to lay out the structure on
+- the stack.
+- * src/sparc/v8.S: Undef STACKFRAME before defining it.
+- (ffi_closure_v8): Pass the structure return address. Update call to
+- ffi_closure_sparc_inner_v8. Short-circuit FFI_TYPE_INT handling.
+- Skip the 'unimp' insn when returning long doubles and structures.
+- * src/sparc/v9.S: Undef STACKFRAME before defining it.
+- (ffi_closure_v9): Increase the frame size by 2 words. Short-circuit
+- FFI_TYPE_INT handling. Load structures both in integers and
+- floating-point registers on return.
+- * README: Update status of the SPARC port.
+-
+-2004-01-24 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * testsuite/libffi.call/pyobjc-tc.c (main): Treat result value
+- as of type ffi_arg.
+- * testsuite/libffi.call/struct3.c (main): Fix CHECK.
+-
+-2004-01-22 Ulrich Weigand <uweigand@de.ibm.com>
+-
+- * testsuite/libffi.call/cls_uint.c (cls_ret_uint_fn): Treat result
+- value as of type ffi_arg, not unsigned int.
+-
+-2004-01-21 Michael Ritzert <ritzert@t-online.de>
+-
+- * ffi64.c (ffi_prep_args): Cast the RHS of an assignment instead
+- of the LHS.
+-
+-2004-01-12 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * testsuite/lib/libffi-dg.exp: Set LD_LIBRARY_PATH_32 for
+- Solaris.
+-
+-2004-01-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+-
+- * testsuite/libffi.call/ffitest.h (allocate_mmap): Cast MAP_FAILED
+- to void *.
+-
+-2003-12-10 Richard Henderson <rth@redhat.com>
+-
+- * testsuite/libffi.call/cls_align_pointer.c: Cast pointers to
+- size_t instead of int.
+-
+-2003-12-04 Hosaka Yuji <hos@tamanegi.org>
+-
+- * testsuite/libffi.call/many_win32.c: Include <float.h>.
+- * testsuite/libffi.call/many_win32.c (main): Replace variable
+- int i with unsigned long ul.
+-
+- * testsuite/libffi.call/cls_align_uint64.c: New test case.
+- * testsuite/libffi.call/cls_align_sint64.c: Likewise.
+- * testsuite/libffi.call/cls_align_uint32.c: Likewise.
+- * testsuite/libffi.call/cls_align_sint32.c: Likewise.
+- * testsuite/libffi.call/cls_align_uint16.c: Likewise.
+- * testsuite/libffi.call/cls_align_sint16.c: Likewise.
+- * testsuite/libffi.call/cls_align_float.c: Likewise.
+- * testsuite/libffi.call/cls_align_double.c: Likewise.
+- * testsuite/libffi.call/cls_align_longdouble.c: Likewise.
+- * testsuite/libffi.call/cls_align_pointer.c: Likewise.
+-
+-2003-12-02 Hosaka Yuji <hos@tamanegi.org>
+-
+- PR other/13221
+- * src/x86/ffi.c (ffi_prep_args, ffi_prep_incoming_args_SYSV):
+- Align arguments to 32 bits.
+-
+-2003-12-01 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- PR other/13221
+- * testsuite/libffi.call/cls_multi_sshort.c: New test case.
+- * testsuite/libffi.call/cls_multi_sshortchar.c: Likewise.
+- * testsuite/libffi.call/cls_multi_uchar.c: Likewise.
+- * testsuite/libffi.call/cls_multi_schar.c: Likewise.
+- * testsuite/libffi.call/cls_multi_ushortchar.c: Likewise.
+- * testsuite/libffi.call/cls_multi_ushort.c: Likewise.
+-
+- * testsuite/libffi.special/unwindtest.cc: Cosmetics.
+-
+-2003-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+-
+- * testsuite/libffi.call/ffitest.h: Include <fcntl.h>.
+- * testsuite/libffi.special/ffitestcxx.h: Likewise.
+-
+-2003-11-22 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * Makefile.in: Rebuilt.
+- * configure: Likewise.
+- * testsuite/libffi.special/unwindtest.cc: Convert the mmap to
+- the right type.
+-
+-2003-11-21 Andreas Jaeger <aj@suse.de>
+- Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * acinclude.m4: Add AC_FUNC_MMAP_BLACKLIST.
+- * configure.in: Call AC_FUNC_MMAP_BLACKLIST.
+- * Makefile.in: Rebuilt.
+- * aclocal.m4: Likewise.
+- * configure: Likewise.
+- * fficonfig.h.in: Likewise.
+- * testsuite/lib/libffi-dg.exp: Add include dir.
+- * testsuite/libffi.call/ffitest.h: Add MMAP definitions.
+- * testsuite/libffi.special/ffitestcxx.h: Likewise.
+- * testsuite/libffi.call/closure_fn0.c: Use MMAP functionality
+- for ffi_closure if available.
+- * testsuite/libffi.call/closure_fn1.c: Likewise.
+- * testsuite/libffi.call/closure_fn2.c: Likewise.
+- * testsuite/libffi.call/closure_fn3.c: Likewise.
+- * testsuite/libffi.call/closure_fn4.c: Likewise.
+- * testsuite/libffi.call/closure_fn5.c: Likewise.
+- * testsuite/libffi.call/cls_12byte.c: Likewise.
+- * testsuite/libffi.call/cls_16byte.c: Likewise.
+- * testsuite/libffi.call/cls_18byte.c: Likewise.
+- * testsuite/libffi.call/cls_19byte.c: Likewise.
+- * testsuite/libffi.call/cls_1_1byte.c: Likewise.
+- * testsuite/libffi.call/cls_20byte.c: Likewise.
+- * testsuite/libffi.call/cls_20byte1.c: Likewise.
+- * testsuite/libffi.call/cls_24byte.c: Likewise.
+- * testsuite/libffi.call/cls_2byte.c: Likewise.
+- * testsuite/libffi.call/cls_3_1byte.c: Likewise.
+- * testsuite/libffi.call/cls_3byte1.c: Likewise.
+- * testsuite/libffi.call/cls_3byte2.c: Likewise.
+- * testsuite/libffi.call/cls_4_1byte.c: Likewise.
+- * testsuite/libffi.call/cls_4byte.c: Likewise.
+- * testsuite/libffi.call/cls_5byte.c: Likewise.
+- * testsuite/libffi.call/cls_64byte.c: Likewise.
+- * testsuite/libffi.call/cls_6byte.c: Likewise.
+- * testsuite/libffi.call/cls_7byte.c: Likewise.
+- * testsuite/libffi.call/cls_8byte.c: Likewise.
+- * testsuite/libffi.call/cls_9byte1.c: Likewise.
+- * testsuite/libffi.call/cls_9byte2.c: Likewise.
+- * testsuite/libffi.call/cls_double.c: Likewise.
+- * testsuite/libffi.call/cls_float.c: Likewise.
+- * testsuite/libffi.call/cls_schar.c: Likewise.
+- * testsuite/libffi.call/cls_sint.c: Likewise.
+- * testsuite/libffi.call/cls_sshort.c: Likewise.
+- * testsuite/libffi.call/cls_uchar.c: Likewise.
+- * testsuite/libffi.call/cls_uint.c: Likewise.
+- * testsuite/libffi.call/cls_ulonglong.c: Likewise.
+- * testsuite/libffi.call/cls_ushort.c: Likewise.
+- * testsuite/libffi.call/nested_struct.c: Likewise.
+- * testsuite/libffi.call/nested_struct1.c: Likewise.
+- * testsuite/libffi.call/nested_struct2.c: Likewise.
+- * testsuite/libffi.call/nested_struct3.c: Likewise.
+- * testsuite/libffi.call/problem1.c: Likewise.
+- * testsuite/libffi.special/unwindtest.cc: Likewise.
+-
+-2003-11-20 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * testsuite/lib/libffi-dg.exp: Make the -lgcc_s conditional.
+-
+-2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * testsuite/lib/libffi-dg.exp: Add DYLD_LIBRARY_PATH for darwin.
+- Add -lgcc_s to additional flags.
+-
+-2003-11-12 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * configure.in, include/Makefile.am: PR libgcj/11147, install
+- the ffitarget.h header file in a gcc versioned and target
+- dependent place.
+- * configure: Regenerated.
+- * Makefile.in, include/Makefile.in: Likewise.
+- * testsuite/Makefile.in: Likewise.
+-
+-2003-11-09 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * testsuite/libffi.call/closure_fn0.c: Print result and check
+- with dg-output to make debugging easier.
+- * testsuite/libffi.call/closure_fn1.c: Likewise.
+- * testsuite/libffi.call/closure_fn2.c: Likewise.
+- * testsuite/libffi.call/closure_fn3.c: Likewise.
+- * testsuite/libffi.call/closure_fn4.c: Likewise.
+- * testsuite/libffi.call/closure_fn5.c: Likewise.
+- * testsuite/libffi.call/cls_12byte.c: Likewise.
+- * testsuite/libffi.call/cls_16byte.c: Likewise.
+- * testsuite/libffi.call/cls_18byte.c: Likewise.
+- * testsuite/libffi.call/cls_19byte.c: Likewise.
+- * testsuite/libffi.call/cls_1_1byte.c: Likewise.
+- * testsuite/libffi.call/cls_20byte.c: Likewise.
+- * testsuite/libffi.call/cls_20byte1.c: Likewise.
+- * testsuite/libffi.call/cls_24byte.c: Likewise.
+- * testsuite/libffi.call/cls_2byte.c: Likewise.
+- * testsuite/libffi.call/cls_3_1byte.c: Likewise.
+- * testsuite/libffi.call/cls_3byte1.c: Likewise.
+- * testsuite/libffi.call/cls_3byte2.c: Likewise.
+- * testsuite/libffi.call/cls_4_1byte.c: Likewise.
+- * testsuite/libffi.call/cls_4byte.c: Likewise.
+- * testsuite/libffi.call/cls_5byte.c: Likewise.
+- * testsuite/libffi.call/cls_64byte.c: Likewise.
+- * testsuite/libffi.call/cls_6byte.c: Likewise.
+- * testsuite/libffi.call/cls_7byte.c: Likewise.
+- * testsuite/libffi.call/cls_8byte.c: Likewise.
+- * testsuite/libffi.call/cls_9byte1.c: Likewise.
+- * testsuite/libffi.call/cls_9byte2.c: Likewise.
+- * testsuite/libffi.call/cls_double.c: Likewise.
+- * testsuite/libffi.call/cls_float.c: Likewise.
+- * testsuite/libffi.call/cls_schar.c: Likewise.
+- * testsuite/libffi.call/cls_sint.c: Likewise.
+- * testsuite/libffi.call/cls_sshort.c: Likewise.
+- * testsuite/libffi.call/cls_uchar.c: Likewise.
+- * testsuite/libffi.call/cls_uint.c: Likewise.
+- * testsuite/libffi.call/cls_ulonglong.c: Likewise.
+- * testsuite/libffi.call/cls_ushort.c: Likewise.
+- * testsuite/libffi.call/problem1.c: Likewise.
+-
+- * testsuite/libffi.special/unwindtest.cc: Make ffi_closure
+- static.
+-
+-2003-11-08 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * testsuite/libffi.call/cls_9byte2.c: New test case.
+- * testsuite/libffi.call/cls_9byte1.c: Likewise.
+- * testsuite/libffi.call/cls_64byte.c: Likewise.
+- * testsuite/libffi.call/cls_20byte1.c: Likewise.
+- * testsuite/libffi.call/cls_19byte.c: Likewise.
+- * testsuite/libffi.call/cls_18byte.c: Likewise.
+- * testsuite/libffi.call/closure_fn4.c: Likewise.
+- * testsuite/libffi.call/closure_fn5.c: Likewise.
+- * testsuite/libffi.call/cls_schar.c: Likewise.
+- * testsuite/libffi.call/cls_sint.c: Likewise.
+- * testsuite/libffi.call/cls_sshort.c: Likewise.
+- * testsuite/libffi.call/nested_struct2.c: Likewise.
+- * testsuite/libffi.call/nested_struct3.c: Likewise.
+-
+-2003-11-08 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * testsuite/libffi.call/cls_double.c: Do a check on the result.
+- * testsuite/libffi.call/cls_uchar.c: Likewise.
+- * testsuite/libffi.call/cls_uint.c: Likewise.
+- * testsuite/libffi.call/cls_ulonglong.c: Likewise.
+- * testsuite/libffi.call/cls_ushort.c: Likewise.
+- * testsuite/libffi.call/return_sc.c: Cleanup whitespaces.
+-
+-2003-11-06 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * src/prep_cif.c (ffi_prep_cif): Move the validity check after
+- the initialization.
+-
+-2003-10-23 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * src/java_raw_api.c (ffi_java_ptrarray_to_raw): Replace
+- FFI_ASSERT(FALSE) with FFI_ASSERT(0).
+-
+-2003-10-22 David Daney <ddaney@avtrex.com>
+-
+- * src/mips/ffitarget.h: Replace undefined UINT32 and friends with
+- __attribute__((__mode__(__SI__))) and friends.
+-
+-2003-10-22 Andreas Schwab <schwab@suse.de>
+-
+- * src/ia64/ffi.c: Replace FALSE/TRUE with false/true.
+-
+-2003-10-21 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * configure.in: AC_LINK_FILES(ffitarget.h).
+- * configure: Regenerate.
+- * Makefile.in: Likewise.
+- * include/Makefile.in: Likewise.
+- * testsuite/Makefile.in: Likewise.
+- * fficonfig.h.in: Likewise.
+-
+-2003-10-21 Paolo Bonzini <bonzini@gnu.org>
+- Richard Henderson <rth@redhat.com>
+-
+- Avoid that ffi.h includes fficonfig.h.
+-
+- * Makefile.am (EXTRA_DIST): Include ffitarget.h files
+- (TARGET_SRC_MIPS_GCC): Renamed to TARGET_SRC_MIPS_IRIX.
+- (TARGET_SRC_MIPS_SGI): Removed.
+- (MIPS_GCC): Renamed to TARGET_SRC_MIPS_IRIX.
+- (MIPS_SGI): Removed.
+- (CLEANFILES): Removed.
+- (mostlyclean-am, clean-am, mostlyclean-sub, clean-sub): New
+- targets.
+- * acconfig.h: Removed.
+- * configure.in: Compute sizeofs only for double and long double.
+- Use them to define and subst HAVE_LONG_DOUBLE. Include comments
+- into AC_DEFINE instead of using acconfig.h. Create
+- include/ffitarget.h instead of include/fficonfig.h. Rename
+- MIPS_GCC to MIPS_IRIX, drop MIPS_SGI since we are in gcc's tree.
+- AC_DEFINE EH_FRAME_FLAGS.
+- * include/Makefile.am (DISTCLEANFILES): New automake macro.
+- (hack_DATA): Add ffitarget.h.
+- * include/ffi.h.in: Remove all system specific definitions.
+- Declare raw API even if it is not installed, why bother?
+- Use limits.h instead of SIZEOF_* to define ffi_type_*. Do
+- not define EH_FRAME_FLAGS, it is in fficonfig.h now. Include
+- ffitarget.h instead of fficonfig.h. Remove ALIGN macro.
+- (UINT_ARG, INT_ARG): Removed, use ffi_arg and ffi_sarg instead.
+- * include/ffi_common.h (bool): Do not define.
+- (ffi_assert): Accept failed assertion.
+- (ffi_type_test): Return void and accept file/line.
+- (FFI_ASSERT): Pass stringized failed assertion.
+- (FFI_ASSERT_AT): New macro.
+- (FFI_ASSERT_VALID_TYPE): New macro.
+- (UINT8, SINT8, UINT16, SINT16, UINT32, SINT32,
+- UINT64, SINT64): Define here with gcc's __attribute__ macro
+- instead of in ffi.h
+- (FLOAT32, ALIGN): Define here instead of in ffi.h
+- * include/ffi-mips.h: Removed. Its content moved to
+- src/mips/ffitarget.h after separating assembly and C sections.
+- * src/alpha/ffi.c, src/alpha/ffi.c, src/java_raw_api.c
+- src/prep_cif.c, src/raw_api.c, src/ia64/ffi.c,
+- src/mips/ffi.c, src/mips/n32.S, src/mips/o32.S,
+- src/mips/ffitarget.h, src/sparc/ffi.c, src/x86/ffi64.c:
+- SIZEOF_ARG -> FFI_SIZEOF_ARG.
+- * src/ia64/ffi.c: Include stdbool.h (provided by GCC 2.95+).
+- * src/debug.c (ffi_assert): Accept stringized failed assertion.
+- (ffi_type_test): Rewritten.
+- * src/prep-cif.c (initialize_aggregate, ffi_prep_cif): Call
+- FFI_ASSERT_VALID_TYPE.
+- * src/alpha/ffitarget.h, src/arm/ffitarget.h,
+- src/ia64/ffitarget.h, src/m68k/ffitarget.h,
+- src/mips/ffitarget.h, src/powerpc/ffitarget.h,
+- src/s390/ffitarget.h, src/sh/ffitarget.h,
+- src/sh64/ffitarget.h, src/sparc/ffitarget.h,
+- src/x86/ffitarget.h: New files.
+- * src/alpha/osf.S, src/arm/sysv.S, src/ia64/unix.S,
+- src/m68k/sysv.S, src/mips/n32.S, src/mips/o32.S,
+- src/powerpc/aix.S, src/powerpc/darwin.S,
+- src/powerpc/ffi_darwin.c, src/powerpc/linux64.S,
+- src/powerpc/linux64_closure.S, src/powerpc/ppc_closure.S,
+- src/powerpc/sysv.S, src/s390/sysv.S, src/sh/sysv.S,
+- src/sh64/sysv.S, src/sparc/v8.S, src/sparc/v9.S,
+- src/x86/sysv.S, src/x86/unix64.S, src/x86/win32.S:
+- include fficonfig.h
+-
+-2003-10-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+-
+- * src/mips/ffi.c: Use _ABIN32, _ABIO32 instead of external
+- _MIPS_SIM_NABI32, _MIPS_SIM_ABI32.
+-
+-2003-10-19 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * src/powerpc/ffi_darwin.c (ffi_prep_args): Declare bytes again.
+- Used when FFI_DEBUG = 1.
+-
+-2003-10-14 Alan Modra <amodra@bigpond.net.au>
+-
+- * src/types.c (double, longdouble): Default POWERPC64 to 8 byte size
+- and align.
+-
+-2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+-
+- * include/ffi_mips.h: Define FFI_MIPS_N32 for N32/N64 ABIs,
+- FFI_MIPS_O32 for O32 ABI.
+-
+-2003-10-01 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * testsuite/lib/libffi-dg.exp: Set LD_LIBRARY_PATH_64 for
+- SPARC64. Cleanup whitespaces.
+-
+-2003-09-19 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * testsuite/libffi.call/closure_fn0.c: Xfail mips, arm,
+- strongarm, xscale. Cleanup whitespaces.
+- * testsuite/libffi.call/closure_fn1.c: Likewise.
+- * testsuite/libffi.call/closure_fn2.c: Likewise.
+- * testsuite/libffi.call/closure_fn3.c: Likewise.
+- * testsuite/libffi.call/cls_12byte.c: Likewise.
+- * testsuite/libffi.call/cls_16byte.c: Likewise.
+- * testsuite/libffi.call/cls_1_1byte.c: Likewise.
+- * testsuite/libffi.call/cls_20byte.c: Likewise.
+- * testsuite/libffi.call/cls_24byte.c: Likewise.
+- * testsuite/libffi.call/cls_2byte.c: Likewise.
+- * testsuite/libffi.call/cls_3_1byte.c: Likewise.
+- * testsuite/libffi.call/cls_3byte1.c: Likewise.
+- * testsuite/libffi.call/cls_3byte2.c: Likewise.
+- * testsuite/libffi.call/cls_4_1byte.c: Likewise.
+- * testsuite/libffi.call/cls_4byte.c: Likewise.
+- * testsuite/libffi.call/cls_5byte.c: Likewise.
+- * testsuite/libffi.call/cls_6byte.c: Likewise.
+- * testsuite/libffi.call/cls_7byte.c: Likewise.
+- * testsuite/libffi.call/cls_8byte.c: Likewise.
+- * testsuite/libffi.call/cls_double.c: Likewise.
+- * testsuite/libffi.call/cls_float.c: Likewise.
+- * testsuite/libffi.call/cls_uchar.c: Likewise.
+- * testsuite/libffi.call/cls_uint.c: Likewise.
+- * testsuite/libffi.call/cls_ulonglong.c: Likewise.
+- * testsuite/libffi.call/cls_ushort.c: Likewise.
+- * testsuite/libffi.call/nested_struct.c: Likewise.
+- * testsuite/libffi.call/nested_struct1.c: Likewise.
+- * testsuite/libffi.call/problem1.c: Likewise.
+- * testsuite/libffi.special/unwindtest.cc: Likewise.
+- * testsuite/libffi.call/pyobjc-tc.c: Cleanup whitespaces.
+-
+-2003-09-18 David Edelsohn <edelsohn@gnu.org>
+-
+- * src/powerpc/aix.S: Cleanup whitespaces.
+- * src/powerpc/aix_closure.S: Likewise.
+-
+-2003-09-18 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * src/powerpc/darwin.S: Cleanup whitespaces, comment formatting.
+- * src/powerpc/darwin_closure.S: Likewise.
+- * src/powerpc/ffi_darwin.c: Likewise.
+-
+-2003-09-18 Andreas Tobler <a.tobler@schweiz.ch>
+- David Edelsohn <edelsohn@gnu.org>
+-
+- * src/types.c (double): Add AIX and Darwin to the right TYPEDEF.
+- * src/powerpc/aix_closure.S: Remove the pointer to the outgoing
+- parameter stack.
+- * src/powerpc/darwin_closure.S: Likewise.
+- * src/powerpc/ffi_darwin.c (ffi_prep_args): Handle structures
+- according to the Darwin/AIX ABI.
+- (ffi_prep_cif_machdep): Likewise.
+- (ffi_closure_helper_DARWIN): Likewise.
+- Remove the outgoing parameter stack logic. Simplify the evaluation
+- of the different CASE types.
+- (ffi_prep_clousure): Avoid the casts on lvalues. Change the branch
+- statement in the trampoline code.
+-
+-2003-09-18 Kaz Kojima <kkojima@gcc.gnu.org>
+-
+- * src/sh/ffi.c (ffi_prep_args): Take account into the alignement
+- for the register size.
+- (ffi_closure_helper_SYSV): Handle the structure return value
+- address correctly.
+- (ffi_closure_helper_SYSV): Return the appropriate type when
+- the registers are used for the structure return value.
+- * src/sh/sysv.S (ffi_closure_SYSV): Fix the stack layout for
+- the 64-bit return value. Update copyright years.
+-
+-2003-09-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+-
+- * testsuite/lib/libffi-dg.exp (libffi_target_compile): Search in
+- srcdir for ffi_mips.h.
+-
+-2003-09-12 Alan Modra <amodra@bigpond.net.au>
+-
+- * src/prep_cif.c (initialize_aggregate): Include tail padding in
+- structure size.
+- * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Correct
+- placement of float result.
+- * testsuite/libffi.special/unwindtest.cc (closure_test_fn1): Correct
+- cast of "resp" for big-endian 64 bit machines.
+-
+-2003-09-11 Alan Modra <amodra@bigpond.net.au>
+-
+- * src/types.c (double, longdouble): Merge identical SH and ARM
+- typedefs, and add POWERPC64.
+- * src/powerpc/ffi.c (ffi_prep_args64): Correct next_arg calc for
+- struct split over gpr and rest.
+- (ffi_prep_cif_machdep): Correct intarg_count for structures.
+- * src/powerpc/linux64.S (ffi_call_LINUX64): Fix gpr offsets.
+-
+-2003-09-09 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * src/powerpc/ffi.c (ffi_closure_helper_SYSV) Handle struct
+- passing correctly.
+-
+-2003-09-09 Alan Modra <amodra@bigpond.net.au>
+-
+- * configure: Regenerate.
+-
+-2003-09-04 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * Makefile.am: Remove build rules for ffitest.
+- * Makefile.in: Rebuilt.
+-
+-2003-09-04 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * src/java_raw_api.c: Include <stdlib.h> to fix compiler warning
+- about implicit declaration of abort().
+-
+-2003-09-04 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * Makefile.am: Add dejagnu test framework. Fixes PR other/11411.
+- * Makefile.in: Rebuilt.
+- * configure.in: Add dejagnu test framework.
+- * configure: Rebuilt.
+-
+- * testsuite/Makefile.am: New file.
+- * testsuite/Makefile.in: Built
+- * testsuite/lib/libffi-dg.exp: New file.
+- * testsuite/config/default.exp: Likewise.
+- * testsuite/libffi.call/call.exp: Likewise.
+- * testsuite/libffi.call/ffitest.h: Likewise.
+- * testsuite/libffi.call/closure_fn0.c: Likewise.
+- * testsuite/libffi.call/closure_fn1.c: Likewise.
+- * testsuite/libffi.call/closure_fn2.c: Likewise.
+- * testsuite/libffi.call/closure_fn3.c: Likewise.
+- * testsuite/libffi.call/cls_1_1byte.c: Likewise.
+- * testsuite/libffi.call/cls_3_1byte.c: Likewise.
+- * testsuite/libffi.call/cls_4_1byte.c: Likewise.
+- * testsuite/libffi.call/cls_2byte.c: Likewise.
+- * testsuite/libffi.call/cls_3byte1.c: Likewise.
+- * testsuite/libffi.call/cls_3byte2.c: Likewise.
+- * testsuite/libffi.call/cls_4byte.c: Likewise.
+- * testsuite/libffi.call/cls_5byte.c: Likewise.
+- * testsuite/libffi.call/cls_6byte.c: Likewise.
+- * testsuite/libffi.call/cls_7byte.c: Likewise.
+- * testsuite/libffi.call/cls_8byte.c: Likewise.
+- * testsuite/libffi.call/cls_12byte.c: Likewise.
+- * testsuite/libffi.call/cls_16byte.c: Likewise.
+- * testsuite/libffi.call/cls_20byte.c: Likewise.
+- * testsuite/libffi.call/cls_24byte.c: Likewise.
+- * testsuite/libffi.call/cls_double.c: Likewise.
+- * testsuite/libffi.call/cls_float.c: Likewise.
+- * testsuite/libffi.call/cls_uchar.c: Likewise.
+- * testsuite/libffi.call/cls_uint.c: Likewise.
+- * testsuite/libffi.call/cls_ulonglong.c: Likewise.
+- * testsuite/libffi.call/cls_ushort.c: Likewise.
+- * testsuite/libffi.call/float.c: Likewise.
+- * testsuite/libffi.call/float1.c: Likewise.
+- * testsuite/libffi.call/float2.c: Likewise.
+- * testsuite/libffi.call/many.c: Likewise.
+- * testsuite/libffi.call/many_win32.c: Likewise.
+- * testsuite/libffi.call/nested_struct.c: Likewise.
+- * testsuite/libffi.call/nested_struct1.c: Likewise.
+- * testsuite/libffi.call/pyobjc-tc.c: Likewise.
+- * testsuite/libffi.call/problem1.c: Likewise.
+- * testsuite/libffi.call/promotion.c: Likewise.
+- * testsuite/libffi.call/return_ll.c: Likewise.
+- * testsuite/libffi.call/return_sc.c: Likewise.
+- * testsuite/libffi.call/return_uc.c: Likewise.
+- * testsuite/libffi.call/strlen.c: Likewise.
+- * testsuite/libffi.call/strlen_win32.c: Likewise.
+- * testsuite/libffi.call/struct1.c: Likewise.
+- * testsuite/libffi.call/struct2.c: Likewise.
+- * testsuite/libffi.call/struct3.c: Likewise.
+- * testsuite/libffi.call/struct4.c: Likewise.
+- * testsuite/libffi.call/struct5.c: Likewise.
+- * testsuite/libffi.call/struct6.c: Likewise.
+- * testsuite/libffi.call/struct7.c: Likewise.
+- * testsuite/libffi.call/struct8.c: Likewise.
+- * testsuite/libffi.call/struct9.c: Likewise.
+- * testsuite/libffi.special/special.exp: New file.
+- * testsuite/libffi.special/ffitestcxx.h: Likewise.
+- * testsuite/libffi.special/unwindtest.cc: Likewise.
+-
+-
+-2003-08-13 Kaz Kojima <kkojima@gcc.gnu.org>
+-
+- * src/sh/ffi.c (OFS_INT16): Set 0 for little endian case. Update
+- copyright years.
+-
+-2003-08-02 Alan Modra <amodra@bigpond.net.au>
+-
+- * src/powerpc/ffi.c (ffi_prep_args64): Modify for changed gcc
+- structure passing.
+- (ffi_closure_helper_LINUX64): Likewise.
+- * src/powerpc/linux64.S: Remove code writing to parm save area.
+- * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Use return
+- address in lr from ffi_closure_helper_LINUX64 call to calculate
+- table address. Optimize function tail.
+-
+-2003-07-28 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * src/sparc/ffi.c: Handle all floating point registers.
+- * src/sparc/v9.S: Likewise. Fixes second part of PR target/11410.
+-
+-2003-07-11 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+-
+- * README: Note that libffi is not part of GCC. Update the project
+- URL and status.
+-
+-2003-06-19 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
+-
+- * src/powerpc/ppc_closure.S: Include ffi.h.
+-
+-2003-06-13 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+-
+- * src/x86/sysv.S: Avoid gas-only .uleb128/.sleb128 directives.
+- Use C style comments.
+-
+-2003-06-13 Kaz Kojima <kkojima@rr.iij4u.or.jp>
+-
+- * Makefile.am: Add SHmedia support. Fix a typo of SH support.
+- * Makefile.in: Regenerate.
+- * configure.in (sh64-*-linux*, sh5*-*-linux*): Add target.
+- * configure: Regenerate.
+- * include/ffi.h.in: Add SHmedia support.
+- * src/sh64/ffi.c: New file.
+- * src/sh64/sysv.S: New file.
+-
+-2003-05-16 Jakub Jelinek <jakub@redhat.com>
+-
+- * configure.in (HAVE_RO_EH_FRAME): Check whether .eh_frame section
+- should be read-only.
+- * configure: Rebuilt.
+- * fficonfig.h.in: Rebuilt.
+- * include/ffi.h.in (EH_FRAME_FLAGS): Define.
+- * src/alpha/osf.S: Use EH_FRAME_FLAGS.
+- * src/powerpc/linux64.S: Likewise.
+- * src/powerpc/linux64_closure.S: Likewise. Include ffi.h.
+- * src/powerpc/sysv.S: Use EH_FRAME_FLAGS. Use pcrel encoding
+- if -fpic/-fPIC/-mrelocatable.
+- * src/powerpc/powerpc_closure.S: Likewise.
+- * src/sparc/v8.S: If HAVE_RO_EH_FRAME is defined, don't include
+- #write in .eh_frame flags.
+- * src/sparc/v9.S: Likewise.
+- * src/x86/unix64.S: Use EH_FRAME_FLAGS.
+- * src/x86/sysv.S: Likewise. Use pcrel encoding if -fpic/-fPIC.
+- * src/s390/sysv.S: Use EH_FRAME_FLAGS. Include ffi.h.
+-
+-2003-05-07 Jeff Sturm <jsturm@one-point.com>
+-
+- Fixes PR bootstrap/10656
+- * configure.in (HAVE_AS_REGISTER_PSEUDO_OP): Test assembler
+- support for .register pseudo-op.
+- * src/sparc/v8.S: Use it.
+- * fficonfig.h.in: Rebuilt.
+- * configure: Rebuilt.
+-
+-2003-04-18 Jakub Jelinek <jakub@redhat.com>
+-
+- * include/ffi.h.in (POWERPC64): Define if 64-bit.
+- (enum ffi_abi): Add FFI_LINUX64 on POWERPC.
+- Make it the default on POWERPC64.
+- (FFI_TRAMPOLINE_SIZE): Define to 24 on POWERPC64.
+- * configure.in: Change powerpc-*-linux* into powerpc*-*-linux*.
+- * configure: Rebuilt.
+- * src/powerpc/ffi.c (hidden): Define.
+- (ffi_prep_args_SYSV): Renamed from
+- ffi_prep_args. Cast pointers to unsigned long to shut up warnings.
+- (NUM_GPR_ARG_REGISTERS64, NUM_FPR_ARG_REGISTERS64,
+- ASM_NEEDS_REGISTERS64): New.
+- (ffi_prep_args64): New function.
+- (ffi_prep_cif_machdep): Handle FFI_LINUX64 ABI.
+- (ffi_call): Likewise.
+- (ffi_prep_closure): Likewise.
+- (flush_icache): Surround by #ifndef POWERPC64.
+- (ffi_dblfl): New union type.
+- (ffi_closure_helper_SYSV): Use it to avoid aliasing problems.
+- (ffi_closure_helper_LINUX64): New function.
+- * src/powerpc/ppc_closure.S: Surround whole file by #ifndef
+- __powerpc64__.
+- * src/powerpc/sysv.S: Likewise.
+- (ffi_call_SYSV): Rename ffi_prep_args to ffi_prep_args_SYSV.
+- * src/powerpc/linux64.S: New file.
+- * src/powerpc/linux64_closure.S: New file.
+- * Makefile.am (EXTRA_DIST): Add src/powerpc/linux64.S and
+- src/powerpc/linux64_closure.S.
+- (TARGET_SRC_POWERPC): Likewise.
+-
+- * src/ffitest.c (closure_test_fn, closure_test_fn1, closure_test_fn2,
+- closure_test_fn3): Fix result printing on big-endian 64-bit
+- machines.
+- (main): Print tst2_arg instead of uninitialized tst2_result.
+-
+- * src/ffitest.c (main): Hide what closure pointer really points to
+- from the compiler.
+-
+-2003-04-16 Richard Earnshaw <rearnsha@arm.com>
+-
+- * configure.in (arm-*-netbsdelf*): Add configuration.
+- (configure): Regenerated.
+-
+-2003-04-04 Loren J. Rittle <ljrittle@acm.org>
+-
+- * include/Makefile.in: Regenerate.
+-
+-2003-03-21 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
+-
+- * libffi/include/ffi.h.in: Define X86 instead of X86_64 in 32
+- bit mode.
+- * libffi/src/x86/ffi.c (ffi_closure_SYSV, ffi_closure_raw_SYSV):
+- Receive closure pointer through parameter, read args using
+- __builtin_dwarf_cfa.
+- (FFI_INIT_TRAMPOLINE): Send closure reference through eax.
+-
+-2003-03-12 Andreas Schwab <schwab@suse.de>
+-
+- * configure.in: Avoid trailing /. in toolexeclibdir.
+- * configure: Rebuilt.
+-
+-2003-03-03 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * src/powerpc/darwin_closure.S: Recode to fit dynamic libraries.
+-
+-2003-02-06 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * libffi/src/powerpc/darwin_closure.S:
+- Fix alignement bug, allocate 8 bytes for the result.
+- * libffi/src/powerpc/aix_closure.S:
+- Likewise.
+- * libffi/src/powerpc/ffi_darwin.c:
+- Update stackframe description for aix/darwin_closure.S.
+-
+-2003-02-06 Jakub Jelinek <jakub@redhat.com>
+-
+- * src/s390/ffi.c (ffi_closure_helper_SYSV): Add hidden visibility
+- attribute.
+-
+-2003-01-31 Christian Cornelssen <ccorn@cs.tu-berlin.de>,
+- Andreas Schwab <schwab@suse.de>
+-
+- * configure.in: Adjust command to source config-ml.in to account
+- for changes to the libffi_basedir definition.
+- (libffi_basedir): Remove ${srcdir} from value and include trailing
+- slash if nonempty.
+-
+- * configure: Regenerate.
+-
+-2003-01-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
+-
+- * src/powerpc/ppc_closure.S: Recode to fit shared libs.
+-
+-2003-01-28 Andrew Haley <aph@redhat.com>
+-
+- * include/ffi.h.in: Enable FFI_CLOSURES for x86_64.
+- * src/x86/ffi64.c (ffi_prep_closure): New.
+- (ffi_closure_UNIX64_inner): New.
+- * src/x86/unix64.S (ffi_closure_UNIX64): New.
+-
+-2003-01-27 Alexandre Oliva <aoliva@redhat.com>
+-
+- * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
+- Remove USE_LIBDIR conditional.
+- * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
+- * Makefile.in, configure: Rebuilt.
+-
+-2003-01027 David Edelsohn <edelsohn@gnu.org>
+-
+- * Makefile.am (TARGET_SRC_POWERPC_AIX): Fix typo.
+- * Makefile.in: Regenerate.
+-
+-2003-01-22 Andrew Haley <aph@redhat.com>
+-
+- * src/powerpc/darwin.S (_ffi_call_AIX): Add Augmentation size to
+- unwind info.
+-
+-2003-01-21 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * src/powerpc/darwin.S: Add unwind info.
+- * src/powerpc/darwin_closure.S: Likewise.
+-
+-2003-01-14 Andrew Haley <aph@redhat.com>
+-
+- * src/x86/ffi64.c (ffi_prep_args): Check for void retval.
+- (ffi_prep_cif_machdep): Likewise.
+- * src/x86/unix64.S: Add unwind info.
+-
+-2003-01-14 Andreas Jaeger <aj@suse.de>
+-
+- * src/ffitest.c (main): Only use ffi_closures if those are
+- supported.
+-
+-2003-01-13 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * libffi/src/ffitest.c
+- add closure testcases
+-
+-2003-01-13 Kevin B. Hendricks <khendricks@ivey.uwo.ca>
+-
+- * libffi/src/powerpc/ffi.c
+- fix alignment bug for float (4 byte aligned iso 8 byte)
+-
+-2003-01-09 Geoffrey Keating <geoffk@apple.com>
+-
+- * src/powerpc/ffi_darwin.c: Remove RCS version string.
+- * src/powerpc/darwin.S: Remove RCS version string.
+-
+-2003-01-03 Jeff Sturm <jsturm@one-point.com>
+-
+- * include/ffi.h.in: Add closure defines for SPARC, SPARC64.
+- * src/ffitest.c (main): Use static storage for closure.
+- * src/sparc/ffi.c (ffi_prep_closure, ffi_closure_sparc_inner): New.
+- * src/sparc/v8.S (ffi_closure_v8): New.
+- * src/sparc/v9.S (ffi_closure_v9): New.
+-
+-2002-11-10 Ranjit Mathew <rmathew@hotmail.com>
+-
+- * include/ffi.h.in: Added FFI_STDCALL ffi_type
+- enumeration for X86_WIN32.
+- * src/x86/win32.S: Added ffi_call_STDCALL function
+- definition.
+- * src/x86/ffi.c (ffi_call/ffi_raw_call): Added
+- switch cases for recognising FFI_STDCALL and
+- calling ffi_call_STDCALL if target is X86_WIN32.
+- * src/ffitest.c (my_stdcall_strlen/stdcall_many):
+- stdcall versions of the "my_strlen" and "many"
+- test functions (for X86_WIN32).
+- Added test cases to test stdcall invocation using
+- these functions.
+-
+-2002-12-02 Kaz Kojima <kkojima@gcc.gnu.org>
+-
+- * src/sh/sysv.S: Add DWARF2 unwind info.
+-
+-2002-11-27 Ulrich Weigand <uweigand@de.ibm.com>
+-
+- * src/s390/sysv.S (.eh_frame section): Make section read-only.
+-
+-2002-11-26 Jim Wilson <wilson@redhat.com>
+-
+- * src/types.c (FFI_TYPE_POINTER): Has size 8 on IA64.
+-
+-2002-11-23 H.J. Lu <hjl@gnu.org>
+-
+- * acinclude.m4: Add dummy AM_PROG_LIBTOOL.
+- Include ../config/accross.m4.
+- * aclocal.m4; Rebuild.
+- * configure: Likewise.
+-
+-2002-11-15 Ulrich Weigand <uweigand@de.ibm.com>
+-
+- * src/s390/sysv.S (.eh_frame section): Adapt to pcrel FDE encoding.
+-
+-2002-11-11 DJ Delorie <dj@redhat.com>
+-
+- * configure.in: Look for common files in the right place.
+-
+-2002-10-08 Ulrich Weigand <uweigand@de.ibm.com>
+-
+- * src/java_raw_api.c (ffi_java_raw_to_ptrarray): Interpret
+- raw data as _Jv_word values, not ffi_raw.
+- (ffi_java_ptrarray_to_raw): Likewise.
+- (ffi_java_rvalue_to_raw): New function.
+- (ffi_java_raw_call): Call it.
+- (ffi_java_raw_to_rvalue): New function.
+- (ffi_java_translate_args): Call it.
+- * src/ffitest.c (closure_test_fn): Interpret return value
+- as ffi_arg, not int.
+- * src/s390/ffi.c (ffi_prep_cif_machdep): Add missing
+- FFI_TYPE_POINTER case.
+- (ffi_closure_helper_SYSV): Likewise. Also, assume return
+- values extended to word size.
+-
+-2002-10-02 Andreas Jaeger <aj@suse.de>
+-
+- * src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.
+-
+-2002-10-01 Bo Thorsen <bo@smetana.suse.de>
+-
+- * include/ffi.h.in: Fix i386 win32 compilation.
+-
+-2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
+-
+- * configure.in: Add s390x-*-linux-* target.
+- * configure: Regenerate.
+- * include/ffi.h.in: Define S390X for s390x targets.
+- (FFI_CLOSURES): Define for s390/s390x.
+- (FFI_TRAMPOLINE_SIZE): Likewise.
+- (FFI_NATIVE_RAW_API): Likewise.
+- * src/prep_cif.c (ffi_prep_cif): Do not compute stack space for s390.
+- * src/types.c (FFI_TYPE_POINTER): Use 8-byte pointers on s390x.
+- * src/s390/ffi.c: Major rework of existing code. Add support for
+- s390x targets. Add closure support.
+- * src/s390/sysv.S: Likewise.
+-
+-2002-09-29 Richard Earnshaw <rearnsha@arm.com>
+-
+- * src/arm/sysv.S: Fix typo.
+-
+-2002-09-28 Richard Earnshaw <rearnsha@arm.com>
+-
+- * src/arm/sysv.S: If we don't have machine/asm.h and the pre-processor
+- has defined __USER_LABEL_PREFIX__, then use it in CNAME.
+- (ffi_call_SYSV): Handle soft-float.
+-
+-2002-09-27 Bo Thorsen <bo@suse.de>
+-
+- * include/ffi.h.in: Fix multilib x86-64 support.
+-
+-2002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+-
+- * Makefile.am (all-multi): Fix multilib parallel build.
+-
+-2002-07-19 Kaz Kojima <kkojima@gcc.gnu.org>
+-
+- * configure.in (sh[34]*-*-linux*): Add brackets.
+- * configure: Regenerate.
+-
+-2002-07-18 Kaz Kojima <kkojima@gcc.gnu.org>
+-
+- * Makefile.am: Add SH support.
+- * Makefile.in: Regenerate.
+- * configure.in (sh-*-linux*, sh[34]*-*-linux*): Add target.
+- * configure: Regenerate.
+- * include/ffi.h.in: Add SH support.
+- * src/sh/ffi.c: New file.
+- * src/sh/sysv.S: New file.
+- * src/types.c: Add SH support.
+-
+-2002-07-16 Bo Thorsen <bo@suse.de>
+-
+- * src/x86/ffi64.c: New file that adds x86-64 support.
+- * src/x86/unix64.S: New file that handles argument setup for
+- x86-64.
+- * src/x86/sysv.S: Don't use this on x86-64.
+- * src/x86/ffi.c: Don't use this on x86-64.
+- Remove unused vars.
+- * src/prep_cif.c (ffi_prep_cif): Don't do stack size calculation
+- for x86-64.
+- * src/ffitest.c (struct6): New test that tests a special case in
+- the x86-64 ABI.
+- (struct7): Likewise.
+- (struct8): Likewise.
+- (struct9): Likewise.
+- (closure_test_fn): Silence warning about this when it's not used.
+- (main): Add the new tests.
+- (main): Fix a couple of wrong casts and silence some compiler warnings.
+- * include/ffi.h.in: Add x86-64 ABI definition.
+- * fficonfig.h.in: Regenerate.
+- * Makefile.am: Add x86-64 support.
+- * configure.in: Likewise.
+- * Makefile.in: Regenerate.
+- * configure: Likewise.
+-
+-2002-06-24 Bo Thorsen <bo@suse.de>
+-
+- * src/types.c: Merge settings for similar architectures.
+- Add x86-64 sizes and alignments.
+-
+-2002-06-23 Bo Thorsen <bo@suse.de>
+-
+- * src/arm/ffi.c (ffi_prep_args): Remove unused vars.
+- * src/sparc/ffi.c (ffi_prep_args_v8): Likewise.
+- * src/mips/ffi.c (ffi_prep_args): Likewise.
+- * src/m68k/ffi.c (ffi_prep_args): Likewise.
+-
+-2002-07-18 H.J. Lu (hjl@gnu.org)
+-
+- * Makefile.am (TARGET_SRC_MIPS_LINUX): New.
+- (libffi_la_SOURCES): Support MIPS_LINUX.
+- (libffi_convenience_la_SOURCES): Likewise.
+- * Makefile.in: Regenerated.
+-
+- * configure.in (mips64*-*): Skip.
+- (mips*-*-linux*): New.
+- * configure: Regenerated.
+-
+- * src/mips/ffi.c: Include <sgidefs.h>.
+-
+-2002-06-06 Ulrich Weigand <uweigand@de.ibm.com>
+-
+- * src/s390/sysv.S: Save/restore %r6. Add DWARF-2 unwind info.
+-
+-2002-05-27 Roger Sayle <roger@eyesopen.com>
+-
+- * src/x86/ffi.c (ffi_prep_args): Remove reference to avn.
+-
+-2002-05-27 Bo Thorsen <bo@suse.de>
+-
+- * src/x86/ffi.c (ffi_prep_args): Remove unused variable and
+- fix formatting.
+-
+-2002-05-13 Andreas Tobler <a.tobler@schweiz.ch>
+-
+- * src/powerpc/ffi_darwin.c (ffi_prep_closure): Declare fd at
+- beginning of function (for older apple cc).
+-
+-2002-05-08 Alexandre Oliva <aoliva@redhat.com>
+-
+- * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
+- script entry, and set LD to it when configuring multilibs.
+- * configure: Rebuilt.
+-
+-2002-05-05 Jason Thorpe <thorpej@wasabisystems.com>
+-
+- * configure.in (sparc64-*-netbsd*): Add target.
+- (sparc-*-netbsdelf*): Likewise.
+- * configure: Regenerate.
+-
+-2002-04-28 David S. Miller <davem@redhat.com>
+-
+- * configure.in, configure: Fix SPARC test in previous change.
+-
+-2002-04-29 Gerhard Tonn <GerhardTonn@swol.de>
+-
+- * Makefile.am: Add Linux for S/390 support.
+- * Makefile.in: Regenerate.
+- * configure.in: Add Linux for S/390 support.
+- * configure: Regenerate.
+- * include/ffi.h.in: Add Linux for S/390 support.
+- * src/s390/ffi.c: New file from libffi CVS tree.
+- * src/s390/sysv.S: New file from libffi CVS tree.
+-
+-2002-04-28 Jakub Jelinek <jakub@redhat.com>
+-
+- * configure.in (HAVE_AS_SPARC_UA_PCREL): Check for working
+- %r_disp32().
+- * src/sparc/v8.S: Use it.
+- * src/sparc/v9.S: Likewise.
+- * fficonfig.h.in: Rebuilt.
+- * configure: Rebuilt.
+-
+-2002-04-08 Hans Boehm <Hans_Boehm@hp.com>
+-
+- * src/java_raw_api.c (ffi_java_raw_size): Handle FFI_TYPE_DOUBLE
+- correctly.
+- * src/ia64/unix.S: Add unwind information. Fix comments.
+- Save sp in a way that's compatible with unwind info.
+- (ffi_call_unix): Correctly restore sp in all cases.
+- * src/ia64/ffi.c: Add, fix comments.
+-
+-2002-04-08 Jakub Jelinek <jakub@redhat.com>
+-
+- * src/sparc/v8.S: Make .eh_frame dependent on target word size.
+-
+-2002-04-06 Jason Thorpe <thorpej@wasabisystems.com>
+-
+- * configure.in (alpha*-*-netbsd*): Add target.
+- * configure: Regenerate.
+-
+-2002-04-04 Jeff Sturm <jsturm@one-point.com>
+-
+- * src/sparc/v8.S: Add unwind info.
+- * src/sparc/v9.S: Likewise.
+-
+-2002-03-30 Krister Walfridsson <cato@df.lth.se>
+-
+- * configure.in: Enable i*86-*-netbsdelf*.
+- * configure: Rebuilt.
+-
+-2002-03-29 David Billinghurst <David.Billinghurst@riotinto.com>
+-
+- PR other/2620
+- * src/mips/n32.s: Delete
+- * src/mips/o32.s: Delete
+-
+-2002-03-21 Loren J. Rittle <ljrittle@acm.org>
+-
+- * configure.in: Enable alpha*-*-freebsd*.
+- * configure: Rebuilt.
+-
+-2002-03-17 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
+-
+- * Makefile.am: libfficonvenience -> libffi_convenience.
+- * Makefile.in: Rebuilt.
+-
+- * Makefile.am: Define ffitest_OBJECTS.
+- * Makefile.in: Rebuilt.
+-
+-2002-03-07 Andreas Tobler <toa@pop.agri.ch>
+- David Edelsohn <edelsohn@gnu.org>
+-
+- * Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.
+- (TARGET_SRC_POWERPC_AIX): Add aix_closure.S.
+- (TARGET_SRC_POWERPC_DARWIN): Add darwin_closure.S.
+- * Makefile.in: Regenerate.
+- * include/ffi.h.in: Add AIX and Darwin closure definitions.
+- * src/powerpc/ffi_darwin.c (ffi_prep_closure): New function.
+- (flush_icache, flush_range): New functions.
+- (ffi_closure_helper_DARWIN): New function.
+- * src/powerpc/aix_closure.S: New file.
+- * src/powerpc/darwin_closure.S: New file.
+-
+-2002-02-24 Jeff Sturm <jsturm@one-point.com>
+-
+- * include/ffi.h.in: Add typedef for ffi_arg.
+- * src/ffitest.c (main): Declare rint with ffi_arg.
+-
+-2002-02-21 Andreas Tobler <toa@pop.agri.ch>
+-
+- * src/powerpc/ffi_darwin.c (ffi_prep_args): Skip appropriate
+- number of GPRs for floating-point arguments.
+-
+-2002-01-31 Anthony Green <green@redhat.com>
+-
+- * configure: Rebuilt.
+- * configure.in: Replace CHECK_SIZEOF and endian tests with
+- cross-compiler friendly macros.
+- * aclocal.m4 (AC_COMPILE_CHECK_SIZEOF, AC_C_BIGENDIAN_CROSS): New
+- macros.
+-
+-2002-01-18 David Edelsohn <edelsohn@gnu.org>
+-
+- * src/powerpc/darwin.S (_ffi_call_AIX): New.
+- * src/powerpc/aix.S (ffi_call_DARWIN): New.
+-
+-2002-01-17 David Edelsohn <edelsohn@gnu.org>
+-
+- * Makefile.am (EXTRA_DIST): Add Darwin and AIX files.
+- (TARGET_SRC_POWERPC_AIX): New.
+- (POWERPC_AIX): New stanza.
+- * Makefile.in: Regenerate.
+- * configure.in: Add AIX case.
+- * configure: Regenerate.
+- * include/ffi.h.in (ffi_abi): Add FFI_AIX.
+- * src/powerpc/ffi_darwin.c (ffi_status): Use "long" to scale frame
+- size. Fix "long double" support.
+- (ffi_call): Add FFI_AIX case.
+- * src/powerpc/aix.S: New.
+-
+-2001-10-09 John Hornkvist <john@toastedmarshmallow.com>
+-
+- Implement Darwin PowerPC ABI.
+- * configure.in: Handle powerpc-*-darwin*.
+- * Makefile.am: Set source files for POWERPC_DARWIN.
+- * configure: Rebuilt.
+- * Makefile.in: Rebuilt.
+- * include/ffi.h.in: Define FFI_DARWIN and FFI_DEFAULT_ABI for
+- POWERPC_DARWIN.
+- * src/powerpc/darwin.S: New file.
+- * src/powerpc/ffi_darwin.c: New file.
+-
+-2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
+-
+- * src/x86/ffi.c: Fix spelling error of "separate" as "seperate".
+-
+-2001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+-
+- * src/x86/sysv.S: Avoid gas-only .balign directive.
+- Use C style comments.
+-
+-2001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+-
+- * src/alpha/ffi.c (ffi_prep_closure): Avoid gas-only mnemonic.
+- Fixes PR bootstrap/3563.
+-
+-2001-06-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+-
+- * src/alpha/osf.S (ffi_closure_osf): Use .rdata for ECOFF.
+-
+-2001-06-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+-
+- * configure.in: Recognize sparc*-sun-* host.
+- * configure: Regenerate.
+-
+-2001-06-06 Andrew Haley <aph@redhat.com>
+-
+- * src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF.
+-
+-2001-06-03 Andrew Haley <aph@redhat.com>
+-
+- * src/alpha/osf.S: Add unwind info.
+- * src/powerpc/sysv.S: Add unwind info.
+- * src/powerpc/ppc_closure.S: Likewise.
+-
+-2000-05-31 Jeff Sturm <jsturm@one-point.com>
+-
+- * configure.in: Fix AC_ARG_ENABLE usage.
+- * configure: Rebuilt.
+-
+-2001-05-06 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
+-
+- * configure.in: Remove warning about beta code.
+- * configure: Rebuilt.
+-
+-2001-04-25 Hans Boehm <Hans_Boehm@hp.com>
+-
+- * src/ia64/unix.S: Restore stack pointer when returning from
+- ffi_closure_UNIX.
+- * src/ia64/ffi.c: Fix typo in comment.
+-
+-2001-04-18 Jim Wilson <wilson@redhat.com>
+-
+- * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2
+- to eliminate RAW DV.
+-
+-2001-04-12 Bryce McKinlay <bryce@albatross.co.nz>
+-
+- * Makefile.am: Make a libtool convenience library.
+- * Makefile.in: Rebuilt.
+-
+-2001-03-29 Bryce McKinlay <bryce@albatross.co.nz>
+-
+- * configure.in: Use different syntax for subdirectory creation.
+- * configure: Rebuilt.
+-
+-2001-03-27 Jon Beniston <jon@beniston.com>
+-
+- * configure.in: Added X86_WIN32 target (Win32, CygWin, MingW).
+- * configure: Rebuilt.
+- * Makefile.am: Added X86_WIN32 target support.
+- * Makefile.in: Rebuilt.
+-
+- * include/ffi.h.in: Added X86_WIN32 target support.
+-
+- * src/ffitest.c: Doesn't run structure tests for X86_WIN32 targets.
+- * src/types.c: Added X86_WIN32 target support.
+-
+- * src/x86/win32.S: New file. Based on sysv.S, but with EH
+- stuff removed and made to work with CygWin's gas.
+-
+-2001-03-26 Bryce McKinlay <bryce@albatross.co.nz>
+-
+- * configure.in: Make target subdirectory in build dir.
+- * Makefile.am: Override suffix based rules to specify correct output
+- subdirectory.
+- * Makefile.in: Rebuilt.
+- * configure: Rebuilt.
+-
+-2001-03-23 Kevin B Hendricks <khendricks@ivey.uwo.ca>
+-
+- * src/powerpc/ppc_closure.S: New file.
+- * src/powerpc/ffi.c (ffi_prep_args): Fixed ABI compatibility bug
+- involving long long and register pairs.
+- (ffi_prep_closure): New function.
+- (flush_icache): Likewise.
+- (ffi_closure_helper_SYSV): Likewise.
+- * include/ffi.h.in (FFI_CLOSURES): Define on PPC.
+- (FFI_TRAMPOLINE_SIZE): Likewise.
+- (FFI_NATIVE_RAW_API): Likewise.
+- * Makefile.in: Rebuilt.
+- * Makefile.am (EXTRA_DIST): Added src/powerpc/ppc_closure.S.
+- (TARGET_SRC_POWERPC): Likewise.
+-
+-2001-03-19 Tom Tromey <tromey@redhat.com>
+-
+- * Makefile.in: Rebuilt.
+- * Makefile.am (ffitest_LDFLAGS): New macro.
+-
+-2001-03-02 Nick Clifton <nickc@redhat.com>
+-
+- * include/ffi.h.in: Remove RCS ident string.
+- * include/ffi_mips.h: Remove RCS ident string.
+- * src/debug.c: Remove RCS ident string.
+- * src/ffitest.c: Remove RCS ident string.
+- * src/prep_cif.c: Remove RCS ident string.
+- * src/types.c: Remove RCS ident string.
+- * src/alpha/ffi.c: Remove RCS ident string.
+- * src/alpha/osf.S: Remove RCS ident string.
+- * src/arm/ffi.c: Remove RCS ident string.
+- * src/arm/sysv.S: Remove RCS ident string.
+- * src/mips/ffi.c: Remove RCS ident string.
+- * src/mips/n32.S: Remove RCS ident string.
+- * src/mips/o32.S: Remove RCS ident string.
+- * src/sparc/ffi.c: Remove RCS ident string.
+- * src/sparc/v8.S: Remove RCS ident string.
+- * src/sparc/v9.S: Remove RCS ident string.
+- * src/x86/ffi.c: Remove RCS ident string.
+- * src/x86/sysv.S: Remove RCS ident string.
+-
+-2001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
+-
+- * include/ffi.h.in: Change sourceware.cygnus.com references to
+- gcc.gnu.org.
+-
+-2000-12-09 Richard Henderson <rth@redhat.com>
+-
+- * src/alpha/ffi.c (ffi_call): Simplify struct return test.
+- (ffi_closure_osf_inner): Index rather than increment avalue
+- and arg_types. Give ffi_closure_osf the raw return value type.
+- * src/alpha/osf.S (ffi_closure_osf): Handle return value type
+- promotion.
+-
+-2000-12-07 Richard Henderson <rth@redhat.com>
+-
+- * src/raw_api.c (ffi_translate_args): Fix typo.
+- (ffi_prep_closure): Likewise.
+-
+- * include/ffi.h.in [ALPHA]: Define FFI_CLOSURES and
+- FFI_TRAMPOLINE_SIZE.
+- * src/alpha/ffi.c (ffi_prep_cif_machdep): Adjust minimal
+- cif->bytes for new ffi_call_osf implementation.
+- (ffi_prep_args): Absorb into ...
+- (ffi_call): ... here. Do all stack allocation here and
+- avoid a callback function.
+- (ffi_prep_closure, ffi_closure_osf_inner): New.
+- * src/alpha/osf.S (ffi_call_osf): Reimplement with no callback.
+- (ffi_closure_osf): New.
+-
+-2000-09-10 Alexandre Oliva <aoliva@redhat.com>
+-
+- * config.guess, config.sub, install-sh: Removed.
+- * ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise.
+- * Makefile.in: Rebuilt.
+-
+- * acinclude.m4: Include libtool macros from the top level.
+- * aclocal.m4, configure: Rebuilt.
+-
+-2000-08-22 Alexandre Oliva <aoliva@redhat.com>
+-
+- * configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set.
+- * configure: Rebuilt.
+-
+-2000-05-11 Scott Bambrough <scottb@netwinder.org>
+-
+- * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to
+- memory correctly. Use conditional instructions, not branches where
+- possible.
+-
+-2000-05-04 Tom Tromey <tromey@cygnus.com>
+-
+- * configure: Rebuilt.
+- * configure.in: Match `arm*-*-linux-*'.
+- From Chris Dornan <cdornan@arm.com>.
+-
+-2000-04-28 Jakub Jelinek <jakub@redhat.com>
+-
+- * Makefile.am (SUBDIRS): Define.
+- (AM_MAKEFLAGS): Likewise.
+- (Multilib support.): Add section.
+- * Makefile.in: Rebuilt.
+- * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
+- New variables. Set for gcc using -print-multi-lib. Export them
+- to libtool.
+- (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
+- * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
+- for -shared links.
+- (extra_compiler_flags_value, extra_compiler_flags): Check these
+- for extra compiler options which need to be passed down in
+- compiler_flags.
+-
+-2000-04-16 Anthony Green <green@redhat.com>
+-
+- * configure: Rebuilt.
+- * configure.in: Change i*86-pc-linux* to i*86-*-linux*.
+-
+-2000-04-14 Jakub Jelinek <jakub@redhat.com>
+-
+- * include/ffi.h.in (SPARC64): Define for 64bit SPARC builds.
+- Set SPARC FFI_DEFAULT_ABI based on SPARC64 define.
+- * src/sparc/ffi.c (ffi_prep_args_v8): Renamed from ffi_prep_args.
+- Replace all void * sizeofs with sizeof(int).
+- Only compare type with FFI_TYPE_LONGDOUBLE if LONGDOUBLE is
+- different than DOUBLE.
+- Remove FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases (handled elsewhere).
+- (ffi_prep_args_v9): New function.
+- (ffi_prep_cif_machdep): Handle V9 ABI and long long on V8.
+- (ffi_V9_return_struct): New function.
+- (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from
+- 32bit code (not yet cross-arch calls).
+- * src/sparc/v8.S: Add struct return delay nop.
+- Handle long long.
+- * src/sparc/v9.S: New file.
+- * src/prep_cif.c (ffi_prep_cif): Return structure pointer
+- is used on sparc64 only for structures larger than 32 bytes.
+- Pass by reference for structures is done for structure arguments
+- larger than 16 bytes.
+- * src/ffitest.c (main): Use 64bit rint on sparc64.
+- Run long long tests on sparc.
+- * src/types.c (FFI_TYPE_POINTER): Pointer is 64bit on alpha and
+- sparc64.
+- (FFI_TYPE_LONGDOUBLE): long double is 128 bit aligned to 128 bits
+- on sparc64.
+- * configure.in (sparc-*-linux*): New supported target.
+- (sparc64-*-linux*): Likewise.
+- * configure: Rebuilt.
+- * Makefile.am: Add v9.S to SPARC files.
+- * Makefile.in: Likewise.
+- (LINK): Surround $(CCLD) into double quotes, so that multilib
+- compiles work correctly.
+-
+-2000-04-04 Alexandre Petit-Bianco <apbianco@cygnus.com>
+-
+- * configure: Rebuilt.
+- * configure.in: (i*86-*-solaris*): New libffi target. Patch
+- proposed by Bryce McKinlay.
+-
+-2000-03-20 Tom Tromey <tromey@cygnus.com>
+-
+- * Makefile.in: Hand edit for java_raw_api.lo.
+-
+-2000-03-08 Bryce McKinlay <bryce@albatross.co.nz>
+-
+- * config.guess, config.sub: Update from the gcc tree.
+- Fix for PR libgcj/168.
+-
+-2000-03-03 Tom Tromey <tromey@cygnus.com>
+-
+- * Makefile.in: Fixed ia64 by hand.
+-
+- * configure: Rebuilt.
+- * configure.in (--enable-multilib): New option.
+- (libffi_basedir): New subst.
+- (AC_OUTPUT): Added multilib code.
+-
+-2000-03-02 Tom Tromey <tromey@cygnus.com>
+-
+- * Makefile.in: Rebuilt.
+- * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
+- directory name.
+-
+-2000-02-25 Hans Boehm <boehm@acm.org>
+-
+- * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
+- files.
+- * src/raw_api.c (ffi_translate_args): Fixed typo in argument
+- list.
+- (ffi_prep_raw_closure): Use ffi_translate_args, not
+- ffi_closure_translate.
+- * src/java_raw_api.c: New file.
+- * src/ffitest.c (closure_test_fn): New function.
+- (main): Define `rint' as long long on IA64. Added new test when
+- FFI_CLOSURES is defined.
+- * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
+- (ffi_abi): Recognize IA64.
+- (ffi_raw): Added `flt' field.
+- Added "Java raw API" code.
+- * configure.in: Recognize ia64.
+- * Makefile.am (TARGET_SRC_IA64): New macro.
+- (libffi_la_common_SOURCES): Added java_raw_api.c.
+- (libffi_la_SOURCES): Define in IA64 case.
+-
+-2000-01-04 Tom Tromey <tromey@cygnus.com>
+-
+- * Makefile.in: Rebuilt with newer automake.
+-
+-1999-12-31 Tom Tromey <tromey@cygnus.com>
+-
+- * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
+-
+-1999-09-01 Tom Tromey <tromey@cygnus.com>
+-
+- * include/ffi.h.in: Removed PACKAGE and VERSION defines and
+- undefs.
+- * fficonfig.h.in: Rebuilt.
+- * configure: Rebuilt.
+- * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
+- Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
+- * acconfig.h: Don't #undef PACKAGE or VERSION.
+-
+-1999-08-09 Anthony Green <green@cygnus.com>
+-
+- * include/ffi.h.in: Try to work around messy header problem
+- with PACKAGE and VERSION.
+-
+- * configure: Rebuilt.
+- * configure.in: Change version to 2.00-beta.
+-
+- * fficonfig.h.in: Rebuilt.
+- * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
+-
+- * src/x86/ffi.c (ffi_raw_call): Rename.
+-
+-1999-08-02 Kresten Krab Thorup <krab@dominiq.is.s.u-tokyo.ac.jp>
+-
+- * src/x86/ffi.c (ffi_closure_SYSV): New function.
+- (ffi_prep_incoming_args_SYSV): Ditto.
+- (ffi_prep_closure): Ditto.
+- (ffi_closure_raw_SYSV): Ditto.
+- (ffi_prep_raw_closure): More ditto.
+- (ffi_call_raw): Final ditto.
+-
+- * include/ffi.h.in: Add definitions for closure and raw API.
+-
+- * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
+- FFI_TYPE_UINT64.
+-
+- * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
+-
+- * src/raw_api.c: New file.
+-
+- * include/ffi.h.in (ffi_raw): New type.
+- (UINT_ARG, SINT_ARG): New defines.
+- (ffi_closure, ffi_raw_closure): New types.
+- (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
+-
+- * configure.in: Add check for endianness and sizeof void*.
+-
+- * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
+- instead of directly.
+-
+- * configure: Rebuilt.
+-
+-Thu Jul 8 14:28:42 1999 Anthony Green <green@cygnus.com>
+-
+- * configure.in: Add x86 and powerpc BeOS configurations.
+- From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
+-
+-1999-05-09 Anthony Green <green@cygnus.com>
+-
+- * configure.in: Add warning about this being beta code.
+- Remove src/Makefile.am from the picture.
+- * configure: Rebuilt.
+-
+- * Makefile.am: Move logic from src/Makefile.am. Add changes
+- to support libffi as a target library.
+- * Makefile.in: Rebuilt.
+-
+- * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
+- Upgraded to new autoconf, automake, libtool.
+-
+- * README: Tweaks.
+-
+- * LICENSE: Update copyright date.
+-
+- * src/Makefile.am, src/Makefile.in: Removed.
+-
+-1998-11-29 Anthony Green <green@cygnus.com>
+-
+- * include/ChangeLog: Removed.
+- * src/ChangeLog: Removed.
+- * src/mips/ChangeLog: Removed.
+- * src/sparc/ChangeLog: Remboved.
+- * src/x86/ChangeLog: Removed.
+-
+- * ChangeLog.v1: Created.
++commit c860a992fef5d7cd7bb0975b1632d17a9fafe007
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Mar 25 17:02:51 2014 -0400
++
++ Upgrade version to 3.1-rc1
++
++commit 9837073e6203048a162a226798c5d252600219ed
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Mar 25 16:24:14 2014 -0400
++
++ Update copyright date and clean up README notes.
++
++commit 18d3baa9f597b026675baa1b4e5a5eeef7577a08
++Merge: afee537 f0c8a31
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Mar 25 16:12:53 2014 -0400
++
++ Merge pull request #108 from joshtriplett/freebsd
++
++ [3.1 blocker] Fix FreeBSD support
++
++commit afee53738a995e23bd2f89fd0f7b30b380566106
++Merge: 7d24785 b2d610e
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Mar 25 16:12:35 2014 -0400
++
++ Merge pull request #106 from joshtriplett/darwin-award
++
++ [3.1 blocker] Update OS X build system to include win32.S on 32-bit
++
++commit 7d2478568ed9f03cbf57627f449a2d2cf4d1571c
++Merge: beab5f3 56be47f
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Mar 25 16:12:17 2014 -0400
++
++ Merge pull request #110 from joshtriplett/w64
++
++ Fix 64-bit Windows support
++
++commit beab5f334d9ec5b8b91d1cc727d1029b40358e7e
++Merge: 28fb197 ef5890e
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Mar 25 16:07:47 2014 -0400
++
++ Merge pull request #105 from joshtriplett/win32-relocations
++
++ [3.1 blocker] win32.S needs to handle relocations/GOT
++
++commit f0c8a31577172104049283f0a80c723084a5bd77
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Mon Mar 24 22:14:26 2014 -0700
++
++ Compile win32.S on FreeBSD
++
++commit b2d610e028b5ce48d1ad7e5d0debc9c321d891b2
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Fri Mar 21 11:10:13 2014 -0700
++
++ Compile win32.S on 32-bit Darwin as well
++
++commit be50b87a490e794362cb4a27ada2fbaab202adb8
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Mon Mar 24 21:44:13 2014 -0700
++
++ Always use configure to detect whether global symbols need underscores
++
++ 64-bit Windows already used this check; make it universal, and use it in
++ place of an ifdef on X86_WIN32, to handle non-Windows platforms that use
++ the underscore, such as Darwin.
++
++commit 56be47f87629e31afbcb0774aa65735f539ee972
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Mon Mar 24 21:24:53 2014 -0700
++
++ Fix a warning on 64-bit Windows
++
++ When sizeof(size_t) != sizeof(unsigned), adding a size_t to cif->bytes
++ produces a "possible loss of data" warning. However, the size_t in
++ question refers to the size of a single parameter. Use a cast to avoid
++ the warning.
++
++commit 48a8eda74aad8a21b6f26df5df08fe64c043d208
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Mon Mar 24 21:21:12 2014 -0700
++
++ Avoid referencing undefined ABIs on 64-bit Windows builds
++
++ 64-bit Windows does not have FFI_STDCALL, FFI_THISCALL, or FFI_FASTCALL.
++
++commit f0f4138f90345d7d67dfa6783a7e1c7cc30d3c6f
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sat Mar 22 10:00:53 2014 -0700
++
++ win32.S: Add handling for position-independent code on Darwin
++
++ Newer versions of Darwin generate the necessary stub functions
++ automatically and just need a call instruction, but accomodating older
++ versions as well requires adding the stub.
++
++commit ef5890ebafb7cd2fbf9acf161edb55fe1382871c
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Fri Mar 21 11:01:39 2014 -0700
++
++ win32.S: Use shifting for multiplication rather than repeated addition
++
++ The jump table code added a register to itself twice to multiply by 4;
++ shift the register left by 2 instead.
++
++commit 4fca48901e7e4f53bf490ed22607b2d2d8f4bfcc
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Fri Mar 21 11:00:41 2014 -0700
++
++ win32.S: Make the jump tables position-independent
++
++ Now that non-Windows platforms include win32.S, it needs to support
++ building as position-independent code. This fixes build failures on
++ target platforms that do not allow text relocations.
++
++commit 2087dcf736274286f76c69d3988fb6d7cc4fd0f5
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Fri Mar 21 10:57:06 2014 -0700
++
++ win32.S: Make calls to ffi_closure_SYSV_inner position-independent
++
++ Now that non-Windows platforms include win32.S, it needs to support
++ building as position-independent code. This fixes one source of build
++ failures on target platforms that do not allow text relocations.
++
++commit 28fb197079cf1d11da4eef7c8c243ab05590c528
++Merge: c697472 c3dd0a1
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Mar 18 12:19:36 2014 -0400
++
++ Merge pull request #107 from rvandermeulen/msvcc
++
++ Various compatibility fixes and improvements to msvcc.sh.
++
++commit c3dd0a1a0245fc174361a70876e88ae24285f861
++Author: Ryan VanderMeulen <ryanvm@gmail.com>
++Date: Tue Mar 18 12:09:45 2014 -0400
++
++ Various compatibility fixes and improvements to msvcc.sh.
++
++ * Don't try to mix incompatible optimization flags in debug builds.
++ * Workaround ax_cc_maxopt.m4 not supporting MSVC and change -O3 to -O2.
++ * Fix MSVC warning by properly passing linker flags to compiler.
++ * Make msvcc.sh return 1 if invalid command line options are used rather than silently eating them.
++ * Add more comments.
++
++commit c697472fccfbb5b87b007c053cda9ef014b346b9
++Merge: 83fd2bc e48918e
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Mar 17 00:32:42 2014 -0400
++
++ Merge pull request #102 from joshtriplett/test-generic
++
++ Add ABIs to the test matrix; unify many bits of the testsuite
++
++commit e48918ecf876bc85d040fc50a232059c566553a8
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sun Mar 16 20:29:27 2014 -0700
++
++ testsuite: Add ABIs to the test matrix; unify tests across ABIs
++
++ This eliminates all the *_win32.c tests in favor of the tests they were
++ branched from, and expands test coverage to run many more tests on
++ stdcall, thiscall, and fastcall.
++
++ This same mechanism also supports testing any other target that has
++ multiple ABIs.
++
++commit 4d4d368e5a55d9443c4c53b1b70d58ab6d8c941c
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sun Mar 16 17:02:05 2014 -0700
++
++ testsuite: Replace ffitestcxx.h with ffitest.h
++
++ ffitest.h contains a superset of the functionality of ffitestcxx.h;
++ make the C++ tests include ffitest.h instead, and remove ffitestcxx.h.
++
++commit 3f97cf3413c46caf2a79f32ac9cda4620972c2d7
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sun Mar 16 16:53:42 2014 -0700
++
++ testsuite: Unify the C and C++ testsuites
++
++ These two testsuites differ only in the source file glob and a couple of
++ additional compiler options; unify the remaining bits.
++
++commit 0d9cce8edb937bbe771a6cdd25f671edf06d2128
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sun Mar 16 16:22:58 2014 -0700
++
++ testsuite: ffitest.h: Parenthesize the CHECK macro
++
++commit 5695ec1444c5323e48fe4314f8c8f027625e67df
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sun Mar 16 16:04:58 2014 -0700
++
++ testsuite: Factor out a function to run a matrix of tests
++
++ This commons up code from libffi.call/call.exp and
++ libffi.special/special.exp, unifies the optimization option matrix
++ between the two, and makes it easier to add more axes to the matrix
++ in the future.
++
++commit dfdb02cc869855d3b68571e5f7aa77ae8c9d254a
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sun Mar 16 15:26:26 2014 -0700
++
++ testsuite: Introduce a __THISCALL__ compiler-specific macro
++
++commit 83fd2bce0456224483435d4b764063f4513fd464
++Merge: 3658a07 06ff924
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Mar 16 22:03:29 2014 -0400
++
++ Merge pull request #99 from joshtriplett/gitignore
++
++ .gitignore: Ignore more generated files
++
++commit 3658a0700a50d37a2fdba04fd9d79ad2f706d9f5
++Merge: d948d0a 46c5d3c
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Mar 16 21:37:42 2014 -0400
++
++ Merge pull request #100 from rvandermeulen/bug-756740
++
++ Change double quotes in Makefile.am to single quotes.
++
++commit 46c5d3c30fdc2b43c076ad955078d7c5f1e75b37
++Author: Ryan VanderMeulen <ryanvm@gmail.com>
++Date: Sun Mar 16 21:16:08 2014 -0400
++
++ Change double quotes in Makefile.am to single quotes.
++
++ This was originally done in PR #84, except the change was made to Makefile.in instead of Makefile.am and was therefore reverted the next time the files were regenerated.
++
++commit 06ff924215a2f9739efa2c059dc595bc4ec1c851
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sun Mar 16 16:19:46 2014 -0700
++
++ .gitignore: Ignore more generated files
++
++ The build process generates doc/libffi.info and fficonfig.h.in, so add
++ them to .gitignore.
++
++commit bad8948346e9b8813023a0cc78a3b6eb8d9c14c6
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sun Mar 16 15:16:18 2014 -0700
++
++ testsuite: Introduce a __STDCALL__ compiler-specific macro
++
++ Several tests want to use stdcall, which differs in syntax by compiler,
++ so introduce a macro for it in ffitest.h.
++
++commit 98a793fa36a4ab3ba24d059cb80a2891cdb940e1
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sun Mar 16 15:20:36 2014 -0700
++
++ testsuite: Common up the ifdef blocks for compiler-specific macros
++
++commit d948d0a729c934b0224749338a3ba0a2c8f51c45
++Merge: b61b472 a86bd31
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Mar 16 10:53:48 2014 -0400
++
++ Merge pull request #98 from joshtriplett/unconfigure.host
++
++ Merge configure.host into configure.ac
++
++commit a86bd318e2424d879d784ee7b29d6536d7a17c18
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sun Mar 16 06:58:59 2014 -0700
++
++ Merge configure.host into configure.ac
++
++ configure.host only has a single entry, and shows no signs of needing
++ more added.
++
++commit b61b472bd0647006d6685238721002017f1d119c
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Mar 16 09:45:55 2014 -0400
++
++ Update version to 3.1-rc0. Clean up README.
++
++commit 7a64e7dbba54e6e9f69954adfb943be1856ff928
++Merge: 11a5c5c eef2e02
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Mar 16 09:39:08 2014 -0400
++
++ Merge pull request #97 from joshtriplett/remove-more-generated-files
++
++ Remove more generated files
++
++commit 11a5c5c39f5861011f6c5ddf795da3a32b5f0082
++Merge: 9a62a21 1c68c07
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Mar 16 09:38:47 2014 -0400
++
++ Merge pull request #96 from joshtriplett/sawing-changelogs
++
++ Generate ChangeLog from git in make dist; remove it from version control
++
++commit eef2e02a13d7d1c8145d47a64467f654406a3548
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sun Mar 16 06:26:03 2014 -0700
++
++ doc: Remove autogenerated info file and stamp
++
++commit 9fb403d3c5d9643e0f561cab6d4a07b1e54907ff
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sun Mar 16 06:25:52 2014 -0700
++
++ fficonfig.h.in: Remove, configure generates it
++
++commit 1c68c07217fda78a779778c1480fedef7a58d5b4
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sun Mar 16 06:11:58 2014 -0700
++
++ Generate ChangeLog from git in make dist
++
++ Archive the existing ChangeLog to ChangeLog.libffi-3.1
++
++commit c65ed55e655711e008282edbdd82ce95d008b4f6
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sun Mar 16 05:52:00 2014 -0700
++
++ ChangeLog.v1: Fix typo in explanatory header.
++
++commit 9a62a21f5c3a8e1da463229f3170c8ab3031d920
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Mar 16 09:03:57 2014 -0400
++
++ Add missing ChangeLog entry. Clean up some entries.
++
++commit 9bc704c58cb7a049d867837e3a11e2e31886ec66
++Merge: 694447a e892e58
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Mar 16 08:41:00 2014 -0400
++
++ Merge pull request #95 from joshtriplett/news
++
++ README: Update news for 3.0.14
++
++commit e892e581d1838a06c18c7ecd50ebd79915cff92b
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sun Mar 16 05:38:24 2014 -0700
++
++ README: Update news for 3.0.14
++
++commit 694447aa29deadd571efb4e9a26ee3f68ede1493
++Merge: fdc87f3 45a6c21
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Mar 16 08:32:05 2014 -0400
++
++ Merge pull request #93 from joshtriplett/travis-dist
++
++ Make Travis check "make dist"
++
++commit 45a6c21efa944b520842e631dc54919b04884744
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sun Mar 16 05:29:08 2014 -0700
++
++ .travis.yml: Test "make dist" too.
++
++commit fdc87f3b2ea37b58a4a9ae6c35083f544909fe3c
++Merge: 7412b83 e1911f7
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Mar 16 08:05:51 2014 -0400
++
++ Merge pull request #85 from joshtriplett/stdcall
++
++ stdcall support on Linux
++
++commit e1911f78df113ca58738b66089a070d4cf747de7
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sun Mar 16 03:25:53 2014 -0700
++
++ Add support for stdcall, thiscall, and fastcall on non-Windows x86-32
++
++ Linux supports the stdcall calling convention, either via functions
++ explicitly declared with the stdcall attribute, or via code compiled
++ with -mrtd which effectively makes stdcall the default.
++
++ This introduces FFI_STDCALL, FFI_THISCALL, and FFI_FASTCALL on
++ non-Windows x86-32 platforms, as non-default calling conventions.
++
++commit 7412b838d543aae4fa925862bd5702d3dacbc29a
++Merge: c0cc5fd 9531d05
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Mar 16 07:58:16 2014 -0400
++
++ Merge pull request #90 from joshtriplett/win32-unifdef
++
++ prep_cif.c: Remove unnecessary ifdef for X86_WIN32
++
++commit c0cc5fdaa237b67e86f22d2f6e13f3b42d9aae33
++Merge: 98b5296 b3a5da0
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Mar 16 07:57:59 2014 -0400
++
++ Merge pull request #89 from joshtriplett/travis32
++
++ .travis.yml: Test on both 32-bit and 64-bit
++
++commit 9531d05f64c2a674e0197158ffad68d69f177bd0
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sun Mar 16 01:50:02 2014 -0700
++
++ prep_cif.c: Remove unnecessary ifdef for X86_WIN32
++
++ ffi_prep_cif_core had a special case for X86_WIN32, checking for
++ FFI_THISCALL in addition to the FFI_FIRST_ABI-to-FFI_LAST_ABI range
++ before returning FFI_BAD_ABI. However, on X86_WIN32, FFI_THISCALL
++ already falls in that range, making the special case unnecessary.
++ Remove it.
++
++commit b3a5da068abd2f2983d9e67adbf41b0e0f34e37f
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sat Mar 15 23:27:56 2014 -0700
++
++ .travis.yml: Test on both 32-bit and 64-bit
++
++commit 98b52960485a261399f081915f36063de3854a5f
++Merge: 134ce4c f6dd184
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Mar 16 07:51:33 2014 -0400
++
++ Merge pull request #94 from joshtriplett/esp-extra-stackery-perception
++
++ ChangeLog: Document testsuite changes to remove fragile stack pointer checks
++
++commit f6dd1845434dd53e22129becdfa092c082df307c
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sun Mar 16 04:49:36 2014 -0700
++
++ ChangeLog: Document testsuite changes to remove fragile stack pointer checks
++
++commit 134ce4c0266bf994f07518fc534de53f1d3c8de8
++Merge: 2680e9e 9c27932
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Mar 16 07:47:17 2014 -0400
++
++ Merge pull request #91 from joshtriplett/esp-extra-stackery-perception
++
++ testsuite: Remove fragile stack pointer checks
++
++commit 9c279328ee12fc869adff63ca81f1230977bd42b
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sun Mar 16 02:31:19 2014 -0700
++
++ testsuite: Remove fragile stack pointer checks
++
++ testsuite/libffi.call/closure_stdcall.c and
++ testsuite/libffi.call/closure_thiscall.c include inline assembly to save
++ the stack pointer before and after the call, and compare the values.
++ However, compilers can and do leave the stack in different states for
++ these two pieces of inline assembly, such as by saving a temporary value
++ on the stack across the call; observed with gcc -Os, and verified as
++ spurious through careful inspection of disassembly.
++
++commit 2680e9ea9b4c87ea8042a61e551bd667493d4bd3
++Merge: 071eab3 82f8cb2
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Mar 16 07:44:08 2014 -0400
++
++ Merge pull request #88 from joshtriplett/such-precision-many-fail-wow
++
++ testsuite/libffi.call/many.c: Avoid spurious failure due to excess precision
++
++commit 82f8cb24a1d976db35ae31a4b86cec8926da327d
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sun Mar 16 04:27:32 2014 -0700
++
++ ChangeLog: Document many.c and many_win32.c changes to avoid spurious failures
++
++commit 88d562a8b5912e99306063fe3bc289bab6ca6ebe
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sat Mar 15 22:08:19 2014 -0700
++
++ testsuite/libffi.call/many_win32.c: Avoid spurious failure due to excess precision
++
++ The test case testsuite/libffi.call/many_win32.c can spuriously fail due
++ to excess floating-point precision. Instrumenting it with some printf
++ calls shows differences well above FLT_EPSILON. (Note when
++ instrumenting it that multiple computations of the difference, such as
++ one in a print and another in the conditional, may produce different
++ results.)
++
++ Rather than complicating the test suite with architecture-specific flags
++ to avoid excess precision, just simplify the floating-point computation
++ to avoid a dependency on potential excess precision.
++
++commit c00a49ecd165b2d06c1c9b249d212dc843fa116f
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sat Mar 15 22:08:19 2014 -0700
++
++ testsuite/libffi.call/many.c: Avoid spurious failure due to excess precision
++
++ The test case testsuite/libffi.call/many.c can spuriously fail due to
++ excess floating-point precision. Instrumenting it with some printf
++ calls shows differences well above FLT_EPSILON. (Note when
++ instrumenting it that multiple computations of the difference, such as
++ one in a print and another in the conditional, may produce different
++ results.)
++
++ Rather than complicating the test suite with architecture-specific flags
++ to avoid excess precision, just simplify the floating-point computation
++ to avoid a dependency on potential excess precision.
++
++commit 071eab32a7f9fbbef46c0d8f37d9985bc9cceb37
++Merge: 2228c7a 2f44952
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Mar 16 07:36:52 2014 -0400
++
++ Merge pull request #92 from joshtriplett/autogen
++
++ Re-add libtool-ldflags
++
++commit 2f44952c95765c1486fad66f57235f8d459a9748
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sun Mar 16 04:35:12 2014 -0700
++
++ Re-add libtool-ldflags
++
++commit 2228c7ab190f3c529b9018495467b841fa21cba2
++Merge: 76d19d0 35634db
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Mar 16 07:25:18 2014 -0400
++
++ Merge pull request #87 from joshtriplett/autogen
++
++ Remove autogenerated files from the repository
++
++commit 35634dbceaac0a1544f7385addc01d21ef1ef6a8
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Sat Mar 15 18:11:16 2014 -0700
++
++ Remove autogenerated files from the repository
++
++ Add an autogen.sh to regenerate them.
++
++commit 76d19d004e36e99d261ee78261e2f52cea5e4ab1
++Merge: c86d9b6 a1a6f71
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Mar 14 16:54:31 2014 -0400
++
++ Ensure the linker supports @unwind sections in libffi.
++
++commit c86d9b6cc6e16ee262844a33b40441374400758c
++Merge: 4efb7db f8cdf11
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Mar 14 16:51:20 2014 -0400
++
++ Fix merge
++
++commit 4efb7dbfd9427c478a948cd0d464210123db8de8
++Merge: 634a475 18eb81d
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Mar 14 16:47:57 2014 -0400
++
++ Merge pull request #81 from rvandermeulen/bug-756740
++
++ Allow building for mipsel with Android NDK r8.
++
++commit a1a6f71bfe4199293043b2e4cfb4c8d3cb1112f9
++Author: Ryan VanderMeulen <ryanvm@gmail.com>
++Date: Mon Mar 10 15:12:47 2014 -0400
++
++ Remove stray hunk that shouldn't have been included in this patch.
++
++commit f8cdf11467181f2a9a6b7e748167569aa58e3a81
++Author: Ryan VanderMeulen <ryanvm@gmail.com>
++Date: Mon Mar 10 15:04:58 2014 -0400
++
++ Replace double quotes with single quotes in Makefile.in to improve compatibility between some versions of MSYS and gmake. From Mozilla bug 943728.
++ https://bugzilla.mozilla.org/show_bug.cgi?id=943728
++
++commit dfa3738732e1bc3a7f4130395ae4bab55fcebb99
++Author: Ryan VanderMeulen <ryanvm@gmail.com>
++Date: Mon Mar 10 14:53:48 2014 -0400
++
++ Ensure the linker supports @unwind sections in libffi. From Mozilla bug 756740.
++ https://bugzilla.mozilla.org/show_bug.cgi?id=778414
++
++ Also tracked as issue #42.
++ https://github.com/atgreen/libffi/issues/42
++
++commit 18eb81d032f29d645d0498ba92bddfd651f009ae
++Author: Ryan VanderMeulen <ryanvm@gmail.com>
++Date: Mon Mar 10 14:43:37 2014 -0400
++
++ Allow building for mipsel with Android NDK r8. From Mozilla bug 756740.
++ https://bugzilla.mozilla.org/show_bug.cgi?id=756740
++
++commit 634a475eaf1bee31c09f7d519e31c13b64cd24df
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Mar 1 18:37:29 2014 -0500
++
++ Update Makefile for new darwin scripts
++
++commit c7b67e874bb89859f9a07d1cf9606052b6c0dcc1
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Mar 1 18:34:18 2014 -0500
++
++ Add README note
++
++commit a04e30ba3dc303133d459c1ac273ceefe4d49b32
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 28 17:20:59 2014 -0500
++
++ Add missing -DFFI_DEBUG flag
++
++commit 934dc1b5c8d6a9e727bedc72342831eb7d62c35f
++Merge: 11d7aa9 67fbef3
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 28 01:10:17 2014 -0500
++
++ Merge branch 'master' of github.com:/atgreen/libffi
++
++commit 11d7aa9d7a4bbe642944edc0f07cf96db9b270b6
++Merge: b40aeda 3b44d41
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 28 01:06:48 2014 -0500
++
++ Merge pull request #46 from makotokato/android-clang
++
++ Fix build failure when using clang for Android
++
++commit 67fbef3b56ff0ef88f9b1a7fe48cb77222fa6cec
++Merge: b40aeda 3b44d41
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 28 01:06:48 2014 -0500
++
++ Merge pull request #46 from makotokato/android-clang
++
++ Fix build failure when using clang for Android
++
++commit b40aeda31a74d95a37c723b6243aabac466e67c4
++Merge: 20698ab 53ceaf1
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 28 01:01:29 2014 -0500
++
++ Merge branch 'master' of github.com:/atgreen/libffi
++
++commit 53ceaf14c5eeb16ba09745f0ca87cca367d41a90
++Merge: 860fe66 cc9b518
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 28 01:01:02 2014 -0500
++
++ Merge pull request #40 from wojdyr/master
++
++ Correct the -L flag in libffi.pc.in
++
++commit 20698abc6a00092fd7fd3e434a3a29dc0f048f1e
++Merge: 64bd069 1a0b01e
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 28 00:56:27 2014 -0500
++
++ Merge pull request #66 from ppizarro/master
++
++ BlackFin fixes - Fatal error when calling a function defined in a shared library from within the function called by FFI
++
++commit 860fe6646f5ae603e99a8d1d722ddddba8b75769
++Merge: 64bd069 1a0b01e
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 28 00:56:27 2014 -0500
++
++ Merge pull request #66 from ppizarro/master
++
++ BlackFin fixes - Fatal error when calling a function defined in a shared library from within the function called by FFI
++
++commit 64bd06990a7accf72271516a2110b86cdccd8df4
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 28 00:52:56 2014 -0500
++
++ Add ChangeLog entry for Josh's change
++
++commit edf29c5169b06fcfc241445e152e325bc3c50e0e
++Merge: 33c9954 3998d26
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 28 00:50:25 2014 -0500
++
++ Merge pull request #75 from joshtriplett/longdouble
++
++ Fix build error on x86 without distinct long double
++
++commit 33c9954f2eec539011a0f93270aaf013318837ae
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 28 00:38:41 2014 -0500
++
++ Rebuilt with new libtool
++
++commit 926b6989fbd08488b9105943293353d45ac527e0
++Merge: 5a88c85 cc82051
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 28 00:26:57 2014 -0500
++
++ Merge branch 'master' of github.com:/atgreen/libffi
++
++ Conflicts:
++ ChangeLog
++
++commit 5a88c85fde304052bed1581ed0b6452ac2c68838
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 28 00:23:04 2014 -0500
++
++ Fix spelling errors
++
++commit cc82051c7e80cea772c4b72da026eb7e68d598fc
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 28 00:23:04 2014 -0500
++
++ Fix spelling errors
++
++commit 001aaf4b1b56349596bb6f6b5c1613dcbbd84ea8
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 28 00:20:17 2014 -0500
++
++ When no VFP arguments are present the IP register is used
++ uninitialized. Initialize it to the value of FP.
++
++ This fixes a number of testsuite failures when configured for
++ armv7l-unknown-linux-gnueabihf
++
++commit 49f7729c3ce697c12408c42ccb29cdf4eb66bb85
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 28 00:17:16 2014 -0500
++
++ aarch64 fix
++
++commit 447483d51c6aa9df7116f346a73fc1cf795f4c2b
++Merge: 51377bd b4df9cf
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Feb 27 15:42:41 2014 -0500
++
++ Fix ChangeLog merge
++
++commit 3998d2604b5c0d45a098ff3119a9fd9710ef429d
++Author: Josh Triplett <josh@joshtriplett.org>
++Date: Mon Feb 17 11:20:33 2014 -0800
++
++ Fix build error on x86 without distinct long double
++
++ src/x86/ffi64.c: In function 'classify_argument':
++ src/x86/ffi64.c:205:5: error: duplicate case value
++ case FFI_TYPE_LONGDOUBLE:
++ ^
++ src/x86/ffi64.c:202:5: error: previously used here
++ case FFI_TYPE_DOUBLE:
++ ^
++
++commit 51377bda9aed0b2c1309c818460cab9d9ab3d46e
++Merge: f08da54 40927bd
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Feb 15 08:06:29 2014 -0500
++
++ Merge pull request #72 from heiher/devel
++
++ MIPS N32: Fix call floating point va function
++
++commit f08da5465463e60a28f5e921f23ebf2ba984c148
++Merge: 3dc3f32 fa5f25c
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Feb 15 08:06:11 2014 -0500
++
++ Merge pull request #68 from zeldin/master
++
++ Linux/ppc64: Remove assumption on contents of r11 in closure
++
++commit 40927bd3e1e7c6007025ba10854fd8a0664e47df
++Author: Heiher <r@hev.cc>
++Date: Tue Jan 21 23:18:27 2014 +0800
++
++ Fix call floating point va function
++
++ I'm not sure floating-point arguments in GPR or FPR before calling
++ variable number arguments function. so, load all arguments to GPR and
++ FPR.
++
++commit b4df9cf9cc4a9a9401a53fd6bea1f3c2c283b97b
++Author: Zachary Waldowski <zach@waldowski.me>
++Date: Wed Feb 5 14:22:52 2014 -0500
++
++ AArch64: Fix void fall-through case when assertions are enabled
++
++commit f466aad0d91a117e42571d1d6fb434fa0433c930
++Author: Zachary Waldowski <zach@waldowski.me>
++Date: Tue Jan 21 16:38:31 2014 -0500
++
++ AArch64: Fix missing semicolons when assertions are enabled
++
++commit 7ea677733bd98917241852b8901a6b7580728895
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 30 20:58:31 2013 -0500
++
++ Remove build-ios from Makefile
++
++ Conflicts:
++ ChangeLog
++
++commit 6ae046cc59c12b2cd40158d6bcb96f4a59886159
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 30 21:06:51 2013 -0500
++
++ Mention Aarch64 on iOS
++
++commit bfc06b3fdb32abe90ce0749aedfec649df85a7ef
++Author: Zachary Waldowski <zach@waldowski.me>
++Date: Mon Dec 30 17:36:39 2013 -0500
++
++ Update ChangeLog
++
++commit 0a0f12ce1f7be81006b08a3c81a636926d283a9b
++Author: Zachary Waldowski <zach@waldowski.me>
++Date: Thu Jan 9 13:50:17 2014 -0500
++
++ AArch64: Remove duplicitous element_count call.
++
++ This inhibits an analyzer warning by Clang.
++
++commit 4330fdcd92e67c816288d64ab230237065768206
++Author: Zachary Waldowski <zach@waldowski.me>
++Date: Thu Jan 9 13:53:30 2014 -0500
++
++ Darwin/aarch64: Respect iOS ABI re: stack argument alignment
++
++commit 0a333d6c3973935d4fe02aae76b10e39d3c88e07
++Author: Zachary Waldowski <zach@waldowski.me>
++Date: Thu Jan 9 14:03:29 2014 -0500
++
++ Darwin/aarch64: Fix size_t assumptions
++
++commit 2c18e3c76aad1b426617db05a4384e7c3a920176
++Author: Zachary Waldowski <zach@waldowski.me>
++Date: Mon Dec 30 16:14:02 2013 -0500
++
++ Darwin/aarch64: Fix "shadows declaration" warnings
++
++commit 1b8a8e20e344f3c55495ab6eb46bd14e843d4b3e
++Author: Zachary Waldowski <zach@waldowski.me>
++Date: Thu Jan 9 13:55:21 2014 -0500
++
++ Darwin/aarch64: Use Clang cache invalidation builtin
++
++commit 6030cdcae776f8fb5876a53168f7d1e75d28a242
++Author: Zachary Waldowski <zach@waldowski.me>
++Date: Mon Dec 30 15:45:51 2013 -0500
++
++ Darwin/aarch64: Account for long double being equal to double
++
++commit 5658b0892683d2e24e4d5842978c184a7ad33858
++Author: Zachary Waldowski <zach@waldowski.me>
++Date: Mon Dec 30 16:33:47 2013 -0500
++
++ Darwin/aarch64: Use CNAME, restrict .size like ARM
++
++commit 07175780802acec5dc49fdedd6d20a62409a6707
++Author: Zachary Waldowski <zach@waldowski.me>
++Date: Mon Dec 30 17:48:22 2013 -0500
++
++ Darwin/aarch64: Fix invalid reference in assembly
++
++commit 9da28b44277fea3aeb827c35dd63d609d2524a8b
++Author: Zachary Waldowski <zach@waldowski.me>
++Date: Mon Dec 30 16:23:21 2013 -0500
++
++ Darwin/x86_64: Fix 64-bit type shortening warnings
++
++commit 821d398f08bd1d540a5b235507812ffeee49b580
++Author: Zachary Waldowski <zach@waldowski.me>
++Date: Thu Jan 9 13:15:06 2014 -0500
++
++ Darwin: Merge build scripts, redo project, incl. arm64
++
++commit 6eff9ff9e72463b9783be2514f944b6f05692054
++Author: Zachary Waldowski <zach@waldowski.me>
++Date: Mon Dec 30 17:48:10 2013 -0500
++
++ Darwin/iOS: Improve unified syntax use for LLVM
++
++commit ba0ea99c82aadd5957386a031e3122011bd36d52
++Author: Zachary Waldowski <zach@waldowski.me>
++Date: Mon Dec 30 15:27:44 2013 -0500
++
++ Fix dlmalloc warnings due to set_segment_flags, sizeof(size_t)
++
++commit 994be3a5c1d0d17b19103396103e128517fd62f9
++Author: Zachary Waldowski <zach@waldowski.me>
++Date: Mon Dec 30 15:27:14 2013 -0500
++
++ Darwin/iOS: Fix mis-typing of vfp_reg_free
++
++commit a8e0a835ab1f62d03ad6391760e3e8b7732d24f8
++Author: Zachary Waldowski <zach@waldowski.me>
++Date: Mon Dec 30 15:26:20 2013 -0500
++
++ Darwin/ARM: Assert on NULL dereference
++
++ This inhibits an analyzer warning by Clang on all platforms.
++
++commit 13675341581c489ed9df8ba390c8e08a732decb2
++Author: Zachary Waldowski <zach@waldowski.me>
++Date: Thu Jan 9 13:42:08 2014 -0500
++
++ Darwin/i386: Inhibit Clang previous prototype warnings
++
++commit 66469c381e2e2cc96e7d409266dea0ffe177eeca
++Author: Zachary Waldowski <zach@waldowski.me>
++Date: Thu Jan 9 13:41:45 2014 -0500
++
++ Darwin/ARM: Inhibit Clang previous prototype warnings
++
++commit 5bfe62a00d2d659eec9f19b39802b6e69844fc27
++Author: Zachary Waldowski <zach@waldowski.me>
++Date: Thu Jan 9 13:41:27 2014 -0500
++
++ Darwin/AArch64: Inhibit Clang previous prototype warnings
++
++commit fa5f25c20f76a6ef5e950a7ccbce826672c8a620
++Author: Marcus Comstedt <marcus@mc.pp.se>
++Date: Sat Jan 4 19:00:08 2014 +0100
++
++ Linux/ppc64: Remove assumption on contents of r11 in closure
++
++commit 1a0b01e171e9c750437cef2f18917f5a6e32c498
++Author: Paulo Pizarro <paulo.pizarro@gmail.com>
++Date: Thu Jan 2 16:17:59 2014 -0200
++
++ When the function called by the ffi called a function defined in a shared library generate a fatal error
++ The correction was to take into consideration the GOT.
++
++commit 3dc3f32c35db5ab995a835225f6815369735ceb7
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Dec 5 16:23:25 2013 -0500
++
++ Undo iOS ARM64 changes.
++
++commit 356b2cbc304bfe5bdc28b8d1c68d1ff084e9ec37
++Merge: 484a758 07345a3
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 30 22:38:13 2013 -0500
++
++ Merge branch 'master' of github.com:/atgreen/libffi
++
++commit 484a7584260e2fbb399ce90083046834271bf9ff
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 30 21:06:51 2013 -0500
++
++ Mention Aarch64 on iOS
++
++commit 07345a30ec0a2fa45a7c363d301f57723690cfa0
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 30 21:06:51 2013 -0500
++
++ Mention Aarch64 on iOS
++
++commit d4b931c1b872378c35f12ddbb9a6d55e7f17c65e
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 30 20:58:31 2013 -0500
++
++ Remove build-ios from Makefile
++
++commit dfbf236d70fc1ec68e6ff193584a154353508e2f
++Merge: 852ac3b bb9740e
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 30 20:54:54 2013 -0500
++
++ Merge branch 'master' of github.com:/atgreen/libffi
++ Add ChangeLog entry.
++
++commit bb9740e545205f93a525c77aa6d1cbf4ca9371f3
++Merge: ac75368 4d701e0
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 30 17:54:39 2013 -0800
++
++ Merge pull request #60 from zwaldowski/ios-redo
++
++ Mac/iOS support, including aarch64 port
++
++commit 4d701e03faa475a5eb3b54b90046114a1e27b813
++Author: Zachary Waldowski <zwaldowski@gmail.com>
++Date: Sat Nov 30 13:25:27 2013 -0500
++
++ Darwin: Properly export headers from Xcode project
++
++commit 022f12eb9ad2264e838fa5fb453733f5177888f4
++Author: Zachary Waldowski <zwaldowski@gmail.com>
++Date: Sat Nov 30 12:21:38 2013 -0500
++
++ Darwin: Freshen gen scripts, remove old build-ios.sh
++
++commit e820fe2025d7ad3df7584407946dfaad2af69599
++Author: Zachary Waldowski <zwaldowski@gmail.com>
++Date: Sat Nov 30 12:03:51 2013 -0500
++
++ Darwin/iOS: Include x86_64+aarch64 pieces in library
++
++commit 0278284e470ec91db7cdc15ac3dcd64683305848
++Author: Zachary Waldowski <zwaldowski@gmail.com>
++Date: Sat Nov 30 03:03:37 2013 -0500
++
++ Darwin/aarch64: size_t assumptions
++
++commit 9775446b6441c91cd9059215c106aa3bcf949767
++Author: Zachary Waldowski <zwaldowski@gmail.com>
++Date: Sat Nov 30 02:39:34 2013 -0500
++
++ Darwin/aarch64: Fix “shadows declaration” warnings
++
++commit 4260badc37705d3618e774dfe61184ac709881c1
++Author: Zachary Waldowski <zwaldowski@gmail.com>
++Date: Sat Nov 30 02:08:14 2013 -0500
++
++ Darwin/aarch64: Use Clang cache invalidation builtin
++
++commit 9fa7998d5f9250908cbf12a671479852ebadf9d1
++Author: Zachary Waldowski <zwaldowski@gmail.com>
++Date: Sat Nov 30 02:07:48 2013 -0500
++
++ Darwin/aarch64: Inhibit Xcode warning
++
++commit 0e832048a93830575b0976406444e134e649a4f7
++Author: Zachary Waldowski <zwaldowski@gmail.com>
++Date: Sat Nov 30 02:07:34 2013 -0500
++
++ Darwin/aarch64: double == long double
++
++commit 602dc22d76931092610234cf063f9f1b8dbc1a51
++Author: Zachary Waldowski <zwaldowski@gmail.com>
++Date: Sat Nov 30 02:06:00 2013 -0500
++
++ Darwin/iOS prep script: try and compile for arm64
++
++commit b513dfe79de4725e8a717325a9e3b5b9f69f63dc
++Author: Zachary Waldowski <zwaldowski@gmail.com>
++Date: Sat Nov 30 02:05:22 2013 -0500
++
++ Darwin/aarch64: Restrict .size to ELF like arm32.
++
++commit bc978099bf2812de755c076b67ef9c2547607572
++Author: Zachary Waldowski <zwaldowski@gmail.com>
++Date: Sat Nov 30 02:04:57 2013 -0500
++
++ Darwin/aarch64: Potentially(?) fix compile error
++
++commit d6bb9314467c6e0683156559d23ca341c43fa3c8
++Author: Zachary Waldowski <zwaldowski@gmail.com>
++Date: Sat Nov 30 02:04:22 2013 -0500
++
++ Darwin/aarch64: Use CNAME refs
++
++commit 33c46ce5680eea28d3437c8771ec1d137e226b45
++Author: Zachary Waldowski <zwaldowski@gmail.com>
++Date: Sat Nov 30 04:13:42 2013 -0500
++
++ Darwin/Mac: Fix 64/32 shortening warnings
++
++commit 0612081e6c161d9d820742f995975d35da2adbc2
++Author: Zachary Waldowski <zwaldowski@gmail.com>
++Date: Sat Nov 30 03:03:00 2013 -0500
++
++ Darwin: Misc size_t warnings
++
++commit 6a6247d179ec3859311c2d8775841b884f309f66
++Author: Zachary Waldowski <zwaldowski@gmail.com>
++Date: Sat Nov 30 02:55:48 2013 -0500
++
++ Darwin: Fix dlmalloc warnings due to sizeof(size_t)
++
++commit 4d60d9e1e32de6166ffd63bbe9ce54cf961c78fc
++Author: Zachary Waldowski <zwaldowski@gmail.com>
++Date: Sat Nov 30 04:09:30 2013 -0500
++
++ Darwin: Rebuild Xcode project
++
++commit cb719a5c1c2eb391d6a5f5e02484ba4aa990a51b
++Author: Zachary Waldowski <zwaldowski@gmail.com>
++Date: Sat Nov 30 04:09:18 2013 -0500
++
++ Darwin/iOS: Fix LLVM 3.3 warning re: memcpy.
++
++commit 21bde92c9abb378f9c456a9d95e6f9b99ef8c920
++Author: Zachary Waldowski <zwaldowski@gmail.com>
++Date: Sat Nov 30 03:43:42 2013 -0500
++
++ Darwin: Clean up, modernize generator scripts
++
++commit fd54eab74cef7891e4acaaafb71e783142ecb69e
++Author: Zachary Waldowski <zwaldowski@gmail.com>
++Date: Sat Nov 30 03:38:02 2013 -0500
++
++ Darwin/Mac: Also exclude OS X generated source
++
++commit 953b6f14c655141f9e7d82550a312c3eeb961091
++Author: Zachary Waldowski <zwaldowski@gmail.com>
++Date: Tue Apr 24 11:16:20 2012 -0400
++
++ Darwin/iOS: More unified syntax support w/ Clang.
++
++ Signed-off-by: Zachary Waldowski <zwaldowski@gmail.com>
++
++commit c713a55379481c339877f2e0003d97cb8d9ed80e
++Author: Zachary Waldowski <zwaldowski@gmail.com>
++Date: Tue Apr 24 10:25:29 2012 -0400
++
++ Darwin/iOS: Simplify RETLDM arguments for LLVM 3.1
++
++ Signed-off-by: Zachary Waldowski <zwaldowski@gmail.com>
++
++commit 16ba1b80028db5cb71cf86e5f79f5e48317f83c8
++Author: Zachary Waldowski <zwaldowski@gmail.com>
++Date: Wed Apr 11 23:26:04 2012 -0400
++
++ Darwin: Silence Clang warnings.
++
++commit 852ac3bd302d6ed97b1ef65f4cbed69c258a48df
++Merge: ab79d6e ac75368
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Nov 21 21:25:44 2013 -0500
++
++ Merge branch 'master' of github.com:/atgreen/libffi
++
++ Conflicts:
++ ChangeLog
++
++commit ab79d6e21992dd86139ba07530ff888833b78a04
++Author: Alan Modra <amodra@gmail.com>
++Date: Thu Nov 21 06:12:35 2013 -0500
++
++ This separates the 32-bit sysv/linux/bsd code from the 64-bit linux
++ code, and makes it possible to link code compiled with different
++ options to those used to compile libffi. For example, a
++ -mlong-double-128 libffi can be used with -mlong-double-64 code.
++
++ Using the return value area as a place to pass parameters wasn't such
++ a good idea, causing a failure of cls_ulonglong.c. I didn't see this
++ when running the mainline gcc libffi testsuite because that version of
++ the test is inferior to the upstreamm libffi test.
++
++ Using NUM_FPR_ARG_REGISTERS rather than NUM_FPR_ARG_REGISTERS64 meant
++ that a parameter save area could be allocated before it was strictly
++ necessary. Wrong but harmless. Found when splitting apart ffi.c
++ into 32-bit and 64-bit support.
++
++commit ac7536889334d4be50709006d7e23536364d7891
++Author: Alan Modra <amodra@gmail.com>
++Date: Thu Nov 21 06:12:35 2013 -0500
++
++ This separates the 32-bit sysv/linux/bsd code from the 64-bit linux
++ code, and makes it possible to link code compiled with different
++ options to those used to compile libffi. For example, a
++ -mlong-double-128 libffi can be used with -mlong-double-64 code.
++
++ Using the return value area as a place to pass parameters wasn't such
++ a good idea, causing a failure of cls_ulonglong.c. I didn't see this
++ when running the mainline gcc libffi testsuite because that version of
++ the test is inferior to the upstreamm libffi test.
++
++ Using NUM_FPR_ARG_REGISTERS rather than NUM_FPR_ARG_REGISTERS64 meant
++ that a parameter save area could be allocated before it was strictly
++ necessary. Wrong but harmless. Found when splitting apart ffi.c
++ into 32-bit and 64-bit support.
++
++commit 69df91cfb4fa6bcb644350a80bff970f27478a6a
++Merge: 2f45082 aa1f62c
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Nov 18 06:34:04 2013 -0800
++
++ Merge pull request #59 from iains/powerpc-darwin-unwind-fix
++
++ Fix PowerPC Darwin FDE encodings to use pcrel correctly. Modernise the picbase labels.
++
++commit aa1f62c0a093c30325dff1d4d2b6b4b22eb96929
++Author: Iain Sandoe <iain@codesourcery.com>
++Date: Mon Nov 18 13:11:56 2013 +0000
++
++ Fix PowerPC Darwin FDE encodings to use pcrel correctly. Modernise the picbase labels.
++
++commit 2f450822a8698ba88441c56d152c7dc8924b127f
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Nov 18 06:52:29 2013 -0500
++
++ Clean up code to appease modern GCC compiler.
++
++commit 16d56c51aded374730920a4acde76ff3d2860ae1
++Author: Alan Modra <amodra@gmail.com>
++Date: Mon Nov 18 06:36:03 2013 -0500
++
++ An #endif in the wrong place would cause compile failure on powerpcle.
++ Using bl instead of b doesn't cause runtime failures as you might think,
++ but does mess the processor branch prediction.
++
++commit 34f878a5ef28663f6b1d7fd26fb099429ea1579e
++Merge: 83f65b6 1fd0457
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 16 06:57:54 2013 -0500
++
++ Merge branch 'master' of github.com:/atgreen/libffi
++
++ Conflicts:
++ ChangeLog
++ src/powerpc/ffi.c
++
++commit 83f65b63d9764a9cc7688fc5cda5ee2bd23faf54
++Author: Alan Modra <amodra@gmail.com>
++Date: Sat Nov 16 06:53:50 2013 -0500
++
++ Finally, this adds _CALL_ELF == 2 support. ELFv1 objects can't be
++ linked with ELFv2 objects, so this is one case where preprocessor
++ tests in ffi.c are fine. Also, there is no need to define a new
++ FFI_ELFv2 or somesuch value in enum ffi_abi. FFI_LINUX64 will happily
++ serve both ABIs.
++
++commit 1fd045784cac874b5d76b7fa931f67209a8280d3
++Author: Alan Modra <amodra@gmail.com>
++Date: Sat Nov 16 06:53:50 2013 -0500
++
++ Finally, this adds _CALL_ELF == 2 support. ELFv1 objects can't be
++ linked with ELFv2 objects, so this is one case where preprocessor
++ tests in ffi.c are fine. Also, there is no need to define a new
++ FFI_ELFv2 or somesuch value in enum ffi_abi. FFI_LINUX64 will happily
++ serve both ABIs.
++
++commit 362851379a49ce07d3e36e82c4e5c7b6cc16a352
++Author: Alan Modra <amodra@gmail.com>
++Date: Sat Nov 16 06:52:43 2013 -0500
++
++ Andreas' 2013-02-08 change reverted some breakage for struct return
++ values from 2011-11-12, but in so doing reintroduced string
++ instructions to sysv.S that are not supported on all powerpc variants.
++ This patch properly copies the bounce buffer to destination in C code
++ rather than in asm.
++
++ I have tested this on powerpc64-linux, powerpc-linux and
++ powerpc-freebsd. Well, the last on powerpc-linux by lying to
++ configure with
++
++ CC="gcc -m32 -msvr4-struct-return -mlong-double-64" \
++ CXX="g++ -m32 -msvr4-struct-return -mlong-double-64" \
++ /src/libffi-current/configure --build=powerpc-freebsd
++
++ and then
++
++ make && make CC="gcc -m32" CXX="g++ -m32" \
++ RUNTESTFLAGS=--target_board=unix/-m32/-msvr4-struct-return/-mlong-double-64\
++ check
++
++commit 1c06515d927d9de1582438d4eb5953890e79c5c7
++Author: Alan Modra <amodra@gmail.com>
++Date: Sat Nov 16 06:41:36 2013 -0500
++
++ The powerpc64 ABIs align structs passed by value, a fact ignored by
++ gcc for quite some time. Since gcc now does the correct alignment,
++ libffi needs to follow suit. This ought to be made selectable via
++ a new abi value, and the #ifdefs removed from ffi.c along with many
++ other #ifdefs present there and in assembly. I'll do that with a
++ followup patch sometime.
++
++ This is a revised version of
++ https://sourceware.org/ml/libffi-discuss/2013/msg00162.html
++
++commit a97cf1fae575d8bfd5259c5c422025ad43911326
++Author: Alan Modra <amodra@gmail.com>
++Date: Sat Nov 16 06:40:13 2013 -0500
++
++ This patch prepares for ELFv2, where sizes of these areas change. It
++ also makes some minor changes to improve code efficiency.
++
++commit 164283f4ac5972ce2ab5e015cc2ab1014c23276c
++Author: Alan Modra <amodra@gmail.com>
++Date: Sat Nov 16 06:38:55 2013 -0500
++
++ The powerpc64 support opted to pass floating point values both in the
++ fpr area and the parameter save area, necessary when the backend
++ doesn't know if a function argument corresponds to the ellipsis
++ arguments of a variadic function. This patch adds powerpc support for
++ variadic functions, and changes the code to only pass fp in the ABI
++ mandated area. ELFv2 needs this change since the parameter save area
++ may not exist there.
++
++ This also fixes two faulty tests that used a non-variadic function
++ cast to call a variadic function, and spuriously reasoned that this is
++ somehow necessary for static functions..
++
++commit 31257b3189f81a199bc2902c22bc5f2d7c54ccde
++Author: Andrew Haley <aph@redhat.com>
++Date: Sat Nov 16 06:35:51 2013 -0500
++
++ Fix sample closure code
++
++commit db0ace3a38496af73eae3df02ef353736d16909f
++Author: Andrew Haley <aph@redhat.com>
++Date: Sat Nov 16 06:29:25 2013 -0500
++
++ Fix broken test cases
++
++commit de10f5039ed7a53382ddcc95c368d03e535edb98
++Merge: 58c2577 f3657da
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Nov 14 10:56:29 2013 -0500
++
++ Merge branch 'master' of https://github.com/bivab/libffi
++
++ Conflicts:
++ ChangeLog
++
++commit f3657da278dd63afcdd8762894a9bdaea8ef028a
++Author: David Schneider <david.schneider@bivab.de>
++Date: Thu Nov 14 13:02:16 2013 +0100
++
++ update Changelog
++
++commit 58c2577a3ff80e7416ef0434769e2af23365719c
++Author: Alan Modra <amodra@gmail.com>
++Date: Wed Nov 13 16:55:36 2013 -0500
++
++ This enshrines the current testsuite practice of using ffi_arg for
++ returned values. It would be reasonable and logical to use the actual
++ return argument type as passed to ffi_prep_cif, but this would mean
++ changing a large number of tests that use ffi_arg and all backends
++ that write results to an ffi_arg.
++
++commit 8af42f9944f7ed72c81ae360aac6a84dc11f89dc
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Nov 13 16:40:28 2013 -0500
++
++ Respect HAVE_ALLOCA_H
++
++commit cdf405d574f479b782454516366bd4f4b9b3415e
++Author: David Schneider <david.schneider@bivab.de>
++Date: Wed Nov 13 15:50:21 2013 +0100
++
++ add a testcase for the double/float issue on ARMHF
++
++commit 77f823e31ffb557a466b24f7fba845fbf7831798
++Author: David Schneider <david.schneider@bivab.de>
++Date: Wed Nov 13 14:26:57 2013 +0100
++
++ stop trying to assing vfp regs once we are done with the registers
++
++commit 37067ec5036f2a6ed7a4799f83f8f53160460344
++Author: David Schneider <david.schneider@bivab.de>
++Date: Tue Nov 12 19:49:01 2013 +0100
++
++ mark all vfp registers as used when done.
++
++ To avoid assigning registers the would fit, once arguments have been on
++ the stack, we mark all registers as used once we do not find a free
++ register for the first time.
++
++commit 2f5b7ce545473a7f6e41193edc29407cbebe82d5
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 9 06:16:32 2013 -0500
++
++ UltraSPARC IIi fix. Update README and build configury.
++
++commit becd754434173032f426d22ffcbfe24f55b3c137
++Author: Mark Kettenis <kettenis@gnu.org>
++Date: Wed Nov 6 06:43:49 2013 -0500
++
++ Align the stack pointer to 16-bytes.
++
++commit 05c31093409f7b3e6d795fac21d2c954313d8162
++Author: Konstantin Belousov <kib@freebsd.org>
++Date: Wed Nov 6 06:40:58 2013 -0500
++
++ Mark executable as not requiring executable stack.
++
++commit cf6bf9818e8394cfcdb07a40c6a5e2ee6b01d333
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 2 17:23:59 2013 -0400
++
++ Fix up docs
++
++commit 02177176854d16fc0f1a5958aa34da2f306630ee
++Merge: c242217 c265b4c
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 2 17:11:22 2013 -0400
++
++ Merge branch 'master' of github.com:/atgreen/libffi
++
++commit c2422174b3edc0de0b148dfd6b67087bb881c4a6
++Merge: f4b843f d918d47
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 2 14:08:23 2013 -0700
++
++ Merge pull request #45 from foss-for-synopsys-dwc-arc-processors/arc_support
++
++ arc: Fix build error
++
++commit c265b4cacb9130f042699a85de9c7242b3f49cc3
++Merge: f4b843f d918d47
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 2 14:08:23 2013 -0700
++
++ Merge pull request #45 from foss-for-synopsys-dwc-arc-processors/arc_support
++
++ arc: Fix build error
++
++commit f4b843f83710ac378c48abd87fe66bb519d30d2e
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 2 17:01:15 2013 -0400
++
++ Don't align stack for win32
++
++commit f3cd39345713db8e414cf642b6cb65a4cfe6018c
++Merge: 666f3e7 6aa1590
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 2 13:17:57 2013 -0700
++
++ Merge pull request #51 from vbudovski/for_upstream
++
++ Don't use 16 byte aligned stack for WIN32
++
++commit 666f3e71b56d92c49fcd2d7f349b8f8ebca0f8a3
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Oct 26 09:12:42 2013 -0400
++
++ Add more credits to README. Tidy up.
++
++commit 73ada14e756bad97fad0e6915a821a3c7e079f81
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Oct 26 09:09:45 2013 -0400
++
++ Update README
++
++commit d3372c54ce7117e80d389ba875dc5b6b2213c71e
++Author: Mark H Weaver <mhw@netris.org>
++Date: Sat Oct 26 08:30:06 2013 -0400
++
++ Fix N32 ABI issue for MIPS.
++
++commit d6716aba8118eb0513885cfe557bedebb7016e8b
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Oct 15 15:42:49 2013 -0400
++
++ Update travis-ci build dependencies to include texinfo
++
++commit 16b93a211bcfbe4bd0efdcf94de225a71aa0ee02
++Author: Sandra Loosemore <sandra@codesourcery.com>
++Date: Tue Oct 15 15:33:59 2013 -0400
++
++ Add nios2 port.
++
++commit 2f5626ce02fce8267ab48ceb6d7d0ed7d672a75e
++Author: Sandra Loosemore <sandra@codesourcery.com>
++Date: Tue Oct 15 15:32:16 2013 -0400
++
++ Fix testsuite bug
++
++commit f64e4a865557e440774436b4c2b2fd7374290e97
++Author: Marcus Shawcroft <marcus.shawcroft@arm.com>
++Date: Tue Oct 15 15:20:14 2013 -0400
++
++ Fix many.c testcase for Aarch64
++
++commit 128cd1d2f358f26d9fa75a27cf2b30356f5dd903
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Oct 8 06:45:51 2013 -0400
++
++ Fix spelling errors
++
++commit ff06269d707cafbfef2a88afb07a79c9d1480c5f
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Oct 8 06:32:18 2013 -0400
++
++ Update README for M88K and VAX
++
++commit d2fcbcdfbea750d1f6a9f493e2e6c4d5ffa71b34
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Oct 8 06:27:46 2013 -0400
++
++ Add m88k and VAX support. Update some configury bits.
++
++commit 6aa15900accc0a648cdebf11ec11d11697ebfffd
++Author: Vitaly Budovski <vbudovski@gmail.com>
++Date: Thu Sep 5 12:05:06 2013 +1000
++
++ Don't use 16 byte aligned stack for WIN32
++
++ This fixes a crash when accessing __stdcall functions in Python ctypes.
++
++commit 3b44d41156149af8da2a58825fefdfa23274ae7a
++Author: Makoto Kato <m_kato@ga2.so-net.ne.jp>
++Date: Wed Jul 10 15:34:53 2013 +0900
++
++ Fix build failure when using clang for Android
++
++ clang for Android generates __gnu_linux__ define, but gcc for Android doesn't. So we should add check it for Android
++
++commit d918d47809c174d62283306b282749f8db93661f
++Author: Mischa Jonker <mjonker@synopsys.com>
++Date: Mon Jul 8 15:51:36 2013 +0200
++
++ arc: Fix build error
++
++ One part of the patch for ARC support was missing in the upstreamed
++ version.
++
++ Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
++
++commit d3d099b40c122550279789200263346f120f6909
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Jul 2 16:11:38 2013 -0400
++
++ little-endian ppc64 support
++
++commit 0f8690a84c874ec09a090c8c6adfb93c594acac6
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Jul 2 15:54:40 2013 -0400
++
++ Rebuild for ARC additions
++
++commit f88118b345f27c46f5445d6e4832c498ff9a6d85
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Jul 2 15:51:27 2013 -0400
++
++ Revert "Merge pull request #36 from abergmeier/emscripten_fix"
++
++ This reverts commit 6a4d901dde7b3f87984c563505717cde3113d16e, reversing
++ changes made to b50a13b9c07ec09af4b9697e482acdad571e6961.
++
++commit 6a4d901dde7b3f87984c563505717cde3113d16e
++Merge: b50a13b 587002c
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Jul 2 12:12:34 2013 -0700
++
++ Merge pull request #36 from abergmeier/emscripten_fix
++
++ Fixes for building with Emscripten
++
++commit b50a13b9c07ec09af4b9697e482acdad571e6961
++Merge: 767f1f9 b082e15
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Jul 2 12:10:26 2013 -0700
++
++ Merge pull request #44 from foss-for-synopsys-dwc-arc-processors/arc_support
++
++ Add ARC support
++
++commit 767f1f96e5282da44d7340e6815e9820a3f78e39
++Merge: c3c40e0 b8a91d8
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Jul 2 12:08:04 2013 -0700
++
++ Merge pull request #43 from JensTimmerman/__m128
++
++ added include for xmmintrin.h
++
++commit b8a91d81be77d479327fdb6bdd9fdae6d18e6e63
++Author: Jens Timmerman <jens.timmerman@ugent.be>
++Date: Tue Jul 2 10:57:37 2013 +0200
++
++ added include for xmmintrin.h
++
++commit b082e15091961373c03d10ed0251f619ebb6ed76
++Author: Mischa Jonker <mjonker@synopsys.com>
++Date: Mon Jun 10 16:19:33 2013 +0200
++
++ Add ARC support
++
++ This adds support for the ARC architecture to libffi. DesignWare ARC
++ is a family of processors from Synopsys, Inc.
++
++ This patch has been tested on a little-endian system and passes
++ the testsuite.
++
++ Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
++
++commit cc9b518687e46b0d1acafdd4bc3f3b281c25a3d9
++Author: Marcin Wojdyr <wojdyr@gmail.com>
++Date: Tue May 14 15:01:23 2013 +0200
++
++ Update libffi.pc.in
++
++ use -L${toolexeclibdir} instead of -L${libdir}
++ to be consistent with Makefile.am
++
++commit 587002c092cffe6e7a8d7028f246c241d03b738c
++Author: Andreas Bergmeier <andreas.bergmeier@gmx.net>
++Date: Fri Apr 19 17:12:24 2013 +0200
++
++ Enable disabling of libtool on platforms where it does not work (e.g. LLVM).
++ Build libraries normally then.
++
++commit c3c40e0290377d7cf948b072eedd8317c4bf215e
++Merge: ede96e4 4750e3c
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Mar 30 05:24:14 2013 -0700
++
++ Merge pull request #34 from davidsch/armhf
++
++ Fix ARM hard-float support for large numbers of VFP arguments
++
++commit 4750e3c662fd9569cb3e2d28f539685fd1ca8caf
++Author: David Schneider <david.schneider@bivab.de>
++Date: Thu Mar 28 16:56:36 2013 +0100
++
++ update changelog
++
++commit 9708e7cf09f1bf815f4d6485eb1f180fabb35804
++Author: David Schneider <david.schneider@bivab.de>
++Date: Wed Mar 27 19:31:04 2013 +0100
++
++ folow the ARM hard-float ABI in ffi_prep_incoming_args_VFP
++
++commit b41120981e5e49ca2da10b94b154775f50da5f36
++Author: David Schneider <david.schneider@bivab.de>
++Date: Wed Mar 27 16:38:35 2013 +0100
++
++ create separated versions of ffi_prep_incoming_args_* for SYSV and VFP ABIs.
++
++ The different versions will be called depending on the value of cif->abi
++
++commit dd26f1f39c54861c5b91931f0f37a72942c2a072
++Author: David Schneider <david.schneider@bivab.de>
++Date: Thu Mar 28 15:39:01 2013 +0100
++
++ add a failing test for closures on ARM hardfloat
++
++commit 3c1608613ab3c2184222b98c5482cddedd6b559b
++Author: David Schneider <david.schneider@bivab.de>
++Date: Tue Mar 26 19:24:47 2013 +0100
++
++ extend ffi_prepare_args for FFI_VFP (hard-float ABI), fixing an issue with passing VFP arguments in VFP registers and the stack, while at the same time not using all core registers.
++
++commit 0f2ff2d4c92719be8936179f9ab674f4d1a3fd14
++Author: David Schneider <david.schneider@bivab.de>
++Date: Tue Mar 26 19:22:02 2013 +0100
++
++ separate ARM ffi_prepare_args in a version implementing the simple SYSV calling convention and one for the hard-float calling convention
++
++commit 3a352b8a8252400a83de22c7c424bf1887b4a2ef
++Author: David Schneider <david.schneider@bivab.de>
++Date: Tue Mar 26 14:24:04 2013 +0100
++
++ move the hardfloat specific argument copying code to the helper function
++
++commit 5df6b7944a4225b6eb329f3886be64e04e966f29
++Author: David Schneider <david.schneider@bivab.de>
++Date: Tue Mar 26 14:02:21 2013 +0100
++
++ extract setting of arguments to be passed to a helper function
++
++commit 7d1048c471bb4b1f9d67a9e9f8e95f9a1d2e6d45
++Author: David Schneider <david.schneider@bivab.de>
++Date: Tue Mar 26 11:33:33 2013 +0100
++
++ extract code to align the argument storage pointer to a helper function
++
++commit b9f013788f0f384c423ad963475aaacb55598135
++Author: David Schneider <david.schneider@bivab.de>
++Date: Mon Mar 25 13:27:36 2013 +0100
++
++ add a testcase, that on ARM hardfloat needs more than the 8 VFP argument registers to pass arguments to a call
++
++commit 2fbdb0f231cafdb77b025d3cd8afe90cda99b3ba
++Author: David Schneider <david.schneider@bivab.de>
++Date: Mon Mar 25 13:26:02 2013 +0100
++
++ use the absolute value to check the test result against an epsilon
++
++commit ede96e4eb660bbf3e0fe048135efa8106f48af5d
++Merge: f22ab3c 9e34992
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Mar 17 18:38:21 2013 -0400
++
++ Merge branch 'master' of github.com:/atgreen/libffi
++
++commit f22ab3c6877cbdd07f058b68816b0086b1cb0e1e
++Merge: 12b1886 d08124b
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Mar 17 18:34:54 2013 -0400
++
++ Merge branch 'master' of github.com:/atgreen/libffi
++
++commit 9e34992a5ea2fda1dba5875bf96dc91a7230f51f
++Merge: 12b1886 d08124b
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Mar 17 18:34:54 2013 -0400
++
++ Merge branch 'master' of github.com:/atgreen/libffi
++
++commit 12b1886d7b1f8aa264b1d348bfa47a0e14712df4
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Mar 17 18:32:12 2013 -0400
++
++ cygwin fix & updates for 3.0.13
++
++commit d08124bedf2c6d61874fe215404783aeb9f6f1ac
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Mar 17 18:32:12 2013 -0400
++
++ cygwin fix & updates for 3.0.13
++
++commit cb32c812d04d1dfa72002cc04924e7e4fef89e02
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Mar 17 09:27:55 2013 -0400
++
++ Fix lib install dir
++
++commit efd7866a361a6f636bae8400d26c6811e56ca207
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Mar 16 08:35:57 2013 -0400
++
++ 2.0.13rc1
++
++commit ff647ad4dff2f07dd153f295a1f70b1d906cd6ca
++Merge: 4acf005 d9dd417
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Mar 16 08:20:40 2013 -0400
++
++ Merge branch 'master' of github.com:/atgreen/libffi
++
++ Conflicts:
++ ChangeLog
++
++commit 4acf0056f55c757490dae6c29a65b0321327ea8a
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Mar 16 08:18:45 2013 -0400
++
++ Build fix for soft-float power targets
++
++commit 675c9839224e4268187f1ec6f512127f9db555d0
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Mar 16 08:12:38 2013 -0400
++
++ Documentation fix
++
++commit 8a286f570ccd41db81f74ea7f248da62241d898a
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Mar 16 08:01:19 2013 -0400
++
++ Fix for m68000 systems
++
++commit d9dd417b09566af55b7b3000bb53ccaf2e1d6c92
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Mar 16 08:01:19 2013 -0400
++
++ Fix for m68000 systems
++
++commit 215763d012a944d95406b394d6013b80d220e870
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Mar 16 07:57:35 2013 -0400
++
++ Update configury.
++
++commit 9180d8f39c9b6afe17b78277c2711a5d9948e824
++Merge: 2fb527a 7e1b326
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Mar 16 07:46:55 2013 -0400
++
++ Merge branch 'master' of github.com:/atgreen/libffi
++
++commit 2fb527a017a4943e176a489ff103231b86464b59
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Mar 16 07:46:38 2013 -0400
++
++ Add Meta processor support
++
++commit 211a9ebf4d1a9801e15e103566aed2b8c42790be
++Merge: f308faf ee18766
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Mar 16 04:24:40 2013 -0700
++
++ Merge pull request #32 from alex/patch-1
++
++ Fix for a crasher due to misaligned stack on x86-32.
++
++commit 7e1b32649efd24814e86172e196f390566f9e970
++Merge: f308faf ee18766
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Mar 16 04:24:40 2013 -0700
++
++ Merge pull request #32 from alex/patch-1
++
++ Fix for a crasher due to misaligned stack on x86-32.
++
++commit ee18766b169811426c14b011fbb46d81e344f926
++Author: Alex Gaynor <alex.gaynor@gmail.com>
++Date: Thu Mar 14 15:00:33 2013 -0700
++
++ Fix for a crasher due to misaligned stack on x86-32.
++
++ Full information on reproduction (using Python's ctypes available here: http://bugs.python.org/issue17423)
++
++commit f308faf1eabaf8dc24966ab17fbf94368f46b9c7
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Feb 11 14:25:13 2013 -0500
++
++ Add moxie support. Release 3.0.12.
++
++commit 4ea22e54e3b143fe05c413f6dddd236af6bcbfb2
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Feb 10 08:48:38 2013 -0500
++
++ Update README
++
++commit 10e77227b6ae85f46f28590bfb09ca3608554358
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Feb 10 08:47:26 2013 -0500
++
++ mend
++
++commit a9521411a53d58f2bf88199242200ceb0d4dae3a
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Feb 9 06:54:40 2013 -0500
++
++ sparc v8 and testsuite fixes
++
++commit 70b11b47eea93bf43627588d494d0b3b0d062481
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 8 16:12:19 2013 -0500
++
++ Fix small struct passing on ppc
++
++commit 63ba1fa79f7c4ce42de848debe233aab31aecb51
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 8 15:18:19 2013 -0500
++
++ Remove xfail for arm*-*-*.
++
++commit 24fbca4c1d57d4ea628c0a8ba643684daf54a37e
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 8 14:19:56 2013 -0500
++
++ Fix typo
++
++commit b0fa11cb0a94ce6baca058eab9b10e40475e71d6
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 8 14:17:13 2013 -0500
++
++ More man page cleanup
++
++commit 8bd15d139a58a6e46dc90a1cb2d89f59f32f06c7
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 8 13:56:37 2013 -0500
++
++ Fix many.c testcase for ppc
++
++commit 7aab825cf198be85490d3cd80e778d415d85ad9b
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 8 13:26:21 2013 -0500
++
++ Add missing files to dist
++
++commit cb03ea8f4eb08024e44abe4392edc77b89fbfbad
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 8 12:25:18 2013 -0500
++
++ sparc v9 fixes for sun tools
++
++commit 35ee8d44f31dd3d3b88083c837dc351593e13cc2
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 8 07:12:41 2013 -0500
++
++ Fix microblaze big-endian struct issue
++
++commit 9db7e1a958fc484ba149efe027008b9a170395fb
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Feb 7 21:06:08 2013 -0500
++
++ Fix botched sparc patch. Update version.
++
++commit ce0138e61455f268af326e26908b9680ec2c4bea
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Feb 7 18:04:01 2013 -0500
++
++ Update bug report address. rc2.
++
++commit fd07c9e40451e0ec1d0475cd54a83d45ccaea2c0
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Feb 7 18:00:36 2013 -0500
++
++ Add cache flushing routine for sun compiler on sparc solaris 2.8
++
++commit ed6ae9501b2bab45daf93b4935eb0c977635b763
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Feb 7 16:43:36 2013 -0500
++
++ Add libtool-ldflags. Define toolexeclibdir for non-GCC builds.
++
++commit ffef2e046aaec853be356f0b8770a335185ea9cf
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Feb 7 15:47:01 2013 -0500
++
++ x32 and libtool fixes
++
++commit 95eecebb2858dc6f1495a61072ff36d0a8127144
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Feb 7 15:32:46 2013 -0500
++
++ Remove a.out cruft from dist
++
++commit 176aa9d2e23d9cd57d6f250692d910b408f9a651
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Feb 7 15:29:22 2013 -0500
++
++ Fix GCC usage test and update README
++
++commit f3a4f3fdde89b04d66983a42a25d09161c5d4d54
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Feb 7 09:57:20 2013 -0500
++
++ Fixes for AIX xlc compiler.
++
++commit 522f8fef49848927482bc63c94afaea5b84e5ec1
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Feb 6 20:31:31 2013 -0500
++
++ Fix man page. Clean out junk.
++
++commit c4dfa259eb4e8e6f4c397868d7fee80aa0bb6a12
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Feb 6 17:43:24 2013 -0500
++
++ Bump soversion
++
++commit f62bd63fe6123cadedb8b2b2c72eb549c40fbce9
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Feb 6 17:38:32 2013 -0500
++
++ Release candidate 1
++
++commit f7cd61e9e68a4a51147df04d75bfe5b91b9d9286
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Feb 6 17:38:04 2013 -0500
++
++ Fix pkgconfig install bits
++
++commit 6a790129427121f7db2d876e7218a3104e6d2741
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Feb 6 17:37:15 2013 -0500
++
++ Work around LLVM ABI problem on x86-64
++
++commit 370112938e705128fd5dd4017fc1a1210bd0271a
++Merge: bada2e3 bcc0c28
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Jan 27 05:09:04 2013 -0800
++
++ Merge pull request #28 from jralls/master
++
++ Reorder x86_64 checks
++
++commit bcc0c28001b6d427d5cd8037d2e3c892babc6b4c
++Author: John Ralls <jralls@ceridwen.us>
++Date: Sat Jan 26 15:21:14 2013 -0800
++
++ Reorder x86_64 tests
++
++ So that darwin and cygwin/mingw are tested before the generic check --
++ which allows them to actually be set.
++
++commit bada2e326d9a9acf3ae40cfa4f5d7a9ba97b2ea8
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Jan 21 08:02:07 2013 -0500
++
++ Update README
++
++commit 655bb8f3690feba8e840a5f1854b1d78ed08f692
++Merge: 1035ffb 840f975
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Jan 21 08:01:24 2013 -0500
++
++ Merge branch 'master' of github.com:/atgreen/libffi
++
++commit 1035ffb2f468e1a1c401d58cff7e7abb69838e68
++Merge: aeb8719 4086024
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Jan 21 07:55:53 2013 -0500
++
++ Update README
++
++commit 840f975866052fdd91b2c224d56e01ae5900b60d
++Merge: aeb8719 4086024
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Jan 21 07:55:53 2013 -0500
++
++ Merge branch 'master' of github.com:/atgreen/libffi
++
++commit aeb8719a34756969970603fca4568530d56708af
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Jan 21 07:37:30 2013 -0500
++
++ New microblaze support
++
++commit 40860245a4fd91a1b88adc9171ec993c549e45d5
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Jan 21 07:37:30 2013 -0500
++
++ New microblaze support
++
++commit 20cae32b152b43679ae65a85db9a1c6bb8a143dd
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Jan 21 07:07:38 2013 -0500
++
++ Xtensa support
++
++commit 9742f91782faef4a15941508a22c408fb7d1d227
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Jan 21 07:03:41 2013 -0500
++
++ Mention IBM XL compiler support on AIX.
++
++commit f03eab08248f122ce3b623a18df9e19fae1b6e98
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Jan 11 17:14:11 2013 -0500
++
++ Remove obsolete inline test functions
++
++commit 05fbe1faedc7b2580d5f14010d00e9e3cee73951
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Jan 11 16:54:40 2013 -0500
++
++ xlc compiler support
++
++commit 0b4986a7889ed1864674192228f1162c1b5770a8
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Jan 11 11:19:52 2013 -0500
++
++ [travis] install dejagnu with sudo
++
++commit 3c337eef51ab9a4993fc875bfa26289dd6a08881
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Jan 11 11:18:14 2013 -0500
++
++ [travis] install dejagnu
++
++commit 90720962ce1baf9fc35d1bde1738102bcd5bd5ed
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Jan 11 10:57:30 2013 -0500
++
++ Add first travis config file
++
++commit bff052d9cd5be41ba9e47c76114054af487d3c30
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Jan 11 10:24:32 2013 -0500
++
++ 32-bit x86 fix and more
++
++commit cd41aeab6176f839167955c016ecc19f65f75df3
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Jan 10 17:25:45 2013 -0500
++
++ Add compiler column to table
++
++commit 8bf987d4df7c4d21435b9211f6cc86abf5904b42
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Jan 10 17:24:51 2013 -0500
++
++ Fix for sunpro compiler on Solaris
++
++commit 3ee74fd6dc8ccd32b608bbff73526838fc34f70b
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Jan 10 17:15:03 2013 -0500
++
++ Update documentation version.
++
++commit 13e2d7b92557a9511a0414df82bf2df3edc55cba
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Jan 10 10:52:02 2013 -0500
++
++ Handle both 32 and 64-bit x86 builds regardless of target triple
++
++commit 5141543000fc86a3d49a907a2313713ee79e504d
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Jan 10 07:35:53 2013 -0500
++
++ Don't run EH tests with non-GNU compiler
++
++commit 56ba8d86f47937a0afb81a2b9e77c9d235d9db45
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Jan 10 07:25:10 2013 -0500
++
++ Don't use warning checking macro with sun compiler
++
++commit 6a028caec1b2c7904feb4c4f9cb7e1125e1d1b60
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Jan 10 01:19:43 2013 -0500
++
++ Don't use GCCisms to define types when
++ + building with the SUNPRO compiler.
++
++commit 2d9b3939751b3ef9739049509d353ade10b32a8f
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Jan 9 21:14:54 2013 -0500
++
++ Fix for closures with sunpro compiler
++
++commit 8308984e479e3274a36e98e8272b5adbb6b774c2
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Jan 8 15:14:21 2013 -0500
++
++ Make sure we're running dejagnu tests with the right compiler.
++
++commit f26c7ca67147450db2fe25ea932944e6cf145d5c
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Jan 8 14:47:05 2013 -0500
++
++ Make compiler options in dejagnu runs compiler specific
++
++commit 74c776e21907fc2e59257c021f23077f8b7966cb
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Jan 8 12:25:54 2013 -0500
++
++ Switch x86 Solaris to X86 from X86_64
++
++commit 8962c8c8d06803e310bac0ffc8e84ea15daeff3f
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Jan 8 12:22:24 2013 -0500
++
++ Fix read-only eh_frame test
++
++commit 35ddb69c2b49746d940e919ca226ecc1be94f14a
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Jan 8 07:53:37 2013 -0500
++
++ Only emit DWARF unwind info when building with GCC
++
++commit f7879bc3f3a8d0bbfcc38771732c160a58ba9cd8
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Jan 8 07:30:28 2013 -0500
++
++ Testsuite fix for Solaris vendor compiler
++
++commit 67cea90fc0897021466fd102671019d30db474cd
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Jan 7 06:30:24 2013 -0500
++
++ mend
++
++commit 0de3277b18cf54be3b81d509b9be9b47d9bc1e82
++Author: Thorsten Glaser <tg@mirbsd.de>
++Date: Mon Dec 3 00:02:31 2012 +0000
++
++ Testsuite fixes (was Re: [PATCH] Fix libffi on m68k-linux-gnu, completely)
++
++ Dixi quod…
++
++ >although I believe some 3.0.11 checks to be broken:
++
++ And indeed, with a few minor changes on top of git master,
++ I still get a full run of PASS plus one XPASS on amd64-linux!
++
++ With the other patches (from this message’s parent) and
++ these applied, I get a full PASS on m68k-linux as well.
++
++ So, please git am these three diffs ☺
++
++ bye,
++ //mirabilos
++ --
++ FWIW, I'm quite impressed with mksh interactively. I thought it was much
++ *much* more bare bones. But it turns out it beats the living hell out of
++ ksh93 in that respect. I'd even consider it for my daily use if I hadn't
++ wasted half my life on my zsh setup. :-) -- Frank Terbeck in #!/bin/mksh
++ From 5cb15a3bad1f0fb360520dd48bfc938c821cdcca Mon Sep 17 00:00:00 2001
++ From: Thorsten Glaser <tg@mirbsd.org>
++ Date: Sun, 2 Dec 2012 23:20:56 +0000
++ Subject: [PATCH 1/2] Fix tests writing to a closure retval via pointer casts
++
++ As explained in <Pine.BSM.4.64L.1212022014490.23442@herc.mirbsd.org>
++ all other tests that do the same cast to an ffi_arg pointer instead.
++
++ PASS on amd64-linux (Xen domU) and m68k-linux (ARAnyM)
++
++ Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
++
++commit 8f4772f383abd71cfa141c8a70ba11c1aa4ebe2c
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Jan 7 06:14:53 2013 -0500
++
++ m68k fixes for signed 8 and 16-bit calls.
++
++commit ea7f8440d58afbebb181e295ff564fdf3d6590a0
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Jan 4 09:09:32 2013 -0500
++
++ remove gcc-ism
++
++commit f06c0f10377ac04eeba5e632dbe5c62c629df4e6
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Jan 2 09:39:17 2013 -0500
++
++ Add missing ChangeLog entry and generated files.
++
++commit 1f8675d4c101d19d67ca0a55ff2ba973349558ad
++Merge: 335f419 f6b58d2
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Jan 2 06:34:38 2013 -0800
++
++ Merge pull request #26 from rofl0r/master
++
++ fix build error on ppc when long double == double
++
++commit 335f419a86090cda9f215d149572f9481c3ad034
++Merge: 53236d5 6d6f711
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Jan 2 06:30:03 2013 -0800
++
++ Merge pull request #23 from rurban/master
++
++ cygwin/mingw shared libs need libtool LDFLAGS = -no-undefined
++
++commit 53236d5061034cc0a7f4647fc1bd05ba1aeb3d2a
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Jan 2 09:24:55 2013 -0500
++
++ Regenerate files
++
++commit 72222ca3fbe560e13c8dc89ca441b28b7cc74daf
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Jan 2 09:06:38 2013 -0500
++
++ Update texinfo.tex
++
++commit 1e326c95431fc9896422fa36659f3e833852579c
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Jan 2 09:05:02 2013 -0500
++
++ Update config.guess and config.sub
++
++commit cb6671f5b8a9596ff968c6b6c304f70adf71b368
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Jan 2 08:56:07 2013 -0500
++
++ Missing .gitignore changes for xcode support
++
++commit ebbe77966855395a2a47ed2c09a38f93eb0481cf
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Jan 2 08:54:05 2013 -0500
++
++ missed x32 libtool patch.
++
++commit 4394096da0aca0dd422b479a043c18b4f05c5770
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Jan 2 08:51:35 2013 -0500
++
++ missed trampoline_table patch. Move to GCC.
++
++commit ed7a59c3ff7c84bd95c374a5aff21599f705e6dc
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Jan 2 08:48:01 2013 -0500
++
++ Windows symbol export fix. Move to GCC.
++
++commit ccee09a4ff843b11c7d8b6819776f57d187305c7
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Jan 2 08:41:55 2013 -0500
++
++ +2012-03-21 Peter Rosin <peda@lysator.liu.se>
++ +
++ + * testsuite/lib/target-libpath.exp [*-*-cygwin*, *-*-mingw*]
++ + (set_ld_library_path_env_vars): Add the library search dir to PATH
++ + (and save PATH for later).
++ + (restore_ld_library_path_env_vars): Restore PATH.
++
++commit 089dbce7cc0889eb26444d89ae062c73c69f26f0
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Jan 2 08:37:35 2013 -0500
++
++ med
++
++commit 980a334c42b4b0eff32e55929ec6727d1326b05d
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Jan 2 07:36:42 2013 -0500
++
++ Test GCC update
++
++commit 8bad679ade5000e57cdc9cacde22e8b99840930f
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Jan 2 08:28:35 2013 -0500
++
++ New stand-alone patch
++
++commit 981c32ee115e9f0d6546a74592875e138222a9d1
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Jan 2 07:34:03 2013 -0500
++
++ Merge with GCC. Eliminate quilt bits.
++
++commit 61a054929517fb80c437ba71c91f3e20cfff581a
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Nov 28 06:07:41 2012 -0500
++
++ Refresh config.guess and config.sub
++
++commit f6b58d2bdc0a24ce94dedce59802f091979df265
++Author: rofl0r <retnyg@gmx.net>
++Date: Thu Nov 22 16:26:21 2012 +0100
++
++ fix build on ppc when long double == double
++
++commit 69da33a0761aeac73f9e9646269da61c906d6020
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Nov 12 15:25:47 2012 -0500
++
++ Pull in config.sub for aarch64 support and more
++
++commit f680b598b7bdde325ac9349e8c35151c228bf2df
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Nov 6 16:00:40 2012 -0500
++
++ Add missing aarch64 configury bits
++
++commit dfadfb19853c57c8623c436d0ef2bdafab24b433
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Oct 31 06:46:41 2012 -0400
++
++ Rebase for ppc64 fix
++
++commit e944b8c7eb1e2eeb9c0f3b9742b4d7f476860ce1
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Oct 30 14:06:09 2012 -0400
++
++ Add PaX work-around
++
++commit 9ccd51be1fdeb99f8b4f42f905166c2abbba8ac0
++Merge: f342996 fa5d747
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Oct 30 13:37:37 2012 -0400
++
++ Fix commit conflicts
++
++commit f342996cb50eb23b868afcff5ac0cdbb6b505d63
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Oct 30 07:42:27 2012 -0400
++
++ Darwin12 fix
++
++commit 58e8b66f70cef2e3c9b0e5a707b45d634cbbf5d9
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Oct 30 07:07:19 2012 -0400
++
++ AArch64 port
++
++commit fa5d747905472571fd472c07d4726017624f66b3
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Oct 30 07:07:19 2012 -0400
++
++ AArch64 port
++
++commit 6993a6686f43f2313b18142c1e96189a27db2aa3
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Oct 30 06:59:32 2012 -0400
++
++ Fix autoconf macros
++
++commit 70084e70ddb13b29dd05c751b1904de206bbe790
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Oct 12 23:55:06 2012 -0400
++
++ Update Tile* port info
++
++commit 9c00a3f6742d61404b31268cc773e7130ff43331
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Oct 12 16:46:06 2012 -0400
++
++ TILE-Gx/TILEPro support
++
++commit 048d2f41c3a6664b4b64bf21e804686662da4160
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Oct 11 10:55:25 2012 -0400
++
++ Rebase
++
++commit 6d6f71108064f5069edd7bf771059d3b82640135
++Author: Reini Urban <rurban@cpanel.net>
++Date: Sat Jul 7 12:42:00 2012 -0500
++
++ cygwin/mingw shared libs need libtool LDFLAGS = -no-undefined
++
++ otherwise only static libs are created.
++
++commit d330f19292da8f39a78a9e2b0ba08df8094e3bc5
++Author: Nicolas Lelong <rotoglup>
++Date: Sat May 5 09:37:02 2012 -0400
++
++ iOS build fixes.
++
++commit 09b23cfc1d6d15361eee18818851fd3cacb26559
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Apr 27 08:29:48 2012 -0400
++
++ Update README with Blackfin/uClinux support
++
++commit 213ed15c70e72d666154c08e2b41dae3f61f20d3
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Apr 27 01:34:15 2012 -0400
++
++ Add blackfin supprt from Alexandre Keunecke.
++
++commit ff3d76fd427382ce7d2b2ed54acdd0bce470ca4f
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Apr 11 23:16:48 2012 -0400
++
++ 3.0.11
++
++commit 7e0a412c4fd9cbe77b467a9bf86f56aea62632c3
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Apr 11 22:47:44 2012 -0400
++
++ Update files to ship
++
++commit 39e6a5860416f7bad992149817e1da1ba7c460d4
++Author: Zachary Waldowski <zwaldowski@gmail.com>
++Date: Wed Apr 11 22:39:46 2012 -0400
++
++ More mac/ios build improvements
++
++commit 853cc722a16f8d1254573ef3bb73c7b8f3d8a110
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Apr 10 06:33:33 2012 -0400
++
++ Fix typo for darwin targets
++
++commit 3f5023068cda07a3dd6dacbaa875a5b5fc96d4bb
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Apr 6 20:34:51 2012 -0400
++
++ mend
++
++commit ebb8e8945681ce0af7a5c47a980287e8ece84b84
++Author: Mike Lewis <mikelikespie@gmail.com>
++Date: Fri Apr 6 20:02:08 2012 -0400
++
++ Build iOS library with xcode
++
++commit a098b44f4c592c2192fcdef4fad6108eb3f4301c
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Apr 6 17:04:35 2012 -0400
++
++ Reapply missing testsuite changes for arm
++
++commit 10d1e51393f08c14045db85843208f44f9f1e9ba
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Apr 6 11:57:14 2012 -0400
++
++ Update to rc4. Upgrade autoconf version.
++
++commit 9bcc884276dc0a807b2605e510b11b1740dd9aa2
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Apr 6 11:53:07 2012 -0400
++
++ Fix Linux/x32 reference in README
++
++commit a044a56b1cd2a0924f5ec0d6b5a5089d14fcd1a1
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Apr 6 10:39:10 2012 -0400
++
++ Linux/x32 libtool fix
++
++commit 59bb61a36661b972e8443531d3b7bc736e131a4b
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Apr 6 08:26:14 2012 -0400
++
++ Update libtool version, README, tests dists
++
++commit f2981454cbe25cf9411b710f46c5f5552003a123
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Apr 5 15:45:19 2012 -0400
++
++ Revert debug code changes
++
++commit 39dccddb606f6fdb8dcb177d416e884041da6e30
++Author: Zachary Waldowski <zwaldowski@gmail.com>
++Date: Thu Apr 5 12:32:41 2012 -0400
++
++ Fix building with Clang for Darwin (OS X 10.6+ and iOS
++ 4.0+)
++
++commit 3afaa9a34a81a305227ae8cf4f12b9d0484d055e
++Author: Peter Rosin <peda@lysator.liu.se>
++Date: Tue Apr 3 07:40:31 2012 -0400
++
++ Fix return_uc.c test case on windows.
++
++commit 65f40c35a2873d8328359ec4512bd0736dbe32c7
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Apr 3 07:35:59 2012 -0400
++
++ Repair ppc build regression.
++
++commit 0a1ab12a8d15caa894116a82249551f23ef65612
++Author: Peter Rosin <peda@lysator.liu.se>
++Date: Fri Mar 30 08:14:08 2012 -0400
++
++ Various MSVC-related changes.
++
++commit e1539266e6c6dde3c99832323586f33f977d1dc0
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Mar 30 00:40:18 2012 -0400
++
++ ARM VFP fix for old toolchains
++
++commit 7c5e60b5f47d725036a72162f136272bc407e3a1
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Mar 29 08:48:22 2012 -0400
++
++ Rebase on fixed GCC sources
++
++commit e72ed5eeaa9cfb0fdc86f6b3422734177b659f96
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Mar 21 09:52:28 2012 -0400
++
++ Fix vararg float test
++
++commit bd78c9c3311244dd5f877c915b0dff91621dd253
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Mar 21 08:09:30 2012 -0400
++
++ More cygwin fixes
++
++commit 84d3253f86dad6b4f261231935675d35fd964b05
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Mar 19 23:07:35 2012 -0400
++
++ Rebase post GCC merge
++
++commit 964c5b93f80dcaacf73056b7d15a4d2b4b7a217c
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Mar 3 14:46:20 2012 -0500
++
++ abi check fixes and Linux/x32 support
++
++commit 6c194233a5f6f1d274669afc5924a9e1f69d4876
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Mar 3 14:17:54 2012 -0500
++
++ Add -no-undefined for both 32- and 64-bit x86
++ windows-like hosts.
++
++commit 8360bf1cd0aba8db5582266da70467de7e89a57a
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Feb 23 07:01:13 2012 -0500
++
++ Ensure that users don't include ffitarget.h directly
++
++commit d578b89619cf3d2baff027b203619dc307fc12e3
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Feb 15 00:18:18 2012 -0500
++
++ Fix ABI check regression
++
++commit dee20f8e45c486f5018f31e09bb362992aa498c3
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 10 13:06:46 2012 -0500
++
++ Rebased from gcc
++
++commit 4130e1972d001143e5e9f3c6b65f2a6f9524169e
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 3 13:18:27 2012 -0600
++
++ Refresh autoconf-archive m4 scripts
++
++commit 1ff9c604bb214b5a305064af1049577ef783730a
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Feb 1 16:34:30 2012 -0600
++
++ Rebase from GCC
++
++commit 211060eb8f714af0e935430efa6bb45e8e3ffc5d
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Jan 23 14:24:01 2012 -0500
++
++ Alpha fix
++
++commit 78d9c638ba0de6edfbc603fd65d19c6562663248
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Jan 23 14:17:24 2012 -0500
++
++ mend
++
++commit afaf3381604bd81803d8a5f3bf4d462299f1aac3
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Jan 23 14:17:13 2012 -0500
++
++ mend
++
++commit 9e9c4aeb77de5608d602109f22100c1c0c79faad
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Jan 23 14:11:23 2012 -0500
++
++ Add Amiga support
++
++commit 8efc0b1f4027d5a3cbf205e55d422d94e60f3226
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Jan 23 13:47:38 2012 -0500
++
++ Unlikely fixes
++
++commit 1df51398ae183dc208ba4599ee867278b04d13d3
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Jan 23 13:43:59 2012 -0500
++
++ mend
++
++commit cd2277cc796b96b149cd284ae85326529fe7fb9c
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Jan 23 13:43:38 2012 -0500
++
++ mend
++
++commit 164e6fe04b189746c8bd5810c6e3e919770bb9d4
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Jan 23 12:41:06 2012 -0500
++
++ m68k fixes
++
++commit c365ee7577bef00cb3c2c0b5224147aea04138d8
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Jan 23 11:13:18 2012 -0500
++
++ Refresh
++
++commit f22c38bbd93bcc0c04bf26c3e414556b3177c385
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Nov 18 15:13:41 2011 -0500
++
++ Update variadic patch
++
++commit 03e9ee321a3c208f88d2432587ce40b2bb2430ba
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Nov 18 15:13:00 2011 -0500
++
++ Fix cls_double_va.c and update docs
++
++commit 95f31151ec792809cfb80d385350f9f56d95aa25
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 12 23:46:05 2011 -0500
++
++ Rerun automake
++
++commit 198ed1ef85cf18342627f8d44bc3f12c9975a49d
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 12 23:45:20 2011 -0500
++
++ Update version number
++
++commit 4f17e1f142e805b13959ba2594ee735eae439f4e
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 12 17:22:24 2011 -0500
++
++ Fix last patch
++
++commit ff9454da44859716a5bd4eaa344499288c79694f
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 12 17:18:51 2011 -0500
++
++ Add David Gilbert's variadic function call support
++
++commit ea14ae85e8f54ff046b7fb8a9cfe349475272044
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 12 16:36:59 2011 -0500
++
++ clean up
++
++commit 52891f8a93f9b8de801cca4cf05639422dc9773e
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 12 16:35:55 2011 -0500
++
++ Add powerpc soft float support
++
++commit c8f1bde8e2566c5a87474b4d08aa934d6d28ee75
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 12 16:21:02 2011 -0500
++
++ Remove junk file
++
++commit 6a6e7f862f3cc677e19131587caa619e7f9c7ffd
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 12 16:20:42 2011 -0500
++
++ Fix kfreebsd
++
++commit d52fbed05ccbdee9ed8b9c911cbb4f85b0ff0f2a
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 12 16:13:41 2011 -0500
++
++ Add missing ChangeLog entry
++
++commit 322052ce65c4fdac85bedc24726fd0e0094ba521
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 12 16:11:49 2011 -0500
++
++ Fix arm wince alignment issue
++
++commit af18df2bc2f52df81e7b5c619bd86db8489dc873
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 12 15:52:08 2011 -0500
++
++ Remove use of ppc string instructions
++
++commit 236c9391321f83ad40daf03f40c35c9ebc1da6b3
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 12 07:37:40 2011 -0500
++
++ Fix darwin11 build problem
++
++commit c411f140f305ebb00d33c92b7cb2742bcd241b6a
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 12 07:32:36 2011 -0500
++
++ Fix ax_enable_builddir macro on BSD systems
++
++commit 3d56106b07735abef6ae9f032e94f560a0ed2f30
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Nov 12 07:20:24 2011 -0500
++
++ Rebase
++
++commit 8c01954c50bf8ef2e00a3db166060a1b8f83a20d
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Sep 6 14:26:32 2011 -0400
++
++ Build assembly files with debug info
++
++commit fed646a2078969f4ce89c29107f1e72e03f4a977
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Sep 6 09:50:20 2011 -0400
++
++ Regenerate configury with missing m4 macros
++
++commit d76441cf71216f8f1e62e7ec852a7f4e21371ec8
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Aug 24 10:14:23 2011 -0400
++
++ Update list of supported OpenBSD systems
++
++commit ee6696fdf4768ba6dd037fb6dd99435afa13816e
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Aug 23 12:30:29 2011 -0400
++
++ 3.0.11-rc1. soname bump.
++
++commit c6265c36a91eab8175d0e72db84d8225418f2379
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Aug 23 10:31:33 2011 -0400
++
++ Version 3.0.10
++
++commit cc5e41bf32d18a14dbdd653d52eacdbdc934c392
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Aug 22 16:34:24 2011 -0400
++
++ Fix use of autoconf macros
++
++commit 049d8386ff52399e69a530b55b9feedc8a2589d2
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Aug 22 14:50:10 2011 -0400
++
++ Many new patches
++
++commit 3b7efa4e74f0dcebf70b447391987aedd3473306
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Aug 15 13:25:13 2011 -0400
++
++ Revert remove-debug-code patch temporarily (for ARM Fedora release)
++
++commit d992ac54a2a9e7e064ffebcb91e05e7cb86185c7
++Author: Anthony Green <green@gmachine.(none)>
++Date: Fri Jul 29 17:32:53 2011 -0400
++
++ Refresh from GCC
++
++commit 2d3fb36420e09304220ee6c0652bae5eccdb965d
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Mar 30 16:54:42 2011 -0400
++
++ Fix darwin EH
++
++commit 30ff28e1d8cd9ed5319f1fbe9c7cccacc8161fb3
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Feb 28 15:36:23 2011 -0500
++
++ Fix permissions
++
++commit 09f8f310f4f53a24289682d3d28f4399d7bafc3b
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Feb 28 15:36:07 2011 -0500
++
++ More AIX fixes. rc9.
++
++commit 53d7b165642c220aa5166ba350b490802f359b54
++Merge: 18dd85d 3000dc2
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Feb 28 15:23:31 2011 -0500
++
++ Merge branch 'master' of https://github.com/landonf/libffi-ios
++
++commit 18dd85d6cb9f3f3eea2a3b70eb4e150045905c55
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 25 16:23:04 2011 -0500
++
++ rc8. fix last patch.
++
++commit 74ee6ea8b42e60d44a3ae8938b1e42a38c1e66b4
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 25 15:52:14 2011 -0500
++
++ rc7. More AIX fixes.
++
++commit 2541679dbd3db0014890f42192dbf8008ab923fa
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 25 15:09:13 2011 -0500
++
++ Fix ppc32 bug
++
++commit cbb062cc35c518004f1ab45c847f8ec4f66069ad
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Feb 17 20:39:21 2011 -0500
++
++ Another non-GCC configury fix
++
++commit 8cf8878425e9971866fa6b27a3e4914729ad3960
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Feb 15 15:19:49 2011 -0500
++
++ Fix ax_cc_maxopt.m4
++
++commit 24b72070c0937f9000744c77a636f07e04786b6a
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Feb 14 15:30:57 2011 -0500
++
++ Fix warning and msvcc patches
++
++commit d72c49e556a8c516e97f6722d1be2f1209c21207
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Feb 13 11:41:05 2011 -0500
++
++ Add missing msvcc.sh
++
++commit 3000dc237f6017a7445d8404097a4f46b73fdd29
++Merge: 55e4a5a 1fbf9dc
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sun Feb 13 08:55:53 2011 -0500
++
++ Merge remote branch 'upstream/master'
++
++commit 1fbf9dc44feea564e84ad7406d17c5d5906ce0e0
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Feb 13 08:06:39 2011 -0500
++
++ Fix bad_abi test. rc5.
++
++commit 90af15ef5c1614b76370c4d13954586fabf9e8e3
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Feb 12 12:29:36 2011 -0500
++
++ iOS fixes
++
++commit 55e4a5aa1568558a04aa40f16fc022e459af53e3
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sat Feb 12 12:13:46 2011 -0500
++
++ Add support for building a full armv6/armv7/i386 universal iOS library
++
++commit a0c80f279b8733d001cb5e5c5a3289ecb7a6e56a
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sat Feb 12 11:43:49 2011 -0500
++
++ Update my e-mail address.
++
++commit 8195e0e11df7a53fa474caa9375f73ca1136ed66
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sat Feb 12 11:27:00 2011 -0500
++
++ Fix symbol prefixes on Darwin.
++
++commit 56b3f8cef0f28cefaa0f40fe0cf7c524adef131d
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sat Feb 12 11:14:54 2011 -0500
++
++ Modify the ffi_closure structures to hold table/table entry pointers instead of a code buffer.
++
++ This re-integrates commit da2773e02ab26cc11a7f.
++
++commit 28a00f61ff3f64c4eb2269ce2aea3d493274469e
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sat Feb 12 11:01:48 2011 -0500
++
++ Apple assembler support; fixed most gas/ELF-isms.
++
++commit 7f2ea33a80bfced5e48ed7292f3b8f057d54ff8f
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sat Feb 12 10:39:18 2011 -0500
++
++ Replace RETLDM macro.
++
++ The macro is incompatible with Apple's assembler; switch to
++ a simple inline version.
++
++commit 92ff23e77fa586455b427b71f49e1d9502470e6e
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sat Feb 12 10:24:49 2011 -0500
++
++ Switch to the current iOS 4.2 SDK.
++
++commit 58fb8ca2dfb89ad70284bb9678d3d4dbb658c8a7
++Merge: cc3fbd9 71c792f
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sat Feb 12 10:23:19 2011 -0500
++
++ Merge remote branch 'upstream/master'
++
++commit cc3fbd975ce9366d4c40a6ff6c108f664867bd7c
++Merge: e449a43 f6ab3ed
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sat Feb 12 10:21:02 2011 -0500
++
++ Merge branch 'master' of github.com:landonf/libffi-ios
++
++commit e449a43bbe12f8119399928db1ae26adc71dde14
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sat Feb 12 10:20:42 2011 -0500
++
++ Allow specification of the minimum supported iOS version.
++
++commit 71c792f51bcf3e2f334e5ea1fb1a8b667cb3aedb
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Feb 12 09:33:11 2011 -0500
++
++ rc4
++
++commit 7c7c9f327299331022f6000603a35f2310dfe308
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Feb 12 09:29:29 2011 -0500
++
++ ungccify parts of the build
++
++commit ed62e48b95a0fa60b685f647cb73c9e190eec35c
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 11 12:23:58 2011 -0500
++
++ Fix permissions
++
++commit 17d9e9e68ddb1b915a0b9751713033861b598575
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 11 12:23:20 2011 -0500
++
++ Use newer autotools. Only build debug.c when --enable-debug.
++
++commit 6972a4ffda75761eaab7dfbe0fb1516b255e8e0c
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 11 07:32:51 2011 -0500
++
++ Fix xlc build on AIX
++
++commit 1833aa0fb9831eb0725b63e35886c0f6d35df480
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Feb 11 07:11:04 2011 -0500
++
++ sparc ABI test fix.
++
++commit f1fb139b4e283fffdcf205a903943d5e9d2bb2a2
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Feb 9 18:30:02 2011 -0500
++
++ Fix tests
++
++commit 5cb470331d181c84d5d621e88868327a324a5898
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Feb 9 15:23:06 2011 -0500
++
++ Fix permissions
++
++commit 269deef6dbbb426695919d3398357fada3bb288c
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Feb 9 15:22:23 2011 -0500
++
++ rc3
++
++commit 42695e72504f647444b8e8e9b90bd24f1e3220e1
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Feb 9 15:12:35 2011 -0500
++
++ Fix IRIX support
++
++commit a6e56b97f62a3feeb3301c24a2e4cae55e546021
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Feb 9 15:00:42 2011 -0500
++
++ Add powerpc64-*-darwin* support
++
++commit 747d6c32d4abb07c10c3a1f93579c3929aaa2487
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Feb 9 14:56:23 2011 -0500
++
++ Add Interix support
++
++commit eab6e41cde382aa07de6c011d514a14c0d62eb47
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Feb 9 10:15:02 2011 -0500
++
++ Remove README.markdown form libffi-ios
++
++commit 69dbe845f4ee3e6ce8999f17a1e4f2179ef7da89
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Feb 9 07:38:43 2011 -0500
++
++ Fix xfails
++
++commit f498318c07b95137fe259d86bdbe15347588b84a
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Feb 9 06:26:46 2011 -0500
++
++ Update README for iOS again
++
++commit 630b9c0ac43c7edcbfd892e23c09fb26724f4ac0
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Feb 9 06:24:23 2011 -0500
++
++ Update to rc2
++
++commit 0cad4386fa4c9ea5f8ca88b16247db4e5c8fea90
++Author: Anthony Green <green@moxielogic.com>
++Date: Wed Feb 9 06:11:46 2011 -0500
++
++ Add ChangeLog entry. Fix copyright headers.
++
++commit 09cb76f2645bd2c151846e9249d8ea707ba01e8c
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Feb 8 20:39:51 2011 -0500
++
++ Add missing change
++
++commit 2e3a48ccdd54340983c46a29a0b41985e3e789ac
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Feb 8 20:37:26 2011 -0500
++
++ Fix make dist
++
++commit 5e4814d9928e236a2a4afe84d6e1d4fdaa473206
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Feb 8 19:46:28 2011 -0500
++
++ fix permissions
++
++commit 5c0cc6f1536aa1738795a97303810a823c7fa2cb
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Feb 8 19:45:59 2011 -0500
++
++ 3.0.10rc1
++
++commit 857fe3de46d2286afa2fe772920ecf4aefa1688f
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Feb 8 19:39:20 2011 -0500
++
++ Clean ups
++
++commit e2214f8adb5577c247452e2cc9f4cbe304d7ca9f
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Feb 8 19:22:56 2011 -0500
++
++ Update README
++
++commit 1106229a5721a659da5c231ec0e8211119615394
++Merge: bc9d0be f6ab3ed
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Feb 8 19:20:09 2011 -0500
++
++ Add iOS support
++
++commit bc9d0be2958ce475757f34dd2c878948aa77a39f
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Feb 8 17:04:26 2011 -0500
++
++ 3.0.10rc0 changes
++
++commit 3b836249feae6d08d3e6887486e4b9961ddafa09
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Feb 8 14:28:59 2011 -0500
++
++ Rebase from GCC
++
++commit a26e3940619faeba6de54824c9540c90b1aab513
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Feb 8 13:56:12 2011 -0500
++
++ copyright updates patch
++
++commit b8099539f00e224107594101e9760b6dc081a056
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Feb 8 13:50:43 2011 -0500
++
++ Fix msvcc.sh botch
++
++commit dc411e8f99113a34656bfd2d3ae51259972488cc
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Feb 8 10:49:29 2011 -0500
++
++ Fix HP-UX build
++
++commit 404585d1348e30ac58203bbd876d9131e5aed874
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Feb 8 10:44:36 2011 -0500
++
++ Fix sparc v8 aggregate type returns for sun's compiler
++
++commit 19ce713188e193e4522740d24c20170411883d2d
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Feb 8 10:34:23 2011 -0500
++
++ grammar fix
++
++commit 89284fe55f1a8ad3bddbea796ee00d0e3ba411ce
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Feb 8 10:19:19 2011 -0500
++
++ Fix AIX build with IBM XLC
++
++commit ba022c338af97cb18d9f8ed5a607fd483a61c09c
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Feb 8 10:12:48 2011 -0500
++
++ fix win64-underscore patch
++
++commit 097e5f3924ee92a3ba6cd72f787da8a3eb14fea3
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Feb 8 10:11:00 2011 -0500
++
++ x86 pcrel test part 2
++
++commit ed2c518d960b91d444be74e5a55779a9c4602f3b
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Feb 8 10:10:07 2011 -0500
++
++ x86 pcrel test
++
++commit 0e5843995f46900ef212531281e08b224464f413
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Feb 8 07:52:40 2011 -0500
++
++ Refresh from GCC
++
++commit 5b9cd52784339a42e417174a55e310e214d435f9
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Nov 22 15:19:57 2010 -0500
++
++ win64-underscore patch
++
++commit 2db72615b50eb5c0f29725c02c740a2f0d7fc7d9
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Nov 21 10:50:56 2010 -0500
++
++ Rebase
++
++commit f6ab3edc23dc8fc7c47a31c896044150c23f04b5
++Author: Landon Fuller <landonf@plausible.coop>
++Date: Wed Oct 27 19:34:51 2010 -0400
++
++ Include the license header in the generated output.
++
++commit cef619462887fa0f360e3ee702d1e04f112b5b38
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Wed Oct 27 13:59:30 2010 -0400
++
++ Add missing copyright/license header.
++
++commit 53f387b203413c9aa6e31f49dbb70d37d816330b
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sun Sep 19 19:57:17 2010 -0700
++
++ Minor README fix.
++
++commit 4fbcb5b5fbce11f4b168060e00639db33c85b75b
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sun Sep 19 19:50:37 2010 -0700
++
++ Minor README fix.
++
++commit 8e7652ef6acab5db7a29f786686a54f05cdbdc7d
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sun Sep 19 19:49:39 2010 -0700
++
++ Add a libffi-ios-specific github README.
++
++commit 83038cf24aa1a92b62b91ffee1dcc25d79243484
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sun Sep 19 14:36:45 2010 -0700
++
++ Implement FFI_EXEC_TRAMPOLINE_TABLE allocator for iOS/ARM.
++
++ This provides working closure support on iOS/ARM devices where
++ PROT_WRITE|PROT_EXEC is not permitted. The code passes basic
++ smoke tests, but requires further review.
++
++commit b00ff3e98fdde622cef617030e14d5356dff988f
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sun Sep 19 14:22:26 2010 -0700
++
++ Rename the generated symbol
++
++commit da2773e02ab26cc11a7fe87e985599f35cdf0649
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sun Sep 19 14:21:37 2010 -0700
++
++ Modify the ffi_closure structures to hold table/table entry pointers instead of a code buffer.
++
++commit 01d71b7bed41844f80cb9feef20dcc5ece5ba2d0
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sun Sep 19 14:21:14 2010 -0700
++
++ Regenerated the autoconf script
++
++commit 19afda0069c42e51c81dca7b10a5cf884b4cdce0
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sun Sep 19 14:20:52 2010 -0700
++
++ Enable AC_SUBST for FFI_EXEC_TRAMPOLINE_TABLE
++
++commit 9e1196444e78aef20028c18891f44ebe39a815fd
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sun Sep 19 10:43:06 2010 -0700
++
++ Add a hard-coded FFI_EXEC_TRAMPOLINE_TABLE arm implementation.
++
++ This implements support for re-mapping a shared table of executable
++ trampolines directly in front of a writable configuration page, working
++ around PROT_WRITE restrictions for sandboxed applications on Apple's
++ iOS.
++
++ This implementation is for testing purposes; a proper allocator is still
++ necessary, and ARM-specific code needs to be moved out of
++ src/closures.c.
++
++commit f38364b399184e682fc3e785084bd497827bc5af
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sun Sep 19 10:42:36 2010 -0700
++
++ Fix symbol prefix for ffi_closure_SYSV_inner on Darwin.
++
++commit 36849e7716b77aa25e4175d1f4be1b93dbf47aac
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sun Sep 19 09:35:04 2010 -0700
++
++ Whitespace/comment fixes.
++
++commit b764162526854686e579a48b6ac5981f4eb886a3
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sun Sep 19 09:04:34 2010 -0700
++
++ Fix the script name (build-iphone.sh -> build-ios.sh)
++
++commit a3d9aa85013341451ea97766485b7a11852d32b2
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sun Sep 19 09:03:52 2010 -0700
++
++ Update the autogenerated autoconf/automake files.
++
++commit c71480eaf839f26bbdfcd8965f65ac4d8defddc0
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sun Sep 19 09:02:05 2010 -0700
++
++ Update automake/autoconf to conditionally build src/arm/trampoline.S if FFI_EXEC_TRAMPOLINE_TABLE is enabled.
++
++commit 9af9291b73bc5e27ecd949bec8157f20426d65b8
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sun Sep 19 08:52:33 2010 -0700
++
++ Add the trampoline table generated by gentramp.sh
++
++commit 68ce0c383ece84f69945d1c8c3fed03f7f9cb5d6
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sun Sep 19 08:38:19 2010 -0700
++
++ Add a shell script that generates the ARM trampoline page.
++
++ This generates a page of 340 trampolines, aligned within one page. The
++ trampolines use pc-relative addressing to reference config data
++ (context, jump address) from a page placed directly prior to the
++ trampoline page. This can be used on systems -- such as iOS -- that do not
++ support writable, executable memory by remapping the executable page
++ containing the trampolines directly above a newly allocated writable
++ config page.
++
++commit 75af086be8830a8eafe9b1ebda199d788bcb0c62
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sat Sep 18 18:12:19 2010 -0700
++
++ Update autoconf files
++
++commit 1ac92cca9b02ef8d6a769f0de1adccd5c9630355
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sat Sep 18 18:08:14 2010 -0700
++
++ Add autoconf check for W^X platforms that require a trampoline table.
++
++ This adds the FFI_EXEC_TRAMPOLINE_TABLE. The flag is enabled for
++ arm-apple-darwin, where PROT_EXEC on writable (or formerly writable) pages is
++ not permitted for sandboxed binaries.
++
++commit be72fbab29b7190c702d8e1ac3d149855e95879d
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sat Sep 18 18:02:25 2010 -0700
++
++ Use the correct host triple for arm/darwin
++
++commit 70150bdf4509269965c72f2032bf74f285767afe
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sat Sep 18 16:38:03 2010 -0700
++
++ Add missing UNWIND entry; disables .pad on non-EABI targets.
++
++commit 6b452bafaec498df975ba8ac4c99de174e5f74f7
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sat Sep 18 16:21:32 2010 -0700
++
++ Apple assembler support; fixed most gas/ELF-isms.
++
++commit 8ddac835b6f8b54ede764d0ea977dee4c82e2d67
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sat Sep 18 15:38:06 2010 -0700
++
++ Fix placement of the __APPLE__ macro.
++
++commit 69043d02936bb0579ac59b4ee1ed8dec38c38db7
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sat Sep 18 15:32:08 2010 -0700
++
++ Work-around libffi's FP ABI detection.
++
++ On iOS, we must use the AAPCS floating point return value calling
++ conventions. libffi's ARM implementation will only use these conventions
++ if __SOFTFP__ is defined, which is not the case when GCC's
++ -mfloat-abi defaults to 'softfp' instead of 'soft'. To work around this
++ we manually define __SOFTFP__ for Apple platforms in the ARM-specific
++ sysv.S.
++
++ See also:
++ http://developer.apple.com/library/ios/#documentation/Xcode/Conceptual/iPhoneOSABIReference/Introduction/Introduction.html
++ http://infocenter.arm.com/help/topic/com.arm.doc.ihi0042d/IHI0042D_aapcs.pdf
++
++commit a82e6c354ea805114642a6e440abd0832cb1d23f
++Author: Landon Fuller <landonf@bikemonkey.org>
++Date: Sat Sep 18 14:44:24 2010 -0700
++
++ Add a stub iOS build script to drive autoconf
++
++commit 84e8de6e9fc19388f6f1102c013b7d0d52940ecc
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Aug 6 01:35:12 2010 -0400
++
++ Restore execute permissions
++
++commit 3aeecc9eb1a6feba6549849cdd335c926415a4fc
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Aug 5 15:19:00 2010 -0400
++
++ Fix win64-struct-args patch
++
++commit 00d0b59cd13f89ab8b44bd894eb7f0a131fcb472
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Aug 5 14:56:53 2010 -0400
++
++ Fix debug build for windows
++
++commit bda487e87064f27965155459a62dc52a744778d0
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Aug 5 09:02:41 2010 -0400
++
++ Don't use -safeseh with ml64
++
++commit c1d28ba8d5029795af313ffeb81c97efc6d4c847
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Aug 5 08:48:16 2010 -0400
++
++ stdcall-x86-closure-fix
++
++commit 5feacad4a56c85b3f23a267a30b2cf424cd59548
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Aug 5 08:30:04 2010 -0400
++
++ define generic symbols carefully
++
++commit 10ea848900bc3018ac213cef52b44cacbe5cbebc
++Author: Anthony Green <green@moxielogic.com>
++Date: Thu Aug 5 08:24:27 2010 -0400
++
++ don't copy win64 struct args
++
++commit d14178be4c49c3ada44a9fe9efe11d444372ddab
++Author: Anthony Green <green@moxielogic.com>
++Date: Fri Jul 23 09:14:00 2010 -0400
++
++ FFI_LAST_ABI fix
++
++commit 3f5b1375ab1e2b8e3d593e21b27097a4a50f9b83
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Jul 12 14:39:18 2010 -0400
++
++ rebase
++
++commit eaf444eabc4c78703c0f98ac0197b1619c1b1bef
++Author: Anthony Green <green@moxielogic.com>
++Date: Sat Jul 10 08:59:09 2010 -0400
++
++ Fix selinux test
++
++commit 630974152247f100ece4d44f10c3721bb4599fbf
++Author: Anthony Green <green@gmachine.(none)>
++Date: Wed May 5 20:14:56 2010 -0400
++
++ Micharl Kohler's spelling fixes
++
++commit 9dc9a293f3d4589fcaf02dd4288c8cebaefa508e
++Author: Anthony Green <green@gmachine.(none)>
++Date: Tue Apr 13 10:33:52 2010 -0400
++
++ Rebase to latest GCC sources
++
++commit f2c2a4fce9b3eca9f39b4f3545118bc256da4a73
++Author: Anthony Green <green@gmachine.(none)>
++Date: Tue Apr 13 10:19:28 2010 -0400
++
++ Remove warnings and add OS/2 support
++
++commit c0b69e57d529e33d18b658cc5572a21e3663247c
++Author: Anthony Green <green@gmachine.(none)>
++Date: Tue Mar 30 08:30:22 2010 -0400
++
++ Dan Witte's windows build fixes.
++
++commit 59a259f4d348f593b45f452309f4d020a28051c4
++Author: Anthony Green <green@gmachine.(none)>
++Date: Mon Mar 15 05:57:51 2010 -0400
++
++ Remove junk file
++
++commit 3de1eb36d37a66829e606421939874d0d60d816d
++Author: Anthony Green <green@gmachine.(none)>
++Date: Mon Mar 15 05:57:24 2010 -0400
++
++ fix-comments patch
++
++commit c3813b6d7f8a777700f4c5862190c0db148d4de8
++Author: Anthony Green <green@gmachine.(none)>
++Date: Tue Jan 26 16:48:56 2010 -0500
++
++ Rebuild Makefiles with automake 1.11.1 for CVE-2009-4029.
++
++commit 8d27f68baa365bf883b6053c5f6bc819646d5434
++Author: Anthony Green <green@gmachine.(none)>
++Date: Fri Jan 15 11:35:37 2010 -0500
++
++ Mention recent changes in README
++
++commit ff3cd68b8cf2d9a28cad7aa9beff46236eacec8c
++Author: Anthony Green <green@gmachine.(none)>
++Date: Fri Jan 15 11:27:24 2010 -0500
++
++ Add msvc.sh wrapper
++
++commit cadeba6cb53414a1253582f1719c286665de7b6c
++Author: Anthony Green <green@gmachine.(none)>
++Date: Fri Jan 15 10:46:51 2010 -0500
++
++ Microsoft Visual C port
++
++commit 0739e7dc00db766eb64f502ec4137b817638c9a1
++Author: Anthony Green <green@gmachine.(none)>
++Date: Fri Jan 15 09:48:33 2010 -0500
++
++ Add x86 Sun Studio compiler support
++
++commit edfdfd2e85b8d01d2455934f1d7f4d7eb2f3cf1c
++Author: Anthony Green <green@gmachine.(none)>
++Date: Wed Jan 13 02:56:19 2010 -0500
++
++ Add closure example doc
++
++commit 7b7a42f221cf171e8d09df34cac6dc1fd8458cc3
++Author: Anthony Green <green@gmachine.(none)>
++Date: Tue Jan 12 09:14:14 2010 -0500
++
++ Rebase from GCC
++
++commit 4b18d1f73dc7733137869e4ab5725cb90c1c8fde
++Author: Anthony Green <green@gmachine.(none)>
++Date: Fri Jan 1 10:24:27 2010 -0500
++
++ Add x86-64 MingW to README
++
++commit c3042afaf3f84abbbe9c91bf9bc9896b0d9eb003
++Author: Anthony Green <green@gmachine.(none)>
++Date: Fri Jan 1 08:08:02 2010 -0500
++
++ Reset quilt patches post 3.0.9 merge with GCC
++
++commit b0304e9679bdfec6ac45a57b5c96542697249418
++Author: Anthony Green <green@gmachine.(none)>
++Date: Thu Dec 31 11:32:40 2009 -0500
++
++ Update version
++
++commit 2e7e03d014d9c9bf40e97ce75cba089ad052fa6b
++Author: Anthony Green <green@gmachine.(none)>
++Date: Thu Dec 31 07:43:22 2009 -0500
++
++ Final updates before 3.0.9
++
++commit aea706c52825c8eee677ffa7fdbdd3aed1725492
++Author: Anthony Green <green@gmachine.(none)>
++Date: Tue Dec 29 10:09:31 2009 -0500
++
++ really 3.0.9rc12
++
++commit 0cfe60e9d13f132b88995cfee41f2156344f6fa2
++Author: Anthony Green <green@gmachine.(none)>
++Date: Tue Dec 29 10:06:04 2009 -0500
++
++ 3.0.9rc12
++
++commit 14e2e92e8645804b6940b3e96c98e9f7f384a6b2
++Author: Anthony Green <green@gmachine.(none)>
++Date: Sun Dec 27 21:03:33 2009 -0500
++
++ 3.0.9rc11
++
++commit 884402787bf8eaf7ec207085037cf8ace2f660ec
++Author: Anthony Green <green@gmachine.(none)>
++Date: Sat Dec 26 12:57:23 2009 -0500
++
++ HPUX support and avr32 test fixes.
++
++commit 01c78756aff22efb1f122f8e93e068d7bf2185c7
++Author: Anthony Green <green@gmachine.(none)>
++Date: Sat Dec 26 10:05:18 2009 -0500
++
++ 3.0.9rc9
++
++commit 70868464651320268d79c6894db5a50fdc11032a
++Author: Anthony Green <green@gmachine.(none)>
++Date: Sat Dec 26 09:58:03 2009 -0500
++
++ Remove xfails for mips and arm
++
++commit 838d4ad920ec85cf5ca3b511221d67f6d9a99024
++Author: Anthony Green <green@gmachine.(none)>
++Date: Sat Dec 26 09:57:27 2009 -0500
++
++ Remove a bunch of xfails.
++
++commit 7e37eaaf772f48906e69618c773b0a36c3927de9
++Author: Anthony Green <green@gmachine.(none)>
++Date: Sat Dec 26 07:46:50 2009 -0500
++
++ Fix huge_struct for solaris
++
++commit 07cc7a37194bc34064ebed7f2724333a798411c8
++Author: Anthony Green <green@gmachine.(none)>
++Date: Sat Dec 26 07:23:04 2009 -0500
++
++ 3.0.9rc8
++
++commit 2b9be16ffabc81326128bc1bbdddff8ddc5d13d3
++Author: Anthony Green <green@gmachine.(none)>
++Date: Sat Dec 26 07:04:45 2009 -0500
++
++ 3.0.9rc8
++
++commit 9458d88f676e9a21ab8993a54e16754b11687419
++Author: Anthony Green <green@gmachine.(none)>
++Date: Sat Dec 26 07:02:27 2009 -0500
++
++ Rebase from GCC
++
++commit 6a3412417593f068a04dc6163f4269cb295ad5ca
++Author: Anthony Green <green@gmachine.(none)>
++Date: Sat Dec 26 06:51:33 2009 -0500
++
++ Add Andreas Schwab's powerpc fix
++
++commit 39c8792ece1043f41f4c395a2ce71f4cf0ff4674
++Author: Anthony Green <green@gmachine.(none)>
++Date: Fri Dec 25 21:52:28 2009 -0500
++
++ 3.0.9rc7
++
++commit 1d04af52e3e24db69f742064694c22f8df5cc70e
++Author: Anthony Green <green@gmachine.(none)>
++Date: Fri Dec 25 09:50:36 2009 -0500
++
++ Updated some mips XFAILs
++
++commit 26e9509c9b7929bc4fcf697071699051a652b1fd
++Author: Anthony Green <green@gmachine.(none)>
++Date: Fri Dec 25 02:19:23 2009 -0500
++
++ Clean up ChangeLog.libffi for older patches.
++
++commit 9c157d3215e4393777f83eb6fa801df6528f40d7
++Author: Anthony Green <green@gmachine.(none)>
++Date: Fri Dec 25 02:15:40 2009 -0500
++
++ Clean up undefine_AC_ARG_VAR_PRECIOUS patch.
++
++commit d22de05b0bfc480766bc1240615ce2830eee71b8
++Author: Anthony Green <green@gmachine.(none)>
++Date: Fri Dec 25 02:04:23 2009 -0500
++
++ Fix patches
++
++commit 1fe3dc7c20dc4dbd8fed0d19c8618027d44ed971
++Author: Anthony Green <green@gmachine.(none)>
++Date: Fri Dec 25 01:39:00 2009 -0500
++
++ Add windows support patch.
++
++commit f7c0bc613a88f7dbc2d18b345c10fa438833c170
++Author: Anthony Green <green@gmachine.(none)>
++Date: Fri Dec 25 01:22:11 2009 -0500
++
++ 3.0.9rc6
++
++commit c7fa2da8260258c11ab1dc7ac06fb611a2c1b50f
++Author: Anthony Green <green@gmachine.(none)>
++Date: Thu Dec 24 07:22:44 2009 -0500
++
++ 3.0.9rc6
++
++commit da11bece0fde66fc0268db3a01207dda857e25d2
++Author: Anthony Green <green@gmachine.(none)>
++Date: Thu Dec 24 05:34:46 2009 -0500
++
++ Release 3.0.9rc5
++
++commit e3399b11edeab546b066bfc18574f3edb905d0dc
++Author: Anthony Green <green@gmachine.(none)>
++Date: Thu Dec 24 01:09:32 2009 -0500
++
++ Update README
++
++commit 115ab36fceee69740a01ce49bc27e1908cc237b1
++Author: Anthony Green <green@gmachine.(none)>
++Date: Thu Dec 24 00:22:00 2009 -0500
++
++ Update missing changes for 3.0.9r4.
++
++commit f8c7a245bf5a80bd7e730ec03fcad17c8dcfcb07
++Author: Anthony Green <green@gmachine.(none)>
++Date: Wed Dec 23 23:46:22 2009 -0500
++
++ Switch to quilt. Rebase to latest GCC.
++
++commit ce806772f02387b9a74f6496a263a368bccd5d59
++Merge: cd98813 dcc1f6b
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Oct 5 00:41:35 2009 -0400
++
++ Merge branch 'master' of git@github.com:atgreen/libffi
++
++commit dcc1f6b4f1ffd2713bf68b791a13f85d455c8b1b
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Oct 5 00:29:33 2009 -0400
++
++ More clean up.
++
++commit 2829f5941a223b9d851d8ab6318318e6197d7e01
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Oct 5 00:28:03 2009 -0400
++
++ Clean up
++
++commit cd98813de517ea64041637e3e78d27a001d6d3b4
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Oct 5 00:25:29 2009 -0400
++
++ From Jens Rehsack. Fix for 64-bit AIX.
++
++commit e4a91de766acc47f6c50f13cc11719a65e23ecba
++Author: Anthony Green <green@moxielogic.com>
++Date: Mon Oct 5 00:16:17 2009 -0400
++
++ From Abdulaziz Ghuloum. Adds special case for Snow Leopard.
++
++commit 3425a763bcdaadb8b430226f427ec833afdcc96a
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Oct 4 23:57:29 2009 -0400
++
++ Fix detection of free/openbsd. From Alexis Ballier.
++
++commit 2340e7a777902de61499d47823ad8d5e0eeb6203
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Oct 4 23:53:17 2009 -0400
++
++ AVR support
++
++commit 5cbe2058c128e848446ae79fe15ee54260a90559
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Oct 4 23:53:11 2009 -0400
++
++ Initial stand-alone patch.
++
++commit c6dddbd02bad9654ed58cdb0feb360934d105dec
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Oct 4 08:11:33 2009 -0400
++
++ Initial commit
++
++commit 5ffc0c37486fb1538bccc0ca7acc807d4f1af932
++Author: Anthony Green <green@moxielogic.com>
++Date: Sun Oct 4 07:58:22 2009 -0400
++
++ Update version to 3.0.9rc1. Add more useful things to .gitignore.
++
++commit bd29f83ee9f6fa6b65adee9d3f57834f364d9887
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Sep 29 12:07:26 2009 -0400
++
++ Add .gitignore
++
++commit 9474f853f83e3f0167c1b306177321bfcc93e56d
++Author: Anthony Green <green@moxielogic.com>
++Date: Tue Sep 29 11:13:02 2009 -0400
++
++ Remove old CVSROOT files.
++
++commit 0c25275ec24bfe2c2c25a000465f0950ef9dd51b
++Author: twall <twall>
++Date: Wed Aug 19 12:57:34 2009 +0000
++
++ Apply Dave Korn's cygwin/GCC changes
++
++commit 39228c27ed3f677a95b46380a8d31602b5777e1a
++Author: aph <aph>
++Date: Tue Jun 16 18:00:47 2009 +0000
++
++ 2009-06-16 Wim Lewis <wiml@hhhh.org>
++
++ * src/powerpc/ffi.c: Avoid clobbering cr3 and cr4, which are
++ supposed to be callee-saved.
++ * src/powerpc/sysv.S (small_struct_return_value): Fix overrun of
++ return buffer for odd-size structs.
++
++commit 5e93cc704d127c2c8ae7f5d2cef621145d43e777
++Author: aph <aph>
++Date: Tue Jun 16 17:41:47 2009 +0000
++
++ 2009-06-16 Andreas Tobler <a.tobler@schweiz.org>
++
++ PR libffi/40444
++ * testsuite/lib/libffi-dg.exp (libffi_target_compile): Add
++ allow_stack_execute for Darwin.
++
++commit b509af8959dc371b92392c623522ea6f4946a71d
++Author: aph <aph>
++Date: Tue Jun 16 16:17:52 2009 +0000
++
++ 2009-06-16 Andrew Haley <aph@redhat.com>
++
++ * configure.ac (TARGETDIR): Add missing blank lines.
++ * configure: Regenerate.
++
++commit d57e96dc56ee76fbbb9b59d73aeaa92354db5ecb
++Author: aph <aph>
++Date: Tue Jun 16 09:59:02 2009 +0000
++
++ 2009-06-16 Andrew Haley <aph@redhat.com>
++
++ * testsuite/libffi.call/cls_align_sint64.c,
++ testsuite/libffi.call/cls_align_uint64.c,
++ testsuite/libffi.call/cls_longdouble_va.c,
++ testsuite/libffi.call/cls_ulonglong.c,
++ testsuite/libffi.call/return_ll1.c,
++ testsuite/libffi.call/stret_medium2.c: Fix printf format
++ specifiers.
++ * testsuite/libffi.call/huge_struct.c: Ad x86 XFAILs.
++ * testsuite/libffi.call/float2.c: Fix dg-excess-errors.
++ * testsuite/libffi.call/ffitest.h,
++ testsuite/libffi.special/ffitestcxx.h (PRIdLL, PRIuLL): Define.
++
++commit b01d6d1982c9e020507029bfd5a58a8c60d111fa
++Author: aph <aph>
++Date: Tue Jun 16 09:44:54 2009 +0000
++
++ 2009-06-16 Andrew Haley <aph@redhat.com>
++
++ * testsuite/libffi.call/err_bad_typedef.c: xfail everywhere.
++ * testsuite/libffi.call/err_bad_abi.c: Likewise.
++
++commit 35b6ded138591900a88055a8a8ac1fadc29a76d6
++Author: aph <aph>
++Date: Fri Jun 12 15:29:20 2009 +0000
++
++ 2009-06-11 Kaz Kojima <kkojima@gcc.gnu.org>
++
++ * testsuite/libffi.call/cls_longdouble_va.c: Add xfail sh*-*-linux-*.
++ * testsuite/libffi.call/err_bad_abi.c: Add xfail sh*-*-*.
++ * testsuite/libffi.call/err_bad_typedef.c: Likewise.
++
++commit acc46605f2d95d67d69398e7644610f10a157ce3
++Author: aph <aph>
++Date: Fri Jun 12 14:21:28 2009 +0000
++
++ 2009-06-12 Andrew Haley <aph@redhat.com>
++
++ * ChangeLog.libffi: testsuite/libffi.call/cls_align_sint64.c,
++ testsuite/libffi.call/cls_align_uint64.c,
++ testsuite/libffi.call/cls_ulonglong.c,
++ testsuite/libffi.call/return_ll1.c,
++ testsuite/libffi.call/stret_medium2.c: Fix printf format
++ specifiers.
++ testsuite/libffi.special/unwindtest.cc: include stdint.h.
++
++commit 16d1996ed0797bd7c11aca2b0fe7e7748751aaf6
++Author: twall <twall>
++Date: Thu Jun 11 14:27:42 2009 +0000
++
++ update changelog
++
++commit 92a515c33efe91be3cb0258f01c63aff208489c7
++Author: twall <twall>
++Date: Thu Jun 11 14:27:28 2009 +0000
++
++ use ffi_closure_alloc instead of stack-based closure
++
++commit e4363160ba9e50167f9ca0a7399d537a1d2cd0ce
++Author: twall <twall>
++Date: Thu Jun 11 14:26:23 2009 +0000
++
++ remove unused extern
++
++commit 1dc2781d2ba38f5f000ff70069d617fb21e1d2af
++Author: twall <twall>
++Date: Thu Jun 11 11:36:16 2009 +0000
++
++ remove not-yet-applied changelog entries
++
++commit bb27735fe689dac97ec0dc847ed8d3d519620109
++Author: twall <twall>
++Date: Wed Jun 10 10:42:36 2009 +0000
++
++ add win64 support
++
++commit b2a54c100c74854a409820817d54617fdda39eb8
++Author: aph <aph>
++Date: Mon Jun 8 16:50:49 2009 +0000
++
++ 2009-06-08 Andrew Haley <aph@redhat.com>
++
++ * testsuite/libffi.call/err_bad_abi.c: Add xfails.
++ * testsuite/libffi.call/cls_longdouble_va.c: Add xfails.
++ * testsuite/libffi.call/cls_dbls_struct.c: Add xfail x86_64-*-linux-*.
++ * testsuite/libffi.call/err_bad_typedef.c: Add xfails.
++
++ * testsuite/libffi.call/stret_medium2.c: Add __UNUSED__ to args.
++ * testsuite/libffi.call/stret_medium.c: Likewise.
++ * testsuite/libffi.call/stret_large2.c: Likewise.
++ * testsuite/libffi.call/stret_large.c: Likewise.
++
++commit 25723e7141f73d3736d7244b980c89d97db852b6
++Author: aph <aph>
++Date: Fri Jun 5 13:03:40 2009 +0000
++
++ 2009-06-05 Andrew Haley <aph@redhat.com>
++
++ * src/x86/win32.S (_ffi_closure_STDCALL): Import from gcc.
++
++commit 70758199c7cd41f411987360ccb302b497a56dc9
++Author: aph <aph>
++Date: Thu Jun 4 16:29:58 2009 +0000
++
++ 2009-06-04 Andrew Haley <aph@redhat.com>
++
++ * src/powerpc/ffitarget.h: Fix misapplied merge from gcc.
++
++commit e8bb12563f9aa23ddf36fa6a5b92b16b5c3e1a7f
++Author: aph <aph>
++Date: Thu Jun 4 14:59:18 2009 +0000
++
++ 2009-06-04 Andrew Haley <aph@redhat.com>
++
++ * src/mips/o32.S,
++ src/mips/n32.S: Fix licence formatting.
++
++commit d66a8e32c3671479e3ce0f6819673e5932ba6b7f
++Author: aph <aph>
++Date: Thu Jun 4 14:43:40 2009 +0000
++
++ 2009-06-04 Andrew Haley <aph@redhat.com>
++
++ * src/x86/darwin.S: Fix licence formatting.
++ src/x86/win32.S: Likewise.
++ src/sh64/sysv.S: Likewise.
++ src/sh/sysv.S: Likewise.
++
++commit 7c3b7fd6b5db746b5b09a718f3044f811372f941
++Author: aph <aph>
++Date: Thu Jun 4 14:39:20 2009 +0000
++
++ 2009-06-04 Andrew Haley <aph@redhat.com>
++
++ * src/sh64/ffi.c: Remove lint directives. Was missing from merge
++ of Andreas Tobler's patch from 2006-04-22.
++
++commit 1a2f93a8b362db13638afd9fcb3f2650180bfa17
++Author: aph <aph>
++Date: Thu Jun 4 10:45:51 2009 +0000
++
++ 2009-06-04 Andrew Haley <aph@redhat.com>
++
++ * src/sh/ffi.c: Apply missing hunk from Alexandre Oliva's patch of
++ 2007-03-07.
++
++commit 944c95cf7aaaaf7c5fa368cda4673dd38f45020e
++Author: aph <aph>
++Date: Wed Jun 3 17:42:56 2009 +0000
++
++ 2009-05-22 Dave Korn <dave.korn.cygwin@gmail.com>
++
++ * src/x86/win32.S (_ffi_closure_STDCALL): New function.
++ (.eh_frame): Add FDE for it.
++
++ 2009-05-22 Dave Korn <dave.korn.cygwin@gmail.com>
++
++ * configure.ac: Also check if assembler supports pc-relative
++ relocs on X86_WIN32 targets.
++ * configure: Regenerate.
++ * src/x86/win32.S (ffi_prep_args): Declare extern, not global.
++ (_ffi_call_SYSV): Add missing function type symbol .def and
++ add EH markup labels.
++ (_ffi_call_STDCALL): Likewise.
++ (_ffi_closure_SYSV): Likewise.
++ (_ffi_closure_raw_SYSV): Likewise.
++ (.eh_frame): Add hand-crafted EH data.
++
++ 2008-11-21 Eric Botcazou <ebotcazou@adacore.com>
++
++ * src/sparc/ffi.c (ffi_prep_cif_machdep): Add support for
++ signed/unsigned int8/16 return values.
++ * src/sparc/v8.S (ffi_call_v8): Likewise.
++ (ffi_closure_v8): Likewise.
++
++ 2008-03-26 Kaz Kojima <kkojima@gcc.gnu.org>
++
++ * src/sh/sysv.S: Add .note.GNU-stack on Linux.
++ * src/sh64/sysv.S: Likewise.
++
++ 2008-03-26 Daniel Jacobowitz <dan@debian.org>
++
++ * src/arm/sysv.S: Fix ARM comment marker.
++
++commit 00fa972430bb1535a4b34bf029ebcad500027b0c
++Author: twall <twall>
++Date: Sat Dec 27 16:59:05 2008 +0000
++
++ properly glob-match
++
++commit f5179e6794ac35af26fe86e468b8508a7a570c55
++Author: twall <twall>
++Date: Fri Dec 26 19:06:28 2008 +0000
++
++ Mark XFAIL on longdouble tests for x86_64/mingw
++
++commit 80e2b5a749208c8a18f994ec5bee84594d051cc8
++Author: twall <twall>
++Date: Mon Dec 22 15:21:15 2008 +0000
++
++ clean up tests for win64 use
++
++commit 7063d9996f742576095c7b0eb5016c0f9a670aec
++Author: green <green>
++Date: Fri Dec 19 16:13:46 2008 +0000
++
++ Version 3.0.8 with x86-solaris support
++
++commit bdfeb13f0df0a63b19d62597517237b54d92228b
++Author: green <green>
++Date: Fri Dec 19 15:47:44 2008 +0000
++
++ Bump to 3.0.7
++
++commit 69205de17d6ac4c11d4ba92d6a5b40a0c5f246b2
++Author: green <green>
++Date: Thu Jul 24 18:03:48 2008 +0000
++
++ Many test fixes (failures due to excessive compiler warnings).
++
++commit 260d513fea00b3613fe957a44a157fe72c4ca29e
++Author: green <green>
++Date: Thu Jul 17 13:13:52 2008 +0000
++
++ Version 3.0.6. sh/sh64 fixes.
++
++commit 3704031875feabb74e3655ed03cff4c2b3c76ac6
++Author: green <green>
++Date: Thu Apr 3 18:57:57 2008 +0000
++
++ Rev 3.0.5.
++
++commit 8406f5f48f7f58a1c982a93a95d521cf82b3241f
++Author: green <green>
++Date: Thu Apr 3 18:57:34 2008 +0000
++
++ 3.0.5
++
++commit 23a9e73212b62f9684cedb0ce70e92c59cfdaffa
++Author: green <green>
++Date: Wed Mar 5 00:07:02 2008 +0000
++
++ 2008-03-04 Anthony Green <green@redhat.com>
++ Blake Chaffin
++ hos@tamanegi.org
++
++ * testsuite/libffi.call/cls_align_longdouble_split2.c
++ testsuite/libffi.call/cls_align_longdouble_split.c
++ testsuite/libffi.call/cls_dbls_struct.c
++ testsuite/libffi.call/cls_double_va.c
++ testsuite/libffi.call/cls_longdouble.c
++ testsuite/libffi.call/cls_longdouble_va.c
++ testsuite/libffi.call/cls_pointer.c
++ testsuite/libffi.call/cls_pointer_stack.c
++ testsuite/libffi.call/err_bad_abi.c
++ testsuite/libffi.call/err_bad_typedef.c
++ testsuite/libffi.call/huge_struct.c
++ testsuite/libffi.call/stret_large2.c
++ testsuite/libffi.call/stret_large.c
++ testsuite/libffi.call/stret_medium2.c
++ testsuite/libffi.call/stret_medium.c: New tests from Apple.
++
++commit 429e37d3ad653e52e75bf725c883ab79e859f89a
++Author: green <green>
++Date: Thu Feb 28 04:50:19 2008 +0000
++
++ clicky
++
++commit 51e79c428348c033314f54bcb30f7e388c59e347
++Author: green <green>
++Date: Thu Feb 28 04:47:35 2008 +0000
++
++ getclicky
++
++commit affcab04e280efeace45a72c4dc6152c0e4f1b7f
++Author: green <green>
++Date: Tue Feb 26 19:01:53 2008 +0000
++
++ 2008-02-26 Jakub Jelinek <jakub@redhat.com>
++ Anthony Green <green@redhat.com>
++
++ * src/alpha/osf.S: Add .note.GNU-stack on Linux.
++ * src/s390/sysv.S: Likewise.
++ * src/powerpc/linux64.S: Likewise.
++ * src/powerpc/linux64_closure.S: Likewise.
++ * src/powerpc/ppc_closure.S: Likewise.
++ * src/powerpc/sysv.S: Likewise.
++ * src/x86/unix64.S: Likewise.
++ * src/x86/sysv.S: Likewise.
++ * src/sparc/v8.S: Likewise.
++ * src/sparc/v9.S: Likewise.
++ * src/m68k/sysv.S: Likewise.
++ * src/ia64/unix.S: Likewise.
++ * src/arm/sysv.S: Likewise.
++
++commit 59689d5522c159a3ac967adb6b891cf5f22c890f
++Author: green <green>
++Date: Tue Feb 26 17:40:51 2008 +0000
++
++ 2008-02-26 Anthony Green <green@redhat.com>
++ Thomas Heller <theller@ctypes.org>
++
++ * src/x86/ffi.c (ffi_closure_SYSV_inner): Change C++ comment to C
++ comment.
++
++commit b13c84cf4668828ff8429ba4a2f94cd1eb574ae0
++Author: green <green>
++Date: Tue Feb 26 17:38:15 2008 +0000
++
++ 2008-02-26 Anthony Green <green@redhat.org>
++ Thomas Heller <theller@ctypes.org>
++
++ * include/ffi.h.in: Change void (*)() to void (*)(void).
++
++commit 265289f679ffd24a88ae1aa2cef0e4aa14703cd8
++Author: green <green>
++Date: Tue Feb 26 17:34:36 2008 +0000
++
++ 2008-02-26 Anthony Green <green@spindazzle.org>
++
++ * src/alpha/ffi.c: Change void (*)() to void (*)(void).
++ src/alpha/osf.S, src/arm/ffi.c, src/frv/ffi.c, src/ia64/ffi.c,
++ src/ia64/unix.S, src/java_raw_api.c, src/m32r/ffi.c,
++ src/mips/ffi.c, src/pa/ffi.c, src/pa/hpux32.S, src/pa/linux.S,
++ src/powerpc/ffi.c, src/powerpc/ffi_darwin.c, src/raw_api.c,
++ src/s390/ffi.c, src/sh/ffi.c, src/sh64/ffi.c, src/sparc/ffi.c,
++ src/x86/ffi.c, src/x86/unix64.S, src/x86/darwin64.S,> src/x86/ffi64.c: Ditto.
++
++commit fb5036cd6d0f909918e90f7d2d9fd80d46682d5d
++Author: green <green>
++Date: Sun Feb 24 17:25:25 2008 +0000
++
++ fix date
++
++commit 40bec108e7d0181e6c9928aa7a33187bcc0f3d6f
++Author: green <green>
++Date: Sun Feb 24 17:25:02 2008 +0000
++
++ New release
++
++commit b922048fa82ea109a4af269ee47bbc2a586bbac2
++Author: green <green>
++Date: Sun Feb 24 17:24:00 2008 +0000
++
++ 2008-02-24 Anthony Green <green@spindazzle.org>
++
++ * configure.ac: Accept openbsd*, not just openbsd.
++ Bump version to 3.0.4.
++ * configure, doc/stamp-vti, doc/version.texi: Rebuilt.
++ * libtool-version: Increment revision.
++ * README: Update for new release.
++
++commit affca4b92d06e5554784c7e9b233029ef83f7d8a
++Author: green <green>
++Date: Fri Feb 22 21:53:29 2008 +0000
++
++ sync readme with web page.
++
++commit 3e53d8752ea74859b4c64fbbf935e62a937c4d78
++Author: green <green>
++Date: Fri Feb 22 21:52:38 2008 +0000
++
++ New release
++
++commit 4d92f6c8e78fe084be65f3e8b58b859901ba796d
++Author: green <green>
++Date: Fri Feb 22 21:49:46 2008 +0000
++
++ 2008-02-22 Anthony Green <green@redhat.com>
++
++ * configure.ac: Bump version to 3.0.3.
++ * configure, doc/stamp-vti, doc/version.texi: Rebuilt.
++ * libtool-version: Increment revision.
++ * README: Update for new release. Clean up test docs.
++
++commit 0e185fa11a01f816824ba2687ed3715ab6219bef
++Author: green <green>
++Date: Fri Feb 22 21:43:18 2008 +0000
++
++ Update configure script.
++
++commit f73986bd211cfbbaa593d1309504d0dc68626191
++Author: green <green>
++Date: Fri Feb 22 21:40:53 2008 +0000
++
++ 2008-02-22 Bjoern Koenig <bkoenig@alpha-tierchen.de>
++ Andreas Tobler <a.tobler@schweiz.org>
++
++ * configure.ac: Add amd64-*-freebsd* target.
++ * configure: Regenerate.
++
++commit 0208f68fe5de30c33e7f70ebc281635917013f5a
++Author: green <green>
++Date: Fri Feb 22 21:15:44 2008 +0000
++
++ 2008-02-22 Thomas Heller <theller@ctypes.org>
++
++ * configure.ac: Add x86 OpenBSD support.
++ * configure: Rebuilt.
++
++commit 01adb0e638a86cf0d5e668ed8e08be9b0cd2505f
++Author: green <green>
++Date: Thu Feb 21 16:17:26 2008 +0000
++
++ Fix README.
++
++commit 1edd4563225981a14f7d4fb9919b1ed88e38082f
++Author: green <green>
++Date: Thu Feb 21 13:39:01 2008 +0000
++
++ 3.0.2
++
++commit c9b542800864e2204db6e83f3843a17813ba6165
++Author: green <green>
++Date: Thu Feb 21 13:36:43 2008 +0000
++
++ add missing file
++
++commit d5fa5633d5c8d3c212a2267cfa38fba4091baa2c
++Author: green <green>
++Date: Thu Feb 21 13:36:19 2008 +0000
++
++ 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.
++
++commit ac35bfc6fcadd8880c1efce36724820f9074b318
++Author: green <green>
++Date: Sat Feb 16 01:03:56 2008 +0000
++
++ Updated
++
++commit f7942975fee7b0162647dd79e2652615b737e98e
++Author: green <green>
++Date: Sat Feb 16 01:02:00 2008 +0000
++
++ 2008-02-15 Anthony Green <green@redhat.com>
++
++ * configure.ac: Bump version to 3.0.1.
++ * configure, doc/stamp-vti, doc/version.texi: Rebuilt.
++ * libtool-version: Increment revision.
++ * README: Update for new release.
++
++ 2008-02-15 David Daney <ddaney@avtrex.com>
++
++ * src/mips/ffi.c: Remove extra '>' from include directive.
++ (ffi_prep_closure_loc): Use clear_location instead of tramp.
++
++commit 59aa6bb1bfc86a610ac1a8b123443efd75854dd1
++Author: green <green>
++Date: Fri Feb 15 20:52:26 2008 +0000
++
++ Add more platforms.
++
++commit 45a45ab99074448be0ae1a8d2ade50d28b60f8de
++Author: green <green>
++Date: Fri Feb 15 19:16:36 2008 +0000
++
++ 3.0 notes
++
++commit 4db74cbea888c9f1251b85baf00d99b83d3b994d
++Author: green <green>
++Date: Fri Feb 15 19:10:26 2008 +0000
++
++ Update
++
++commit c3e1101ffabf44d8a2ee46e03ba9ab582050a825
++Author: green <green>
++Date: Fri Feb 15 18:43:40 2008 +0000
++
++ 2008-02-15 Anthony Green <green@redhat.com>
++
++ * configure.ac: Bump version to 3.0.0,
++ * configure, doc/stamp-vti, doc/version.texi: Rebuilt.
++
++ 2008-02-15 David Daney <ddaney@avtrex.com>
++
++ * src/mips/ffi.c (USE__BUILTIN___CLEAR_CACHE):
++ Define (conditionally), and use it to include cachectl.h.
++ (ffi_prep_closure_loc): Fix cache flushing.
++ * src/mips/ffitarget.h (_ABIN32, _ABI64, _ABIO32): Define.
++
++commit 7e0cc12e9233ad285db41ce8dbdda61ed2a7fb06
++Author: green <green>
++Date: Fri Feb 15 15:51:03 2008 +0000
++
++ New release
++
++commit 2d7dc885ec40d53866f29984d595511942c8b686
++Author: green <green>
++Date: Fri Feb 15 15:30:26 2008 +0000
++
++ * man/ffi_call.3, man/ffi_prep_cif.3, man/ffi.3:
++ Update dates and remove all references to ffi_prep_closure.
++ * configure.ac: Bump version to 2.99.9.
++ * configure, doc/stamp-vti, doc/version.texi: Rebuilt.
++
++commit a0525f03eeaaed33b1eac80e0c016455cee3615d
++Author: green <green>
++Date: Fri Feb 15 15:14:30 2008 +0000
++
++ New release.
++
++commit 2b30dfb3146ee26ad956d00ee05eb835ca1a95b4
++Author: green <green>
++Date: Fri Feb 15 15:12:43 2008 +0000
++
++ * man/ffi_prep_closure.3: Delete.
++ * man/Makefile.am (EXTRA_DIST): Remove ffi_prep_closure.3.
++ (man_MANS): Ditto.
++ * man/Makefile.in: Rebuilt.
++ * configure.ac: Bump version to 2.99.8.
++ * configure, doc/stamp-vti, doc/version.texi: Rebuilt.
++
++commit bf41e64840ebcb6cc31a6f028253c1fde82705d8
++Author: green <green>
++Date: Fri Feb 15 01:56:50 2008 +0000
++
++ Update.
++
++commit 4d39ddee677bbb61d621893b91e11eac5e7c4af7
++Author: green <green>
++Date: Fri Feb 15 01:24:06 2008 +0000
++
++ * configure.ac: Bump version to 2.99.7.
++ * configure, doc/stamp-vti, doc/version.texi: Rebuilt.
++ * include/ffi.h.in LICENSE src/debug.c src/closures.c
++ src/ffitest.c src/s390/sysv.S src/s390/ffitarget.h
++ src/types.c src/m68k/ffitarget.h src/raw_api.c src/frv/ffi.c
++ src/frv/ffitarget.h src/sh/ffi.c src/sh/sysv.S
++ src/sh/ffitarget.h src/powerpc/ffitarget.h src/pa/ffi.c
++ src/pa/ffitarget.h src/pa/linux.S src/java_raw_api.c
++ src/cris/ffitarget.h src/x86/ffi.c src/x86/sysv.S
++ src/x86/unix64.S src/x86/win32.S src/x86/ffitarget.h
++ src/x86/ffi64.c src/x86/darwin.S src/ia64/ffi.c
++ src/ia64/ffitarget.h src/ia64/ia64_flags.h src/ia64/unix.S
++ src/sparc/ffi.c src/sparc/v9.S src/sparc/ffitarget.h
++ src/sparc/v8.S src/alpha/ffi.c src/alpha/ffitarget.h
++ src/alpha/osf.S src/sh64/ffi.c src/sh64/sysv.S
++ src/sh64/ffitarget.h src/mips/ffi.c src/mips/ffitarget.h
++ src/mips/n32.S src/mips/o32.S src/arm/ffi.c src/arm/sysv.S
++ src/arm/ffitarget.h src/prep_cif.c: Update license text.
++
++commit d58b032b41a12bd3d72148da6822ab59dd698ff9
++Author: green <green>
++Date: Fri Feb 15 00:59:25 2008 +0000
++
++ New release
++
++commit 91e5478df6d5ac63efbb10f025807b4606afab56
++Author: green <green>
++Date: Fri Feb 15 00:50:30 2008 +0000
++
++ Update supported platforms. Bump version.
++
++commit bd0768f877c8f7fd0d36af2191b203d4d057b1ce
++Author: green <green>
++Date: Fri Feb 15 00:45:33 2008 +0000
++
++ * configure.ac: Bump version to 2.99.5.
++ * configure: Rebuilt.
++ * Makefile.am (EXTRA_DIST): Add darwin64.S
++ * Makefile.in: Rebuilt.
++ * testsuite/lib/libffi-dg.exp: Remove libstdc++ bits from GCC tree.
++ * LICENSE: Update WARRANTY.
++
++commit 49d345f767bd2cfee951bceaab6a1a07986cf293
++Author: green <green>
++Date: Thu Feb 14 23:43:27 2008 +0000
++
++ update license reference
++
++commit 12ac48fc79b515db7c9accd9fcaa87b0dcefccdb
++Author: green <green>
++Date: Thu Feb 14 23:42:08 2008 +0000
++
++ Update WARRANTY
++
++commit 6b91c41da87e78552f2990dfc504a0a3349f340b
++Author: green <green>
++Date: Thu Feb 14 23:38:27 2008 +0000
++
++ fix tarball reference
++
++commit 2b59579e3533334bee4788e076b4e520c2ab518c
++Author: green <green>
++Date: Thu Feb 14 23:35:58 2008 +0000
++
++ First update in 5 years!
++
++commit 6cbdf3f3a3777a93382a2d508ddef1c353ff0955
++Author: green <green>
++Date: Thu Feb 14 22:44:06 2008 +0000
++
++ Fix .pc file bug and bump version
++
++commit 1d1dc81104b209df3cfef0840735c59efae2f655
++Author: green <green>
++Date: Thu Feb 14 22:03:37 2008 +0000
++
++ Add man files and info file. Update README. Tag as 2.99.3.
++
++commit f045a2367f793fa8b01534cf2e25bcc46afc8fa1
++Author: tromey <tromey>
++Date: Thu Feb 14 20:46:57 2008 +0000
++
++ Move entry from ChangeLog to ChangeLog.libffi
++
++commit 6257f07d1a9efd27fa83639cfba281f5d3188731
++Author: tromey <tromey>
++Date: Thu Feb 14 20:33:17 2008 +0000
++
++ * aclocal.m4, Makefile.in, configure, fficonfig.h.in: Rebuilt.
++ * mdate-sh, texinfo.tex: New files.
++ * Makefile.am (info_TEXINFOS): New variable.
++ * doc/libffi.texi: New file.
++ * doc/version.texi: Likewise.
++
++commit 4232af563c5509c3760a33e3684a2b958be755e1
++Author: green <green>
++Date: Thu Feb 14 16:19:21 2008 +0000
++
++ * Makefile.am (AM_CFLAGS): Don't compile with -D.
++ (lib_LTLIBRARIES): Define.
++ (toolexeclib_LIBRARIES): Undefine.
++ * Makefile.in: Rebuilt.
++ * configure.ac: Reset version to 2.99.1.
++ * configure.in: Rebuilt.
++
++commit 961543615c31f092b578a4b4cda914db64f9d0fa
++Author: green <green>
++Date: Thu Feb 14 15:57:40 2008 +0000
++
++ Fix typo.
++
++commit aeb0abab87222f637fbf352d4effd3b76b52ed26
++Author: green <green>
++Date: Thu Feb 14 15:54:27 2008 +0000
++
++ * libffi.pc.in: Usse @PACKAGE_NAME@ and @PACKAGE_VERSION@.
++ * configure.ac: Reset version to 2.99.1.
++ * configure.in: Rebuilt.
++ * Makefile.am (EXTRA_DIST): Add ChangeLog.libffi.
++ * Makefile.in: Rebuilt.
++ * LICENSE: Update copyright notice.
++
++commit 77fe243556433eae119d8bd7469bfccdd5bd8a1a
++Author: green <green>
++Date: Thu Feb 14 15:37:00 2008 +0000
++
++ Fix make dist again
++
++commit d4970cf4529459bf0f0e43c602cac396786c6802
++Author: green <green>
++Date: Thu Feb 14 15:18:56 2008 +0000
++
++ Fix make dist
++
++commit f0b1462f2d3024922ad71421bd5c4311fcb16da5
++Author: green <green>
++Date: Thu Feb 14 15:01:41 2008 +0000
++
++ Use pkgconfig. Increment libtool CURRENT version.
++
++commit 27e52f33baa069012a5adb2a3807f9ca1f2165ab
++Author: green <green>
++Date: Sun Feb 3 13:59:48 2008 +0000
++
++ Fix header installs when using DESTDIR.
++
++commit fadab28eb6e33fb6dcdd7b9323e147142216d548
++Author: twall <twall>
++Date: Sun Feb 3 12:32:22 2008 +0000
++
++ update changelog
++
++commit b5e44c8dfa92c87b99762c303cf5574a16db8f27
++Author: twall <twall>
++Date: Sun Feb 3 01:12:32 2008 +0000
++
++ offset from code base address, not data base address
++
++commit f359848d1a995c0e44566d815f218729dc996e22
++Author: green <green>
++Date: Fri Feb 1 21:29:43 2008 +0000
++
++ Fix header installs.
++
++commit c30df49e157c7bfc8e19e3f8a72b9464fe225e54
++Author: green <green>
++Date: Fri Feb 1 21:13:55 2008 +0000
++
++ Revert my broken changes to twall's patch.
++
++commit 675561bb9aa0732c76698df10dd3007b5d0ec759
++Author: green <green>
++Date: Thu Jan 31 13:44:25 2008 +0000
++
++ Fix make dist .
++
++commit abc0bbf3813dc43e23d4c23e6fe794dbf287639b
++Author: green <green>
++Date: Thu Jan 31 11:58:57 2008 +0000
++
++ Add Tim Wall's x86 windows patch.
++
++commit e332366d15a31198735b593ec8f7fc0558d783b8
++Author: green <green>
++Date: Wed Jan 30 13:21:02 2008 +0000
++
++ Add HJ's -fomit-frame-pointer struct return fix
++
++commit d4204240392af5b7750a08671b08e9c22dff5e93
++Author: green <green>
++Date: Wed Jan 30 12:42:34 2008 +0000
++
++ Clean up for new automake.
++
++commit f4932dd020df574637c9fb3fc1bb18e5a8f304cc
++Author: green <green>
++Date: Wed Jan 30 12:40:25 2008 +0000
++
++ Fixes to run testsuite
++
++commit 085520ddc8db6a916bfc416b871fcb2d00074d40
++Author: green <green>
++Date: Tue Jan 29 15:16:43 2008 +0000
++
++ New files from gcc tree.
++
++commit 77175b3f7234e4875a4ef554ed1fe9fdc4133794
++Author: green <green>
++Date: Tue Jan 29 15:15:20 2008 +0000
++
++ Latest gcc svn sources
++
++commit 2544e45a0b2b634053df02da3a2ed9680eeed2a1
++Author: green <green>
++Date: Tue Jan 29 14:28:13 2008 +0000
++
++ Install ffitarget.h in $prefix/include.
++
++commit 6002211b1cc4daeb587d054b4f83968bda2c981e
++Author: green <green>
++Date: Tue Jan 29 12:30:10 2008 +0000
++
++ Add new files.
++
++commit ccabd2b16be883cd03e5f0cd88ccfdd6ca39239d
++Author: green <green>
++Date: Tue Jan 29 12:28:15 2008 +0000
++
++ Merge from gcc
++
++commit e680ecfbfca1da8d1823e48bc89b8375e66e128b
++Author: tromey <tromey>
++Date: Sun Dec 24 23:12:15 2006 +0000
++
++ Pulled in libffi from gcc trunk.
++ Fixed build and install for standalone use.
++
++commit e7ba08965942ce872fdbc69f70f9848cc3d0bad6
++Author: root <root>
++Date: Sun Jun 4 23:22:24 2006 +0000
++
++ sourcware.org
++
++commit 0cd4aa24e21aaa964dfbdebc25ec5c8188049375
++Author: root <root>
++Date: Sun May 30 01:51:57 2004 +0000
++
++ Add LockDir
++
++commit 5826120fbd940d26cca76ed2522187505581e1ed
++Author: green <green>
++Date: Tue Nov 4 06:09:08 2003 +0000
++
++ Add link to Gianni's web site.
++
++commit 220aa4b27db42d7ffaac5056000d5179f00d5ea3
++Author: jsm <jsm>
++Date: Tue Jan 21 08:07:42 2003 +0000
++
++ Newer, better, increased from before! (list of acceptable anon usernames)
++
++commit 1c3adc892cc1403dc4d3d7003a2385899836612e
++Author: green <green>
++Date: Fri Dec 6 01:28:03 2002 +0000
++
++ Fixed Cygnus references.
++
++commit 4af66bb62fab9a8e318af3bf01e5486596a0c8d4
++Author: green <green>
++Date: Sun Oct 21 19:18:42 2001 +0000
++
++ Testsuite fixes.
++
++commit 5435965f9015ce40584c98d3816c3d05e7de1d21
++Author: green <green>
++Date: Mon Apr 23 00:32:03 2001 +0000
++
++ * include/ffi_common.h: Delete, after moving contents to...
++ * include/ffi_private.h: Subsume contents of ffi_common.h.
++ * include/Makefile.am (noinst_HEADERS): Remove ffi_common.h.
++ * include/Makefile.in: Rebuilt.
++ * arm/ffi.c, m68k/ffi.c, mips/ffi.c, powerpc/ffi.c, s390/ffi.c,
++ ia64/ffi.c: Include ffi_private.h, not ffi_common.h.
++ * alpha/ffi.c, sparc/ffi.c, x86/ffi.c: Don't include ffi_common.h.
++ * types.c, raw_api.c, java_raw_api.c, prep_cif.c: Don't include
++ ffi_common.h.
++ * debug.c: Include ffi_private.h instead of ffi_common.h.
++
++ * mips/ffi.c (calc_n32_struct_flags): Make static.
++ (FIX_ARGP): Remove call to debugging routine ffi_stop_here.
++
++ * mips/n32.S: Include ffi_private.h.
++ * mips/o32.S: Include ffi_private.h.
++
++commit 6fdb7de0fe3b7385e1fd78812ae69d9b3069d994
++Author: green <green>
++Date: Sun Apr 22 19:38:34 2001 +0000
++
++ * README: Update some comments.
++
++ * Makefile.am (SUBDIRS): Add include so ffi.h gets installed.
++ * Makefile.in: Rebuilt.
++
++ * include/ffi.h: Change ALPHA to __alpha__ and SPARC to __sparc__.
++ * types.c: Ditto.
++ * prep_cif.c (ffi_prep_cif): Ditto.
++
++ * alpha/ffi.c, alpha/osf.S, sparc/ffi.c, sparc/v8.S, sparc/v9.S:
++ Include ffi_private.h.
++
++ * include/ffi_private.h (FFI_TYPE_LAST): Define.
++
++commit bc7144b01b9707ef35f1a2e3e6996e005e82953a
++Author: green <green>
++Date: Sun Apr 22 18:28:36 2001 +0000
++
++ Moved files from old home
++
++commit e57279831e20368c1aa1d2b35462b8629be73959
++Author: green <green>
++Date: Sun Apr 22 18:23:47 2001 +0000
++
++ These are dead.
++
++commit 7247436b5fe71767b29dc02b4da0fe18b08082e6
++Author: green <green>
++Date: Sun Apr 22 18:22:43 2001 +0000
++
++ All these files live somewhere else now.
++
++commit a8b0d40ff908e275028f676870c31d0d70274a98
++Author: green <green>
++Date: Sun Apr 22 18:17:14 2001 +0000
++
++ Many changes. Not quite there yet.
++
++commit f893d2273355710a290a26faebf5f12c3a34d0e3
++Author: green <green>
++Date: Sun Apr 22 18:13:22 2001 +0000
++
++ Moved m68k files
++
++commit 688ddfeced89cbb9d37b53005e1f7f2b9c78a8d7
++Author: green <green>
++Date: Sun Apr 22 18:12:33 2001 +0000
++
++ New, target indepentent, header
++
++commit f9e40776d488d5ecf43b3ae21444a1a2f6eca528
++Author: green <green>
++Date: Sun Apr 22 18:11:57 2001 +0000
++
++ Many changes.
++
++commit 8c1d2eb47f6bc314c431b75c85c107e8e43c4a76
++Author: green <green>
++Date: Sun Apr 22 18:10:47 2001 +0000
++
++ Many changes
++
++commit 1359dfc6582680a158b3caa3efb7a368da4aa12d
++Author: green <green>
++Date: Sun Apr 22 18:10:20 2001 +0000
++
++ Moved ia64 files
++
++commit 6e2de5eee316a4579869aff50c7c5f6f478582d8
++Author: green <green>
++Date: Sun Apr 22 18:08:11 2001 +0000
++
++ Moved arm files
++
++commit 8807355af34cba8ffe87aee51152dfccec2771fa
++Author: green <green>
++Date: Mon Apr 9 00:58:38 2001 +0000
++
++ Many many updates. Merge from gcc and then some.
++
++commit f7e9f91adec4ff1c2e7a13b3de81d2c5a3f55e7e
++Author: green <green>
++Date: Mon Apr 17 03:32:37 2000 +0000
++
++ Mnay fixes.
++
++commit c4860de618f4956283f5c8230a2544e403dfe390
++Author: green <green>
++Date: Mon Apr 17 03:18:46 2000 +0000
++
++ Merge from libgcj. Merged patches from net. See ChangeLog for details.
++
++commit c578b58314990c3853429297c38ba14015fec5fa
++Author: jsm <jsm>
++Date: Sat Oct 9 20:18:16 1999 +0000
++
++ 1999-10-09 Jason Molenda (jsm@bugshack.cygnus.com)
++
++ * CVSROOT/auto_checkout, CVSROOT/commit_prep, CVSROOT/log_accum:
++ Deleted; generic versions now used for all repositories.
++
++ * CVSROOT/commitinfo, CVSROOT/loginfo: Change pathnames to
++ generic versions.
++
++ * CVSROOT/checkoutlist: Don't try to check out the removed
++ files any longer.
++
++commit acdb20051207fed7652dd9f122f65de5458c474c
++Author: jsm <jsm>
++Date: Sat Oct 9 20:18:15 1999 +0000
++
++ 1999-10-09 Jason Molenda (jsm@bugshack.cygnus.com)
++
++ * CVSROOT/auto_checkout, CVSROOT/commit_prep, CVSROOT/log_accum:
++ Deleted; generic versions now used for all repositories.
++
++ * CVSROOT/commitinfo, CVSROOT/loginfo: Change pathnames to
++ generic versions.
++
++ * CVSROOT/checkoutlist: Don't try to check out the removed
++ files any longer.
++
++commit e75be655ceedf7ab24c4e99d75eec9efeb979bc7
++Author: green <green>
++Date: Sun Aug 8 13:16:41 1999 +0000
++
++ New configury
++
++commit d6669a0dd5b266005325bbf6d5a8ff34574d809e
++Author: green <green>
++Date: Sun Aug 8 13:05:12 1999 +0000
++
++ * include/ffi.h.in: Try to work around messy header problem
++ with PACKAGE and VERSION.
++
++ * configure: Rebuilt.
++ * configure.in: Change version to 2.00-beta.
++
++ * fficonfig.h.in: Rebuilt.
++ * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
++
++ * src/x86/ffi.c (ffi_raw_call): Rename.
++
++commit 4819d52b007934a40d6d29a75ee30e857c4a93ae
++Author: green <green>
++Date: Wed Aug 4 18:02:34 1999 +0000
++
++ New file for Kresten's closure work
++
++commit 2dbf801eb427cbf5021a9e1e512b5fc523524700
++Author: green <green>
++Date: Wed Aug 4 18:00:05 1999 +0000
++
++ Kresten's closure work. Initial checkin.
++
++commit d170961701b0f2bf7e824d7caba2ebe10002ed84
++Author: green <green>
++Date: Thu Jul 8 14:36:52 1999 +0000
++
++ * configure.in: Add x86 and powerpc BeOS configurations.
++ From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
++
++commit c7747d976924ec6f2229cbcfbbdb98d364e10de9
++Author: jsm <jsm>
++Date: Wed May 12 23:32:16 1999 +0000
++
++ 1999-05-12 Jason Molenda (jsm@bugshack.cygnus.com)
++ * index.html: Add links to libffi* mail list archives.
++
++commit dd2aa9a8de22e26df3bbc85d068358641f6202f7
++Author: green <green>
++Date: Thu May 6 05:34:36 1999 +0000
++
++ * configure.in: Add warning about this being beta code.
++ Remove src/Makefile.am from the picture.
++ * configure: Rebuilt.
++ * Makefile.am: Move logic from src/Makefile.am. Add changes
++ to support libffi as a target library.
++ * Makefile.in: Rebuilt.
++ * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
++ Upgraded to new autoconf, automake, libtool.
++ * README: Tweaks.
++ * LICENSE: Update copyright date.
++ * src/Makefile.am, src/Makefile.in: Removed.
++
++commit 4e9452abed58a3058ccdb446f96a29d50dda1f34
++Author: green <green>
++Date: Wed May 5 22:06:13 1999 +0000
++
++ Updated to new automake, libtool, autoconf - nothing works :-)
++
++commit 6d3b2bddaf4967fba8b8656c01bfc77ec0f2800c
++Author: jsm <jsm>
++Date: Mon Apr 26 15:55:28 1999 +0000
++
++ 1999-04-26 Jason Molenda (jsm@bugshack.cygnus.com)
++ * index.html: Missed a reference to libffi-discuss@cygnus.com. Fixed.
++
++commit ebc6a9c28af831d3d187af8ff17319f0f309bd98
++Author: jsm <jsm>
++Date: Mon Apr 26 15:53:29 1999 +0000
++
++ 1999-04-26 Jason Molenda (jsm@bugshack.cygnus.com)
++ * index.html: Change links to ftp directory to point to sourceware
++ directory.
++ Change mailing list subscription forms to point to sourceware lists.
++
++commit 78ffc52a8b257061348c576ccb6fbbf8b48b0fff
++Author: jsm <jsm>
++Date: Sun Apr 18 01:33:21 1999 +0000
++
++ Standard sourceware setup.
++
++commit b4d77e827d7ebef7e57ebcd71e71c15c62f1e0a8
++Author: jsm <jsm>
++Date: Mon Nov 30 11:11:25 1998 +0000
++
++ Small typeo. (I wouldn't bother except that it made the sentence hard
++ for me to parse on a casual read.)
++
++commit bfb73f08fdc987e37070c5fb0b196fbd28872888
++Author: jsm <jsm>
++Date: Mon Nov 30 10:44:55 1998 +0000
++
++ A few cleanups. Most notably, point to the correct subscribe cgi-bin
++ script.
++
++commit af8b7f037ccee3b7939ee226a1a2bbc2f057b35c
++Author: green <green>
++Date: Mon Nov 30 06:20:05 1998 +0000
++
++ * index.html: Reformatted and updated to reflect hosting on
++ sourceware.cygnus.com (new mailing lists, etc).
++
++commit 334f0b060942aff8d26badaf7dde7830450dc5da
++Author: green <green>
++Date: Sun Nov 29 16:56:12 1998 +0000
++
++ initial snapshot of documentation
++
++commit 3ab5cb4a1dcc7ecd7e773c97582b0099976c4753
++Author: green <green>
++Date: Sun Nov 29 16:56:10 1998 +0000
++
++ Initial revision
++
++commit d2a9eb5a8b7cbc8b769809cad59c82b975c178e2
++Merge: d3782ec bc75c54
++Author: green <green>
++Date: Sun Nov 29 16:48:16 1998 +0000
++
++ This commit was generated by cvs2svn to compensate for changes in r7, which
++ included commits to RCS files with non-trunk default branches.
++
++commit bc75c54bd311658005b065f1bf201b204c81cbca
++Author: green <green>
++Date: Sun Nov 29 16:48:16 1998 +0000
++
++ Import of v1 code.
++
++commit d3782ec8160c644421dcea17b605fec6e328f14e
++Author: jsm <jsm>
++Date: Fri Nov 20 20:18:00 1998 +0000
++
++ Send commit messages to mailing lists.
++
++commit 8d8d3843c484c2bb70d8375b2b799f75eb03f709
++Author: jsm <jsm>
++Date: Thu Oct 1 22:08:36 1998 +0000
++
++ initial checkin
++
++commit 49634f3bf221cc1939abafc788f7e4e31293fe73
++Author: jsm <jsm>
++Date: Thu Oct 1 22:08:35 1998 +0000
++
++ Add standard setup.
++
++commit c64a84c7693f8cd400fb94bba3c9bcfd9ad1fc36
++Author: jsm <jsm>
++Date: Thu Oct 1 22:08:34 1998 +0000
++
++ Add readers and standard modules file.
++
++commit 9813273b07fd082da573b3b6bfb8d23809b59eea
++Author: jsm <jsm>
++Date: Thu Oct 1 22:08:33 1998 +0000
++
++ initial checkin
+diff --git a/js/src/ctypes/libffi/ChangeLog.libffi b/js/src/ctypes/libffi/ChangeLog.libffi
+--- a/js/src/ctypes/libffi/ChangeLog.libffi
++++ b/js/src/ctypes/libffi/ChangeLog.libffi
+@@ -1,40 +1,11 @@
+-2010-01-15 Anthony Green <green@redhat.com>
++2011-02-08 Andreas Tobler <andreast@fgznet.ch>
+
+- * README: Add notes on building with Microsoft Visual C++.
+-
+-2010-01-15 Daniel Witte <dwitte@mozilla.com>
+-
+- * msvcc.sh: New file.
+-
+- * src/x86/win32.S: Port assembly routines to MSVC and #ifdef.
+- * src/x86/ffi.c: Tweak function declaration and remove excess
+- parens.
+- * include/ffi.h.in: Add __declspec(align(8)) to typedef struct
+- ffi_closure.
+-
+- * src/x86/ffi.c: Merge ffi_call_SYSV and ffi_call_STDCALL into new
+- function ffi_call_win32 on X86_WIN32.
+- * src/x86/win32.S (ffi_call_SYSV): Rename to ffi_call_win32.
+- (ffi_call_STDCALL): Remove.
+-
+- * src/prep_cif.c (ffi_prep_cif): Move stack space allocation code
+- to ffi_prep_cif_machdep for x86.
+- * src/x86/ffi.c (ffi_prep_cif_machdep): To here.
+-
+-2010-01-15 Oliver Kiddle <okiddle@yahoo.co.uk>
+-
+- * src/x86/ffitarget.h (ffi_abi): Check for __i386 and __amd64 for
+- Sun Studio compiler compatibility.
+-
+-2010-01-12 Conrad Irwin <conrad.irwin@gmail.com>
+-
+- * doc/libffi.texi: Add closure example.
+- * doc/libffi.info: Rebuilt.
++ * testsuite/lib/libffi.exp: Tweak for stand-alone mode.
+
+ 2009-12-25 Samuli Suominen <ssuominen@gentoo.org>
+
+ * configure.ac: Undefine _AC_ARG_VAR_PRECIOUS for autoconf 2.64.
+ * configure: Rebuilt.
+ * fficonfig.h.in: Rebuilt.
+
+ 2009-06-16 Andrew Haley <aph@redhat.com>
+@@ -598,16 +569,16 @@ 2008-01-30 H.J. Lu <hongjiu.lu@intel.co
+ * testsuite/libffi.call/call.exp: Add "-O2 -fomit-frame-pointer"
+ tests.
+
+ 2008-01-30 Anthony Green <green@redhat.com>
+
+ * Makefile.am, include/Makefile.am: Move headers to
+ libffi_la_SOURCES for new automake.
+ * Makefile.in, include/Makefile.in: Rebuilt.
+-
+- * testsuite/lib/wrapper.exp: Copied from gcc tree to allow for
++
++ * testsuite/lib/wrapper.exp: Copied from gcc tree to allow for
+ execution outside of gcc tree.
+ * testsuite/lib/target-libpath.exp: Ditto.
+
+ * testsuite/lib/libffi-dg.exp: Many changes to allow for execution
+ outside of gcc tree.
+
+diff --git a/js/src/ctypes/libffi/ChangeLog.libffi-3.1 b/js/src/ctypes/libffi/ChangeLog.libffi-3.1
+new file mode 100644
+--- /dev/null
++++ b/js/src/ctypes/libffi/ChangeLog.libffi-3.1
+@@ -0,0 +1,6000 @@
++2014-03-16 Josh Triplett <josh@joshtriplett.org>
++
++ * ChangeLog: Archive to ChangeLog.libffi-3.1 and delete. Future
++ changelogs will come from git, with autogenerated snapshots shipped in
++ distributed tarballs.
++
++2014-03-16 Josh Triplett <josh@joshtriplett.org>
++
++ Add support for stdcall, thiscall, and fastcall on non-Windows
++ x86-32.
++
++ Linux supports the stdcall calling convention, either via
++ functions explicitly declared with the stdcall attribute, or via
++ code compiled with -mrtd which effectively makes stdcall the
++ default.
++
++ This introduces FFI_STDCALL, FFI_THISCALL, and FFI_FASTCALL on
++ non-Windows x86-32 platforms, as non-default calling conventions.
++
++ * Makefile.am: Compile in src/x86/win32.S on non-Windows x86-32.
++ * src/x86/ffitarget.h: Add FFI_STDCALL, FFI_THISCALL, and
++ FFI_FASTCALL on non-Windows x86-32. Increase trampoline size to
++ accomodate these calling conventions, and unify some ifdeffery.
++ * src/x86/ffi.c: Add support for FFI_STDCALL, FFI_THISCALL, and
++ FFI_FASTCALL on non-Windows x86-32 platforms; update ifdeffery.
++ * src/x86/win32.S: Support compiling on non-Windows x86-32
++ platforms. On those platforms, avoid redefining the SYSV symbols
++ already provided by src/x86/sysv.S.
++ * testsuite/libffi.call/closure_stdcall.c: Run on non-Windows.
++ #define __stdcall if needed.
++ * testsuite/libffi.call/closure_thiscall.c: Run on non-Windows.
++ #define __fastcall if needed.
++ * testsuite/libffi.call/fastthis1_win32.c: Run on non-Windows.
++ * testsuite/libffi.call/fastthis2_win32.c: Ditto.
++ * testsuite/libffi.call/fastthis3_win32.c: Ditto.
++ * testsuite/libffi.call/many2_win32.c: Ditto.
++ * testsuite/libffi.call/many_win32.c: Ditto.
++ * testsuite/libffi.call/strlen2_win32.c: Ditto.
++ * testsuite/libffi.call/strlen_win32.c: Ditto.
++ * testsuite/libffi.call/struct1_win32.c: Ditto.
++ * testsuite/libffi.call/struct2_win32.c: Ditto.
++
++2014-03-16 Josh Triplett <josh@joshtriplett.org>
++
++ * prep_cif.c: Remove unnecessary ifdef for X86_WIN32.
++ ffi_prep_cif_core had a special case for X86_WIN32, checking for
++ FFI_THISCALL in addition to the FFI_FIRST_ABI-to-FFI_LAST_ABI
++ range before returning FFI_BAD_ABI. However, on X86_WIN32,
++ FFI_THISCALL already falls in that range, making the special case
++ unnecessary. Remove it.
++
++2014-03-16 Josh Triplett <josh@joshtriplett.org>
++
++ * testsuite/libffi.call/closure_stdcall.c,
++ testsuite/libffi.call/closure_thiscall.c: Remove fragile stack
++ pointer checks. These files included inline assembly to save the
++ stack pointer before and after the call, and compare the values.
++ However, compilers can and do leave the stack in different states
++ for these two pieces of inline assembly, such as by saving a
++ temporary value on the stack across the call; observed with gcc
++ -Os, and verified as spurious through careful inspection of
++ disassembly.
++
++2014-03-16 Josh Triplett <josh@joshtriplett.org>
++
++ * testsuite/libffi.call/many.c: Avoid spurious failure due to
++ excess floating-point precision.
++ * testsuite/libffi.call/many_win32.c: Ditto.
++
++2014-03-16 Josh Triplett <josh@joshtriplett.org>
++
++ * libtool-ldflags: Re-add.
++
++2014-03-16 Josh Triplett <josh@joshtriplett.org>
++
++ * Makefile.in, aclocal.m4, compile, config.guess, config.sub,
++ configure, depcomp, include/Makefile.in, install-sh,
++ libtool-ldflags, ltmain.sh, m4/libtool.m4, m4/ltoptions.m4,
++ m4/ltsugar.m4, m4/ltversion.m4, m4/lt~obsolete.m4,
++ man/Makefile.in, mdate-sh, missing, testsuite/Makefile.in: Delete
++ autogenerated files from version control.
++ * .gitignore: Add autogenerated files.
++ * autogen.sh: New script to generate the autogenerated files.
++ * README: Document requirement to run autogen.sh when building
++ directly from version control.
++ * .travis.yml: Run autogen.sh
++
++2014-03-14 Anthony Green <green@moxielogic.com>
++
++ * configure, Makefile.in: Rebuilt.
++
++2014-03-10 Mike Hommey <mh+mozilla@glandium.org>
++
++ * configure.ac: Allow building for mipsel with Android NDK r8.
++ * Makefile.am (AM_MAKEFLAGS): Replace double quotes with single
++ quotes.
++
++2014-03-10 Landry Breuil <landry@openbsd.org>
++
++ * configure.ac: Ensure the linker supports @unwind sections in libffi.
++
++2014-03-01 Anthony Green <green@moxielogic.com>
++
++ * Makefile.am (EXTRA_DIST): Replace old scripts with
++ generate-darwin-source-and-headers.py.
++ * Makefile.in: Rebuilt.
++
++2014-02-28 Anthony Green <green@moxielogic.com>
++
++ * Makefile.am (AM_CFLAGS): Reintroduce missing -DFFI_DEBUG for
++ --enable-debug builds.
++ * Makefile.in: Rebuilt.
++
++2014-02-28 Makoto Kato <m_kato@ga2.so-net.ne.jp>
++
++ * src/closures.c: Fix build failure when using clang for Android.
++
++2014-02-28 Marcin Wojdyr <wojdyr@gmail.com>
++
++ * libffi.pc.in (toolexeclibdir): use -L${toolexeclibdir} instead
++ of -L${libdir}.
++
++2014-02-28 Paulo Pizarro <paulo.pizarro@gmail.com>
++
++ * src/bfin/sysv.S: Calling functions in shared libraries requires
++ considering the GOT.
++
++2014-02-28 Josh Triplett <josh@joshtriplett.org>
++
++ * src/x86/ffi64.c (classify_argument): Handle case where
++ FFI_TYPE_LONGDOUBLE == FFI_TYPE_DOUBLE.
++
++2014-02-28 Anthony Green <green@moxielogic.com>
++
++ * ltmain.sh: Generate with libtool-2.4.2.418.
++ * m4/libtool.m4, m4/ltoptions.m4, m4/ltversion.m4: Ditto.
++ * configure: Rebuilt.
++
++2014-02-28 Dominik Vogt <vogt@linux.vnet.ibm.com>
++
++ * configure.ac (AC_ARG_ENABLE struct): Fix typo in help
++ message.
++ (AC_ARG_ENABLE raw_api): Ditto.
++ * configure, fficonfig.h.in: Rebuilt.
++
++2014-02-28 Will Newton <will.newton@linaro.org>
++
++ * src/arm/sysv.S: Initialize IP register with FP.
++
++2014-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
++
++ * src/aarch64/sysv.S (ffi_closure_SYSV): Use x29 as the
++ main CFA reg; update cfi_rel_offset.
++
++2014-02-15 Marcus Comstedt <marcus@mc.pp.se>
++
++ * src/powerpc/ffi_linux64.c, src/powerpc/linux64_closure.S: Remove
++ assumption on contents of r11 in closure.
++
++2014-02-09 Heiher <r@hev.cc>
++
++ * src/mips/n32.S: Fix call floating point va function.
++
++2014-01-21 Zachary Waldowski <zach@waldowski.me>
++
++ * src/aarch64/ffi.c: Fix missing semicolons on assertions under
++ debug mode.
++
++2013-12-30 Zachary Waldowski <zach@waldowski.me>
++
++ * .gitignore: Exclude darwin_* generated source and build_* trees.
++ * src/aarch64/ffi.c, src/arm/ffi.c, src/x86/ffi.c: Inhibit Clang
++ previous prototype warnings.
++ * src/arm/ffi.c: Prevent NULL dereference, fix short type warning
++ * src/dlmalloc.c: Fix warnings from set_segment_flags return type,
++ and the native use of size_t for malloc on platforms
++ * src/arm/sysv.S: Use unified syntax. Clang clean-ups for
++ ARM_FUNC_START.
++ * generate-osx-source-and-headers.py: Remove.
++ * build-ios.sh: Remove.
++ * libffi.xcodeproj/project.pbxproj: Rebuild targets. Include
++ x86_64+aarch64 pieces in library. Export headers properly.
++ * src/x86/ffi64.c: More Clang warning clean-ups.
++ * src/closures.c (open_temp_exec_file_dir): Use size_t.
++ * src/prep_cif.c (ffi_prep_cif_core): Cast ALIGN result.
++ * src/aarch64/sysv.S: Use CNAME for global symbols. Only use
++ .size for ELF targets.
++ * src/aarch64/ffi.c: Clean up for double == long double. Clean up
++ from Clang warnings. Use Clang cache invalidation builtin. Use
++ size_t in place of unsigned in many places. Accommodate for
<