summaryrefslogtreecommitdiff
path: root/libffi
Commit message (Expand)AuthorAgeFilesLines
* 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
* *** empty log message ***Andreas Tobler2003-09-0458-0/+4385
* 003-09-04 Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler2003-09-045-233/+395
* ffi.c (OFS_INT16): Set 0 for little endian case.Kaz Kojima2003-08-132-2/+7
* ffi.c (ffi_prep_args64): Modify for changed gcc structure passing.Alan Modra2003-08-024-95/+81
* re PR libffi/11410 (ffitest failures on Solaris 8/SPARC)Andreas Tobler2003-07-303-17/+32
* README: Note that libffi is not part of GCC.Gerald Pfeifer2003-07-112-3/+12
* ppc_closure.S: Include ffi.h.Franz Sirl2003-06-192-0/+5
* sysv.S: Avoid gas-only .uleb128/.sleb128 directives.Rainer Orth2003-06-132-30/+35
* Makefile.am: Add SHmedia support.Kaz Kojima2003-06-138-4/+993
* configure.in (HAVE_RO_EH_FRAME): Check whether .eh_frame section should be re...Jakub Jelinek2003-05-1715-63/+198
* Solaris 7 .register fix.Jeff Sturm2003-05-085-21/+88
* configure.in (powerpc64*-*-linux*): Remove.Jakub Jelinek2003-04-1812-118/+992
* configure.in (arm-*-netbsdelf*): Add configuration.Richard Earnshaw2003-04-163-0/+7
* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.Alexandre Oliva2003-04-111-1/+1
* * include/Makefile.in: Regenerate.Loren J. Rittle2003-04-052-3/+9
* configure.in: Avoid trailing /.Andreas Schwab2003-03-241-0/+5
* ffi.h.in: Define X86 instead of X86_64 in 32 bit mode.Zdenek Dvorak2003-03-213-29/+32
* configure.in: Avoid trailing /.Andreas Schwab2003-03-122-2/+10
* Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler2003-03-102-91/+162
* configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to config.status.Alexandre Oliva2003-02-203-92/+114
* darwin_closure.S: Fix alignement bug, allocate 8 bytes for the result.Andreas Tobler2003-02-074-64/+77