aboutsummaryrefslogtreecommitdiff
path: root/libffi
AgeCommit message (Expand)AuthorFilesLines
2004-09-14re PR libffi/17465 (Testsuite in libffi overrides LD_LIBRARY_PATH)H.J. Lu2-9/+24
2004-09-05many_win32.c: Remove whitespaces.Andreas Tobler6-36/+37
2004-09-05darwin.S: Fix comments and identation.Andreas Tobler3-49/+54
2004-09-02ffi_darwin.c: Add flag for longdouble return values.Andreas Tobler5-23/+119
2004-09-02004-09-02 Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler10-268/+272
2004-08-30Fix brown-bag typo in ChangeLog entry.Anthony Green1-1/+1
2004-08-30Makefile.am: Add frv support.Anthony Green13-89/+693
2004-08-25closure_fn0.c: Xfail mips64* instead of mips*.David Daney59-59/+133
2004-08-23re PR libffi/13141 (FAIL: InvokeReturn output - source compiled test <libffi ...David Daney4-44/+139
2004-08-15ffi.c (ffi_pref_cif_machdep): set `cif->flags' to contain `FFI_TYPE_UINT64' a...Casey Marshall4-3/+310
2004-08-10ffi64.c (ffi_prep_args ): 8-align all stack arguments.Andrew Haley2-0/+6
2004-08-03configure.in: Turn mt-linux into mt-gnu.Robert Millan3-14/+19
2004-08-03acinclude.m4 (AC_FUNC_MMAP_BLACKLIST): Check for <sys/mman.h> and mmap() expl...Maciej W. Rozycki3-4/+255
2004-07-11ffi.c (ffi_prep_args): Fix C aliasing violation.Ulrich Weigand2-10/+13
2004-06-30ffi_darwin.c (flush_icache): ';' is a comment character on Darwin, use '\n\t'...Geoffrey Keating2-5/+10
2004-06-26libtool-version: Fix typo in revision/age.Matthias Klose2-1/+5
2004-06-18Fix incorrect year for some ChangeLog entries.R. Kelley Cook1-2/+2
2004-06-17libtool-version: New.Matthias Klose4-2/+14
2004-06-15configure.ac: New name of configure.in.Paolo Bonzini9-1031/+1103
2004-06-15Added .cvsignore entry for autom4te.cache to boehm-gc, libffi andPaolo Bonzini2-0/+5
2004-06-10unix.S (ffi_call_unix): Insert group barrier break fp_done.Jakub Jelinek2-2/+10
2004-06-07configure.ac: Add x86_64-*-freebsd* support.Sean McNeil3-4/+9
2004-05-18re PR bootstrap/15120 ([3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' ...Kaz Kojima1-1/+1
2004-04-26Bug 15093Joe Buck3-281/+835
2004-04-27Patch 14922Matt Austern3-2/+16
2004-04-24cls_multi_schar.c (main): Fix initialization error.Andreas Tobler4-4/+11
2004-03-20linux.S: Fix typo.Matthias Klose2-1/+5
2004-03-19[multiple changes]Matthias Klose10-63/+1067
2004-03-16types.c: Fix alignment size of X86_WIN32 case int64 and double.Hosaka Yuji4-7/+93
2004-03-15configure.in: Rename file to ...Kelley Cook6-18/+27
2004-03-12Enabled linkonce support for Darwin.Matt Austern1-0/+6
2004-03-12Enabled linkonce support for Darwin.Matt Austern2-11/+13
2004-03-11Makefile.am (AUTOMAKE_OPTIONS): Set them.Andreas Tobler9-3412/+8601
2004-03-11ffi.c (ffi_prep_incoming_args_UNIX): Get floating point arguments from fp reg...Andreas Schwab2-8/+13
2004-03-09* configure: Regenerate for config/accross.m4 correction.Hans-Peter Nilsson2-2/+6
2004-02-26ffi.c (ffi_prep_args_SYSV): Change ecif->cif->bytes to bytes.Matt Kraai2-7/+15
2004-02-09* src/types.c (pointer): POWERPC64 has 8 byte pointers.Alan Modra2-1/+3
2004-02-09ffi.c (ffi_prep_args64): Correct long double handling.Alan Modra5-19/+48
2004-02-08ffi.c (ffi_prep_cif_machdep <FFI_LINUX64>): Correct long double function retu...Alan Modra4-82/+110
2004-02-07* src/types.c: Use 16 byte long double for POWERPC64.Alan Modra2-1/+5
2004-01-25ffi.c (ffi_prep_args_v9): Shift the parameter array when the structure return...Eric Botcazou5-95/+219
2004-01-24pyobjc-tc.c (main): Treat result value as of type ffi_arg.Andreas Tobler3-2/+8
2004-01-22cls_uint.c (cls_ret_uint_fn): Treat result value as of type ffi_arg, not unsi...Ulrich Weigand2-2/+7
2004-01-21ffi64.c (ffi_prep_args): Cast the RHS of an assignment instead of the LHS.Michael Ritzert2-9/+14
2004-01-15configure.in: Add in AC_PREREQ(2.13)Kelley Cook2-0/+5
2004-01-12libffi-dg.exp: Set LD_LIBRARY_PATH_32 for Solaris.Andreas Tobler2-2/+10
2004-01-08ffitest.h (allocate_mmap): Cast MAP_FAILED to void *.Rainer Orth2-1/+6
2003-12-10cls_align_pointer.c: Cast pointers to size_t instead of int.Richard Henderson2-4/+9
2003-12-04many_win32.c: Include <float.h>.Hosaka Yuji12-1/+999
2003-12-02re PR libffi/13221 (libffi's closure couldn't pass sequence of char and/or sh...Hosaka Yuji2-4/+10