aboutsummaryrefslogtreecommitdiff
path: root/libffi/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2004-04-26Bug 15093Joe Buck1-0/+7
2004-04-27Patch 14922Matt Austern1-0/+6
2004-04-24cls_multi_schar.c (main): Fix initialization error.Andreas Tobler1-1/+8
2004-03-20linux.S: Fix typo.Matthias Klose1-0/+4
2004-03-19[multiple changes]Matthias Klose1-0/+19
2004-03-16types.c: Fix alignment size of X86_WIN32 case int64 and double.Hosaka Yuji1-1/+14
2004-03-15configure.in: Rename file to ...Kelley Cook1-0/+9
2004-03-12Enabled linkonce support for Darwin.Matt Austern1-0/+6
2004-03-11Makefile.am (AUTOMAKE_OPTIONS): Set them.Andreas Tobler1-0/+20
2004-03-11ffi.c (ffi_prep_incoming_args_UNIX): Get floating point arguments from fp reg...Andreas Schwab1-0/+6
2004-03-09* configure: Regenerate for config/accross.m4 correction.Hans-Peter Nilsson1-0/+4
2004-02-26ffi.c (ffi_prep_args_SYSV): Change ecif->cif->bytes to bytes.Matt Kraai1-0/+6
2004-02-09* src/types.c (pointer): POWERPC64 has 8 byte pointers.Alan Modra1-0/+2
2004-02-09ffi.c (ffi_prep_args64): Correct long double handling.Alan Modra1-0/+9
2004-02-08ffi.c (ffi_prep_cif_machdep <FFI_LINUX64>): Correct long double function retu...Alan Modra1-0/+13
2004-02-07* src/types.c: Use 16 byte long double for POWERPC64.Alan Modra1-0/+4
2004-01-25ffi.c (ffi_prep_args_v9): Shift the parameter array when the structure return...Eric Botcazou1-0/+29
2004-01-24pyobjc-tc.c (main): Treat result value as of type ffi_arg.Andreas Tobler1-0/+6
2004-01-22cls_uint.c (cls_ret_uint_fn): Treat result value as of type ffi_arg, not unsi...Ulrich Weigand1-0/+5
2004-01-21ffi64.c (ffi_prep_args): Cast the RHS of an assignment instead of the LHS.Michael Ritzert1-8/+13
2004-01-12libffi-dg.exp: Set LD_LIBRARY_PATH_32 for Solaris.Andreas Tobler1-0/+5
2004-01-08ffitest.h (allocate_mmap): Cast MAP_FAILED to void *.Rainer Orth1-0/+5
2003-12-10cls_align_pointer.c: Cast pointers to size_t instead of int.Richard Henderson1-0/+5
2003-12-04many_win32.c: Include <float.h>.Hosaka Yuji1-0/+17
2003-12-02re PR libffi/13221 (libffi's closure couldn't pass sequence of char and/or sh...Hosaka Yuji1-0/+6
2003-12-01re PR libffi/13221 (libffi's closure couldn't pass sequence of char and/or sh...Andreas Tobler1-0/+12
2003-11-26ffitest.h: Include <fcntl.h>.Kaveh R. Ghazi1-0/+5
2003-11-22Makefile.in: Rebuilt.Andreas Tobler1-0/+7
2003-11-21acinclude.m4: Add AC_FUNC_MMAP_BLACKLIST.Andreas Jaeger1-0/+56
2003-11-20libffi-dg.exp: Make the -lgcc_s conditional.Andreas Tobler1-0/+4
2003-11-19libffi-dg.exp: Add DYLD_LIBRARY_PATH for darwin.Andreas Tobler1-0/+5
2003-11-12re PR libffi/11147 (fficonfig.h is abi-specific)Andreas Tobler1-0/+9
2003-11-09closure_fn0.c: Print result and check with dg-output to make debugging easier.Andreas Tobler1-0/+44
2003-11-08cls_9byte2.c: New test case.Andreas Tobler1-0/+16
2003-11-08cls_double.c: Do a check on the result.Andreas Tobler1-0/+9
2003-11-06prep_cif.c (ffi_prep_cif): Move the validity check after the initialization.Andreas Tobler1-1/+6
2003-10-23java_raw_api.c (ffi_java_ptrarray_to_raw): Replace FFI_ASSERT(FALSE) with FFI...Andreas Tobler1-0/+5
2003-10-22ffitarget.h: Replace undefined UINT32 and friends with __attribute__((__mode_...David Daney1-0/+5
2003-10-22* src/ia64/ffi.c: Replace FALSE/TRUE with false/true.Andreas Schwab1-0/+4
2003-10-21[multiple changes]Andreas Tobler1-0/+75
2003-10-20ffi.c: Use _ABIN32, _ABIO32 instead of external _MIPS_SIM_NABI32, _MIPS_SIM_A...Rainer Orth1-0/+5
2003-10-20ffi_darwin.c (ffi_prep_args): Declare bytes again.Andreas Tobler1-0/+5
2003-10-14types.c (double, longdouble): Default POWERPC64 to 8 byte size and align.Alan Modra1-0/+5
2003-10-06ffi_mips.h: Define FFI_MIPS_N32 for N32/N64 ABIs, FFI_MIPS_O32 for O32 ABI.Rainer Orth1-0/+5
2003-10-01libffi-dg.exp: Set LD_LIBRARY_PATH_64 for SPARC64.Andreas Tobler1-0/+5
2003-09-19closure_fn0.c: Xfail mips, arm, strongarm, xscale.Andreas Tobler1-0/+34
2003-09-18aix.S: Cleanup whitespaces.David Edelsohn1-0/+5
2003-09-18darwin.S: Cleanup whitespaces, comment formatting.Andreas Tobler1-0/+6
2003-09-18types.c (double): Add AIX and Darwin to the right TYPEDEF.Andreas Tobler1-0/+16
2003-09-18ffi.c (ffi_prep_args): Take account into the alignement for the register size.Kaz Kojima1-0/+11