aboutsummaryrefslogtreecommitdiff
path: root/libffi/src
AgeCommit message (Expand)AuthorFilesLines
2010-02-15sysv.S (__ARM_ARCH__): Define for processor __ARM_ARCH_7EM__.Matthias Klose1-1/+2
2010-01-06* src/mips/n32.S: Use .abicalls and .eh_frame with __GNUC__.Rainer Orth1-4/+4
2009-12-28ffi_darwin.c (ffi_prep_args): Copy abi and nargs to local variables.David Edelsohn1-13/+62
2009-12-26configure.ac: Define FFI_MMAP_EXEC_WRIT for the given targets.Andreas Tobler1-5/+0
2009-12-26ffi.c (ffi_prep_args_SYSV): Advance intarg_count when a float arguments is pa...Andreas Schwab1-0/+3
2009-12-26IRIX supportFrank Everdij3-9/+34
2009-12-26avr32 libffi portBradley Smith3-0/+679
2009-12-14ffi.c (ffi_closure_inner_pa32): Handle FFI_TYPE_LONGDOUBLE type on HP-UX.John David Anglin1-0/+7
2009-12-11ffi.c (ffi_closure_sparc_inner_v9): Properly align 'long double' arguments.Eric Botcazou1-0/+5
2009-12-10re PR libffi/40700 (All amd64 libffi execution tests fail on Solaris 10/x86)Rainer Orth1-1/+6
2009-12-07aix_closure.S (libffi_closure_ASM): Fix tablejump typo.David Edelsohn1-1/+1
2009-12-05aix.S: Update AIX32 code to be consistent with AIX64 code.David Edelsohn2-174/+185
2009-12-04aix_closure.S: Reorganize 64-bit code to match linux64_closure.S.David Edelsohn1-86/+105
2009-12-04re PR libffi/41908 (closures fail for some structure arguments containing flo...Uros Bizjak1-17/+71
2009-12-04ffi_darwin.c (ffi_closure_helper_DARWIN): Increment pfr for long double split...David Edelsohn1-1/+2
2009-12-03ffi_darwin.c (ffi_prep_args): Increment next_arg and fparg_count twice for lo...David Edelsohn1-0/+2
2009-12-03re PR libffi/42243 (powerpc-apple-darwin9 libffi failures)David Edelsohn1-14/+12
2009-12-02ffi_darwin.c (ffi_prep_args): Fix typo in INT64 case.David Edelsohn1-1/+1
2009-12-01aix.S (ffi_call_AIX): Convert to more standard register usage.David Edelsohn3-115/+85
2009-11-30re PR libffi/35484 (libffi doesn't support AIX 64bit)David Edelsohn4-77/+454
2009-09-29win64.S (_ffi_call_win64 stack): Remove for gnu assembly version use of ___ch...Kai Tietz1-2/+0
2009-09-23PR libffi/40242, PR libffi/41443Matthias Klose1-8/+15
2009-09-17PR testsuite/32843 (strikes again)Loren J. Rittle1-1/+1
2009-09-15java_raw_api.c (ffi_java_raw_to_rvalue): Remove special handling for FFI_TYPE...David Daney4-34/+199
2009-07-24re PR libffi/40807 (libffi.call/return_sc.c)Dave Korn3-134/+370
2009-06-16ffi.c: Avoid clobbering cr3 and cr4, which are supposed to be callee-saved.Wim Lewis2-29/+19
2009-06-12[multiple changes]Andrew Haley7-94/+818
2009-06-09freebsd.S: Add missing file.Andrew Haley1-0/+458
2009-06-05ffitarget.h, ffi.c: Merge stdcall changes from libffi.Andrew Haley2-9/+45
2009-06-04ffitarget.h, [...]: Back out stdcall changes.Andrew Haley3-62/+104
2009-06-04[multiple changes]Andrew Haley3-104/+62
2009-06-04ffi.h.in: Change void (*)() to void (*)(void).Andrew Haley1-6/+6
2009-06-04[multiple changes]Andrew Haley32-65/+196
2009-06-042009-06-04 Andrew Haley <aph@redhat.com>Andrew Haley49-339/+390
2009-05-22win32.S (_ffi_closure_STDCALL): New function.Dave Korn1-0/+95
2009-05-22configure.ac: Also check if assembler supports pc-relative relocs on X86_WIN3...Dave Korn1-14/+195
2008-12-19re PR libffi/26048 (libffi doesn't build on Solaris 10/x86 with native assemb...Rainer Orth2-10/+32
2008-11-21ffi.c (ffi_prep_cif_machdep): Add support for signed/unsigned int8/16 return ...Eric Botcazou2-20/+71
2008-08-25ffitarget.h (ffi_abi): Add FFI_LINUX and FFI_LINUX_SOFT_FLOAT to the POWERPC_...Andreas Tobler2-7/+20
2008-07-16ffi.c (ffi_prep_closure_loc): Turn INSN into an unsigned int.Kaz Kojima1-2/+3
2008-03-27sysv.S: Add .note.GNU-stack on Linux.Kaz Kojima2-2/+10
2008-03-26[multiple changes]Matthias Klose10-0/+38
2008-01-30re PR libffi/34612 ([4.1/4.2] libffi doesn't work with -fomit-frame-pointer o...H.J. Lu1-0/+6
2008-01-06ffi.c (ffi_prep_cif_machdep): Fix thinko.Andreas Tobler1-3/+2
2008-01-05re PR testsuite/32843 (libffi.call/return_sc.c)Andreas Tobler3-59/+106
2007-12-08n32.S (ffi_call_N32): Replace dadd with ADDU...David Daney1-23/+12
2007-12-07ffi.c (ffi_prep_cif_machdep): Handle long double return type.David Daney1-1/+7
2007-12-06ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already defined.David Daney2-21/+34
2007-12-06n32.S (ffi_closure_N32): Use 64-bit add instruction on pointer values.David Daney1-3/+3
2007-12-01re PR libffi/31937 (libffi doesn't support ppc without FPU)Andreas Tobler4-40/+202