summaryrefslogtreecommitdiff
path: root/libffi
Commit message (Expand)AuthorAgeFilesLines
* ffi.c (ffi_closure_sparc_inner_v9): Properly align 'long double' arguments.Eric Botcazou2009-12-112-0/+10
* * testsuite/libffi.call/ffitest.h: Define PRIuPTR on Solaris < 10.Eric Botcazou2009-12-112-0/+13
* re PR libffi/40700 (All amd64 libffi execution tests fail on Solaris 10/x86)Rainer Orth2009-12-102-1/+12
* stret_medium.c: Remove xfail for mips*-*-*David Daney2009-12-087-8/+17
* aix_closure.S (libffi_closure_ASM): Fix tablejump typo.David Edelsohn2009-12-072-2/+7
* aix.S: Update AIX32 code to be consistent with AIX64 code.David Edelsohn2009-12-053-174/+191
* Sync from git Libtool and regenerate.Ralf Wildenhues2009-12-056-435/+563
* aix_closure.S: Reorganize 64-bit code to match linux64_closure.S.David Edelsohn2009-12-042-86/+110
* re PR libffi/41908 (closures fail for some structure arguments containing flo...Uros Bizjak2009-12-043-18/+82
* ffi_darwin.c (ffi_closure_helper_DARWIN): Increment pfr for long double split...David Edelsohn2009-12-042-1/+7
* ffi_darwin.c (ffi_prep_args): Increment next_arg and fparg_count twice for lo...David Edelsohn2009-12-032-0/+7
* re PR libffi/42243 (powerpc-apple-darwin9 libffi failures)David Edelsohn2009-12-032-14/+17
* cls_longdouble_va.c (main): Fix format string.Uros Bizjak2009-12-032-2/+3
* cls_longdouble_va.c (main): Fix format string.Uros Bizjak2009-12-032-1/+5
* ffi_darwin.c (ffi_prep_args): Fix typo in INT64 case.David Edelsohn2009-12-022-2/+7
* aix.S (ffi_call_AIX): Convert to more standard register usage.David Edelsohn2009-12-014-115/+100
* re PR libffi/35484 (libffi doesn't support AIX 64bit)David Edelsohn2009-11-305-77/+468
* re PR libffi/41908 (closures fail for some structure arguments containing flo...Andreas Tobler2009-11-022-0/+75
* win64.S (_ffi_call_win64 stack): Remove for gnu assembly version use of ___ch...Kai Tietz2009-09-292-2/+5
* PR libffi/40242, PR libffi/41443Matthias Klose2009-09-232-8/+24
* PR testsuite/32843 (strikes again)Loren J. Rittle2009-09-172-1/+7
* java_raw_api.c (ffi_java_raw_to_rvalue): Remove special handling for FFI_TYPE...David Daney2009-09-155-34/+219
* Update AC_PREREQ entries to 2.64Ralf Wildenhues2009-08-242-1/+5
* Cleanups after the update to Autoconf 2.64, Automake 1.11.Ralf Wildenhues2009-08-223-10/+7
* Regenerate tree using Autoconf 2.64 and Automake 1.11.Ralf Wildenhues2009-08-228-7455/+6380
* extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Do not expand for Autoconf 2.62 or ...Ralf Wildenhues2009-07-302-1/+5
* re PR libffi/40807 (libffi.call/return_sc.c)Dave Korn2009-07-244-134/+382
* re PR testsuite/40699 (All sparcv9 libjava execution tests fail on Solaris 11...Richard Sandiford2009-07-112-4/+29
* libffi-dg.exp (libffi-init): Set ld_library_path to "" before adding paths.Richard Sandiford2009-07-012-0/+8
* re PR testsuite/40601 (Errors in "make check")H.J. Lu2009-07-012-1/+11
* gcc-defs.exp (gcc-set-multilib-library-path): Delete.Richard Sandiford2009-06-302-24/+9
* ffi.c: Avoid clobbering cr3 and cr4, which are supposed to be callee-saved.Wim Lewis2009-06-163-29/+26
* re PR libffi/40444 (libffi badly broken with -m64 by some revision between 14...Andreas Tobler2009-06-162-0/+13
* configure.ac (TARGETDIR): Add missing blank lines.Andrew Haley2009-06-163-1/+33
* cls_align_sint64.c, [...]: Fix printf format specifiers.Andrew Haley2009-06-169-15/+46
* err_bad_typedef.c: xfail everywhere.Andrew Haley2009-06-153-2/+7
* Fix bad checkin.Andrew Haley2009-06-151-123/+0
* [multiple changes]Andrew Haley2009-06-12104-1378/+1558
* cls_longdouble_va.c: Add xfail sh*-*-linux-*.Kaz Kojima2009-06-114-4/+10
* freebsd.S: Add missing file.Andrew Haley2009-06-092-0/+462
* Import from libffi 3.0.8:Andrew Haley2009-06-0917-105/+2089
* README: Import from libffi 3.0.8.Andrew Haley2009-06-082-263/+115
* [multiple changes]Andrew Haley2009-06-0827-20/+1716
* ffitarget.h, ffi.c: Merge stdcall changes from libffi.Andrew Haley2009-06-053-9/+50
* ffitarget.h, [...]: Back out stdcall changes.Andrew Haley2009-06-044-62/+109
* [multiple changes]Andrew Haley2009-06-044-104/+82
* ffi.h.in: Change void (*)() to void (*)(void).Andrew Haley2009-06-043-9/+14
* [multiple changes]Andrew Haley2009-06-0433-65/+227
* 2009-06-04 Andrew Haley <aph@redhat.com>Andrew Haley2009-06-0451-346/+449
* win32.S (_ffi_closure_STDCALL): New function.Dave Korn2009-05-222-0/+100