summaryrefslogtreecommitdiff
path: root/libffi
Commit message (Expand)AuthorAgeFilesLines
* Mark ChangeLogGabriel Dos Reis2005-12-011-0/+4
* re PR target/23404 (gij trashes args of functions with more than 8 fp args)Alan Modra2005-08-252-2/+11
* Mark ChangeLogMark Mitchell2005-05-191-0/+4
* re PR libffi/21285 (gij fails to handle NullPointerException exception)Richard Henderson2005-05-092-50/+59
* Mark ChangeLogMark Mitchell2004-11-051-0/+4
* re PR other/18138 (libgcc_s.so.1 not found by 64-bit testsuite)Eric Botcazou2004-10-252-1/+6
* re PR libffi/17465 (Testsuite in libffi overrides LD_LIBRARY_PATH)H.J. Lu2004-09-142-9/+24
* Mark ChangeLogMark Mitchell2004-09-061-0/+4
* Mark ChangeLogMark Mitchell2004-07-011-0/+4
* unix.S (ffi_call_unix): Insert group barrier break fp_done.Jakub Jelinek2004-06-102-2/+10
* re PR bootstrap/15120 ([3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' ...Kaz Kojima2004-05-181-1/+1
* Patch from Joe Buck for alpha-dec-osf5.1 build failure.Joe Buck2004-04-263-132/+236
* Mark ChangeLogMark Mitchell2004-04-191-0/+4
* ffi.c (ffi_prep_args64): Correct long double handling.Alan Modra2004-03-128-102/+158
* 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
* 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
* cls_align_pointer.c: Cast pointers to size_t instead of int.Richard Henderson2003-12-102-4/+9
* many_win32.c: Include <float.h>.Hosaka Yuji2003-12-0412-1/+999
* re PR libffi/13221 (libffi's closure couldn't pass sequence of char and/or sh...Hosaka Yuji2003-12-022-4/+10
* re PR libffi/13221 (libffi's closure couldn't pass sequence of char and/or sh...Andreas Tobler2003-12-018-1/+538
* ffitest.h: Include <fcntl.h>.Kaveh R. Ghazi2003-11-263-0/+7
* Makefile.in: Rebuilt.Andreas Tobler2003-11-224-113/+248
* acinclude.m4: Add AC_FUNC_MMAP_BLACKLIST.Andreas Jaeger2003-11-2152-261/+981
* libffi-dg.exp: Make the -lgcc_s conditional.Andreas Tobler2003-11-202-1/+10
* libffi-dg.exp: Add DYLD_LIBRARY_PATH for darwin.Andreas Tobler2003-11-192-2/+12
* re PR libffi/11147 (fficonfig.h is abi-specific)Andreas Tobler2003-11-127-88/+178
* closure_fn0.c: Print result and check with dg-output to make debugging easier.Andreas Tobler2003-11-0939-193/+221
* cls_9byte2.c: New test case.Andreas Tobler2003-11-0814-0/+1154
* cls_double.c: Do a check on the result.Andreas Tobler2003-11-087-18/+30
* prep_cif.c (ffi_prep_cif): Move the validity check after the initialization.Andreas Tobler2003-11-062-3/+10
* java_raw_api.c (ffi_java_ptrarray_to_raw): Replace FFI_ASSERT(FALSE) with FFI...Andreas Tobler2003-10-232-1/+6
* ffitarget.h: Replace undefined UINT32 and friends with __attribute__((__mode_...David Daney2003-10-222-4/+9
* * src/ia64/ffi.c: Replace FALSE/TRUE with false/true.Andreas Schwab2003-10-222-13/+17
* remove unnecessary files.Andreas Tobler2003-10-212-149/+0
* commit missing adds.Andreas Tobler2003-10-2111-0/+756
* [multiple changes]Andreas Tobler2003-10-2144-1077/+657
* ffi.c: Use _ABIN32, _ABIO32 instead of external _MIPS_SIM_NABI32, _MIPS_SIM_A...Rainer Orth2003-10-202-10/+15
* ffi_darwin.c (ffi_prep_args): Declare bytes again.Andreas Tobler2003-10-202-0/+6
* types.c (double, longdouble): Default POWERPC64 to 8 byte size and align.Alan Modra2003-10-142-1/+6
* ffi_mips.h: Define FFI_MIPS_N32 for N32/N64 ABIs, FFI_MIPS_O32 for O32 ABI.Rainer Orth2003-10-062-6/+7
* libffi-dg.exp: Set LD_LIBRARY_PATH_64 for SPARC64.Andreas Tobler2003-10-012-13/+19
* closure_fn0.c: Xfail mips, arm, strongarm, xscale.Andreas Tobler2003-09-1931-349/+383
* aix.S: Cleanup whitespaces.David Edelsohn2003-09-183-23/+27
* darwin.S: Cleanup whitespaces, comment formatting.Andreas Tobler2003-09-184-224/+225
* types.c (double): Add AIX and Darwin to the right TYPEDEF.Andreas Tobler2003-09-185-184/+184
* ffi.c (ffi_prep_args): Take account into the alignement for the register size.Kaz Kojima2003-09-183-20/+32