aboutsummaryrefslogtreecommitdiff
path: root/libffi/ChangeLog
AgeCommit message (Expand)Author
2007-05-14Mark ChangeLogMark Mitchell
2007-04-20configure.ac (alpha*-*-*): Define HAVE_LONG_DOUBLE.Richard Henderson
2007-02-13ffi.c (ffi_prep_args, [...]): Add long double handling.Andreas Krebbel
2006-10-10configure.ac [...]: Set X86_DARWIN symbol and conditional.Paolo Bonzini
2006-09-12re PR libffi/23935 ($PREFIX/include/ffi.h needs to go to a target- and -versi...David Daney
2006-08-17ffi_common.h (struct): Revert accidental commit.Andreas Tobler
2006-08-15ffi_common.h: Remove lint directives.Andreas Tobler
2006-07-25ffi.h.in (ffi_type_ulong, [...]): Define correctly for 32-bit architectures.Torsten Schoenfeld
2006-07-19closure_fn6.c: Remove xfail for mips, xfail remains for mips64.David Daney
2006-05-24Makefile.am: Add install-html target.Carlos O'Donell
2006-05-19ffi.c (ffi_prep_args_pa32): Load floating point arguments from stack slot.John David Anglin
2006-04-22README: Remove notice about 'Crazy Comments'.Andreas Tobler
2006-04-13hpux32.S: Correct unwind offset calculation for ffi_closure_pa32.Andreas Tobler
2006-04-12Fix IA-64 problems with denorms getting clobbered by type conversions.James E Wilson
2006-04-10libjava.exp (libjava_init): Recognize multilib directory names containing und...Matthias Klose
2006-04-07For PR 26483, IA-64 denorm failure due to unwanted rounding.James E Wilson
2006-04-05Makefile.am: Add PA_HPUX port.John David Anglin
2006-03-24ffitarget.h (enum ffi_abi): Add FFI_LINUX.Alan Modra
2006-03-15ffi.c (ffi_prep_cif_machdep): Handle float arguments passed with FP registers...Kaz Kojima
2006-03-01unwindtest.cc (closure_test_fn): Mark cif, args and userdata unused.Andreas Tobler
2006-03-01call.exp: Adjust FSF address.Andreas Tobler
2006-02-22sysv.S: Fix register numbers in the FDE for ffi_closure_SYSV.Kaz Kojima
2006-02-20libffi: testsuite fix for ix86.Andreas Tobler
2006-02-18ffi.c (ffi_closure_helper_SYSV): Remove unused variable and cast integer to v...Kaz Kojima
2006-02-17re PR target/25630 (darwin-ppc, wrong alignment of nested structs)Andreas Tobler
2006-02-16return_dbl.c: New test case.Andreas Tobler
2006-02-16nested_struct2.c: Remove ffi_type_mylong definition.Andreas Tobler
2006-01-21configure.ac: Enable libffi for sparc64-*-freebsd*.Andreas Tobler
2006-01-18sysv.S (smst_two_register): Don't call __ashldi3, instead do the shifting inl...Jakub Jelinek
2005-12-07ffitarget.h: Remove obsolete sgidefs.h include.Thiemo Seufer
2005-12-03ffi.c: Formatting.Alan Modra
2005-10-01libffi-dg.exp (libffi_target_compile): For darwin, use -shared-libgcc not -lg...Geoffrey Keating
2005-09-26float1.c (value_type): New typedef.Tom Tromey
2005-08-25re PR target/23404 (gij trashes args of functions with more than 8 fp args)Alan Modra
2005-08-11configure.ac (HAVE_HIDDEN_VISIBILITY_ATTRIBUTE): New test.Jakub Jelinek
2005-08-10re PR libffi/21819 (i*86-*-gnu* not enabled in configure.ac)Alfred M. Szmidt
2005-08-09ppc_closure.S (ffi_closure_SYSV): Use DW_CFA_offset_extended_sf rather than D...Jakub Jelinek
2005-07-22sysv.S (ffi_call_SYSV): Stop argument popping correctly on sh3.SUGIOKA Toshinobu
2005-07-20ffi.c (ffi_call): Handle small structures correctly.Kaz Kojima
2005-07-192005-07-19 Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler
2005-07-10cls_5_1_byte.c: New test file.Andreas Tobler
2005-07-06ffi.c (ffi_struct_type): Rename FFI_TYPE_SMALL_STRUCT1 as FFI_TYPE_SMALL_STRU...Randolph Chung
2005-06-15re PR libffi/21943 (O32 libffi.so fails to link on IRIX 6)Rainer Orth
2005-06-14configure.ac: Treat i*86-*-solaris2.10 and up as X86_64.Rainer Orth
2005-06-01ppc_closure.S (ffi_closure_SYSV): Don't use JUMPTARGET to call ffi_closure_he...Alan Modra
2005-05-18Fixup the date of last entryR. Kelley Cook
2005-05-18configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.Kelley Cook
2005-05-10* configure: Regenerate.Mike Stump
2005-05-08re PR libffi/21285 (gij fails to handle NullPointerException exception)Richard Henderson
2005-05-04ffi64.c (ffi_prep_cif_machdep): Save sse-used flag in bit 11 of flags.Richard Henderson