summaryrefslogtreecommitdiff
path: root/libffi
Commit message (Expand)AuthorAgeFilesLines
* configure.ac [...]: Set X86_DARWIN symbol and conditional.Paolo Bonzini2006-10-1010-58/+537
* re PR libffi/23935 ($PREFIX/include/ffi.h needs to go to a target- and -versi...David Daney2006-09-126-56/+6455
* ffi_common.h (struct): Revert accidental commit.Andreas Tobler2006-08-172-1/+5
* ffi_common.h: Remove lint directives.Andreas Tobler2006-08-153-28/+33
* ffi.h.in (ffi_type_ulong, [...]): Define correctly for 32-bit architectures.Torsten Schoenfeld2006-07-253-3/+55
* closure_fn6.c: Remove xfail for mips, xfail remains for mips64.David Daney2006-07-192-1/+6
* Makefile.am: Add install-html target.Carlos O'Donell2006-05-246-360/+174
* ffi.c (ffi_prep_args_pa32): Load floating point arguments from stack slot.John David Anglin2006-05-192-6/+11
* README: Remove notice about 'Crazy Comments'.Andreas Tobler2006-04-2218-1591/+110
* hpux32.S: Correct unwind offset calculation for ffi_closure_pa32.Andreas Tobler2006-04-133-3/+9
* Fix IA-64 problems with denorms getting clobbered by type conversions.James E Wilson2006-04-122-35/+60
* libjava.exp (libjava_init): Recognize multilib directory names containing und...Matthias Klose2006-04-102-1/+6
* For PR 26483, IA-64 denorm failure due to unwanted rounding.James E Wilson2006-04-072-0/+64
* Makefile.am: Add PA_HPUX port.John David Anglin2006-04-0511-268/+915
* ffitarget.h (enum ffi_abi): Add FFI_LINUX.Alan Modra2006-03-246-163/+219
* ffi.c (ffi_prep_cif_machdep): Handle float arguments passed with FP registers...Kaz Kojima2006-03-153-12/+46
* unwindtest.cc (closure_test_fn): Mark cif, args and userdata unused.Andreas Tobler2006-03-015-11/+30
* call.exp: Adjust FSF address.Andreas Tobler2006-03-0175-146/+335
* sysv.S: Fix register numbers in the FDE for ffi_closure_SYSV.Kaz Kojima2006-02-222-5/+10
* libffi: testsuite fix for ix86.Andreas Tobler2006-02-202-1/+6
* ffi.c (ffi_closure_helper_SYSV): Remove unused variable and cast integer to v...Kaz Kojima2006-02-182-3/+10
* re PR target/25630 (darwin-ppc, wrong alignment of nested structs)Andreas Tobler2006-02-173-2/+8
* return_dbl.c: New test case.Andreas Tobler2006-02-169-0/+381
* nested_struct2.c: Remove ffi_type_mylong definition.Andreas Tobler2006-02-1610-11/+942
* configure.ac: Enable libffi for sparc64-*-freebsd*.Andreas Tobler2006-01-213-2/+7
* sysv.S (smst_two_register): Don't call __ashldi3, instead do the shifting inl...Jakub Jelinek2006-01-183-36/+46
* ffitarget.h: Remove obsolete sgidefs.h include.Thiemo Seufer2005-12-074-156/+195
* ffi.c: Formatting.Alan Modra2005-12-032-257/+345
* .cvsignore are not needed for subversion, remove them.Andreas Jaeger2005-10-311-1/+0
* libffi-dg.exp (libffi_target_compile): For darwin, use -shared-libgcc not -lg...Geoffrey Keating2005-10-012-2/+12
* float1.c (value_type): New typedef.Tom Tromey2005-09-264-5/+41
* re PR target/23404 (gij trashes args of functions with more than 8 fp args)Alan Modra2005-08-252-2/+11
* configure.ac (HAVE_HIDDEN_VISIBILITY_ATTRIBUTE): New test.Jakub Jelinek2005-08-119-116/+433
* re PR libffi/21819 (i*86-*-gnu* not enabled in configure.ac)Alfred M. Szmidt2005-08-103-0/+8
* ppc_closure.S (ffi_closure_SYSV): Use DW_CFA_offset_extended_sf rather than D...Jakub Jelinek2005-08-093-4/+11
* sysv.S (ffi_call_SYSV): Stop argument popping correctly on sh3.SUGIOKA Toshinobu2005-07-223-40/+78
* ffi.c (ffi_call): Handle small structures correctly.Kaz Kojima2005-07-204-54/+119
* 2005-07-19 Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler2005-07-191-0/+19
* Makefile.am (nodist_libffi_la_SOURCES): Add POWERPC_FREEBSD.Andreas Tobler2005-07-1910-53/+229
* cls_5_1_byte.c: New test file.Andreas Tobler2005-07-104-0/+366
* ffi.c (ffi_struct_type): Rename FFI_TYPE_SMALL_STRUCT1 as FFI_TYPE_SMALL_STRU...Randolph Chung2005-07-064-34/+101
* re PR libffi/21943 (O32 libffi.so fails to link on IRIX 6)Rainer Orth2005-06-153-2/+10
* configure.ac: Treat i*86-*-solaris2.10 and up as X86_64.Rainer Orth2005-06-143-0/+7
* ppc_closure.S (ffi_closure_SYSV): Don't use JUMPTARGET to call ffi_closure_he...Alan Modra2005-06-013-2/+8
* Fixup the date of last entryR. Kelley Cook2005-05-181-1/+1
* configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.Kelley Cook2005-05-189-112/+816
* * configure: Regenerate.Mike Stump2005-05-102-1/+5
* re PR libffi/21285 (gij fails to handle NullPointerException exception)Richard Henderson2005-05-082-45/+54
* ffi64.c (ffi_prep_cif_machdep): Save sse-used flag in bit 11 of flags.Richard Henderson2005-05-043-52/+107
* Fix typo in previous patch.Ralf Corsepius2005-04-292-2/+2