summaryrefslogtreecommitdiff
path: root/libffi
Commit message (Expand)AuthorAgeFilesLines
* 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
* ffi.c (ffi_closure_helper_SYSV): Add hidden visibility attribute.Jakub Jelinek2003-02-062-3/+12
* Fix wrongly applied last patch.Andreas Jaeger2003-02-012-4/+4
* configure.in: Adjust command to source config-ml.in to account for changes to...Christian Cornelssen2003-01-313-11/+21
* ppc_closure.S: Recode to fit shared libs.Franz Sirl2003-01-292-73/+125
* configure.in (toolexecdir, [...]): Set and AC_SUBST.Alexandre Oliva2003-01-282-177/+220
* ffi.h.in: Enable FFI_CLOSURES for x86_64.Andrew Haley2003-01-284-1/+240
* configure.in (toolexecdir, [...]): Set and AC_SUBST.Alexandre Oliva2003-01-284-10/+25
* Makefile.am (TARGET_SRC_POWERPC_AIX): Fix typo.David Edelsohn2003-01-273-6/+11
* darwin.S (_ffi_call_AIX): Add Augmentation size to unwind info.Andrew Haley2003-01-222-0/+6
* darwin.S: Add unwind info.Andreas Tobler2003-01-213-25/+136
* ffi64.c (ffi_prep_args): Check for void retval.Andrew Haley2003-01-143-3/+52
* ffitest.c (main): Only use ffi_closures if those are supported.Andreas Jaeger2003-01-142-1/+8
* [multiple changes]Tom Tromey2003-01-143-30/+275