kc3-lang/libffi/src

Branch :


Log

Author Commit Date CI Message
69043d02 2010-09-18 15:32:08 Work-around libffi's FP ABI detection. On iOS, we must use the AAPCS floating point return value calling conventions. libffi's ARM implementation will only use these conventions if __SOFTFP__ is defined, which is not the case when GCC's -mfloat-abi defaults to 'softfp' instead of 'soft'. To work around this we manually define __SOFTFP__ for Apple platforms in the ARM-specific sysv.S. See also: http://developer.apple.com/library/ios/#documentation/Xcode/Conceptual/iPhoneOSABIReference/Introduction/Introduction.html http://infocenter.arm.com/help/topic/com.arm.doc.ihi0042d/IHI0042D_aapcs.pdf
c1d28ba8 2010-08-05 08:48:16 stdcall-x86-closure-fix
5feacad4 2010-08-05 08:30:04 define generic symbols carefully
10ea8489 2010-08-05 08:24:27 don't copy win64 struct args
d14178be 2010-07-23 09:14:00 FFI_LAST_ABI fix
3f5b1375 2010-07-12 14:39:18 rebase
eaf444ea 2010-07-10 08:59:09 Fix selinux test
63097415 2010-05-05 20:14:56 Micharl Kohler's spelling fixes
9dc9a293 2010-04-13 10:33:52 Rebase to latest GCC sources
f2c2a4fc 2010-04-13 10:19:28 Remove warnings and add OS/2 support
59a259f4 2010-03-15 05:57:51 Remove junk file
3de1eb36 2010-03-15 05:57:24 fix-comments patch
cadeba6c 2010-01-15 10:46:51 Microsoft Visual C port
0739e7dc 2010-01-15 09:48:33 Add x86 Sun Studio compiler support
7b7a42f2 2010-01-12 09:14:14 Rebase from GCC
c3042afa 2010-01-01 08:08:02 Reset quilt patches post 3.0.9 merge with GCC
2e7e03d0 2009-12-31 07:43:22 Final updates before 3.0.9
aea706c5 2009-12-29 10:09:31 really 3.0.9rc12
0cfe60e9 2009-12-29 10:06:04 3.0.9rc12
9458d88f 2009-12-26 07:02:27 Rebase from GCC
6a341241 2009-12-26 06:51:33 Add Andreas Schwab's powerpc fix
39c8792e 2009-12-25 21:52:28 3.0.9rc7
da11bece 2009-12-24 05:34:46 Release 3.0.9rc5
115ab36f 2009-12-24 00:22:00 Update missing changes for 3.0.9r4.
cd98813d 2009-10-05 00:25:29 From Jens Rehsack. Fix for 64-bit AIX.
e4a91de7 2009-10-05 00:16:17 From Abdulaziz Ghuloum. Adds special case for Snow Leopard.
2340e7a7 2009-10-04 23:53:17 AVR support
c6dddbd0 2009-10-04 08:11:33 Initial commit