summaryrefslogtreecommitdiff
path: root/libffi
Commit message (Expand)AuthorAgeFilesLines
* ffi.c (ffi_prep_closure): Set T bit in trampoline for the function returning ...Kaz Kojima2004-10-183-6/+60
* Makefile.am: Add m32r support.Kazuhiro Inaoka2004-10-1311-39/+533
* * testsuite/libffi.call/negint.c: New test case.Kaz Kojima2004-10-022-0/+58
* re PR libffi/17465 (Testsuite in libffi overrides LD_LIBRARY_PATH)H.J. Lu2004-09-142-9/+24
* many_win32.c: Remove whitespaces.Andreas Tobler2004-09-056-36/+37
* darwin.S: Fix comments and identation.Andreas Tobler2004-09-053-49/+54
* ffi_darwin.c: Add flag for longdouble return values.Andreas Tobler2004-09-025-23/+119
* 004-09-02 Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler2004-09-0210-268/+272
* Fix brown-bag typo in ChangeLog entry.Anthony Green2004-08-301-1/+1
* Makefile.am: Add frv support.Anthony Green2004-08-3013-89/+693
* closure_fn0.c: Xfail mips64* instead of mips*.David Daney2004-08-2559-59/+133
* re PR libffi/13141 (FAIL: InvokeReturn output - source compiled test <libffi ...David Daney2004-08-234-44/+139
* ffi.c (ffi_pref_cif_machdep): set `cif->flags' to contain `FFI_TYPE_UINT64' a...Casey Marshall2004-08-154-3/+310
* ffi64.c (ffi_prep_args ): 8-align all stack arguments.Andrew Haley2004-08-102-0/+6
* configure.in: Turn mt-linux into mt-gnu.Robert Millan2004-08-033-14/+19
* acinclude.m4 (AC_FUNC_MMAP_BLACKLIST): Check for <sys/mman.h> and mmap() expl...Maciej W. Rozycki2004-08-033-4/+255
* ffi.c (ffi_prep_args): Fix C aliasing violation.Ulrich Weigand2004-07-112-10/+13
* ffi_darwin.c (flush_icache): ';' is a comment character on Darwin, use '\n\t'...Geoffrey Keating2004-06-302-5/+10
* libtool-version: Fix typo in revision/age.Matthias Klose2004-06-262-1/+5
* Fix incorrect year for some ChangeLog entries.R. Kelley Cook2004-06-181-2/+2
* libtool-version: New.Matthias Klose2004-06-174-2/+14
* configure.ac: New name of configure.in.Paolo Bonzini2004-06-159-1031/+1103
* Added .cvsignore entry for autom4te.cache to boehm-gc, libffi andPaolo Bonzini2004-06-152-0/+5
* unix.S (ffi_call_unix): Insert group barrier break fp_done.Jakub Jelinek2004-06-102-2/+10
* configure.ac: Add x86_64-*-freebsd* support.Sean McNeil2004-06-073-4/+9
* re PR bootstrap/15120 ([3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' ...Kaz Kojima2004-05-181-1/+1
* Bug 15093Joe Buck2004-04-263-281/+835
* Patch 14922Matt Austern2004-04-273-2/+16
* cls_multi_schar.c (main): Fix initialization error.Andreas Tobler2004-04-244-4/+11
* linux.S: Fix typo.Matthias Klose2004-03-202-1/+5
* [multiple changes]Matthias Klose2004-03-1910-63/+1067
* types.c: Fix alignment size of X86_WIN32 case int64 and double.Hosaka Yuji2004-03-164-7/+93
* configure.in: Rename file to ...Kelley Cook2004-03-156-18/+27
* Enabled linkonce support for Darwin.Matt Austern2004-03-121-0/+6
* Enabled linkonce support for Darwin.Matt Austern2004-03-122-11/+13
* Makefile.am (AUTOMAKE_OPTIONS): Set them.Andreas Tobler2004-03-119-3412/+8601
* ffi.c (ffi_prep_incoming_args_UNIX): Get floating point arguments from fp reg...Andreas Schwab2004-03-112-8/+13
* * configure: Regenerate for config/accross.m4 correction.Hans-Peter Nilsson2004-03-092-2/+6
* ffi.c (ffi_prep_args_SYSV): Change ecif->cif->bytes to bytes.Matt Kraai2004-02-262-7/+15
* * src/types.c (pointer): POWERPC64 has 8 byte pointers.Alan Modra2004-02-092-1/+3
* ffi.c (ffi_prep_args64): Correct long double handling.Alan Modra2004-02-095-19/+48
* ffi.c (ffi_prep_cif_machdep <FFI_LINUX64>): Correct long double function retu...Alan Modra2004-02-084-82/+110
* * src/types.c: Use 16 byte long double for POWERPC64.Alan Modra2004-02-072-1/+5
* ffi.c (ffi_prep_args_v9): Shift the parameter array when the structure return...Eric Botcazou2004-01-255-95/+219
* pyobjc-tc.c (main): Treat result value as of type ffi_arg.Andreas Tobler2004-01-243-2/+8
* cls_uint.c (cls_ret_uint_fn): Treat result value as of type ffi_arg, not unsi...Ulrich Weigand2004-01-222-2/+7
* ffi64.c (ffi_prep_args): Cast the RHS of an assignment instead of the LHS.Michael Ritzert2004-01-212-9/+14
* configure.in: Add in AC_PREREQ(2.13)Kelley Cook2004-01-152-0/+5
* libffi-dg.exp: Set LD_LIBRARY_PATH_32 for Solaris.Andreas Tobler2004-01-122-2/+10
* ffitest.h (allocate_mmap): Cast MAP_FAILED to void *.Rainer Orth2004-01-082-1/+6