aboutsummaryrefslogtreecommitdiff
path: root/libffi
AgeCommit message (Expand)AuthorFilesLines
2007-03-01Makefile.am: Add dummy install-pdf target.Brooks Moses3-4/+11
2007-02-13ffi.c (ffi_prep_args, [...]): Add long double handling.Andreas Krebbel2-0/+32
2007-02-02linux64.S (ffi_call_LINUX64): Move restore of r2 immediately after bctrl inst...Jakub Jelinek2-2/+10
2007-01-18Makefile.am (all-recursive, [...]): Add missing targets.Alexandre Oliva3-0/+22
2007-01-17aclocal.m4: Regenerate to use multi.m4.Jack Howarth6-86/+23
2006-12-14configure.ac: Add TARGET for x86_64-*-darwin*.Andreas Tobler10-77/+509
2006-12-13aclocal.m4: Regenerate with aclocal -I ..Andreas Tobler2-6377/+6
2006-11-01Fix date on ChangeLog entryGeoffrey Keating1-1/+1
2006-11-01In gcc/: PR 23067Geoffrey Keating4-7/+66
2006-10-10configure.ac [...]: Set X86_DARWIN symbol and conditional.Paolo Bonzini10-58/+537
2006-09-12re PR libffi/23935 ($PREFIX/include/ffi.h needs to go to a target- and -versi...David Daney6-56/+6455
2006-08-17ffi_common.h (struct): Revert accidental commit.Andreas Tobler2-1/+5
2006-08-15ffi_common.h: Remove lint directives.Andreas Tobler3-28/+33
2006-07-25ffi.h.in (ffi_type_ulong, [...]): Define correctly for 32-bit architectures.Torsten Schoenfeld3-3/+55
2006-07-19closure_fn6.c: Remove xfail for mips, xfail remains for mips64.David Daney2-1/+6
2006-05-24Makefile.am: Add install-html target.Carlos O'Donell6-360/+174
2006-05-19ffi.c (ffi_prep_args_pa32): Load floating point arguments from stack slot.John David Anglin2-6/+11
2006-04-22README: Remove notice about 'Crazy Comments'.Andreas Tobler18-1591/+110
2006-04-13hpux32.S: Correct unwind offset calculation for ffi_closure_pa32.Andreas Tobler3-3/+9
2006-04-12Fix IA-64 problems with denorms getting clobbered by type conversions.James E Wilson2-35/+60
2006-04-10libjava.exp (libjava_init): Recognize multilib directory names containing und...Matthias Klose2-1/+6
2006-04-07For PR 26483, IA-64 denorm failure due to unwanted rounding.James E Wilson2-0/+64
2006-04-05Makefile.am: Add PA_HPUX port.John David Anglin11-268/+915
2006-03-24ffitarget.h (enum ffi_abi): Add FFI_LINUX.Alan Modra6-163/+219
2006-03-15ffi.c (ffi_prep_cif_machdep): Handle float arguments passed with FP registers...Kaz Kojima3-12/+46
2006-03-01unwindtest.cc (closure_test_fn): Mark cif, args and userdata unused.Andreas Tobler5-11/+30
2006-03-01call.exp: Adjust FSF address.Andreas Tobler75-146/+335
2006-02-22sysv.S: Fix register numbers in the FDE for ffi_closure_SYSV.Kaz Kojima2-5/+10
2006-02-20libffi: testsuite fix for ix86.Andreas Tobler2-1/+6
2006-02-18ffi.c (ffi_closure_helper_SYSV): Remove unused variable and cast integer to v...Kaz Kojima2-3/+10
2006-02-17re PR target/25630 (darwin-ppc, wrong alignment of nested structs)Andreas Tobler3-2/+8
2006-02-16return_dbl.c: New test case.Andreas Tobler9-0/+381
2006-02-16nested_struct2.c: Remove ffi_type_mylong definition.Andreas Tobler10-11/+942
2006-01-21configure.ac: Enable libffi for sparc64-*-freebsd*.Andreas Tobler3-2/+7
2006-01-18sysv.S (smst_two_register): Don't call __ashldi3, instead do the shifting inl...Jakub Jelinek3-36/+46
2005-12-07ffitarget.h: Remove obsolete sgidefs.h include.Thiemo Seufer4-156/+195
2005-12-03ffi.c: Formatting.Alan Modra2-257/+345
2005-10-31.cvsignore are not needed for subversion, remove them.Andreas Jaeger1-1/+0
2005-10-01libffi-dg.exp (libffi_target_compile): For darwin, use -shared-libgcc not -lg...Geoffrey Keating2-2/+12
2005-09-26float1.c (value_type): New typedef.Tom Tromey4-5/+41
2005-08-25re PR target/23404 (gij trashes args of functions with more than 8 fp args)Alan Modra2-2/+11
2005-08-11configure.ac (HAVE_HIDDEN_VISIBILITY_ATTRIBUTE): New test.Jakub Jelinek9-116/+433
2005-08-10re PR libffi/21819 (i*86-*-gnu* not enabled in configure.ac)Alfred M. Szmidt3-0/+8
2005-08-09ppc_closure.S (ffi_closure_SYSV): Use DW_CFA_offset_extended_sf rather than D...Jakub Jelinek3-4/+11
2005-07-22sysv.S (ffi_call_SYSV): Stop argument popping correctly on sh3.SUGIOKA Toshinobu3-40/+78
2005-07-20ffi.c (ffi_call): Handle small structures correctly.Kaz Kojima4-54/+119
2005-07-192005-07-19 Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler1-0/+19
2005-07-19Makefile.am (nodist_libffi_la_SOURCES): Add POWERPC_FREEBSD.Andreas Tobler10-53/+229
2005-07-10cls_5_1_byte.c: New test file.Andreas Tobler4-0/+366
2005-07-06ffi.c (ffi_struct_type): Rename FFI_TYPE_SMALL_STRUCT1 as FFI_TYPE_SMALL_STRU...Randolph Chung4-34/+101