aboutsummaryrefslogtreecommitdiff
path: root/libffi/src
AgeCommit message (Expand)AuthorFilesLines
2003-06-19ppc_closure.S: Include ffi.h.Franz Sirl1-0/+1
2003-06-13sysv.S: Avoid gas-only .uleb128/.sleb128 directives.Rainer Orth1-30/+30
2003-06-13Makefile.am: Add SHmedia support.Kaz Kojima2-0/+931
2003-05-17configure.in (HAVE_RO_EH_FRAME): Check whether .eh_frame section should be re...Jakub Jelinek10-62/+120
2003-05-08Solaris 7 .register fix.Jeff Sturm1-1/+3
2003-04-18configure.in (powerpc64*-*-linux*): Remove.Jakub Jelinek6-112/+928
2003-03-21ffi.h.in: Define X86 instead of X86_64 in 32 bit mode.Zdenek Dvorak1-29/+16
2003-03-10Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler1-91/+158
2003-02-07darwin_closure.S: Fix alignement bug, allocate 8 bytes for the result.Andreas Tobler3-64/+68
2003-02-06ffi.c (ffi_closure_helper_SYSV): Add hidden visibility attribute.Jakub Jelinek1-3/+7
2003-01-29ppc_closure.S: Recode to fit shared libs.Franz Sirl1-73/+121
2003-01-28ffi.h.in: Enable FFI_CLOSURES for x86_64.Andrew Haley2-1/+227
2003-01-22darwin.S (_ffi_call_AIX): Add Augmentation size to unwind info.Andrew Haley1-0/+1
2003-01-21darwin.S: Add unwind info.Andreas Tobler2-25/+131
2003-01-14ffi64.c (ffi_prep_args): Check for void retval.Andrew Haley2-3/+46
2003-01-14ffitest.c (main): Only use ffi_closures if those are supported.Andreas Jaeger1-1/+3
2003-01-14[multiple changes]Tom Tromey2-30/+265
2003-01-10ffi_darwin.c: Remove RCS version string.Geoffrey Keating2-4/+0
2003-01-03ffi.h.in: Add closure defines for SPARC, SPARC64.Jeff Sturm4-7/+306
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-14/+113
2002-12-06ffi.h.in: Added FFI_STDCALL ffi_type enumeration for X86_WIN32.Ranjit Mathew3-4/+232
2002-11-27* src/s390/sysv.S (.eh_frame section): Make section read-only.Ulrich Weigand1-2/+2
2002-11-26Fix Portable .NET bug with IA-64 pointer size.Jim Wilson1-1/+2
2002-11-15s390.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.Ulrich Weigand1-8/+16
2002-10-08java_raw_api.c (ffi_java_raw_to_ptrarray): Interpret raw data as _Jv_word val...Ulrich Weigand3-29/+86
2002-10-02* src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.Andreas Jaeger1-2/+0
2002-09-30configure.in: Add s390x-*-linux-* target.Ulrich Weigand4-570/+932
2002-09-29* src/arm/sysv.S: Fix typo.Richard Earnshaw1-1/+1
2002-09-28sysv.S: If we don't have machine/asm.h and the pre-processor has defined...Richard Earnshaw1-0/+15
2002-07-19Makefile.am: Add SH support.Kaz Kojima3-0/+1406
2002-07-19Forgot this file.Bo Thorsen1-4/+0
2002-07-19[multiple changes]Bo Thorsen11-87/+1034
2002-07-18Makefile.am (TARGET_SRC_MIPS_LINUX): New.H.J. Lu1-0/+1
2002-06-06* src/s390/sysv.S: Save/restore %r6. Add DWARF-2 unwind info.Ulrich Weigand1-3/+65
2002-05-28Fix last commit. Sorry about that.Bo Thorsen1-15/+6
2002-05-28* src/x86/ffi.c (ffi_prep_args): Remove reference to avn.Roger Sayle1-1/+1
2002-05-27ffi.c (ffi_prep_args): Remove unused variable and fix formatting.Bo Thorsen1-52/+46
2002-05-13ffi_darwin.c (ffi_prep_closure): Declare fd at beginning of function (for old...Andreas Tobler1-2/+3
2002-04-29Makefile.am: Add Linux for S/390 support.Gerhard Tonn2-0/+750
2002-04-28configure.in (HAVE_AS_SPARC_UA_PCREL): Check for working %r_disp32().Jakub Jelinek2-0/+18
2002-04-08java_raw_api.c (ffi_java_raw_size): Handle FFI_TYPE_DOUBLE correctly.Hans Boehm3-10/+35
2002-04-08* src/sparc/v8.S: Make .eh_frame dependent on target word size.Jakub Jelinek1-6/+16
2002-04-04v8.S: Add unwind info.Jeff Sturm2-3/+80
2002-03-29re PR other/2620 (Filenames differ only in case)David Billinghurst2-16/+0
2002-03-07Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.Andreas Tobler3-1/+768
2002-02-24ffi.h.in: Add typedef for ffi_arg.Jeff Sturm1-5/+1
2002-02-21ffi_darwin.c (ffi_prep_args): Skip appropriate number of GPRs for floating-po...Andreas Tobler1-6/+14
2002-01-18- Symmetrically define ffi_call_DARWIN for AIX.David Edelsohn1-0/+15
2002-01-18- Provide a null definition of _ffi_call_AIX so that Darwin link won't fail.David Edelsohn1-4/+10
2002-01-17Makefile.am (EXTRA_DIST): Add Darwin and AIX files.David Edelsohn2-14/+237