aboutsummaryrefslogtreecommitdiff
path: root/libffi
AgeCommit message (Expand)AuthorFilesLines
2007-06-02configure: Regenerate.Paolo Bonzini2-34/+44
2007-05-24ltmain.sh: Update from ToT Libtool.Steve Ellcey6-634/+12741
2007-05-10ffi.c (ffi_prep_incoming_args_SYSV, [...]): New, add closure support.Roman Zippel4-1/+184
2007-05-10configure.ac (HAVE_AS_CFI_PSEUDO_OP): New test.Roman Zippel5-0/+105
2007-05-10ffi.c (ffi_prep_args,ffi_prep_cif_machdep): Fix numerous test suite failures.Roman Zippel3-69/+98
2007-04-13Makefile.am (EXTRA_DIST): Bring up to date.Paolo Bonzini4-9/+17
2007-04-06configure.ac: Tidy target case.Richard Henderson9-135/+328
2007-04-06re PR libffi/31491 (libffi: bug in example program)Tom Tromey2-1/+6
2007-04-03closures.c: Include sys/statfs.h.Jakub Jelinek2-1/+73
2007-03-24return_fl2.c (return_fl): Mark as static.Uros Bizjak2-6/+17
2007-03-08ffi.c (flush_icache): Fix left-over from previous patch.Alexandre Oliva2-8/+11
2007-03-07ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva23-144/+832
2007-03-07dlmalloc.c: New file, imported version 2.8.3 of Doug Lea's malloc.Alexandre Oliva2-0/+5066
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