aboutsummaryrefslogtreecommitdiff
path: root/libffi/src
AgeCommit message (Expand)AuthorFilesLines
2004-09-05darwin.S: Fix comments and identation.Andreas Tobler2-49/+49
2004-09-02ffi_darwin.c: Add flag for longdouble return values.Andreas Tobler4-23/+107
2004-09-02004-09-02 Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler9-268/+260
2004-08-30Makefile.am: Add frv support.Anthony Green3-0/+505
2004-08-23re PR libffi/13141 (FAIL: InvokeReturn output - source compiled test <libffi ...David Daney3-44/+125
2004-08-15ffi.c (ffi_pref_cif_machdep): set `cif->flags' to contain `FFI_TYPE_UINT64' a...Casey Marshall3-3/+296
2004-08-10ffi64.c (ffi_prep_args ): 8-align all stack arguments.Andrew Haley1-0/+2
2004-07-11ffi.c (ffi_prep_args): Fix C aliasing violation.Ulrich Weigand1-10/+8
2004-06-30ffi_darwin.c (flush_icache): ';' is a comment character on Darwin, use '\n\t'...Geoffrey Keating1-5/+5
2004-06-10unix.S (ffi_call_unix): Insert group barrier break fp_done.Jakub Jelinek1-2/+3
2004-04-27Patch 14922Matt Austern2-2/+10
2004-03-20linux.S: Fix typo.Matthias Klose1-1/+1
2004-03-19[multiple changes]Matthias Klose4-2/+943
2004-03-16types.c: Fix alignment size of X86_WIN32 case int64 and double.Hosaka Yuji3-6/+79
2004-03-12Enabled linkonce support for Darwin.Matt Austern2-11/+13
2004-03-11ffi.c (ffi_prep_incoming_args_UNIX): Get floating point arguments from fp reg...Andreas Schwab1-8/+7
2004-02-26ffi.c (ffi_prep_args_SYSV): Change ecif->cif->bytes to bytes.Matt Kraai1-7/+9
2004-02-09* src/types.c (pointer): POWERPC64 has 8 byte pointers.Alan Modra1-1/+1
2004-02-09ffi.c (ffi_prep_args64): Correct long double handling.Alan Modra1-2/+19
2004-02-08ffi.c (ffi_prep_cif_machdep <FFI_LINUX64>): Correct long double function retu...Alan Modra3-82/+97
2004-02-07* src/types.c: Use 16 byte long double for POWERPC64.Alan Modra1-1/+1
2004-01-25ffi.c (ffi_prep_args_v9): Shift the parameter array when the structure return...Eric Botcazou3-87/+188
2004-01-21ffi64.c (ffi_prep_args): Cast the RHS of an assignment instead of the LHS.Michael Ritzert1-1/+1
2003-12-02re PR libffi/13221 (libffi's closure couldn't pass sequence of char and/or sh...Hosaka Yuji1-4/+4
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