kc3-lang/libffi/man

Branch :


Log

Author Commit Date CI Message
35634dbc 2014-03-15 18:11:16 Remove autogenerated files from the repository Add an autogen.sh to regenerate them.
ab79d6e2 2013-11-21 06:12:35 This separates the 32-bit sysv/linux/bsd code from the 64-bit linux code, and makes it possible to link code compiled with different options to those used to compile libffi. For example, a -mlong-double-128 libffi can be used with -mlong-double-64 code. Using the return value area as a place to pass parameters wasn't such a good idea, causing a failure of cls_ulonglong.c. I didn't see this when running the mainline gcc libffi testsuite because that version of the test is inferior to the upstreamm libffi test. Using NUM_FPR_ARG_REGISTERS rather than NUM_FPR_ARG_REGISTERS64 meant that a parameter save area could be allocated before it was strictly necessary. Wrong but harmless. Found when splitting apart ffi.c into 32-bit and 64-bit support.
ac753688 2013-11-21 06:12:35 This separates the 32-bit sysv/linux/bsd code from the 64-bit linux code, and makes it possible to link code compiled with different options to those used to compile libffi. For example, a -mlong-double-128 libffi can be used with -mlong-double-64 code. Using the return value area as a place to pass parameters wasn't such a good idea, causing a failure of cls_ulonglong.c. I didn't see this when running the mainline gcc libffi testsuite because that version of the test is inferior to the upstreamm libffi test. Using NUM_FPR_ARG_REGISTERS rather than NUM_FPR_ARG_REGISTERS64 meant that a parameter save area could be allocated before it was strictly necessary. Wrong but harmless. Found when splitting apart ffi.c into 32-bit and 64-bit support.
d2fcbcdf 2013-10-08 06:27:46 Add m88k and VAX support. Update some configury bits.
b0fa11cb 2013-02-08 14:17:13 More man page cleanup
522f8fef 2013-02-06 20:31:31 Fix man page. Clean out junk.
8bad679a 2013-01-02 08:28:35 New stand-alone patch
69da33a0 2012-11-12 15:25:47 Pull in config.sub for aarch64 support and more
f680b598 2012-11-06 16:00:40 Add missing aarch64 configury bits
6993a668 2012-10-30 06:59:32 Fix autoconf macros
048d2f41 2012-10-11 10:55:25 Rebase
213ed15c 2012-04-27 01:34:15 Add blackfin supprt from Alexandre Keunecke.
84d3253f 2012-03-19 23:07:35 Rebase post GCC merge
d578b896 2012-02-15 00:18:18 Fix ABI check regression
4130e197 2012-02-03 13:18:27 Refresh autoconf-archive m4 scripts
1ff9c604 2012-02-01 16:34:30 Rebase from GCC
9e9c4aeb 2012-01-23 14:11:23 Add Amiga support
c365ee75 2012-01-23 11:13:18 Refresh
95f31151 2011-11-12 23:46:05 Rerun automake
ff9454da 2011-11-12 17:18:51 Add David Gilbert's variadic function call support
3d56106b 2011-11-12 07:20:24 Rebase
8c01954c 2011-09-06 14:26:32 Build assembly files with debug info
ee6696fd 2011-08-23 12:30:29 3.0.11-rc1. soname bump.
c6265c36 2011-08-23 10:31:33 Version 3.0.10
cc5e41bf 2011-08-22 16:34:24 Fix use of autoconf macros
049d8386 2011-08-22 14:50:10 Many new patches
d992ac54 2011-07-29 17:32:53 Refresh from GCC
74ee6ea8 2011-02-25 15:52:14 rc7. More AIX fixes.
cbb062cc 2011-02-17 20:39:21 Another non-GCC configury fix
1fbf9dc4 2011-02-13 08:06:39 Fix bad_abi test. rc5.
71c792f5 2011-02-12 09:33:11 rc4
7c7c9f32 2011-02-12 09:29:29 ungccify parts of the build
17d9e9e6 2011-02-11 12:23:20 Use newer autotools. Only build debug.c when --enable-debug.
747d6c32 2011-02-09 14:56:23 Add Interix support
630b9c0a 2011-02-09 06:24:23 Update to rc2
1106229a 2011-02-08 19:20:09 Add iOS support
3b836249 2011-02-08 14:28:59 Rebase from GCC
0e584399 2011-02-08 07:52:40 Refresh from GCC
2db72615 2010-11-21 10:50:56 Rebase
3f5b1375 2010-07-12 14:39:18 rebase
9dc9a293 2010-04-13 10:33:52 Rebase to latest GCC sources
c3813b6d 2010-01-26 16:48:56 Rebuild Makefiles with automake 1.11.1 for CVE-2009-4029.
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
0cfe60e9 2009-12-29 10:06:04 3.0.9rc12
14e2e92e 2009-12-27 21:03:33 3.0.9rc11
9458d88f 2009-12-26 07:02:27 Rebase from GCC
1fe3dc7c 2009-12-25 01:39:00 Add windows support patch.
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.
2340e7a7 2009-10-04 23:53:17 AVR support
5cbe2058 2009-10-04 23:53:11 Initial stand-alone patch.
c6dddbd0 2009-10-04 08:11:33 Initial commit