summaryrefslogtreecommitdiff
path: root/libffi
AgeCommit message (Expand)Author
2009-12-05Sync from git Libtool and regenerate.Ralf Wildenhues
2009-12-04aix_closure.S: Reorganize 64-bit code to match linux64_closure.S.David Edelsohn
2009-12-04re PR libffi/41908 (closures fail for some structure arguments containing flo...Uros Bizjak
2009-12-04ffi_darwin.c (ffi_closure_helper_DARWIN): Increment pfr for long double split...David Edelsohn
2009-12-03ffi_darwin.c (ffi_prep_args): Increment next_arg and fparg_count twice for lo...David Edelsohn
2009-12-03re PR libffi/42243 (powerpc-apple-darwin9 libffi failures)David Edelsohn
2009-12-03cls_longdouble_va.c (main): Fix format string.Uros Bizjak
2009-12-03cls_longdouble_va.c (main): Fix format string.Uros Bizjak
2009-12-02ffi_darwin.c (ffi_prep_args): Fix typo in INT64 case.David Edelsohn
2009-12-01aix.S (ffi_call_AIX): Convert to more standard register usage.David Edelsohn
2009-11-30re PR libffi/35484 (libffi doesn't support AIX 64bit)David Edelsohn
2009-11-02re PR libffi/41908 (closures fail for some structure arguments containing flo...Andreas Tobler
2009-09-29win64.S (_ffi_call_win64 stack): Remove for gnu assembly version use of ___ch...Kai Tietz
2009-09-23PR libffi/40242, PR libffi/41443Matthias Klose
2009-09-17PR testsuite/32843 (strikes again)Loren J. Rittle
2009-09-15java_raw_api.c (ffi_java_raw_to_rvalue): Remove special handling for FFI_TYPE...David Daney
2009-08-24Update AC_PREREQ entries to 2.64Ralf Wildenhues
2009-08-22Cleanups after the update to Autoconf 2.64, Automake 1.11.Ralf Wildenhues
2009-08-22Regenerate tree using Autoconf 2.64 and Automake 1.11.Ralf Wildenhues
2009-07-30extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Do not expand for Autoconf 2.62 or ...Ralf Wildenhues
2009-07-24re PR libffi/40807 (libffi.call/return_sc.c)Dave Korn
2009-07-11re PR testsuite/40699 (All sparcv9 libjava execution tests fail on Solaris 11...Richard Sandiford
2009-07-01libffi-dg.exp (libffi-init): Set ld_library_path to "" before adding paths.Richard Sandiford
2009-07-01re PR testsuite/40601 (Errors in "make check")H.J. Lu
2009-06-30gcc-defs.exp (gcc-set-multilib-library-path): Delete.Richard Sandiford
2009-06-16ffi.c: Avoid clobbering cr3 and cr4, which are supposed to be callee-saved.Wim Lewis
2009-06-16re PR libffi/40444 (libffi badly broken with -m64 by some revision between 14...Andreas Tobler
2009-06-16configure.ac (TARGETDIR): Add missing blank lines.Andrew Haley
2009-06-16cls_align_sint64.c, [...]: Fix printf format specifiers.Andrew Haley
2009-06-15err_bad_typedef.c: xfail everywhere.Andrew Haley
2009-06-15Fix bad checkin.Andrew Haley
2009-06-12[multiple changes]Andrew Haley
2009-06-11cls_longdouble_va.c: Add xfail sh*-*-linux-*.Kaz Kojima
2009-06-09freebsd.S: Add missing file.Andrew Haley
2009-06-09Import from libffi 3.0.8:Andrew Haley
2009-06-08README: Import from libffi 3.0.8.Andrew Haley
2009-06-08[multiple changes]Andrew Haley
2009-06-05ffitarget.h, ffi.c: Merge stdcall changes from libffi.Andrew Haley
2009-06-04ffitarget.h, [...]: Back out stdcall changes.Andrew Haley
2009-06-04[multiple changes]Andrew Haley
2009-06-04ffi.h.in: Change void (*)() to void (*)(void).Andrew Haley
2009-06-04[multiple changes]Andrew Haley
2009-06-042009-06-04 Andrew Haley <aph@redhat.com>Andrew Haley
2009-05-22win32.S (_ffi_closure_STDCALL): New function.Dave Korn
2009-05-22configure.ac: Also check if assembler supports pc-relative relocs on X86_WIN3...Dave Korn
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2009-03-01backport: Support GNU/kOpenSolaris.Ralf Wildenhues
2008-12-19re PR libffi/26048 (libffi doesn't build on Solaris 10/x86 with native assemb...Rainer Orth
2008-12-18Backport from upstream Libtool:Ralf Wildenhues
2008-11-21ffi.c (ffi_prep_cif_machdep): Add support for signed/unsigned int8/16 return ...Eric Botcazou