summaryrefslogtreecommitdiff
path: root/libffi
Commit message (Expand)AuthorAgeFilesLines
* 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
* ffi_darwin.c: Remove RCS version string.Geoffrey Keating2003-01-103-4/+5
* ffi.h.in: Add closure defines for SPARC, SPARC64.Jeff Sturm2003-01-036-8/+327
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-165-274/+287
* ffi.h.in: Added FFI_STDCALL ffi_type enumeration for X86_WIN32.Ranjit Mathew2002-12-065-5/+250
* * src/s390/sysv.S (.eh_frame section): Make section read-only.Ulrich Weigand2002-11-272-2/+6
* Fix Portable .NET bug with IA-64 pointer size.Jim Wilson2002-11-262-1/+6
* s390.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.Ulrich Weigand2002-11-152-8/+20
* * configure.in: Look for common files in the right place.DJ Delorie2002-11-113-3/+8
* java_raw_api.c (ffi_java_raw_to_ptrarray): Interpret raw data as _Jv_word val...Ulrich Weigand2002-10-084-29/+102
* * src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.Andreas Jaeger2002-10-022-2/+4
* * include/ffi.h.in: Fix i386 win32 compilation.Bo Thorsen2002-10-012-1/+5
* configure.in: Add s390x-*-linux-* target.Ulrich Weigand2002-09-308-636/+1030
* * src/arm/sysv.S: Fix typo.Richard Earnshaw2002-09-292-1/+5
* sysv.S: If we don't have machine/asm.h and the pre-processor has defined...Richard Earnshaw2002-09-282-0/+21
* ffi.h.in: Fix multilib x86-64 support.Bo Thorsen2002-09-272-15/+13
* Makefile.am (all-multi): Fix multilib parallel build.Kaveh R. Ghazi2002-09-233-2/+6
* configure, configure: Rebuilt.Alexandre Oliva2002-08-141-138/+174
* configure.in (sh[34]*-*-linux*): Add brackets.Kaz Kojima2002-07-193-2/+7
* Makefile.am: Add SH support.Kaz Kojima2002-07-199-68/+1526
* Forgot this file.Bo Thorsen2002-07-191-4/+0
* [multiple changes]Bo Thorsen2002-07-1917-160/+1174
* Makefile.am (TARGET_SRC_MIPS_LINUX): New.H.J. Lu2002-07-186-156/+197
* * src/s390/sysv.S: Save/restore %r6. Add DWARF-2 unwind info.Ulrich Weigand2002-06-062-3/+69
* Fix last commit. Sorry about that.Bo Thorsen2002-05-282-29/+25
* * src/x86/ffi.c (ffi_prep_args): Remove reference to avn.Roger Sayle2002-05-282-1/+5
* ffi.c (ffi_prep_args): Remove unused variable and fix formatting.Bo Thorsen2002-05-272-52/+51
* ffi_darwin.c (ffi_prep_closure): Declare fd at beginning of function (for old...Andreas Tobler2002-05-132-2/+8
* configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at script entry, and se...Alexandre Oliva2002-05-083-135/+166
* configure.in (sparc64-*-netbsd*): Add target.Jason Thorpe2002-05-053-4/+10
* configure.in, configure: Fix SPARC test in previous change.David S. Miller2002-04-283-2/+6
* Makefile.am: Add Linux for S/390 support.Gerhard Tonn2002-04-299-71/+867
* configure.in (HAVE_AS_SPARC_UA_PCREL): Check for working %r_disp32().Jakub Jelinek2002-04-286-0/+90
* java_raw_api.c (ffi_java_raw_size): Handle FFI_TYPE_DOUBLE correctly.Hans Boehm2002-04-084-10/+44