aboutsummaryrefslogtreecommitdiff
path: root/libffi/src
AgeCommit message (Expand)AuthorFilesLines
2003-11-06prep_cif.c (ffi_prep_cif): Move the validity check after the initialization.Andreas Tobler1-2/+4
2003-10-23java_raw_api.c (ffi_java_ptrarray_to_raw): Replace FFI_ASSERT(FALSE) with FFI...Andreas Tobler1-1/+1
2003-10-22ffitarget.h: Replace undefined UINT32 and friends with __attribute__((__mode_...David Daney1-4/+4
2003-10-22* src/ia64/ffi.c: Replace FALSE/TRUE with false/true.Andreas Schwab1-13/+13
2003-10-21commit missing adds.Andreas Tobler11-0/+756
2003-10-21[multiple changes]Andreas Tobler32-173/+188
2003-10-20ffi.c: Use _ABIN32, _ABIO32 instead of external _MIPS_SIM_NABI32, _MIPS_SIM_A...Rainer Orth1-10/+10
2003-10-20ffi_darwin.c (ffi_prep_args): Declare bytes again.Andreas Tobler1-0/+1
2003-10-14types.c (double, longdouble): Default POWERPC64 to 8 byte size and align.Alan Modra1-1/+1
2003-09-18aix.S: Cleanup whitespaces.David Edelsohn2-23/+22
2003-09-18darwin.S: Cleanup whitespaces, comment formatting.Andreas Tobler3-224/+219
2003-09-18types.c (double): Add AIX and Darwin to the right TYPEDEF.Andreas Tobler4-184/+168
2003-09-18ffi.c (ffi_prep_args): Take account into the alignement for the register size.Kaz Kojima2-20/+21
2003-09-12prep_cif.c (initialize_aggregate): Include tail padding in structure size.Alan Modra2-1/+10
2003-09-11types.c (double, longdouble): Merge identical SH and ARM typedefs, and add PO...Alan Modra3-13/+8
2003-09-092003-09-09 Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler1-2/+14
2003-09-04java_raw_api.c: Include <stdlib.h> to fix compiler warning about implicit dec...Andreas Tobler1-0/+1
2003-08-13ffi.c (OFS_INT16): Set 0 for little endian case.Kaz Kojima1-2/+2
2003-08-02ffi.c (ffi_prep_args64): Modify for changed gcc structure passing.Alan Modra3-95/+71
2003-07-30re PR libffi/11410 (ffitest failures on Solaris 8/SPARC)Andreas Tobler2-17/+27
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