summaryrefslogtreecommitdiff
path: root/libffi
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 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
* libffi-dg.exp (libffi_target_compile): Search in srcdir for ffi_mips.h.Rainer Orth2003-09-172-1/+7
* prep_cif.c (initialize_aggregate): Include tail padding in structure size.Alan Modra2003-09-124-3/+21
* types.c (double, longdouble): Merge identical SH and ARM typedefs, and add PO...Alan Modra2003-09-114-13/+17
* 2003-09-09 Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler2003-09-092-2/+19
* * libtool.m4 (LD): Correct powerpc64 host match.Alan Modra2003-09-092-1/+5
* Makefile.am: Remove build rules for ffitest.Andreas Tobler2003-09-043-42/+17
* sorry forgot the changelog.Andreas Tobler2003-09-041-0/+5
* java_raw_api.c: Include <stdlib.h> to fix compiler warning about implicit dec...Andreas Tobler2003-09-041-0/+1
* Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler2003-09-041-3/+8