summaryrefslogtreecommitdiff
path: root/libffi
Commit message (Expand)AuthorAgeFilesLines
...
* Windows patchAnthony Green2009-12-3110-21/+45
* New test case.Anthony Green2009-12-312-0/+348
* ffi_darwin.c (ffi_prep_args): Copy abi and nargs to local variables.David Edelsohn2009-12-282-13/+69
* configure.ac: Define FFI_MMAP_EXEC_WRIT for the given targets.Andreas Tobler2009-12-265-5/+27
* ffi.c (ffi_prep_args_SYSV): Advance intarg_count when a float arguments is pa...Andreas Schwab2009-12-262-176/+186
* Fix ChangeLog entry dateAnthony Green2009-12-261-1/+1
* Fix libffi docsMatthias Klose2009-12-263-2/+7
* IRIX supportFrank Everdij2009-12-266-10/+61
* avr32 libffi portBradley Smith2009-12-268-27/+763
* configure.ac: Make i?86 build on FreeBSD and OpenBSD.Andreas Tobler2009-12-213-2/+7
* ffitest.h: Define PRIuPTR on PA HP-UX.John David Anglin2009-12-152-0/+9
* ffi.c (ffi_closure_inner_pa32): Handle FFI_TYPE_LONGDOUBLE type on HP-UX.John David Anglin2009-12-142-0/+12
* 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