aboutsummaryrefslogtreecommitdiff
path: root/libffi
AgeCommit message (Expand)AuthorFilesLines
2010-09-03closures.c (open_temp_exec_file_mnt): Check if getmntent_r returns NULL.Mark Wielaard2-1/+6
2010-08-11Fix up a wrong ChangeLog entry:Jakub Jelinek1-2/+1
2010-08-09configure.ac: Add target powerpc64-*-freebsd*.Andreas Tobler7-4/+20
2010-08-06Remove warningsDan Witte5-14/+22
2010-08-06Add missing commit from patch earlier todayAnthony Green1-0/+182
2010-08-06Add OS/2 SupportDan Witte7-10/+89
2010-08-06Define libffi macros carefullyDan HorĂ¡k5-0/+19
2010-08-06Fix spelling errorsMichael Kohler5-4/+11
2010-08-06Fix SELinux testEvan Phoenix2-1/+5
2010-08-06Improve libffi commentsMatthias Klose3-7/+13
2010-08-06Enable build with microsoft compilerAnthony Green6-259/+457
2010-08-06Enable build with sun compilerOliver Kiddle2-3/+8
2010-08-06Add closure API example to documentationConrad Irwin2-3/+64
2010-07-07sysv.S (ffi_call_SYSV): Align the stack pointer to 16-bytes.Neil Roberts2-0/+8
2010-07-02Makefile.am (AM_MAKEFLAGS): Pass also mandir to submakes.Jakub Jelinek3-0/+7
2010-05-19configure.ac (libffi_cv_as_x86_pcrel): Check for illegal in as output, too.Rainer Orth5-3/+125
2010-04-07tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var...Jakub Jelinek2-2/+5
2010-04-02Update to Automake 1.11.1.Ralf Wildenhues6-14/+23
2010-03-15configure.ac (libffi_cv_as_x86_64_unwind_section_type): New test.Rainer Orth5-0/+53
2010-02-24libffi.texi (The Closure API): Fix typo.Rainer Orth3-534/+6
2010-02-15sysv.S (__ARM_ARCH__): Define for processor __ARM_ARCH_7EM__.Matthias Klose2-1/+7
2010-01-07re PR libffi/40701 (Many libffi tests fail to compile on Tru64 UNIX)Rainer Orth8-1/+32
2010-01-06* src/mips/n32.S: Use .abicalls and .eh_frame with __GNUC__.Rainer Orth2-4/+8
2010-01-01Update README for libffi 3.0.9.Anthony Green2-87/+60
2010-01-01Define HAVE_LONG_DOUBLE appropriately for MIPS.Matthias Klose3-0/+10
2010-01-01xfail tests for AVR32Anthony Green3-1/+8
2010-01-01Fixes for HPUX.Andreas Tobler3-2/+21
2010-01-01Add openbsd support.Andreas Tobler4-3/+14
2010-01-01Update xfails.Anthony Green12-11/+26
2009-12-31Windows patchAnthony Green10-21/+45
2009-12-31New test case.Anthony Green2-0/+348
2009-12-28ffi_darwin.c (ffi_prep_args): Copy abi and nargs to local variables.David Edelsohn2-13/+69
2009-12-26configure.ac: Define FFI_MMAP_EXEC_WRIT for the given targets.Andreas Tobler5-5/+27
2009-12-26ffi.c (ffi_prep_args_SYSV): Advance intarg_count when a float arguments is pa...Andreas Schwab2-176/+186
2009-12-26Fix ChangeLog entry dateAnthony Green1-1/+1
2009-12-26Fix libffi docsMatthias Klose3-2/+7
2009-12-26IRIX supportFrank Everdij6-10/+61
2009-12-26avr32 libffi portBradley Smith8-27/+763
2009-12-21configure.ac: Make i?86 build on FreeBSD and OpenBSD.Andreas Tobler3-2/+7
2009-12-15ffitest.h: Define PRIuPTR on PA HP-UX.John David Anglin2-0/+9
2009-12-14ffi.c (ffi_closure_inner_pa32): Handle FFI_TYPE_LONGDOUBLE type on HP-UX.John David Anglin2-0/+12
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