aboutsummaryrefslogtreecommitdiff
path: root/libffi
AgeCommit message (Expand)AuthorFilesLines
2009-12-11ffi.c (ffi_closure_sparc_inner_v9): Properly align 'long double' arguments.Eric Botcazou2-0/+10
2009-12-11* testsuite/libffi.call/ffitest.h: Define PRIuPTR on Solaris < 10.Eric Botcazou2-0/+13
2009-12-10re PR libffi/40700 (All amd64 libffi execution tests fail on Solaris 10/x86)Rainer Orth2-1/+12
2009-12-08stret_medium.c: Remove xfail for mips*-*-*David Daney7-8/+17
2009-12-07aix_closure.S (libffi_closure_ASM): Fix tablejump typo.David Edelsohn2-2/+7
2009-12-05aix.S: Update AIX32 code to be consistent with AIX64 code.David Edelsohn3-174/+191
2009-12-05Sync from git Libtool and regenerate.Ralf Wildenhues6-435/+563
2009-12-04aix_closure.S: Reorganize 64-bit code to match linux64_closure.S.David Edelsohn2-86/+110
2009-12-04re PR libffi/41908 (closures fail for some structure arguments containing flo...Uros Bizjak3-18/+82
2009-12-04ffi_darwin.c (ffi_closure_helper_DARWIN): Increment pfr for long double split...David Edelsohn2-1/+7
2009-12-03ffi_darwin.c (ffi_prep_args): Increment next_arg and fparg_count twice for lo...David Edelsohn2-0/+7
2009-12-03re PR libffi/42243 (powerpc-apple-darwin9 libffi failures)David Edelsohn2-14/+17
2009-12-03cls_longdouble_va.c (main): Fix format string.Uros Bizjak2-2/+3
2009-12-03cls_longdouble_va.c (main): Fix format string.Uros Bizjak2-1/+5
2009-12-02ffi_darwin.c (ffi_prep_args): Fix typo in INT64 case.David Edelsohn2-2/+7
2009-12-01aix.S (ffi_call_AIX): Convert to more standard register usage.David Edelsohn4-115/+100
2009-11-30re PR libffi/35484 (libffi doesn't support AIX 64bit)David Edelsohn5-77/+468
2009-11-02re PR libffi/41908 (closures fail for some structure arguments containing flo...Andreas Tobler2-0/+75
2009-09-29win64.S (_ffi_call_win64 stack): Remove for gnu assembly version use of ___ch...Kai Tietz2-2/+5
2009-09-23PR libffi/40242, PR libffi/41443Matthias Klose2-8/+24
2009-09-17PR testsuite/32843 (strikes again)Loren J. Rittle2-1/+7
2009-09-15java_raw_api.c (ffi_java_raw_to_rvalue): Remove special handling for FFI_TYPE...David Daney5-34/+219
2009-08-24Update AC_PREREQ entries to 2.64Ralf Wildenhues2-1/+5
2009-08-22Cleanups after the update to Autoconf 2.64, Automake 1.11.Ralf Wildenhues3-10/+7
2009-08-22Regenerate tree using Autoconf 2.64 and Automake 1.11.Ralf Wildenhues8-7455/+6380
2009-07-30extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Do not expand for Autoconf 2.62 or ...Ralf Wildenhues2-1/+5
2009-07-24re PR libffi/40807 (libffi.call/return_sc.c)Dave Korn4-134/+382
2009-07-11re PR testsuite/40699 (All sparcv9 libjava execution tests fail on Solaris 11...Richard Sandiford2-4/+29
2009-07-01libffi-dg.exp (libffi-init): Set ld_library_path to "" before adding paths.Richard Sandiford2-0/+8
2009-07-01re PR testsuite/40601 (Errors in "make check")H.J. Lu2-1/+11
2009-06-30gcc-defs.exp (gcc-set-multilib-library-path): Delete.Richard Sandiford2-24/+9
2009-06-16ffi.c: Avoid clobbering cr3 and cr4, which are supposed to be callee-saved.Wim Lewis3-29/+26
2009-06-16re PR libffi/40444 (libffi badly broken with -m64 by some revision between 14...Andreas Tobler2-0/+13
2009-06-16configure.ac (TARGETDIR): Add missing blank lines.Andrew Haley3-1/+33
2009-06-16cls_align_sint64.c, [...]: Fix printf format specifiers.Andrew Haley9-15/+46
2009-06-15err_bad_typedef.c: xfail everywhere.Andrew Haley3-2/+7
2009-06-15Fix bad checkin.Andrew Haley1-123/+0
2009-06-12[multiple changes]Andrew Haley104-1378/+1558
2009-06-11cls_longdouble_va.c: Add xfail sh*-*-linux-*.Kaz Kojima4-4/+10
2009-06-09freebsd.S: Add missing file.Andrew Haley2-0/+462
2009-06-09Import from libffi 3.0.8:Andrew Haley17-105/+2089
2009-06-08README: Import from libffi 3.0.8.Andrew Haley2-263/+115
2009-06-08[multiple changes]Andrew Haley27-20/+1716
2009-06-05ffitarget.h, ffi.c: Merge stdcall changes from libffi.Andrew Haley3-9/+50
2009-06-04ffitarget.h, [...]: Back out stdcall changes.Andrew Haley4-62/+109
2009-06-04[multiple changes]Andrew Haley4-104/+82
2009-06-04ffi.h.in: Change void (*)() to void (*)(void).Andrew Haley3-9/+14
2009-06-04[multiple changes]Andrew Haley33-65/+227
2009-06-042009-06-04 Andrew Haley <aph@redhat.com>Andrew Haley51-346/+449
2009-05-22win32.S (_ffi_closure_STDCALL): New function.Dave Korn2-0/+100