summaryrefslogtreecommitdiff
path: root/libffi/src/powerpc/ffi_darwin.c
Commit message (Expand)AuthorAgeFilesLines
* libffi mergeAnthony Green2012-12-261-3/+3
* re PR libffi/29152 (64-bit darwin ppc port needed for libffi)Iain Sandoe2010-12-181-168/+599
* Remove warningsDan Witte2010-08-061-7/+7
* ffi_darwin.c (ffi_prep_args): Copy abi and nargs to local variables.David Edelsohn2009-12-281-13/+62
* ffi_darwin.c (ffi_closure_helper_DARWIN): Increment pfr for long double split...David Edelsohn2009-12-041-1/+2
* ffi_darwin.c (ffi_prep_args): Increment next_arg and fparg_count twice for lo...David Edelsohn2009-12-031-0/+2
* re PR libffi/42243 (powerpc-apple-darwin9 libffi failures)David Edelsohn2009-12-031-14/+12
* ffi_darwin.c (ffi_prep_args): Fix typo in INT64 case.David Edelsohn2009-12-021-1/+1
* aix.S (ffi_call_AIX): Convert to more standard register usage.David Edelsohn2009-12-011-41/+23
* re PR libffi/35484 (libffi doesn't support AIX 64bit)David Edelsohn2009-11-301-36/+132
* [multiple changes]Andrew Haley2009-06-041-3/+3
* ffi.h.in (ffi_closure_alloc, [...]): New.Alexandre Oliva2007-03-071-8/+9
* In gcc/: PR 23067Geoffrey Keating2006-11-011-5/+56
* README: Remove notice about 'Crazy Comments'.Andreas Tobler2006-04-221-31/+10
* ffi_darwin.c: Add flag for longdouble return values.Andreas Tobler2004-09-021-15/+82
* ffi_darwin.c (flush_icache): ';' is a comment character on Darwin, use '\n\t'...Geoffrey Keating2004-06-301-5/+5
* [multiple changes]Andreas Tobler2003-10-211-0/+1
* ffi_darwin.c (ffi_prep_args): Declare bytes again.Andreas Tobler2003-10-201-0/+1
* darwin.S: Cleanup whitespaces, comment formatting.Andreas Tobler2003-09-181-117/+113
* types.c (double): Add AIX and Darwin to the right TYPEDEF.Andreas Tobler2003-09-181-163/+155
* darwin_closure.S: Fix alignement bug, allocate 8 bytes for the result.Andreas Tobler2003-02-071-21/+23
* ffi_darwin.c: Remove RCS version string.Geoffrey Keating2003-01-101-2/+0
* ffi_darwin.c (ffi_prep_closure): Declare fd at beginning of function (for old...Andreas Tobler2002-05-131-2/+3
* Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.Andreas Tobler2002-03-071-1/+328
* ffi_darwin.c (ffi_prep_args): Skip appropriate number of GPRs for floating-po...Andreas Tobler2002-02-211-6/+14
* Makefile.am (EXTRA_DIST): Add Darwin and AIX files.David Edelsohn2002-01-171-14/+28
* Implement Darwin PowerPC ABI.John Hornkvist2001-10-091-0/+362