1commit 20562ac0427c3578250d04c6e34fb0127d4551cf
2Author: Anthony Green <green@moxielogic.com>
3Date:   Wed Nov 12 07:00:59 2014 -0500
4
5    Fix for AArch64. Release as 3.2.1.
6
7commit a0bdc5250cd36f1d2578358e33299fd2408091ac
8Author: Anthony Green <green@moxielogic.com>
9Date:   Tue Nov 11 09:43:01 2014 -0500
10
11    Fix typo
12
13commit 67c0c0705318d2e567fd48e680d63dca3619a235
14Author: Anthony Green <green@moxielogic.com>
15Date:   Tue Nov 11 07:30:49 2014 -0500
16
17    Final 3.2 changes
18
19commit ee826b933bbdeb68ee81876ffb508c3908eed371
20Author: Anthony Green <green@moxielogic.com>
21Date:   Tue Nov 11 07:29:26 2014 -0500
22
23    Final 3.2 changes
24
25commit c81a705d53be97899d314953987936213244b1ba
26Author: Anthony Green <green@moxielogic.com>
27Date:   Tue Nov 4 13:29:58 2014 -0500
28
29    Mention OpenRISC
30
31commit 6a17ad540d7ddb7a812687f4380bd0ef2d2865bb
32Merge: 990eb9d 0f316ab
33Author: Anthony Green <green@moxielogic.com>
34Date:   Sun Sep 28 00:54:00 2014 -0400
35
36    Merge pull request #134 from s-macke/openrisc
37
38    Add OpenRISC support
39
40commit 990eb9d4c244324771a7d878a168bb8eba1850c0
41Author: Anthony Green <green@moxielogic.com>
42Date:   Sun Sep 28 00:50:29 2014 -0400
43
44    Only run the complex type tests on supported platforms.
45
46commit 0f316ab7c11b8315a838a6ae4645d36ff2c46f4c
47Author: Sebastian Macke <sebastian@macke.de>
48Date:   Sat Sep 27 00:19:15 2014 +0000
49
50    Add OpenRISC support
51
52    This patch adds support for the OpenRISC architecture.
53    (http://opencores.org/or1k/Main_Page)
54
55    This patch has been tested under Linux with QEMU-user emulation support.
56    - 32 Bit
57    - big endian
58    - delayed instructions
59    This is the only available configuration under Linux.
60
61    The description of the ABI can be found on the official website.
62
63    Is passes the testsuite except of the unwindtest_ffi_call.cc
64    testcase, which seems to be a problem of gcc and not libffi.
65    Some testcases of the gcc testsuite still fail.
66
67    Signed-off-by: Sebastian Macke <sebastian@macke.de>
68
69commit 6695983d2f0857caab220862de12f3f94a55bcf6
70Author: Anthony Green <green@moxielogic.com>
71Date:   Sat Sep 20 07:44:37 2014 -0400
72
73    Add complex type support. Mostly broken right now
74
75commit fbbf48fbdf9b1491af0aefc00523a1b5d8bb9349
76Author: Anthony Green <green@moxielogic.com>
77Date:   Sat Sep 20 07:43:51 2014 -0400
78
79    Compile tests with -Wno-psabi when using GCC
80
81commit ae8d2554c5f192be54dadc9f99a1449b4df1b222
82Author: Anthony Green <green@moxielogic.com>
83Date:   Sat Sep 20 07:08:37 2014 -0400
84
85    Update version to 3.2
86
87commit b2ca59d39d2192021316561ea9dda3d35d8d35d9
88Author: Anthony Green <green@moxielogic.com>
89Date:   Sat Sep 20 07:08:05 2014 -0400
90
91    More README updates for 3.2
92
93commit f920a01ad8eafc79daaf331499ef9a97696c46a7
94Author: Anthony Green <green@moxielogic.com>
95Date:   Sat Sep 20 06:54:06 2014 -0400
96
97    Update release notes.
98
99commit bfcbf329c5e4bebdb32134d4e53260e17e4e66cc
100Author: Bernd Edlinger <bernd.edlinger@hotmail.de>
101Date:   Sat Sep 20 06:51:45 2014 -0400
102
103    2014-05-11  Bernd Edlinger  <bernd.edlinger@hotmail.de>
104
105    	Fix current cygwin-64 build problems.
106    	* src/java_raw_api.c: Remove if !defined(FFI_NO_RAW_API).
107    	* src/x86/ffi.c: Add if defined(__CYGWIN__).
108    	* src/x86/win64.S (ffi_closure_win64, ffi_call_win64): Added
109    	handling for FFI_TYPE_UINT64, FFI_TYPE_POINTER and FFI_TYPE_INT.
110    	Added SEH information.  Fixed formatting.
111
112commit 32cb2ce81db9457c6bd43a2587d7fa23a2edb9b1
113Author: Jakub Jelinek <jakub@redhat.com>
114Date:   Sat Sep 20 06:39:55 2014 -0400
115
116    2014-09-10  Jakub Jelinek  <jakub@redhat.com>
117
118    	* src/powerpc/linux64.S: Emit .note.GNU-stack even when
119    	POWERPC64 is not defined.
120    	* src/powerpc/linux64_closure.S: Likewise.  Also test _CALL_ELF == 2.
121
122commit aaf3101ba81af8f488502881648e3f687721671e
123Author: Matthias Klose <doko@ubuntu.com>
124Date:   Sat Sep 20 06:37:04 2014 -0400
125
126    Fix -Werror=declaration-after-statement problem
127
128commit 6e8a4460833594d5af1b4539178025da0077df19
129Author: Dominik Vogt <vogt@linux.vnet.ibm.com>
130Date:   Sat Sep 20 06:21:19 2014 -0400
131
132    2014-07-22  Dominik Vogt  <vogt@linux.vnet.ibm.com>
133
134    	* src/types.c (FFI_TYPEDEF, FFI_NONCONST_TYPEDEF): Merge the macros by
135    	adding another argument that controls whether the result is const or not
136    	(FFI_LDBL_CONST): Temporary macro to reduce ifdef confusion
137    	* src/prep_cif.c (ffi_prep_cif_core): Replace list of systems with new
138    	macro FFI_TARGET_SPECIFIC_STACK_SPACE_ALLOCATION
139    	* src/pa/ffitarget.h (FFI_TARGET_SPECIFIC_STACK_SPACE_ALLOCATION):
140    	Define.
141    	* src/s390/ffitarget.h (FFI_TARGET_SPECIFIC_STACK_SPACE_ALLOCATION):
142    	Define.
143    	* src/x86/ffitarget.h (FFI_TARGET_SPECIFIC_STACK_SPACE_ALLOCATION):
144    	Define.
145
146    2014-07-22  Dominik Vogt  <vogt@linux.vnet.ibm.com>
147
148    	* doc/libffi.texi (Primitive Types): Document ffi_type_complex_float,
149    	ffi_type_complex_double and ffi_type_complex_longdouble
150    	(Complex Types): New subsection.
151    	(Complex Type Example): Ditto.
152    	* testsuite/libffi.call/cls_align_complex_double.c: New
153    	FFI_TYPE_COMPLEX test.
154    	* testsuite/libffi.call/cls_align_complex_float.c: Ditto.
155    	* testsuite/libffi.call/cls_align_complex_longdouble.c: Ditto.
156    	* testsuite/libffi.call/cls_complex_double.c: Ditto.
157    	* testsuite/libffi.call/cls_complex_float.c: Ditto.
158    	* testsuite/libffi.call/cls_complex_longdouble.c: Ditto.
159    	* testsuite/libffi.call/cls_complex_struct_double.c: Ditto.
160    	* testsuite/libffi.call/cls_complex_struct_float.c: Ditto.
161    	* testsuite/libffi.call/cls_complex_struct_longdouble.c: Ditto.
162    	* testsuite/libffi.call/cls_complex_va_double.c: Ditto.
163    	* testsuite/libffi.call/cls_complex_va_float.c: Ditto.
164    	* testsuite/libffi.call/cls_complex_va_longdouble.c: Ditto.
165    	* testsuite/libffi.call/complex_double.c: Ditto.
166    	* testsuite/libffi.call/complex_defs_double.c: Ditto.
167    	* testsuite/libffi.call/complex_float.c: Ditto.
168    	* testsuite/libffi.call/complex_defs_float.c: Ditto.
169    	* testsuite/libffi.call/complex_longdouble.c: Ditto.
170    	* testsuite/libffi.call/complex_defs_longdouble.c: Ditto.
171    	* testsuite/libffi.call/complex_int.c: Ditto.
172    	* testsuite/libffi.call/many_complex_double.c: Ditto.
173    	* testsuite/libffi.call/many_complex_float.c: Ditto.
174    	* testsuite/libffi.call/many_complex_longdouble.c: Ditto.
175    	* testsuite/libffi.call/return_complex1_double.c: Ditto.
176    	* testsuite/libffi.call/return_complex1_float.c: Ditto.
177    	* testsuite/libffi.call/return_complex1_longdouble.c: Ditto.
178    	* testsuite/libffi.call/return_complex2_double.c: Ditto.
179    	* testsuite/libffi.call/return_complex2_float.c: Ditto.
180    	* testsuite/libffi.call/return_complex2_longdouble.c: Ditto.
181    	* testsuite/libffi.call/return_complex_double.c: Ditto.
182    	* testsuite/libffi.call/return_complex_float.c: Ditto.
183    	* testsuite/libffi.call/return_complex_longdouble.c: Ditto.
184    	* src/raw_api.c (ffi_raw_to_ptrarray): Handle FFI_TYPE_COMPLEX
185    	(ffi_ptrarray_to_raw): Ditto.
186    	* src/prep_cif.c (ffi_prep_cif_core): Abort if FFI_TYPE_COMPLEX is not
187    	implemented in libffi for the target.
188    	* src/java_raw_api.c (ffi_java_raw_size): FFI_TYPE_COMPLEX not supported
189    	yet (abort).
190    	(ffi_java_raw_to_ptrarray): Ditto.
191    	(ffi_java_rvalue_to_raw): Ditto.
192    	(ffi_java_raw_to_rvalue):  Ditto.
193    	* src/debug.c (ffi_type_test): Add debug tests for complex types.
194    	* include/ffi.h.in (FFI_TYPE_COMPLEX): Add new FFI_TYPE_COMPLEX.
195    	(FFI_TYPE_LAST): Bump.
196    	(ffi_type_complex_float): Add new ffi_type_....
197    	(ffi_type_complex_double): Ditto.
198    	(ffi_type_complex_longdouble): Ditto.
199
200    2014-07-22  Dominik Vogt  <vogt@linux.vnet.ibm.com>
201
202    	* src/s390/ffitarget.h (FFI_TARGET_HAS_COMPLEX_TYPE): Define to provide
203    	FFI_TYPE_COMPLEX support.
204    	* src/s390/ffi.c (ffi_check_struct_type): Implement FFI_TYPE_COMPLEX
205    	(ffi_prep_args): Ditto.
206    	(ffi_prep_cif_machdep): Ditto.
207    	(ffi_closure_helper_SYSV): Ditto.
208
209commit 4c5c4088aa3e4d8103ff9ca441937da64fdd849a
210Merge: 862f53d 5d6340e
211Author: Anthony Green <green@moxielogic.com>
212Date:   Thu Sep 18 19:10:54 2014 -0400
213
214    Merge pull request #132 from nielsAD/master
215
216    Pascal and Register calling convention support on x86
217
218commit 862f53de04ff898a128be7eec592bae60930d6df
219Merge: 5df3840 aebf2c3
220Author: Anthony Green <green@moxielogic.com>
221Date:   Thu Sep 18 19:06:08 2014 -0400
222
223    Merge pull request #130 from frida/fix/darwin-aarch64-float-alignment
224
225    Fix alignment of FFI_TYPE_FLOAT for Apple's ARM64 ABI
226
227commit 5df384077f3633ec8cf2e08f9199e5a44994dbad
228Merge: 7b7a528 0f4e09d
229Author: Anthony Green <green@moxielogic.com>
230Date:   Thu Sep 18 19:05:35 2014 -0400
231
232    Merge pull request #129 from frida/fix/darwin-aarch64-cif-prep
233
234    Fix non-variadic CIF initialization for Apple/ARM64
235
236commit 7b7a5284de7a99edfcee5ac362dbf76251698e1e
237Merge: 4cd5e84 6172a99
238Author: Anthony Green <green@moxielogic.com>
239Date:   Thu Sep 18 18:28:05 2014 -0400
240
241    Merge pull request #124 from knuesel/master
242
243    Fix issue with builddir when calling configure with absolute path
244
245commit 4cd5e840122e22636b5838943372c4ed74618e35
246Merge: 1cee07b 08853e3
247Author: Anthony Green <green@moxielogic.com>
248Date:   Thu Sep 18 18:27:15 2014 -0400
249
250    Merge pull request #123 from ehsan/clang-cl
251
252    Add support for building with clang-cl
253
254commit 5d6340ef2cf81432da79ac8b0b1b1218ab391438
255Author: nielsAD <niels.a.d@gmail.com>
256Date:   Mon Aug 25 17:29:44 2014 +0200
257
258    Determine whether register arguments (THISCALL/FASTCALL/REGISTER) are really passed via register to closures. Use stack if not.
259
260commit 6e346487b879b4b056a847268e381ae6efec4c21
261Author: nielsAD <niels.a.d@gmail.com>
262Date:   Mon Aug 25 12:23:29 2014 +0200
263
264    Fixed THISCALL/FASTCALL closures and added basic support for PASCAL/REGISTER closures.
265
266commit 098dca6b31e42dd0256ed7d966729e31961f1461
267Author: nielsAD <niels.a.d@gmail.com>
268Date:   Sat Aug 23 00:18:47 2014 +0200
269
270    Support for calling functions with PASCAL and REGISTER calling conventions on x86 Windows/Linux.
271    Also changed indentation to be more consistent throughout the (adjusted) files.
272
273commit 08853e32fb6b750cda664ee6d3290d340429dd4d
274Author: Ehsan Akhgari <ehsan@mozilla.com>
275Date:   Thu Jul 31 20:33:33 2014 -0400
276
277    Enable forcing the usage of the static CRT in libffi's msvc wrapper
278
279    This is required for AddressSanitizer builds with clang-cl.
280
281commit aebf2c3023b5ff056a708dc34169f7b549b2ec4f
282Author: Ole André Vadla Ravnås <ole.andre.ravnas@tillitech.com>
283Date:   Fri Jul 25 21:40:50 2014 +0200
284
285    Fix alignment of FFI_TYPE_FLOAT for Apple's ARM64 ABI
286
287commit 0f4e09d27dc175ce3e95d070b794351663c7220e
288Author: Ole André Vadla Ravnås <ole.andre.ravnas@tillitech.com>
289Date:   Sat Jul 26 00:11:06 2014 +0200
290
291    Fix non-variadic CIF initialization for Apple/ARM64
292
293    Turns out `aarch64_nfixedargs` wasn't initialized in the non-variadic
294    case, resulting in undefined behavior when allocating arguments.
295
296commit 6172a995e14bdbc6150aa02a361f710626a5c293
297Author: Jeremie Knuesel <jeremie.knusel@sensefly.com>
298Date:   Wed Jun 25 12:28:17 2014 +0200
299
300    Fix issue with builddir when calling configure with absolute path
301
302commit fb25cd08ed5a87640b02f0feeb10a09b37cfddbe
303Author: Ehsan Akhgari <ehsan@mozilla.com>
304Date:   Wed Jun 11 12:07:24 2014 -0400
305
306    Add support for building with clang-cl
307
308commit 1cee07be4712411baa5eb8af22698bc8443a6d6e
309Author: Anthony Green <green@moxielogic.com>
310Date:   Thu Jun 12 06:30:59 2014 -0400
311
312    Remove compiler warning
313
314commit ad0d1d239afc7ad09203847793dcc020856d1035
315Author: Samuli Suominen <ssuominen@gentoo.org>
316Date:   Thu Jun 12 06:30:21 2014 -0400
317
318    Fix paths in libffi.pc.in
319
320commit df31a85103b0cc232bbc340d7e782a3853c7fad5
321Merge: 69289c1 360aa8c
322Author: Anthony Green <green@moxielogic.com>
323Date:   Fri Jun 6 08:24:35 2014 -0400
324
325    Merge pull request #122 from rvandermeulen/1014976
326
327    Don't make --enable-debug imply using the debug CRT in libffi
328
329commit 360aa8ca1ead2fdaefa7b1c6f01ad001d8abae7e
330Author: Mike Hommey <mh+mozilla@glandium.org>
331Date:   Mon Jun 2 09:21:10 2014 -0400
332
333    Bug 1014976 - Don't make --enable-debug imply using the debug CRT in libffi.
334
335commit 69289c10b0acb4b52c8b5df4cf738193c618db40
336Author: Anthony Green <green@moxielogic.com>
337Date:   Sat May 31 08:54:08 2014 -0400
338
339    Prepare for libffi 3.1.1
340
341commit 978c9540154d320525488db1b7049277122f736d
342Author: Samuli Suominen <ssuominen@gentoo.org>
343Date:   Sat May 31 08:53:10 2014 -0400
344
345    Add missing GNU stack markings in win32.S
346
347commit cbc5a3c0200aa6c2cf8d6798d69a21501557c83f
348Author: Ryan Hill <rhill@gentoo.org>
349Date:   Sat May 31 08:26:34 2014 -0400
350
351    Fix typo
352
353commit 9d8e3018ac3d0d338373bff7eefa9f006746f4ec
354Author: Anthony Green <green@moxielogic.com>
355Date:   Sat May 24 23:28:42 2014 -0400
356
357    Update current version.
358
359commit 18d56cca5a4ee95ad48b129100adf26231518ed0
360Author: Anthony Green <green@moxielogic.com>
361Date:   Mon May 19 18:05:33 2014 -0400
362
363    Increment libtool version number
364
365commit 629f1029c47e522e4331988f02f32c203a070e28
366Merge: 0403f33 c1166d4
367Author: Anthony Green <green@moxielogic.com>
368Date:   Mon May 19 18:04:28 2014 -0400
369
370    Merge pull request #120 from l0kod/tmpfile
371
372    Create temporary file with O_TMPFILE and O_CLOEXEC when available
373
374commit c1166d4f653bf6d17ad8c265cf5e8da84e2e76dc
375Author: Mickaël Salaün <mic@digikod.net>
376Date:   Mon May 12 19:44:08 2014 +0200
377
378    closures: Check for mkostemp(3)
379
380commit 8daeed9570af72eb135c8ded460d2888f05b2e68
381Author: Mickaël Salaün <mic@digikod.net>
382Date:   Sun May 11 22:54:58 2014 +0200
383
384    closures: Create temporary file with O_TMPFILE and O_CLOEXEC when available
385
386    The open_temp_exec_file_dir function can create a temporary file without
387    file system accessible link. If the O_TMPFILE flag is not defined (old
388    Linux kernel or libc) the behavior is unchanged.
389
390    The open_temp_exec_file_name function now need a new argument "flags"
391    (like O_CLOEXEC) used for temporary file creation.
392
393    The O_TMPFILE flag allow temporary file creation without race condition.
394    This feature/fix prevent another process to access the (future)
395    executable file from the file system.
396
397    The O_CLOEXEC flag automatically close the temporary file for any
398    execve. This avoid transmitting (executable) file descriptor to a child
399    process.
400
401commit 0403f332b1f478696c30d3d8a0e2f6eef24aaf88
402Author: Anthony Green <green@moxielogic.com>
403Date:   Mon May 19 09:41:32 2014 -0400
404
405    Update date. Annoucing 3.1 today.
406
407commit 94ac0c168ee7b115409121d88b25a4979446c8da
408Author: Anthony Green <green@moxielogic.com>
409Date:   Mon May 19 09:37:21 2014 -0400
410
411    Increment libtool library revision number
412
413commit 57465744b6e1295d7202de5a7734df589518f1c8
414Author: Anthony Green <green@moxielogic.com>
415Date:   Sun May 11 10:30:22 2014 -0400
416
417    Update to version 3.1
418
419commit 0c2251a42df5108b6d9ebe5fe1cf83d0bcdf660e
420Author: Anthony Green <green@moxielogic.com>
421Date:   Sun May 11 10:22:30 2014 -0400
422
423    Support versions of git older than 1.8.5
424
425commit 70c303cb88e23aaee91c87c56b108c50ab4f3c2f
426Author: Anthony Green <green@moxielogic.com>
427Date:   Sun May 11 09:56:40 2014 -0400
428
429    Fix testsuite for GCC 4.9.0
430
431commit 52b3457093ed19b2a7c5fcf243c4014c90ce6225
432Author: Magnus Granberg <zorry@gentoo.org>
433Date:   Sun May 11 09:55:28 2014 -0400
434
435    Check /proc/self/status for PaX status.
436
437commit 7ba4c5d72aa440a4b21fb57e999e67c5957761da
438Author: Dominik Vogt <dominik.vogt@gmx.de>
439Date:   Sun May 11 09:52:47 2014 -0400
440
441    Use to get correct dir
442
443commit 31e0d4ecff6dc2a6c75a066ee099b52a43f6ba27
444Merge: 1c0e9a7 99909eb
445Author: Anthony Green <green@moxielogic.com>
446Date:   Wed Apr 23 19:24:47 2014 -0400
447
448    Merge pull request #119 from joshtriplett/fastcall-fastball
449
450    src/x86/win32.S: Define ffi_closure_FASTCALL in the MASM section, too
451
452commit 99909eb6184b62408d88b6b4e7ab38e84e6d0bf3
453Author: Josh Triplett <josh@joshtriplett.org>
454Date:   Tue Apr 22 21:17:52 2014 -0700
455
456    src/x86/win32.S: Define ffi_closure_FASTCALL in the MASM section, too
457
458commit 1c0e9a7297ced15413c2d2d5d35f6c650c4b46c9
459Merge: 93a24f2 d369522
460Author: Anthony Green <green@moxielogic.com>
461Date:   Mon Apr 21 12:41:56 2014 -0400
462
463    Merge pull request #101 from joshtriplett/fastcall-closures
464
465    Support closures for fastcall
466
467commit d36952273d4fafbda91ecc205fc0824f7cc65e70
468Author: Josh Triplett <josh@joshtriplett.org>
469Date:   Sun Apr 20 12:03:25 2014 -0700
470
471    Support fastcall closures
472
473    libffi on 32-bit x86 now supports closures for all supported ABIs.
474    Thus, rewrite the last remaining duplicated-by-ABI test (closure_stdcall
475    and closure_thiscall) to use the generic ABI_NUM/ABI_ATTR mechanism.
476
477commit 93a24f216bcdd1018b976d697179c6d49004015a
478Merge: dd11a04 2349fec
479Author: Anthony Green <green@moxielogic.com>
480Date:   Sat Apr 12 19:38:07 2014 -0400
481
482    Merge pull request #80 from ueno/devel
483
484    Fix typo in doc
485
486commit dd11a04061cb49ce1d702545693c24eb1267d648
487Merge: 8fa2812 03ca880
488Author: Anthony Green <green@moxielogic.com>
489Date:   Sat Apr 12 19:37:21 2014 -0400
490
491    Merge pull request #86 from joshtriplett/testsuite-CC-CXX
492
493    testsuite ignores CC parameter supplied to configure or make
494
495commit 8fa2812355e685a42abf9a62fbc674d616b2edee
496Merge: 8a58e6b 419503f
497Author: Anthony Green <green@moxielogic.com>
498Date:   Sat Apr 12 19:32:08 2014 -0400
499
500    Merge pull request #116 from frida/fix/darwin-aarch64-variadic
501
502    Fix handling of variadic calls on Darwin/AArch64
503
504commit 8a58e6b7805b736def197b8baf8e465a2a3f6913
505Merge: 30b77c5 a539f7f
506Author: Anthony Green <green@moxielogic.com>
507Date:   Sat Apr 12 19:30:18 2014 -0400
508
509    Merge pull request #115 from frida/fix/darwin-aarch64-alignment
510
511    Fix alignment of AArch64 assembler functions
512
513commit 30b77c56f95c63ecd83399aafdbad7b07330f2fd
514Merge: dc33cb3 3e2b84d
515Author: Anthony Green <green@moxielogic.com>
516Date:   Sat Apr 12 19:29:13 2014 -0400
517
518    Merge pull request #117 from frida/fix/windows-regression
519
520    Fix Windows regression
521
522commit 3e2b84d295531720917bf46afc532fc6d877e3ec
523Author: Ole André Vadla Ravnås <ole.andre.ravnas@tillitech.com>
524Date:   Sat Apr 12 01:04:04 2014 +0200
525
526    Fix Windows regression
527
528    Introduced by b5fed601948237037513a9b7f967c8fc6c9ff1f6.
529
530commit 419503f409c321fe31ff59d963ef34bb913420d0
531Author: Ole André Vadla Ravnås <ole.andre.ravnas@tillitech.com>
532Date:   Sun Apr 6 20:54:13 2014 +0200
533
534    Fix handling of variadic calls on Darwin/AArch64
535
536commit a539f7ffd6783aa11353d13265520e453c565fb4
537Author: Ole André Vadla Ravnås <ole.andre.ravnas@tillitech.com>
538Date:   Sun Apr 6 20:53:02 2014 +0200
539
540    Fix alignment of AArch64 assembler functions
541
542commit dc33cb3c998da521a960385c1269c3aef552f69f
543Merge: c860a99 b5fed60
544Author: Anthony Green <green@moxielogic.com>
545Date:   Sat Apr 5 23:41:22 2014 -0400
546
547    Merge pull request #114 from joshtriplett/bounce-on-a-tiny-trampoline
548
549    Fix ABI on 32-bit non-Windows x86: go back to trampoline size 10
550
551commit b5fed601948237037513a9b7f967c8fc6c9ff1f6
552Author: Josh Triplett <josh@joshtriplett.org>
553Date:   Sat Apr 5 17:33:42 2014 -0700
554
555    Fix ABI on 32-bit non-Windows x86: go back to trampoline size 10
556
557    The trampoline size is part of the ABI, so it cannot change.  Move the
558    logic from the stdcall and thiscall trampolines to the functions they
559    call, to reduce them both to 10 bytes.
560
561    This drops the previously added support for raw THISCALL closures on
562    non-Windows.  (Non-raw THISCALL closures still work.)
563
564commit 03ca880081b22efab09ba72268270f83017d3d7b
565Author: Josh Triplett <josh@joshtriplett.org>
566Date:   Thu Mar 27 08:44:34 2014 -0700
567
568    README: Note the testsuite changes to respect $CC and $CXX
569
570commit d74df8c5d8c6722ecb908da98c86cc8e2c755b84
571Author: Josh Triplett <josh@joshtriplett.org>
572Date:   Thu Mar 27 00:44:12 2014 -0700
573
574    README: Update Windows example to set both CC and CXX
575
576commit 7d698125b1f05173f3656a89755a2eb58813b002
577Author: Josh Triplett <josh@joshtriplett.org>
578Date:   Wed Mar 26 23:17:56 2014 -0700
579
580    Use the proper C++ compiler to run C++ tests
581
582    Running the C compiler with -shared-libgcc -lstdc++ does not work on
583    non-GCC compilers.
584
585commit fa5e88f170cb37c7b2b9bb015c8c5b854ffd8a3e
586Author: Josh Triplett <josh@joshtriplett.org>
587Date:   Wed Mar 26 23:53:57 2014 -0700
588
589    .travis.yml: Make the build command more readable by splitting at &&
590
591    "script" can contain multiple commands to run in sequence.
592
593commit 0c3824702d3d59d37f8c177d646303f546187683
594Author: Josh Triplett <josh@joshtriplett.org>
595Date:   Wed Mar 26 14:51:32 2014 -0700
596
597    Always set CC_FOR_TARGET for dejagnu, to make the testsuite respect $CC
598
599    This fixes cross-compilation and compilation with CC="gcc -m32".
600
601commit 9946a92af31b30cb7760150d1f8ca6c11b01aeea
602Author: Josh Triplett <josh@joshtriplett.org>
603Date:   Wed Mar 26 20:18:58 2014 -0700
604
605    Stop looking for expect and runtest above top_builddir
606
607    Users wishing to test hand-compiled versions of expect and runtest can
608    easily enough put them in their path or set EXPECT and RUNTEST
609    themselves.
610
611commit acb202325215058639234efb7af1f04c1c8a1f44
612Author: Josh Triplett <josh@joshtriplett.org>
613Date:   Wed Mar 26 20:18:41 2014 -0700
614
615    Stop setting an empty AM_RUNTESTFLAGS
616
617commit c860a992fef5d7cd7bb0975b1632d17a9fafe007
618Author: Anthony Green <green@moxielogic.com>
619Date:   Tue Mar 25 17:02:51 2014 -0400
620
621    Upgrade version to 3.1-rc1
622
623commit 9837073e6203048a162a226798c5d252600219ed
624Author: Anthony Green <green@moxielogic.com>
625Date:   Tue Mar 25 16:24:14 2014 -0400
626
627    Update copyright date and clean up README notes.
628
629commit 18d3baa9f597b026675baa1b4e5a5eeef7577a08
630Merge: afee537 f0c8a31
631Author: Anthony Green <green@moxielogic.com>
632Date:   Tue Mar 25 16:12:53 2014 -0400
633
634    Merge pull request #108 from joshtriplett/freebsd
635
636    [3.1 blocker] Fix FreeBSD support
637
638commit afee53738a995e23bd2f89fd0f7b30b380566106
639Merge: 7d24785 b2d610e
640Author: Anthony Green <green@moxielogic.com>
641Date:   Tue Mar 25 16:12:35 2014 -0400
642
643    Merge pull request #106 from joshtriplett/darwin-award
644
645    [3.1 blocker] Update OS X build system to include win32.S on 32-bit
646
647commit 7d2478568ed9f03cbf57627f449a2d2cf4d1571c
648Merge: beab5f3 56be47f
649Author: Anthony Green <green@moxielogic.com>
650Date:   Tue Mar 25 16:12:17 2014 -0400
651
652    Merge pull request #110 from joshtriplett/w64
653
654    Fix 64-bit Windows support
655
656commit beab5f334d9ec5b8b91d1cc727d1029b40358e7e
657Merge: 28fb197 ef5890e
658Author: Anthony Green <green@moxielogic.com>
659Date:   Tue Mar 25 16:07:47 2014 -0400
660
661    Merge pull request #105 from joshtriplett/win32-relocations
662
663    [3.1 blocker] win32.S needs to handle relocations/GOT
664
665commit f0c8a31577172104049283f0a80c723084a5bd77
666Author: Josh Triplett <josh@joshtriplett.org>
667Date:   Mon Mar 24 22:14:26 2014 -0700
668
669    Compile win32.S on FreeBSD
670
671commit b2d610e028b5ce48d1ad7e5d0debc9c321d891b2
672Author: Josh Triplett <josh@joshtriplett.org>
673Date:   Fri Mar 21 11:10:13 2014 -0700
674
675    Compile win32.S on 32-bit Darwin as well
676
677commit be50b87a490e794362cb4a27ada2fbaab202adb8
678Author: Josh Triplett <josh@joshtriplett.org>
679Date:   Mon Mar 24 21:44:13 2014 -0700
680
681    Always use configure to detect whether global symbols need underscores
682
683    64-bit Windows already used this check; make it universal, and use it in
684    place of an ifdef on X86_WIN32, to handle non-Windows platforms that use
685    the underscore, such as Darwin.
686
687commit 56be47f87629e31afbcb0774aa65735f539ee972
688Author: Josh Triplett <josh@joshtriplett.org>
689Date:   Mon Mar 24 21:24:53 2014 -0700
690
691    Fix a warning on 64-bit Windows
692
693    When sizeof(size_t) != sizeof(unsigned), adding a size_t to cif->bytes
694    produces a "possible loss of data" warning.  However, the size_t in
695    question refers to the size of a single parameter.  Use a cast to avoid
696    the warning.
697
698commit 48a8eda74aad8a21b6f26df5df08fe64c043d208
699Author: Josh Triplett <josh@joshtriplett.org>
700Date:   Mon Mar 24 21:21:12 2014 -0700
701
702    Avoid referencing undefined ABIs on 64-bit Windows builds
703
704    64-bit Windows does not have FFI_STDCALL, FFI_THISCALL, or FFI_FASTCALL.
705
706commit f0f4138f90345d7d67dfa6783a7e1c7cc30d3c6f
707Author: Josh Triplett <josh@joshtriplett.org>
708Date:   Sat Mar 22 10:00:53 2014 -0700
709
710    win32.S: Add handling for position-independent code on Darwin
711
712    Newer versions of Darwin generate the necessary stub functions
713    automatically and just need a call instruction, but accomodating older
714    versions as well requires adding the stub.
715
716commit ef5890ebafb7cd2fbf9acf161edb55fe1382871c
717Author: Josh Triplett <josh@joshtriplett.org>
718Date:   Fri Mar 21 11:01:39 2014 -0700
719
720    win32.S: Use shifting for multiplication rather than repeated addition
721
722    The jump table code added a register to itself twice to multiply by 4;
723    shift the register left by 2 instead.
724
725commit 4fca48901e7e4f53bf490ed22607b2d2d8f4bfcc
726Author: Josh Triplett <josh@joshtriplett.org>
727Date:   Fri Mar 21 11:00:41 2014 -0700
728
729    win32.S: Make the jump tables position-independent
730
731    Now that non-Windows platforms include win32.S, it needs to support
732    building as position-independent code.  This fixes build failures on
733    target platforms that do not allow text relocations.
734
735commit 2087dcf736274286f76c69d3988fb6d7cc4fd0f5
736Author: Josh Triplett <josh@joshtriplett.org>
737Date:   Fri Mar 21 10:57:06 2014 -0700
738
739    win32.S: Make calls to ffi_closure_SYSV_inner position-independent
740
741    Now that non-Windows platforms include win32.S, it needs to support
742    building as position-independent code.  This fixes one source of build
743    failures on target platforms that do not allow text relocations.
744
745commit 28fb197079cf1d11da4eef7c8c243ab05590c528
746Merge: c697472 c3dd0a1
747Author: Anthony Green <green@moxielogic.com>
748Date:   Tue Mar 18 12:19:36 2014 -0400
749
750    Merge pull request #107 from rvandermeulen/msvcc
751
752    Various compatibility fixes and improvements to msvcc.sh.
753
754commit c3dd0a1a0245fc174361a70876e88ae24285f861
755Author: Ryan VanderMeulen <ryanvm@gmail.com>
756Date:   Tue Mar 18 12:09:45 2014 -0400
757
758    Various compatibility fixes and improvements to msvcc.sh.
759
760    * Don't try to mix incompatible optimization flags in debug builds.
761    * Workaround ax_cc_maxopt.m4 not supporting MSVC and change -O3 to -O2.
762    * Fix MSVC warning by properly passing linker flags to compiler.
763    * Make msvcc.sh return 1 if invalid command line options are used rather than silently eating them.
764    * Add more comments.
765
766commit c697472fccfbb5b87b007c053cda9ef014b346b9
767Merge: 83fd2bc e48918e
768Author: Anthony Green <green@moxielogic.com>
769Date:   Mon Mar 17 00:32:42 2014 -0400
770
771    Merge pull request #102 from joshtriplett/test-generic
772
773    Add ABIs to the test matrix; unify many bits of the testsuite
774
775commit e48918ecf876bc85d040fc50a232059c566553a8
776Author: Josh Triplett <josh@joshtriplett.org>
777Date:   Sun Mar 16 20:29:27 2014 -0700
778
779    testsuite: Add ABIs to the test matrix; unify tests across ABIs
780
781    This eliminates all the *_win32.c tests in favor of the tests they were
782    branched from, and expands test coverage to run many more tests on
783    stdcall, thiscall, and fastcall.
784
785    This same mechanism also supports testing any other target that has
786    multiple ABIs.
787
788commit 4d4d368e5a55d9443c4c53b1b70d58ab6d8c941c
789Author: Josh Triplett <josh@joshtriplett.org>
790Date:   Sun Mar 16 17:02:05 2014 -0700
791
792    testsuite: Replace ffitestcxx.h with ffitest.h
793
794    ffitest.h contains a superset of the functionality of ffitestcxx.h;
795    make the C++ tests include ffitest.h instead, and remove ffitestcxx.h.
796
797commit 3f97cf3413c46caf2a79f32ac9cda4620972c2d7
798Author: Josh Triplett <josh@joshtriplett.org>
799Date:   Sun Mar 16 16:53:42 2014 -0700
800
801    testsuite: Unify the C and C++ testsuites
802
803    These two testsuites differ only in the source file glob and a couple of
804    additional compiler options; unify the remaining bits.
805
806commit 0d9cce8edb937bbe771a6cdd25f671edf06d2128
807Author: Josh Triplett <josh@joshtriplett.org>
808Date:   Sun Mar 16 16:22:58 2014 -0700
809
810    testsuite: ffitest.h: Parenthesize the CHECK macro
811
812commit 5695ec1444c5323e48fe4314f8c8f027625e67df
813Author: Josh Triplett <josh@joshtriplett.org>
814Date:   Sun Mar 16 16:04:58 2014 -0700
815
816    testsuite: Factor out a function to run a matrix of tests
817
818    This commons up code from libffi.call/call.exp and
819    libffi.special/special.exp, unifies the optimization option matrix
820    between the two, and makes it easier to add more axes to the matrix
821    in the future.
822
823commit dfdb02cc869855d3b68571e5f7aa77ae8c9d254a
824Author: Josh Triplett <josh@joshtriplett.org>
825Date:   Sun Mar 16 15:26:26 2014 -0700
826
827    testsuite: Introduce a __THISCALL__ compiler-specific macro
828
829commit 83fd2bce0456224483435d4b764063f4513fd464
830Merge: 3658a07 06ff924
831Author: Anthony Green <green@moxielogic.com>
832Date:   Sun Mar 16 22:03:29 2014 -0400
833
834    Merge pull request #99 from joshtriplett/gitignore
835
836    .gitignore: Ignore more generated files
837
838commit 3658a0700a50d37a2fdba04fd9d79ad2f706d9f5
839Merge: d948d0a 46c5d3c
840Author: Anthony Green <green@moxielogic.com>
841Date:   Sun Mar 16 21:37:42 2014 -0400
842
843    Merge pull request #100 from rvandermeulen/bug-756740
844
845    Change double quotes in Makefile.am to single quotes.
846
847commit 46c5d3c30fdc2b43c076ad955078d7c5f1e75b37
848Author: Ryan VanderMeulen <ryanvm@gmail.com>
849Date:   Sun Mar 16 21:16:08 2014 -0400
850
851    Change double quotes in Makefile.am to single quotes.
852
853    This was originally done in PR #84, except the change was made to Makefile.in instead of Makefile.am and was therefore reverted the next time the files were regenerated.
854
855commit 06ff924215a2f9739efa2c059dc595bc4ec1c851
856Author: Josh Triplett <josh@joshtriplett.org>
857Date:   Sun Mar 16 16:19:46 2014 -0700
858
859    .gitignore: Ignore more generated files
860
861    The build process generates doc/libffi.info and fficonfig.h.in, so add
862    them to .gitignore.
863
864commit bad8948346e9b8813023a0cc78a3b6eb8d9c14c6
865Author: Josh Triplett <josh@joshtriplett.org>
866Date:   Sun Mar 16 15:16:18 2014 -0700
867
868    testsuite: Introduce a __STDCALL__ compiler-specific macro
869
870    Several tests want to use stdcall, which differs in syntax by compiler,
871    so introduce a macro for it in ffitest.h.
872
873commit 98a793fa36a4ab3ba24d059cb80a2891cdb940e1
874Author: Josh Triplett <josh@joshtriplett.org>
875Date:   Sun Mar 16 15:20:36 2014 -0700
876
877    testsuite: Common up the ifdef blocks for compiler-specific macros
878
879commit d948d0a729c934b0224749338a3ba0a2c8f51c45
880Merge: b61b472 a86bd31
881Author: Anthony Green <green@moxielogic.com>
882Date:   Sun Mar 16 10:53:48 2014 -0400
883
884    Merge pull request #98 from joshtriplett/unconfigure.host
885
886    Merge configure.host into configure.ac
887
888commit a86bd318e2424d879d784ee7b29d6536d7a17c18
889Author: Josh Triplett <josh@joshtriplett.org>
890Date:   Sun Mar 16 06:58:59 2014 -0700
891
892    Merge configure.host into configure.ac
893
894    configure.host only has a single entry, and shows no signs of needing
895    more added.
896
897commit b61b472bd0647006d6685238721002017f1d119c
898Author: Anthony Green <green@moxielogic.com>
899Date:   Sun Mar 16 09:45:55 2014 -0400
900
901    Update version to 3.1-rc0.  Clean up README.
902
903commit 7a64e7dbba54e6e9f69954adfb943be1856ff928
904Merge: 11a5c5c eef2e02
905Author: Anthony Green <green@moxielogic.com>
906Date:   Sun Mar 16 09:39:08 2014 -0400
907
908    Merge pull request #97 from joshtriplett/remove-more-generated-files
909
910    Remove more generated files
911
912commit 11a5c5c39f5861011f6c5ddf795da3a32b5f0082
913Merge: 9a62a21 1c68c07
914Author: Anthony Green <green@moxielogic.com>
915Date:   Sun Mar 16 09:38:47 2014 -0400
916
917    Merge pull request #96 from joshtriplett/sawing-changelogs
918
919    Generate ChangeLog from git in make dist; remove it from version control
920
921commit eef2e02a13d7d1c8145d47a64467f654406a3548
922Author: Josh Triplett <josh@joshtriplett.org>
923Date:   Sun Mar 16 06:26:03 2014 -0700
924
925    doc: Remove autogenerated info file and stamp
926
927commit 9fb403d3c5d9643e0f561cab6d4a07b1e54907ff
928Author: Josh Triplett <josh@joshtriplett.org>
929Date:   Sun Mar 16 06:25:52 2014 -0700
930
931    fficonfig.h.in: Remove, configure generates it
932
933commit 1c68c07217fda78a779778c1480fedef7a58d5b4
934Author: Josh Triplett <josh@joshtriplett.org>
935Date:   Sun Mar 16 06:11:58 2014 -0700
936
937    Generate ChangeLog from git in make dist
938
939    Archive the existing ChangeLog to ChangeLog.libffi-3.1
940
941commit c65ed55e655711e008282edbdd82ce95d008b4f6
942Author: Josh Triplett <josh@joshtriplett.org>
943Date:   Sun Mar 16 05:52:00 2014 -0700
944
945    ChangeLog.v1: Fix typo in explanatory header.
946
947commit 9a62a21f5c3a8e1da463229f3170c8ab3031d920
948Author: Anthony Green <green@moxielogic.com>
949Date:   Sun Mar 16 09:03:57 2014 -0400
950
951    Add missing ChangeLog entry.  Clean up some entries.
952
953commit 9bc704c58cb7a049d867837e3a11e2e31886ec66
954Merge: 694447a e892e58
955Author: Anthony Green <green@moxielogic.com>
956Date:   Sun Mar 16 08:41:00 2014 -0400
957
958    Merge pull request #95 from joshtriplett/news
959
960    README: Update news for 3.0.14
961
962commit e892e581d1838a06c18c7ecd50ebd79915cff92b
963Author: Josh Triplett <josh@joshtriplett.org>
964Date:   Sun Mar 16 05:38:24 2014 -0700
965
966    README: Update news for 3.0.14
967
968commit 694447aa29deadd571efb4e9a26ee3f68ede1493
969Merge: fdc87f3 45a6c21
970Author: Anthony Green <green@moxielogic.com>
971Date:   Sun Mar 16 08:32:05 2014 -0400
972
973    Merge pull request #93 from joshtriplett/travis-dist
974
975    Make Travis check "make dist"
976
977commit 45a6c21efa944b520842e631dc54919b04884744
978Author: Josh Triplett <josh@joshtriplett.org>
979Date:   Sun Mar 16 05:29:08 2014 -0700
980
981    .travis.yml: Test "make dist" too.
982
983commit fdc87f3b2ea37b58a4a9ae6c35083f544909fe3c
984Merge: 7412b83 e1911f7
985Author: Anthony Green <green@moxielogic.com>
986Date:   Sun Mar 16 08:05:51 2014 -0400
987
988    Merge pull request #85 from joshtriplett/stdcall
989
990    stdcall support on Linux
991
992commit e1911f78df113ca58738b66089a070d4cf747de7
993Author: Josh Triplett <josh@joshtriplett.org>
994Date:   Sun Mar 16 03:25:53 2014 -0700
995
996    Add support for stdcall, thiscall, and fastcall on non-Windows x86-32
997
998    Linux supports the stdcall calling convention, either via functions
999    explicitly declared with the stdcall attribute, or via code compiled
1000    with -mrtd which effectively makes stdcall the default.
1001
1002    This introduces FFI_STDCALL, FFI_THISCALL, and FFI_FASTCALL on
1003    non-Windows x86-32 platforms, as non-default calling conventions.
1004
1005commit 7412b838d543aae4fa925862bd5702d3dacbc29a
1006Merge: c0cc5fd 9531d05
1007Author: Anthony Green <green@moxielogic.com>
1008Date:   Sun Mar 16 07:58:16 2014 -0400
1009
1010    Merge pull request #90 from joshtriplett/win32-unifdef
1011
1012    prep_cif.c: Remove unnecessary ifdef for X86_WIN32
1013
1014commit c0cc5fdaa237b67e86f22d2f6e13f3b42d9aae33
1015Merge: 98b5296 b3a5da0
1016Author: Anthony Green <green@moxielogic.com>
1017Date:   Sun Mar 16 07:57:59 2014 -0400
1018
1019    Merge pull request #89 from joshtriplett/travis32
1020
1021    .travis.yml: Test on both 32-bit and 64-bit
1022
1023commit 9531d05f64c2a674e0197158ffad68d69f177bd0
1024Author: Josh Triplett <josh@joshtriplett.org>
1025Date:   Sun Mar 16 01:50:02 2014 -0700
1026
1027    prep_cif.c: Remove unnecessary ifdef for X86_WIN32
1028
1029    ffi_prep_cif_core had a special case for X86_WIN32, checking for
1030    FFI_THISCALL in addition to the FFI_FIRST_ABI-to-FFI_LAST_ABI range
1031    before returning FFI_BAD_ABI.  However, on X86_WIN32, FFI_THISCALL
1032    already falls in that range, making the special case unnecessary.
1033    Remove it.
1034
1035commit b3a5da068abd2f2983d9e67adbf41b0e0f34e37f
1036Author: Josh Triplett <josh@joshtriplett.org>
1037Date:   Sat Mar 15 23:27:56 2014 -0700
1038
1039    .travis.yml: Test on both 32-bit and 64-bit
1040
1041commit 98b52960485a261399f081915f36063de3854a5f
1042Merge: 134ce4c f6dd184
1043Author: Anthony Green <green@moxielogic.com>
1044Date:   Sun Mar 16 07:51:33 2014 -0400
1045
1046    Merge pull request #94 from joshtriplett/esp-extra-stackery-perception
1047
1048    ChangeLog: Document testsuite changes to remove fragile stack pointer checks
1049
1050commit f6dd1845434dd53e22129becdfa092c082df307c
1051Author: Josh Triplett <josh@joshtriplett.org>
1052Date:   Sun Mar 16 04:49:36 2014 -0700
1053
1054    ChangeLog: Document testsuite changes to remove fragile stack pointer checks
1055
1056commit 134ce4c0266bf994f07518fc534de53f1d3c8de8
1057Merge: 2680e9e 9c27932
1058Author: Anthony Green <green@moxielogic.com>
1059Date:   Sun Mar 16 07:47:17 2014 -0400
1060
1061    Merge pull request #91 from joshtriplett/esp-extra-stackery-perception
1062
1063    testsuite: Remove fragile stack pointer checks
1064
1065commit 9c279328ee12fc869adff63ca81f1230977bd42b
1066Author: Josh Triplett <josh@joshtriplett.org>
1067Date:   Sun Mar 16 02:31:19 2014 -0700
1068
1069    testsuite: Remove fragile stack pointer checks
1070
1071    testsuite/libffi.call/closure_stdcall.c and
1072    testsuite/libffi.call/closure_thiscall.c include inline assembly to save
1073    the stack pointer before and after the call, and compare the values.
1074    However, compilers can and do leave the stack in different states for
1075    these two pieces of inline assembly, such as by saving a temporary value
1076    on the stack across the call; observed with gcc -Os, and verified as
1077    spurious through careful inspection of disassembly.
1078
1079commit 2680e9ea9b4c87ea8042a61e551bd667493d4bd3
1080Merge: 071eab3 82f8cb2
1081Author: Anthony Green <green@moxielogic.com>
1082Date:   Sun Mar 16 07:44:08 2014 -0400
1083
1084    Merge pull request #88 from joshtriplett/such-precision-many-fail-wow
1085
1086    testsuite/libffi.call/many.c: Avoid spurious failure due to excess precision
1087
1088commit 82f8cb24a1d976db35ae31a4b86cec8926da327d
1089Author: Josh Triplett <josh@joshtriplett.org>
1090Date:   Sun Mar 16 04:27:32 2014 -0700
1091
1092    ChangeLog: Document many.c and many_win32.c changes to avoid spurious failures
1093
1094commit 88d562a8b5912e99306063fe3bc289bab6ca6ebe
1095Author: Josh Triplett <josh@joshtriplett.org>
1096Date:   Sat Mar 15 22:08:19 2014 -0700
1097
1098    testsuite/libffi.call/many_win32.c: Avoid spurious failure due to excess precision
1099
1100    The test case testsuite/libffi.call/many_win32.c can spuriously fail due
1101    to excess floating-point precision.  Instrumenting it with some printf
1102    calls shows differences well above FLT_EPSILON.  (Note when
1103    instrumenting it that multiple computations of the difference, such as
1104    one in a print and another in the conditional, may produce different
1105    results.)
1106
1107    Rather than complicating the test suite with architecture-specific flags
1108    to avoid excess precision, just simplify the floating-point computation
1109    to avoid a dependency on potential excess precision.
1110
1111commit c00a49ecd165b2d06c1c9b249d212dc843fa116f
1112Author: Josh Triplett <josh@joshtriplett.org>
1113Date:   Sat Mar 15 22:08:19 2014 -0700
1114
1115    testsuite/libffi.call/many.c: Avoid spurious failure due to excess precision
1116
1117    The test case testsuite/libffi.call/many.c can spuriously fail due to
1118    excess floating-point precision.  Instrumenting it with some printf
1119    calls shows differences well above FLT_EPSILON.  (Note when
1120    instrumenting it that multiple computations of the difference, such as
1121    one in a print and another in the conditional, may produce different
1122    results.)
1123
1124    Rather than complicating the test suite with architecture-specific flags
1125    to avoid excess precision, just simplify the floating-point computation
1126    to avoid a dependency on potential excess precision.
1127
1128commit 071eab32a7f9fbbef46c0d8f37d9985bc9cceb37
1129Merge: 2228c7a 2f44952
1130Author: Anthony Green <green@moxielogic.com>
1131Date:   Sun Mar 16 07:36:52 2014 -0400
1132
1133    Merge pull request #92 from joshtriplett/autogen
1134
1135    Re-add libtool-ldflags
1136
1137commit 2f44952c95765c1486fad66f57235f8d459a9748
1138Author: Josh Triplett <josh@joshtriplett.org>
1139Date:   Sun Mar 16 04:35:12 2014 -0700
1140
1141    Re-add libtool-ldflags
1142
1143commit 2228c7ab190f3c529b9018495467b841fa21cba2
1144Merge: 76d19d0 35634db
1145Author: Anthony Green <green@moxielogic.com>
1146Date:   Sun Mar 16 07:25:18 2014 -0400
1147
1148    Merge pull request #87 from joshtriplett/autogen
1149
1150    Remove autogenerated files from the repository
1151
1152commit 35634dbceaac0a1544f7385addc01d21ef1ef6a8
1153Author: Josh Triplett <josh@joshtriplett.org>
1154Date:   Sat Mar 15 18:11:16 2014 -0700
1155
1156    Remove autogenerated files from the repository
1157
1158    Add an autogen.sh to regenerate them.
1159
1160commit 76d19d004e36e99d261ee78261e2f52cea5e4ab1
1161Merge: c86d9b6 a1a6f71
1162Author: Anthony Green <green@moxielogic.com>
1163Date:   Fri Mar 14 16:54:31 2014 -0400
1164
1165    Ensure the linker supports @unwind sections in libffi.
1166
1167commit c86d9b6cc6e16ee262844a33b40441374400758c
1168Merge: 4efb7db f8cdf11
1169Author: Anthony Green <green@moxielogic.com>
1170Date:   Fri Mar 14 16:51:20 2014 -0400
1171
1172    Fix merge
1173
1174commit 4efb7dbfd9427c478a948cd0d464210123db8de8
1175Merge: 634a475 18eb81d
1176Author: Anthony Green <green@moxielogic.com>
1177Date:   Fri Mar 14 16:47:57 2014 -0400
1178
1179    Merge pull request #81 from rvandermeulen/bug-756740
1180
1181    Allow building for mipsel with Android NDK r8.
1182
1183commit a1a6f71bfe4199293043b2e4cfb4c8d3cb1112f9
1184Author: Ryan VanderMeulen <ryanvm@gmail.com>
1185Date:   Mon Mar 10 15:12:47 2014 -0400
1186
1187    Remove stray hunk that shouldn't have been included in this patch.
1188
1189commit f8cdf11467181f2a9a6b7e748167569aa58e3a81
1190Author: Ryan VanderMeulen <ryanvm@gmail.com>
1191Date:   Mon Mar 10 15:04:58 2014 -0400
1192
1193    Replace double quotes with single quotes in Makefile.in to improve compatibility between some versions of MSYS and gmake. From Mozilla bug 943728.
1194    https://bugzilla.mozilla.org/show_bug.cgi?id=943728
1195
1196commit dfa3738732e1bc3a7f4130395ae4bab55fcebb99
1197Author: Ryan VanderMeulen <ryanvm@gmail.com>
1198Date:   Mon Mar 10 14:53:48 2014 -0400
1199
1200    Ensure the linker supports @unwind sections in libffi. From Mozilla bug 756740.
1201    https://bugzilla.mozilla.org/show_bug.cgi?id=778414
1202
1203    Also tracked as issue #42.
1204    https://github.com/atgreen/libffi/issues/42
1205
1206commit 18eb81d032f29d645d0498ba92bddfd651f009ae
1207Author: Ryan VanderMeulen <ryanvm@gmail.com>
1208Date:   Mon Mar 10 14:43:37 2014 -0400
1209
1210    Allow building for mipsel with Android NDK r8. From Mozilla bug 756740.
1211    https://bugzilla.mozilla.org/show_bug.cgi?id=756740
1212
1213commit 2349fec9a818fb52fd2f294bcbc7b3156cd113de
1214Author: Daiki Ueno <ueno@gnu.org>
1215Date:   Wed Mar 5 17:53:02 2014 +0900
1216
1217    Fix typo in doc
1218
1219commit 634a475eaf1bee31c09f7d519e31c13b64cd24df
1220Author: Anthony Green <green@moxielogic.com>
1221Date:   Sat Mar 1 18:37:29 2014 -0500
1222
1223    Update Makefile for new darwin scripts
1224
1225commit c7b67e874bb89859f9a07d1cf9606052b6c0dcc1
1226Author: Anthony Green <green@moxielogic.com>
1227Date:   Sat Mar 1 18:34:18 2014 -0500
1228
1229    Add README note
1230
1231commit a04e30ba3dc303133d459c1ac273ceefe4d49b32
1232Author: Anthony Green <green@moxielogic.com>
1233Date:   Fri Feb 28 17:20:59 2014 -0500
1234
1235    Add missing -DFFI_DEBUG flag
1236
1237commit 934dc1b5c8d6a9e727bedc72342831eb7d62c35f
1238Merge: 11d7aa9 67fbef3
1239Author: Anthony Green <green@moxielogic.com>
1240Date:   Fri Feb 28 01:10:17 2014 -0500
1241
1242    Merge branch 'master' of github.com:/atgreen/libffi
1243
1244commit 11d7aa9d7a4bbe642944edc0f07cf96db9b270b6
1245Merge: b40aeda 3b44d41
1246Author: Anthony Green <green@moxielogic.com>
1247Date:   Fri Feb 28 01:06:48 2014 -0500
1248
1249    Merge pull request #46 from makotokato/android-clang
1250
1251    Fix build failure when using clang for Android
1252
1253commit 67fbef3b56ff0ef88f9b1a7fe48cb77222fa6cec
1254Merge: b40aeda 3b44d41
1255Author: Anthony Green <green@moxielogic.com>
1256Date:   Fri Feb 28 01:06:48 2014 -0500
1257
1258    Merge pull request #46 from makotokato/android-clang
1259
1260    Fix build failure when using clang for Android
1261
1262commit b40aeda31a74d95a37c723b6243aabac466e67c4
1263Merge: 20698ab 53ceaf1
1264Author: Anthony Green <green@moxielogic.com>
1265Date:   Fri Feb 28 01:01:29 2014 -0500
1266
1267    Merge branch 'master' of github.com:/atgreen/libffi
1268
1269commit 53ceaf14c5eeb16ba09745f0ca87cca367d41a90
1270Merge: 860fe66 cc9b518
1271Author: Anthony Green <green@moxielogic.com>
1272Date:   Fri Feb 28 01:01:02 2014 -0500
1273
1274    Merge pull request #40 from wojdyr/master
1275
1276    Correct the -L flag in libffi.pc.in
1277
1278commit 20698abc6a00092fd7fd3e434a3a29dc0f048f1e
1279Merge: 64bd069 1a0b01e
1280Author: Anthony Green <green@moxielogic.com>
1281Date:   Fri Feb 28 00:56:27 2014 -0500
1282
1283    Merge pull request #66 from ppizarro/master
1284
1285    BlackFin fixes - Fatal error when calling a function defined in a shared library from within the function called by FFI
1286
1287commit 860fe6646f5ae603e99a8d1d722ddddba8b75769
1288Merge: 64bd069 1a0b01e
1289Author: Anthony Green <green@moxielogic.com>
1290Date:   Fri Feb 28 00:56:27 2014 -0500
1291
1292    Merge pull request #66 from ppizarro/master
1293
1294    BlackFin fixes - Fatal error when calling a function defined in a shared library from within the function called by FFI
1295
1296commit 64bd06990a7accf72271516a2110b86cdccd8df4
1297Author: Anthony Green <green@moxielogic.com>
1298Date:   Fri Feb 28 00:52:56 2014 -0500
1299
1300    Add ChangeLog entry for Josh's change
1301
1302commit edf29c5169b06fcfc241445e152e325bc3c50e0e
1303Merge: 33c9954 3998d26
1304Author: Anthony Green <green@moxielogic.com>
1305Date:   Fri Feb 28 00:50:25 2014 -0500
1306
1307    Merge pull request #75 from joshtriplett/longdouble
1308
1309    Fix build error on x86 without distinct long double
1310
1311commit 33c9954f2eec539011a0f93270aaf013318837ae
1312Author: Anthony Green <green@moxielogic.com>
1313Date:   Fri Feb 28 00:38:41 2014 -0500
1314
1315    Rebuilt with new libtool
1316
1317commit 926b6989fbd08488b9105943293353d45ac527e0
1318Merge: 5a88c85 cc82051
1319Author: Anthony Green <green@moxielogic.com>
1320Date:   Fri Feb 28 00:26:57 2014 -0500
1321
1322    Merge branch 'master' of github.com:/atgreen/libffi
1323
1324    Conflicts:
1325    	ChangeLog
1326
1327commit 5a88c85fde304052bed1581ed0b6452ac2c68838
1328Author: Anthony Green <green@moxielogic.com>
1329Date:   Fri Feb 28 00:23:04 2014 -0500
1330
1331    Fix spelling errors
1332
1333commit cc82051c7e80cea772c4b72da026eb7e68d598fc
1334Author: Anthony Green <green@moxielogic.com>
1335Date:   Fri Feb 28 00:23:04 2014 -0500
1336
1337    Fix spelling errors
1338
1339commit 001aaf4b1b56349596bb6f6b5c1613dcbbd84ea8
1340Author: Anthony Green <green@moxielogic.com>
1341Date:   Fri Feb 28 00:20:17 2014 -0500
1342
1343    When no VFP arguments are present the IP register is used
1344    uninitialized. Initialize it to the value of FP.
1345
1346    This fixes a number of testsuite failures when configured for
1347    armv7l-unknown-linux-gnueabihf
1348
1349commit 49f7729c3ce697c12408c42ccb29cdf4eb66bb85
1350Author: Anthony Green <green@moxielogic.com>
1351Date:   Fri Feb 28 00:17:16 2014 -0500
1352
1353    aarch64 fix
1354
1355commit 447483d51c6aa9df7116f346a73fc1cf795f4c2b
1356Merge: 51377bd b4df9cf
1357Author: Anthony Green <green@moxielogic.com>
1358Date:   Thu Feb 27 15:42:41 2014 -0500
1359
1360    Fix ChangeLog merge
1361
1362commit 3998d2604b5c0d45a098ff3119a9fd9710ef429d
1363Author: Josh Triplett <josh@joshtriplett.org>
1364Date:   Mon Feb 17 11:20:33 2014 -0800
1365
1366    Fix build error on x86 without distinct long double
1367
1368    src/x86/ffi64.c: In function 'classify_argument':
1369    src/x86/ffi64.c:205:5: error: duplicate case value
1370         case FFI_TYPE_LONGDOUBLE:
1371         ^
1372    src/x86/ffi64.c:202:5: error: previously used here
1373         case FFI_TYPE_DOUBLE:
1374         ^
1375
1376commit 51377bda9aed0b2c1309c818460cab9d9ab3d46e
1377Merge: f08da54 40927bd
1378Author: Anthony Green <green@moxielogic.com>
1379Date:   Sat Feb 15 08:06:29 2014 -0500
1380
1381    Merge pull request #72 from heiher/devel
1382
1383    MIPS N32: Fix call floating point va function
1384
1385commit f08da5465463e60a28f5e921f23ebf2ba984c148
1386Merge: 3dc3f32 fa5f25c
1387Author: Anthony Green <green@moxielogic.com>
1388Date:   Sat Feb 15 08:06:11 2014 -0500
1389
1390    Merge pull request #68 from zeldin/master
1391
1392    Linux/ppc64: Remove assumption on contents of r11 in closure
1393
1394commit 40927bd3e1e7c6007025ba10854fd8a0664e47df
1395Author: Heiher <r@hev.cc>
1396Date:   Tue Jan 21 23:18:27 2014 +0800
1397
1398    Fix call floating point va function
1399
1400    I'm not sure floating-point arguments in GPR or FPR before calling
1401    variable number arguments function. so, load all arguments to GPR and
1402    FPR.
1403
1404commit b4df9cf9cc4a9a9401a53fd6bea1f3c2c283b97b
1405Author: Zachary Waldowski <zach@waldowski.me>
1406Date:   Wed Feb 5 14:22:52 2014 -0500
1407
1408    AArch64: Fix void fall-through case when assertions are enabled
1409
1410commit f466aad0d91a117e42571d1d6fb434fa0433c930
1411Author: Zachary Waldowski <zach@waldowski.me>
1412Date:   Tue Jan 21 16:38:31 2014 -0500
1413
1414    AArch64: Fix missing semicolons when assertions are enabled
1415
1416commit 7ea677733bd98917241852b8901a6b7580728895
1417Author: Anthony Green <green@moxielogic.com>
1418Date:   Sat Nov 30 20:58:31 2013 -0500
1419
1420    Remove build-ios from Makefile
1421
1422    Conflicts:
1423    	ChangeLog
1424
1425commit 6ae046cc59c12b2cd40158d6bcb96f4a59886159
1426Author: Anthony Green <green@moxielogic.com>
1427Date:   Sat Nov 30 21:06:51 2013 -0500
1428
1429    Mention Aarch64 on iOS
1430
1431commit bfc06b3fdb32abe90ce0749aedfec649df85a7ef
1432Author: Zachary Waldowski <zach@waldowski.me>
1433Date:   Mon Dec 30 17:36:39 2013 -0500
1434
1435    Update ChangeLog
1436
1437commit 0a0f12ce1f7be81006b08a3c81a636926d283a9b
1438Author: Zachary Waldowski <zach@waldowski.me>
1439Date:   Thu Jan 9 13:50:17 2014 -0500
1440
1441    AArch64: Remove duplicitous element_count call.
1442
1443    This inhibits an analyzer warning by Clang.
1444
1445commit 4330fdcd92e67c816288d64ab230237065768206
1446Author: Zachary Waldowski <zach@waldowski.me>
1447Date:   Thu Jan 9 13:53:30 2014 -0500
1448
1449    Darwin/aarch64: Respect iOS ABI re: stack argument alignment
1450
1451commit 0a333d6c3973935d4fe02aae76b10e39d3c88e07
1452Author: Zachary Waldowski <zach@waldowski.me>
1453Date:   Thu Jan 9 14:03:29 2014 -0500
1454
1455    Darwin/aarch64: Fix size_t assumptions
1456
1457commit 2c18e3c76aad1b426617db05a4384e7c3a920176
1458Author: Zachary Waldowski <zach@waldowski.me>
1459Date:   Mon Dec 30 16:14:02 2013 -0500
1460
1461    Darwin/aarch64: Fix "shadows declaration" warnings
1462
1463commit 1b8a8e20e344f3c55495ab6eb46bd14e843d4b3e
1464Author: Zachary Waldowski <zach@waldowski.me>
1465Date:   Thu Jan 9 13:55:21 2014 -0500
1466
1467    Darwin/aarch64: Use Clang cache invalidation builtin
1468
1469commit 6030cdcae776f8fb5876a53168f7d1e75d28a242
1470Author: Zachary Waldowski <zach@waldowski.me>
1471Date:   Mon Dec 30 15:45:51 2013 -0500
1472
1473    Darwin/aarch64: Account for long double being equal to double
1474
1475commit 5658b0892683d2e24e4d5842978c184a7ad33858
1476Author: Zachary Waldowski <zach@waldowski.me>
1477Date:   Mon Dec 30 16:33:47 2013 -0500
1478
1479    Darwin/aarch64: Use CNAME, restrict .size like ARM
1480
1481commit 07175780802acec5dc49fdedd6d20a62409a6707
1482Author: Zachary Waldowski <zach@waldowski.me>
1483Date:   Mon Dec 30 17:48:22 2013 -0500
1484
1485    Darwin/aarch64: Fix invalid reference in assembly
1486
1487commit 9da28b44277fea3aeb827c35dd63d609d2524a8b
1488Author: Zachary Waldowski <zach@waldowski.me>
1489Date:   Mon Dec 30 16:23:21 2013 -0500
1490
1491    Darwin/x86_64: Fix 64-bit type shortening warnings
1492
1493commit 821d398f08bd1d540a5b235507812ffeee49b580
1494Author: Zachary Waldowski <zach@waldowski.me>
1495Date:   Thu Jan 9 13:15:06 2014 -0500
1496
1497    Darwin: Merge build scripts, redo project, incl. arm64
1498
1499commit 6eff9ff9e72463b9783be2514f944b6f05692054
1500Author: Zachary Waldowski <zach@waldowski.me>
1501Date:   Mon Dec 30 17:48:10 2013 -0500
1502
1503    Darwin/iOS: Improve unified syntax use for LLVM
1504
1505commit ba0ea99c82aadd5957386a031e3122011bd36d52
1506Author: Zachary Waldowski <zach@waldowski.me>
1507Date:   Mon Dec 30 15:27:44 2013 -0500
1508
1509    Fix dlmalloc warnings due to set_segment_flags, sizeof(size_t)
1510
1511commit 994be3a5c1d0d17b19103396103e128517fd62f9
1512Author: Zachary Waldowski <zach@waldowski.me>
1513Date:   Mon Dec 30 15:27:14 2013 -0500
1514
1515    Darwin/iOS: Fix mis-typing of vfp_reg_free
1516
1517commit a8e0a835ab1f62d03ad6391760e3e8b7732d24f8
1518Author: Zachary Waldowski <zach@waldowski.me>
1519Date:   Mon Dec 30 15:26:20 2013 -0500
1520
1521    Darwin/ARM: Assert on NULL dereference
1522
1523    This inhibits an analyzer warning by Clang on all platforms.
1524
1525commit 13675341581c489ed9df8ba390c8e08a732decb2
1526Author: Zachary Waldowski <zach@waldowski.me>
1527Date:   Thu Jan 9 13:42:08 2014 -0500
1528
1529    Darwin/i386: Inhibit Clang previous prototype warnings
1530
1531commit 66469c381e2e2cc96e7d409266dea0ffe177eeca
1532Author: Zachary Waldowski <zach@waldowski.me>
1533Date:   Thu Jan 9 13:41:45 2014 -0500
1534
1535    Darwin/ARM: Inhibit Clang previous prototype warnings
1536
1537commit 5bfe62a00d2d659eec9f19b39802b6e69844fc27
1538Author: Zachary Waldowski <zach@waldowski.me>
1539Date:   Thu Jan 9 13:41:27 2014 -0500
1540
1541    Darwin/AArch64: Inhibit Clang previous prototype warnings
1542
1543commit fa5f25c20f76a6ef5e950a7ccbce826672c8a620
1544Author: Marcus Comstedt <marcus@mc.pp.se>
1545Date:   Sat Jan 4 19:00:08 2014 +0100
1546
1547    Linux/ppc64: Remove assumption on contents of r11 in closure
1548
1549commit 1a0b01e171e9c750437cef2f18917f5a6e32c498
1550Author: Paulo Pizarro <paulo.pizarro@gmail.com>
1551Date:   Thu Jan 2 16:17:59 2014 -0200
1552
1553    When the function called by the ffi called a function defined in a shared library generate a fatal error
1554    The correction was to take into consideration the GOT.
1555
1556commit 3dc3f32c35db5ab995a835225f6815369735ceb7
1557Author: Anthony Green <green@moxielogic.com>
1558Date:   Thu Dec 5 16:23:25 2013 -0500
1559
1560    Undo iOS ARM64 changes.
1561
1562commit 356b2cbc304bfe5bdc28b8d1c68d1ff084e9ec37
1563Merge: 484a758 07345a3
1564Author: Anthony Green <green@moxielogic.com>
1565Date:   Sat Nov 30 22:38:13 2013 -0500
1566
1567    Merge branch 'master' of github.com:/atgreen/libffi
1568
1569commit 484a7584260e2fbb399ce90083046834271bf9ff
1570Author: Anthony Green <green@moxielogic.com>
1571Date:   Sat Nov 30 21:06:51 2013 -0500
1572
1573    Mention Aarch64 on iOS
1574
1575commit 07345a30ec0a2fa45a7c363d301f57723690cfa0
1576Author: Anthony Green <green@moxielogic.com>
1577Date:   Sat Nov 30 21:06:51 2013 -0500
1578
1579    Mention Aarch64 on iOS
1580
1581commit d4b931c1b872378c35f12ddbb9a6d55e7f17c65e
1582Author: Anthony Green <green@moxielogic.com>
1583Date:   Sat Nov 30 20:58:31 2013 -0500
1584
1585    Remove build-ios from Makefile
1586
1587commit dfbf236d70fc1ec68e6ff193584a154353508e2f
1588Merge: 852ac3b bb9740e
1589Author: Anthony Green <green@moxielogic.com>
1590Date:   Sat Nov 30 20:54:54 2013 -0500
1591
1592    Merge branch 'master' of github.com:/atgreen/libffi
1593    Add ChangeLog entry.
1594
1595commit bb9740e545205f93a525c77aa6d1cbf4ca9371f3
1596Merge: ac75368 4d701e0
1597Author: Anthony Green <green@moxielogic.com>
1598Date:   Sat Nov 30 17:54:39 2013 -0800
1599
1600    Merge pull request #60 from zwaldowski/ios-redo
1601
1602    Mac/iOS support, including aarch64 port
1603
1604commit 4d701e03faa475a5eb3b54b90046114a1e27b813
1605Author: Zachary Waldowski <zwaldowski@gmail.com>
1606Date:   Sat Nov 30 13:25:27 2013 -0500
1607
1608    Darwin: Properly export headers from Xcode project
1609
1610commit 022f12eb9ad2264e838fa5fb453733f5177888f4
1611Author: Zachary Waldowski <zwaldowski@gmail.com>
1612Date:   Sat Nov 30 12:21:38 2013 -0500
1613
1614    Darwin: Freshen gen scripts, remove old build-ios.sh
1615
1616commit e820fe2025d7ad3df7584407946dfaad2af69599
1617Author: Zachary Waldowski <zwaldowski@gmail.com>
1618Date:   Sat Nov 30 12:03:51 2013 -0500
1619
1620    Darwin/iOS: Include x86_64+aarch64 pieces in library
1621
1622commit 0278284e470ec91db7cdc15ac3dcd64683305848
1623Author: Zachary Waldowski <zwaldowski@gmail.com>
1624Date:   Sat Nov 30 03:03:37 2013 -0500
1625
1626    Darwin/aarch64: size_t assumptions
1627
1628commit 9775446b6441c91cd9059215c106aa3bcf949767
1629Author: Zachary Waldowski <zwaldowski@gmail.com>
1630Date:   Sat Nov 30 02:39:34 2013 -0500
1631
1632    Darwin/aarch64: Fix “shadows declaration” warnings
1633
1634commit 4260badc37705d3618e774dfe61184ac709881c1
1635Author: Zachary Waldowski <zwaldowski@gmail.com>
1636Date:   Sat Nov 30 02:08:14 2013 -0500
1637
1638    Darwin/aarch64: Use Clang cache invalidation builtin
1639
1640commit 9fa7998d5f9250908cbf12a671479852ebadf9d1
1641Author: Zachary Waldowski <zwaldowski@gmail.com>
1642Date:   Sat Nov 30 02:07:48 2013 -0500
1643
1644    Darwin/aarch64: Inhibit Xcode warning
1645
1646commit 0e832048a93830575b0976406444e134e649a4f7
1647Author: Zachary Waldowski <zwaldowski@gmail.com>
1648Date:   Sat Nov 30 02:07:34 2013 -0500
1649
1650    Darwin/aarch64: double == long double
1651
1652commit 602dc22d76931092610234cf063f9f1b8dbc1a51
1653Author: Zachary Waldowski <zwaldowski@gmail.com>
1654Date:   Sat Nov 30 02:06:00 2013 -0500
1655
1656    Darwin/iOS prep script: try and compile for arm64
1657
1658commit b513dfe79de4725e8a717325a9e3b5b9f69f63dc
1659Author: Zachary Waldowski <zwaldowski@gmail.com>
1660Date:   Sat Nov 30 02:05:22 2013 -0500
1661
1662    Darwin/aarch64: Restrict .size to ELF like arm32.
1663
1664commit bc978099bf2812de755c076b67ef9c2547607572
1665Author: Zachary Waldowski <zwaldowski@gmail.com>
1666Date:   Sat Nov 30 02:04:57 2013 -0500
1667
1668    Darwin/aarch64: Potentially(?) fix compile error
1669
1670commit d6bb9314467c6e0683156559d23ca341c43fa3c8
1671Author: Zachary Waldowski <zwaldowski@gmail.com>
1672Date:   Sat Nov 30 02:04:22 2013 -0500
1673
1674    Darwin/aarch64: Use CNAME refs
1675
1676commit 33c46ce5680eea28d3437c8771ec1d137e226b45
1677Author: Zachary Waldowski <zwaldowski@gmail.com>
1678Date:   Sat Nov 30 04:13:42 2013 -0500
1679
1680    Darwin/Mac: Fix 64/32 shortening warnings
1681
1682commit 0612081e6c161d9d820742f995975d35da2adbc2
1683Author: Zachary Waldowski <zwaldowski@gmail.com>
1684Date:   Sat Nov 30 03:03:00 2013 -0500
1685
1686    Darwin: Misc size_t warnings
1687
1688commit 6a6247d179ec3859311c2d8775841b884f309f66
1689Author: Zachary Waldowski <zwaldowski@gmail.com>
1690Date:   Sat Nov 30 02:55:48 2013 -0500
1691
1692    Darwin: Fix dlmalloc warnings due to sizeof(size_t)
1693
1694commit 4d60d9e1e32de6166ffd63bbe9ce54cf961c78fc
1695Author: Zachary Waldowski <zwaldowski@gmail.com>
1696Date:   Sat Nov 30 04:09:30 2013 -0500
1697
1698    Darwin: Rebuild Xcode project
1699
1700commit cb719a5c1c2eb391d6a5f5e02484ba4aa990a51b
1701Author: Zachary Waldowski <zwaldowski@gmail.com>
1702Date:   Sat Nov 30 04:09:18 2013 -0500
1703
1704    Darwin/iOS: Fix LLVM 3.3 warning re: memcpy.
1705
1706commit 21bde92c9abb378f9c456a9d95e6f9b99ef8c920
1707Author: Zachary Waldowski <zwaldowski@gmail.com>
1708Date:   Sat Nov 30 03:43:42 2013 -0500
1709
1710    Darwin: Clean up, modernize generator scripts
1711
1712commit fd54eab74cef7891e4acaaafb71e783142ecb69e
1713Author: Zachary Waldowski <zwaldowski@gmail.com>
1714Date:   Sat Nov 30 03:38:02 2013 -0500
1715
1716    Darwin/Mac: Also exclude OS X generated source
1717
1718commit 953b6f14c655141f9e7d82550a312c3eeb961091
1719Author: Zachary Waldowski <zwaldowski@gmail.com>
1720Date:   Tue Apr 24 11:16:20 2012 -0400
1721
1722    Darwin/iOS: More unified syntax support w/ Clang.
1723
1724    Signed-off-by: Zachary Waldowski <zwaldowski@gmail.com>
1725
1726commit c713a55379481c339877f2e0003d97cb8d9ed80e
1727Author: Zachary Waldowski <zwaldowski@gmail.com>
1728Date:   Tue Apr 24 10:25:29 2012 -0400
1729
1730    Darwin/iOS: Simplify RETLDM arguments for LLVM 3.1
1731
1732    Signed-off-by: Zachary Waldowski <zwaldowski@gmail.com>
1733
1734commit 16ba1b80028db5cb71cf86e5f79f5e48317f83c8
1735Author: Zachary Waldowski <zwaldowski@gmail.com>
1736Date:   Wed Apr 11 23:26:04 2012 -0400
1737
1738    Darwin: Silence Clang warnings.
1739
1740commit 852ac3bd302d6ed97b1ef65f4cbed69c258a48df
1741Merge: ab79d6e ac75368
1742Author: Anthony Green <green@moxielogic.com>
1743Date:   Thu Nov 21 21:25:44 2013 -0500
1744
1745    Merge branch 'master' of github.com:/atgreen/libffi
1746
1747    Conflicts:
1748    	ChangeLog
1749
1750commit ab79d6e21992dd86139ba07530ff888833b78a04
1751Author: Alan Modra <amodra@gmail.com>
1752Date:   Thu Nov 21 06:12:35 2013 -0500
1753
1754    This separates the 32-bit sysv/linux/bsd code from the 64-bit linux
1755    code, and makes it possible to link code compiled with different
1756    options to those used to compile libffi.  For example, a
1757    -mlong-double-128 libffi can be used with -mlong-double-64 code.
1758
1759    Using the return value area as a place to pass parameters wasn't such
1760    a good idea, causing a failure of cls_ulonglong.c.  I didn't see this
1761    when running the mainline gcc libffi testsuite because that version of
1762    the test is inferior to the upstreamm libffi test.
1763
1764    Using NUM_FPR_ARG_REGISTERS rather than NUM_FPR_ARG_REGISTERS64 meant
1765    that a parameter save area could be allocated before it was strictly
1766    necessary.  Wrong but harmless.  Found when splitting apart ffi.c
1767    into 32-bit and 64-bit support.
1768
1769commit ac7536889334d4be50709006d7e23536364d7891
1770Author: Alan Modra <amodra@gmail.com>
1771Date:   Thu Nov 21 06:12:35 2013 -0500
1772
1773    This separates the 32-bit sysv/linux/bsd code from the 64-bit linux
1774    code, and makes it possible to link code compiled with different
1775    options to those used to compile libffi.  For example, a
1776    -mlong-double-128 libffi can be used with -mlong-double-64 code.
1777
1778    Using the return value area as a place to pass parameters wasn't such
1779    a good idea, causing a failure of cls_ulonglong.c.  I didn't see this
1780    when running the mainline gcc libffi testsuite because that version of
1781    the test is inferior to the upstreamm libffi test.
1782
1783    Using NUM_FPR_ARG_REGISTERS rather than NUM_FPR_ARG_REGISTERS64 meant
1784    that a parameter save area could be allocated before it was strictly
1785    necessary.  Wrong but harmless.  Found when splitting apart ffi.c
1786    into 32-bit and 64-bit support.
1787
1788commit 69df91cfb4fa6bcb644350a80bff970f27478a6a
1789Merge: 2f45082 aa1f62c
1790Author: Anthony Green <green@moxielogic.com>
1791Date:   Mon Nov 18 06:34:04 2013 -0800
1792
1793    Merge pull request #59 from iains/powerpc-darwin-unwind-fix
1794
1795    Fix PowerPC Darwin FDE encodings to use pcrel correctly.  Modernise the picbase labels.
1796
1797commit aa1f62c0a093c30325dff1d4d2b6b4b22eb96929
1798Author: Iain Sandoe <iain@codesourcery.com>
1799Date:   Mon Nov 18 13:11:56 2013 +0000
1800
1801    Fix PowerPC Darwin FDE encodings to use pcrel correctly.  Modernise the picbase labels.
1802
1803commit 2f450822a8698ba88441c56d152c7dc8924b127f
1804Author: Anthony Green <green@moxielogic.com>
1805Date:   Mon Nov 18 06:52:29 2013 -0500
1806
1807    Clean up code to appease modern GCC compiler.
1808
1809commit 16d56c51aded374730920a4acde76ff3d2860ae1
1810Author: Alan Modra <amodra@gmail.com>
1811Date:   Mon Nov 18 06:36:03 2013 -0500
1812
1813    An #endif in the wrong place would cause compile failure on powerpcle.
1814    Using bl instead of b doesn't cause runtime failures as you might think,
1815    but does mess the processor branch prediction.
1816
1817commit 34f878a5ef28663f6b1d7fd26fb099429ea1579e
1818Merge: 83f65b6 1fd0457
1819Author: Anthony Green <green@moxielogic.com>
1820Date:   Sat Nov 16 06:57:54 2013 -0500
1821
1822    Merge branch 'master' of github.com:/atgreen/libffi
1823
1824    Conflicts:
1825    	ChangeLog
1826    	src/powerpc/ffi.c
1827
1828commit 83f65b63d9764a9cc7688fc5cda5ee2bd23faf54
1829Author: Alan Modra <amodra@gmail.com>
1830Date:   Sat Nov 16 06:53:50 2013 -0500
1831
1832    Finally, this adds _CALL_ELF == 2 support.  ELFv1 objects can't be
1833    linked with ELFv2 objects, so this is one case where preprocessor
1834    tests in ffi.c are fine.  Also, there is no need to define a new
1835    FFI_ELFv2 or somesuch value in enum ffi_abi.  FFI_LINUX64 will happily
1836    serve both ABIs.
1837
1838commit 1fd045784cac874b5d76b7fa931f67209a8280d3
1839Author: Alan Modra <amodra@gmail.com>
1840Date:   Sat Nov 16 06:53:50 2013 -0500
1841
1842    Finally, this adds _CALL_ELF == 2 support.  ELFv1 objects can't be
1843    linked with ELFv2 objects, so this is one case where preprocessor
1844    tests in ffi.c are fine.  Also, there is no need to define a new
1845    FFI_ELFv2 or somesuch value in enum ffi_abi.  FFI_LINUX64 will happily
1846    serve both ABIs.
1847
1848commit 362851379a49ce07d3e36e82c4e5c7b6cc16a352
1849Author: Alan Modra <amodra@gmail.com>
1850Date:   Sat Nov 16 06:52:43 2013 -0500
1851
1852    Andreas' 2013-02-08 change reverted some breakage for struct return
1853    values from 2011-11-12, but in so doing reintroduced string
1854    instructions to sysv.S that are not supported on all powerpc variants.
1855    This patch properly copies the bounce buffer to destination in C code
1856    rather than in asm.
1857
1858    I have tested this on powerpc64-linux, powerpc-linux and
1859    powerpc-freebsd.  Well, the last on powerpc-linux by lying to
1860    configure with
1861
1862    CC="gcc -m32 -msvr4-struct-return -mlong-double-64" \
1863    CXX="g++ -m32 -msvr4-struct-return -mlong-double-64" \
1864    /src/libffi-current/configure --build=powerpc-freebsd
1865
1866    and then
1867
1868    make && make CC="gcc -m32" CXX="g++ -m32" \
1869    RUNTESTFLAGS=--target_board=unix/-m32/-msvr4-struct-return/-mlong-double-64\
1870     check
1871
1872commit 1c06515d927d9de1582438d4eb5953890e79c5c7
1873Author: Alan Modra <amodra@gmail.com>
1874Date:   Sat Nov 16 06:41:36 2013 -0500
1875
1876    The powerpc64 ABIs align structs passed by value, a fact ignored by
1877    gcc for quite some time.  Since gcc now does the correct alignment,
1878    libffi needs to follow suit.  This ought to be made selectable via
1879    a new abi value, and the #ifdefs removed from ffi.c along with many
1880    other #ifdefs present there and in assembly.  I'll do that with a
1881    followup patch sometime.
1882
1883    This is a revised version of
1884    https://sourceware.org/ml/libffi-discuss/2013/msg00162.html
1885
1886commit a97cf1fae575d8bfd5259c5c422025ad43911326
1887Author: Alan Modra <amodra@gmail.com>
1888Date:   Sat Nov 16 06:40:13 2013 -0500
1889
1890    This patch prepares for ELFv2, where sizes of these areas change.  It
1891    also makes some minor changes to improve code efficiency.
1892
1893commit 164283f4ac5972ce2ab5e015cc2ab1014c23276c
1894Author: Alan Modra <amodra@gmail.com>
1895Date:   Sat Nov 16 06:38:55 2013 -0500
1896
1897    The powerpc64 support opted to pass floating point values both in the
1898    fpr area and the parameter save area, necessary when the backend
1899    doesn't know if a function argument corresponds to the ellipsis
1900    arguments of a variadic function.  This patch adds powerpc support for
1901    variadic functions, and changes the code to only pass fp in the ABI
1902    mandated area.  ELFv2 needs this change since the parameter save area
1903    may not exist there.
1904
1905    This also fixes two faulty tests that used a non-variadic function
1906    cast to call a variadic function, and spuriously reasoned that this is
1907    somehow necessary for static functions..
1908
1909commit 31257b3189f81a199bc2902c22bc5f2d7c54ccde
1910Author: Andrew Haley <aph@redhat.com>
1911Date:   Sat Nov 16 06:35:51 2013 -0500
1912
1913    Fix sample closure code
1914
1915commit db0ace3a38496af73eae3df02ef353736d16909f
1916Author: Andrew Haley <aph@redhat.com>
1917Date:   Sat Nov 16 06:29:25 2013 -0500
1918
1919    Fix broken test cases
1920
1921commit de10f5039ed7a53382ddcc95c368d03e535edb98
1922Merge: 58c2577 f3657da
1923Author: Anthony Green <green@moxielogic.com>
1924Date:   Thu Nov 14 10:56:29 2013 -0500
1925
1926    Merge branch 'master' of https://github.com/bivab/libffi
1927
1928    Conflicts:
1929    	ChangeLog
1930
1931commit f3657da278dd63afcdd8762894a9bdaea8ef028a
1932Author: David Schneider <david.schneider@bivab.de>
1933Date:   Thu Nov 14 13:02:16 2013 +0100
1934
1935    update Changelog
1936
1937commit 58c2577a3ff80e7416ef0434769e2af23365719c
1938Author: Alan Modra <amodra@gmail.com>
1939Date:   Wed Nov 13 16:55:36 2013 -0500
1940
1941    This enshrines the current testsuite practice of using ffi_arg for
1942    returned values.  It would be reasonable and logical to use the actual
1943    return argument type as passed to ffi_prep_cif, but this would mean
1944    changing a large number of tests that use ffi_arg and all backends
1945    that write results to an ffi_arg.
1946
1947commit 8af42f9944f7ed72c81ae360aac6a84dc11f89dc
1948Author: Anthony Green <green@moxielogic.com>
1949Date:   Wed Nov 13 16:40:28 2013 -0500
1950
1951    Respect HAVE_ALLOCA_H
1952
1953commit cdf405d574f479b782454516366bd4f4b9b3415e
1954Author: David Schneider <david.schneider@bivab.de>
1955Date:   Wed Nov 13 15:50:21 2013 +0100
1956
1957    add a testcase for the double/float issue on ARMHF
1958
1959commit 77f823e31ffb557a466b24f7fba845fbf7831798
1960Author: David Schneider <david.schneider@bivab.de>
1961Date:   Wed Nov 13 14:26:57 2013 +0100
1962
1963    stop trying to assing vfp regs once we are done with the registers
1964
1965commit 37067ec5036f2a6ed7a4799f83f8f53160460344
1966Author: David Schneider <david.schneider@bivab.de>
1967Date:   Tue Nov 12 19:49:01 2013 +0100
1968
1969    mark all vfp registers as used when done.
1970
1971    To avoid assigning registers the would fit, once arguments have been on
1972    the stack, we mark all registers as used once we do not find a free
1973    register for the first time.
1974
1975commit 2f5b7ce545473a7f6e41193edc29407cbebe82d5
1976Author: Anthony Green <green@moxielogic.com>
1977Date:   Sat Nov 9 06:16:32 2013 -0500
1978
1979    UltraSPARC IIi fix.  Update README and build configury.
1980
1981commit becd754434173032f426d22ffcbfe24f55b3c137
1982Author: Mark Kettenis <kettenis@gnu.org>
1983Date:   Wed Nov 6 06:43:49 2013 -0500
1984
1985    Align the stack pointer to 16-bytes.
1986
1987commit 05c31093409f7b3e6d795fac21d2c954313d8162
1988Author: Konstantin Belousov <kib@freebsd.org>
1989Date:   Wed Nov 6 06:40:58 2013 -0500
1990
1991    Mark executable as not requiring executable stack.
1992
1993commit cf6bf9818e8394cfcdb07a40c6a5e2ee6b01d333
1994Author: Anthony Green <green@moxielogic.com>
1995Date:   Sat Nov 2 17:23:59 2013 -0400
1996
1997    Fix up docs
1998
1999commit 02177176854d16fc0f1a5958aa34da2f306630ee
2000Merge: c242217 c265b4c
2001Author: Anthony Green <green@moxielogic.com>
2002Date:   Sat Nov 2 17:11:22 2013 -0400
2003
2004    Merge branch 'master' of github.com:/atgreen/libffi
2005
2006commit c2422174b3edc0de0b148dfd6b67087bb881c4a6
2007Merge: f4b843f d918d47
2008Author: Anthony Green <green@moxielogic.com>
2009Date:   Sat Nov 2 14:08:23 2013 -0700
2010
2011    Merge pull request #45 from foss-for-synopsys-dwc-arc-processors/arc_support
2012
2013    arc: Fix build error
2014
2015commit c265b4cacb9130f042699a85de9c7242b3f49cc3
2016Merge: f4b843f d918d47
2017Author: Anthony Green <green@moxielogic.com>
2018Date:   Sat Nov 2 14:08:23 2013 -0700
2019
2020    Merge pull request #45 from foss-for-synopsys-dwc-arc-processors/arc_support
2021
2022    arc: Fix build error
2023
2024commit f4b843f83710ac378c48abd87fe66bb519d30d2e
2025Author: Anthony Green <green@moxielogic.com>
2026Date:   Sat Nov 2 17:01:15 2013 -0400
2027
2028    Don't align stack for win32
2029
2030commit f3cd39345713db8e414cf642b6cb65a4cfe6018c
2031Merge: 666f3e7 6aa1590
2032Author: Anthony Green <green@moxielogic.com>
2033Date:   Sat Nov 2 13:17:57 2013 -0700
2034
2035    Merge pull request #51 from vbudovski/for_upstream
2036
2037    Don't use 16 byte aligned stack for WIN32
2038
2039commit 666f3e71b56d92c49fcd2d7f349b8f8ebca0f8a3
2040Author: Anthony Green <green@moxielogic.com>
2041Date:   Sat Oct 26 09:12:42 2013 -0400
2042
2043    Add more credits to README.  Tidy up.
2044
2045commit 73ada14e756bad97fad0e6915a821a3c7e079f81
2046Author: Anthony Green <green@moxielogic.com>
2047Date:   Sat Oct 26 09:09:45 2013 -0400
2048
2049    Update README
2050
2051commit d3372c54ce7117e80d389ba875dc5b6b2213c71e
2052Author: Mark H Weaver <mhw@netris.org>
2053Date:   Sat Oct 26 08:30:06 2013 -0400
2054
2055    Fix N32 ABI issue for MIPS.
2056
2057commit d6716aba8118eb0513885cfe557bedebb7016e8b
2058Author: Anthony Green <green@moxielogic.com>
2059Date:   Tue Oct 15 15:42:49 2013 -0400
2060
2061    Update travis-ci build dependencies to include texinfo
2062
2063commit 16b93a211bcfbe4bd0efdcf94de225a71aa0ee02
2064Author: Sandra Loosemore <sandra@codesourcery.com>
2065Date:   Tue Oct 15 15:33:59 2013 -0400
2066
2067    Add nios2 port.
2068
2069commit 2f5626ce02fce8267ab48ceb6d7d0ed7d672a75e
2070Author: Sandra Loosemore <sandra@codesourcery.com>
2071Date:   Tue Oct 15 15:32:16 2013 -0400
2072
2073    Fix testsuite bug
2074
2075commit f64e4a865557e440774436b4c2b2fd7374290e97
2076Author: Marcus Shawcroft <marcus.shawcroft@arm.com>
2077Date:   Tue Oct 15 15:20:14 2013 -0400
2078
2079    Fix many.c testcase for Aarch64
2080
2081commit 128cd1d2f358f26d9fa75a27cf2b30356f5dd903
2082Author: Anthony Green <green@moxielogic.com>
2083Date:   Tue Oct 8 06:45:51 2013 -0400
2084
2085    Fix spelling errors
2086
2087commit ff06269d707cafbfef2a88afb07a79c9d1480c5f
2088Author: Anthony Green <green@moxielogic.com>
2089Date:   Tue Oct 8 06:32:18 2013 -0400
2090
2091    Update README for M88K and VAX
2092
2093commit d2fcbcdfbea750d1f6a9f493e2e6c4d5ffa71b34
2094Author: Anthony Green <green@moxielogic.com>
2095Date:   Tue Oct 8 06:27:46 2013 -0400
2096
2097    Add m88k and VAX support. Update some configury bits.
2098
2099commit 6aa15900accc0a648cdebf11ec11d11697ebfffd
2100Author: Vitaly Budovski <vbudovski@gmail.com>
2101Date:   Thu Sep 5 12:05:06 2013 +1000
2102
2103    Don't use 16 byte aligned stack for WIN32
2104
2105    This fixes a crash when accessing __stdcall functions in Python ctypes.
2106
2107commit 3b44d41156149af8da2a58825fefdfa23274ae7a
2108Author: Makoto Kato <m_kato@ga2.so-net.ne.jp>
2109Date:   Wed Jul 10 15:34:53 2013 +0900
2110
2111    Fix build failure when using clang for Android
2112
2113    clang for Android generates __gnu_linux__ define, but gcc for Android doesn't.  So we should add check it for Android
2114
2115commit d918d47809c174d62283306b282749f8db93661f
2116Author: Mischa Jonker <mjonker@synopsys.com>
2117Date:   Mon Jul 8 15:51:36 2013 +0200
2118
2119    arc: Fix build error
2120
2121    One part of the patch for ARC support was missing in the upstreamed
2122    version.
2123
2124    Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
2125
2126commit d3d099b40c122550279789200263346f120f6909
2127Author: Anthony Green <green@moxielogic.com>
2128Date:   Tue Jul 2 16:11:38 2013 -0400
2129
2130    little-endian ppc64 support
2131
2132commit 0f8690a84c874ec09a090c8c6adfb93c594acac6
2133Author: Anthony Green <green@moxielogic.com>
2134Date:   Tue Jul 2 15:54:40 2013 -0400
2135
2136    Rebuild for ARC additions
2137
2138commit f88118b345f27c46f5445d6e4832c498ff9a6d85
2139Author: Anthony Green <green@moxielogic.com>
2140Date:   Tue Jul 2 15:51:27 2013 -0400
2141
2142    Revert "Merge pull request #36 from abergmeier/emscripten_fix"
2143
2144    This reverts commit 6a4d901dde7b3f87984c563505717cde3113d16e, reversing
2145    changes made to b50a13b9c07ec09af4b9697e482acdad571e6961.
2146
2147commit 6a4d901dde7b3f87984c563505717cde3113d16e
2148Merge: b50a13b 587002c
2149Author: Anthony Green <green@moxielogic.com>
2150Date:   Tue Jul 2 12:12:34 2013 -0700
2151
2152    Merge pull request #36 from abergmeier/emscripten_fix
2153
2154    Fixes for building with Emscripten
2155
2156commit b50a13b9c07ec09af4b9697e482acdad571e6961
2157Merge: 767f1f9 b082e15
2158Author: Anthony Green <green@moxielogic.com>
2159Date:   Tue Jul 2 12:10:26 2013 -0700
2160
2161    Merge pull request #44 from foss-for-synopsys-dwc-arc-processors/arc_support
2162
2163    Add ARC support
2164
2165commit 767f1f96e5282da44d7340e6815e9820a3f78e39
2166Merge: c3c40e0 b8a91d8
2167Author: Anthony Green <green@moxielogic.com>
2168Date:   Tue Jul 2 12:08:04 2013 -0700
2169
2170    Merge pull request #43 from JensTimmerman/__m128
2171
2172    added include for xmmintrin.h
2173
2174commit b8a91d81be77d479327fdb6bdd9fdae6d18e6e63
2175Author: Jens Timmerman <jens.timmerman@ugent.be>
2176Date:   Tue Jul 2 10:57:37 2013 +0200
2177
2178    added include for xmmintrin.h
2179
2180commit b082e15091961373c03d10ed0251f619ebb6ed76
2181Author: Mischa Jonker <mjonker@synopsys.com>
2182Date:   Mon Jun 10 16:19:33 2013 +0200
2183
2184    Add ARC support
2185
2186    This adds support for the ARC architecture to libffi. DesignWare ARC
2187    is a family of processors from Synopsys, Inc.
2188
2189    This patch has been tested on a little-endian system and passes
2190    the testsuite.
2191
2192    Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
2193
2194commit cc9b518687e46b0d1acafdd4bc3f3b281c25a3d9
2195Author: Marcin Wojdyr <wojdyr@gmail.com>
2196Date:   Tue May 14 15:01:23 2013 +0200
2197
2198    Update libffi.pc.in
2199
2200    use -L${toolexeclibdir} instead of -L${libdir}
2201    to be consistent with Makefile.am
2202
2203commit 587002c092cffe6e7a8d7028f246c241d03b738c
2204Author: Andreas Bergmeier <andreas.bergmeier@gmx.net>
2205Date:   Fri Apr 19 17:12:24 2013 +0200
2206
2207    Enable disabling of libtool on platforms where it does not work (e.g. LLVM).
2208    Build libraries normally then.
2209
2210commit c3c40e0290377d7cf948b072eedd8317c4bf215e
2211Merge: ede96e4 4750e3c
2212Author: Anthony Green <green@moxielogic.com>
2213Date:   Sat Mar 30 05:24:14 2013 -0700
2214
2215    Merge pull request #34 from davidsch/armhf
2216
2217    Fix ARM hard-float support for large numbers of VFP arguments
2218
2219commit 4750e3c662fd9569cb3e2d28f539685fd1ca8caf
2220Author: David Schneider <david.schneider@bivab.de>
2221Date:   Thu Mar 28 16:56:36 2013 +0100
2222
2223    update changelog
2224
2225commit 9708e7cf09f1bf815f4d6485eb1f180fabb35804
2226Author: David Schneider <david.schneider@bivab.de>
2227Date:   Wed Mar 27 19:31:04 2013 +0100
2228
2229    folow the ARM hard-float ABI in ffi_prep_incoming_args_VFP
2230
2231commit b41120981e5e49ca2da10b94b154775f50da5f36
2232Author: David Schneider <david.schneider@bivab.de>
2233Date:   Wed Mar 27 16:38:35 2013 +0100
2234
2235    create separated versions of ffi_prep_incoming_args_* for SYSV and VFP ABIs.
2236
2237    The different versions will be called depending on the value of cif->abi
2238
2239commit dd26f1f39c54861c5b91931f0f37a72942c2a072
2240Author: David Schneider <david.schneider@bivab.de>
2241Date:   Thu Mar 28 15:39:01 2013 +0100
2242
2243    add a failing test for closures on ARM hardfloat
2244
2245commit 3c1608613ab3c2184222b98c5482cddedd6b559b
2246Author: David Schneider <david.schneider@bivab.de>
2247Date:   Tue Mar 26 19:24:47 2013 +0100
2248
2249    extend ffi_prepare_args for FFI_VFP (hard-float ABI), fixing an issue with passing VFP arguments in VFP registers and the stack, while at the same time not using all core registers.
2250
2251commit 0f2ff2d4c92719be8936179f9ab674f4d1a3fd14
2252Author: David Schneider <david.schneider@bivab.de>
2253Date:   Tue Mar 26 19:22:02 2013 +0100
2254
2255    separate ARM ffi_prepare_args in a version implementing the simple SYSV calling convention and one for the hard-float calling convention
2256
2257commit 3a352b8a8252400a83de22c7c424bf1887b4a2ef
2258Author: David Schneider <david.schneider@bivab.de>
2259Date:   Tue Mar 26 14:24:04 2013 +0100
2260
2261    move the hardfloat specific argument copying code to the helper function
2262
2263commit 5df6b7944a4225b6eb329f3886be64e04e966f29
2264Author: David Schneider <david.schneider@bivab.de>
2265Date:   Tue Mar 26 14:02:21 2013 +0100
2266
2267    extract setting of arguments to be passed to a helper function
2268
2269commit 7d1048c471bb4b1f9d67a9e9f8e95f9a1d2e6d45
2270Author: David Schneider <david.schneider@bivab.de>
2271Date:   Tue Mar 26 11:33:33 2013 +0100
2272
2273    extract code to align the argument storage pointer to a helper function
2274
2275commit b9f013788f0f384c423ad963475aaacb55598135
2276Author: David Schneider <david.schneider@bivab.de>
2277Date:   Mon Mar 25 13:27:36 2013 +0100
2278
2279    add a testcase, that on ARM hardfloat needs more than the 8  VFP argument registers to pass arguments to a call
2280
2281commit 2fbdb0f231cafdb77b025d3cd8afe90cda99b3ba
2282Author: David Schneider <david.schneider@bivab.de>
2283Date:   Mon Mar 25 13:26:02 2013 +0100
2284
2285    use the absolute value to check the test result against an epsilon
2286
2287commit ede96e4eb660bbf3e0fe048135efa8106f48af5d
2288Merge: f22ab3c 9e34992
2289Author: Anthony Green <green@moxielogic.com>
2290Date:   Sun Mar 17 18:38:21 2013 -0400
2291
2292    Merge branch 'master' of github.com:/atgreen/libffi
2293
2294commit f22ab3c6877cbdd07f058b68816b0086b1cb0e1e
2295Merge: 12b1886 d08124b
2296Author: Anthony Green <green@moxielogic.com>
2297Date:   Sun Mar 17 18:34:54 2013 -0400
2298
2299    Merge branch 'master' of github.com:/atgreen/libffi
2300
2301commit 9e34992a5ea2fda1dba5875bf96dc91a7230f51f
2302Merge: 12b1886 d08124b
2303Author: Anthony Green <green@moxielogic.com>
2304Date:   Sun Mar 17 18:34:54 2013 -0400
2305
2306    Merge branch 'master' of github.com:/atgreen/libffi
2307
2308commit 12b1886d7b1f8aa264b1d348bfa47a0e14712df4
2309Author: Anthony Green <green@moxielogic.com>
2310Date:   Sun Mar 17 18:32:12 2013 -0400
2311
2312    cygwin fix & updates for 3.0.13
2313
2314commit d08124bedf2c6d61874fe215404783aeb9f6f1ac
2315Author: Anthony Green <green@moxielogic.com>
2316Date:   Sun Mar 17 18:32:12 2013 -0400
2317
2318    cygwin fix & updates for 3.0.13
2319
2320commit cb32c812d04d1dfa72002cc04924e7e4fef89e02
2321Author: Anthony Green <green@moxielogic.com>
2322Date:   Sun Mar 17 09:27:55 2013 -0400
2323
2324    Fix lib install dir
2325
2326commit efd7866a361a6f636bae8400d26c6811e56ca207
2327Author: Anthony Green <green@moxielogic.com>
2328Date:   Sat Mar 16 08:35:57 2013 -0400
2329
2330    2.0.13rc1
2331
2332commit ff647ad4dff2f07dd153f295a1f70b1d906cd6ca
2333Merge: 4acf005 d9dd417
2334Author: Anthony Green <green@moxielogic.com>
2335Date:   Sat Mar 16 08:20:40 2013 -0400
2336
2337    Merge branch 'master' of github.com:/atgreen/libffi
2338
2339    Conflicts:
2340    	ChangeLog
2341
2342commit 4acf0056f55c757490dae6c29a65b0321327ea8a
2343Author: Anthony Green <green@moxielogic.com>
2344Date:   Sat Mar 16 08:18:45 2013 -0400
2345
2346    Build fix for soft-float power targets
2347
2348commit 675c9839224e4268187f1ec6f512127f9db555d0
2349Author: Anthony Green <green@moxielogic.com>
2350Date:   Sat Mar 16 08:12:38 2013 -0400
2351
2352    Documentation fix
2353
2354commit 8a286f570ccd41db81f74ea7f248da62241d898a
2355Author: Anthony Green <green@moxielogic.com>
2356Date:   Sat Mar 16 08:01:19 2013 -0400
2357
2358    Fix for m68000 systems
2359
2360commit d9dd417b09566af55b7b3000bb53ccaf2e1d6c92
2361Author: Anthony Green <green@moxielogic.com>
2362Date:   Sat Mar 16 08:01:19 2013 -0400
2363
2364    Fix for m68000 systems
2365
2366commit 215763d012a944d95406b394d6013b80d220e870
2367Author: Anthony Green <green@moxielogic.com>
2368Date:   Sat Mar 16 07:57:35 2013 -0400
2369
2370    Update configury.
2371
2372commit 9180d8f39c9b6afe17b78277c2711a5d9948e824
2373Merge: 2fb527a 7e1b326
2374Author: Anthony Green <green@moxielogic.com>
2375Date:   Sat Mar 16 07:46:55 2013 -0400
2376
2377    Merge branch 'master' of github.com:/atgreen/libffi
2378
2379commit 2fb527a017a4943e176a489ff103231b86464b59
2380Author: Anthony Green <green@moxielogic.com>
2381Date:   Sat Mar 16 07:46:38 2013 -0400
2382
2383    Add Meta processor support
2384
2385commit 211a9ebf4d1a9801e15e103566aed2b8c42790be
2386Merge: f308faf ee18766
2387Author: Anthony Green <green@moxielogic.com>
2388Date:   Sat Mar 16 04:24:40 2013 -0700
2389
2390    Merge pull request #32 from alex/patch-1
2391
2392    Fix for a crasher due to misaligned stack on x86-32.
2393
2394commit 7e1b32649efd24814e86172e196f390566f9e970
2395Merge: f308faf ee18766
2396Author: Anthony Green <green@moxielogic.com>
2397Date:   Sat Mar 16 04:24:40 2013 -0700
2398
2399    Merge pull request #32 from alex/patch-1
2400
2401    Fix for a crasher due to misaligned stack on x86-32.
2402
2403commit ee18766b169811426c14b011fbb46d81e344f926
2404Author: Alex Gaynor <alex.gaynor@gmail.com>
2405Date:   Thu Mar 14 15:00:33 2013 -0700
2406
2407    Fix for a crasher due to misaligned stack on x86-32.
2408
2409    Full information on reproduction (using Python's ctypes available here: http://bugs.python.org/issue17423)
2410
2411commit f308faf1eabaf8dc24966ab17fbf94368f46b9c7
2412Author: Anthony Green <green@moxielogic.com>
2413Date:   Mon Feb 11 14:25:13 2013 -0500
2414
2415    Add moxie support.  Release 3.0.12.
2416
2417commit 4ea22e54e3b143fe05c413f6dddd236af6bcbfb2
2418Author: Anthony Green <green@moxielogic.com>
2419Date:   Sun Feb 10 08:48:38 2013 -0500
2420
2421    Update README
2422
2423commit 10e77227b6ae85f46f28590bfb09ca3608554358
2424Author: Anthony Green <green@moxielogic.com>
2425Date:   Sun Feb 10 08:47:26 2013 -0500
2426
2427    mend
2428
2429commit a9521411a53d58f2bf88199242200ceb0d4dae3a
2430Author: Anthony Green <green@moxielogic.com>
2431Date:   Sat Feb 9 06:54:40 2013 -0500
2432
2433    sparc v8 and testsuite fixes
2434
2435commit 70b11b47eea93bf43627588d494d0b3b0d062481
2436Author: Anthony Green <green@moxielogic.com>
2437Date:   Fri Feb 8 16:12:19 2013 -0500
2438
2439    Fix small struct passing on ppc
2440
2441commit 63ba1fa79f7c4ce42de848debe233aab31aecb51
2442Author: Anthony Green <green@moxielogic.com>
2443Date:   Fri Feb 8 15:18:19 2013 -0500
2444
2445    Remove xfail for arm*-*-*.
2446
2447commit 24fbca4c1d57d4ea628c0a8ba643684daf54a37e
2448Author: Anthony Green <green@moxielogic.com>
2449Date:   Fri Feb 8 14:19:56 2013 -0500
2450
2451    Fix typo
2452
2453commit b0fa11cb0a94ce6baca058eab9b10e40475e71d6
2454Author: Anthony Green <green@moxielogic.com>
2455Date:   Fri Feb 8 14:17:13 2013 -0500
2456
2457    More man page cleanup
2458
2459commit 8bd15d139a58a6e46dc90a1cb2d89f59f32f06c7
2460Author: Anthony Green <green@moxielogic.com>
2461Date:   Fri Feb 8 13:56:37 2013 -0500
2462
2463    Fix many.c testcase for ppc
2464
2465commit 7aab825cf198be85490d3cd80e778d415d85ad9b
2466Author: Anthony Green <green@moxielogic.com>
2467Date:   Fri Feb 8 13:26:21 2013 -0500
2468
2469    Add missing files to dist
2470
2471commit cb03ea8f4eb08024e44abe4392edc77b89fbfbad
2472Author: Anthony Green <green@moxielogic.com>
2473Date:   Fri Feb 8 12:25:18 2013 -0500
2474
2475    sparc v9 fixes for sun tools
2476
2477commit 35ee8d44f31dd3d3b88083c837dc351593e13cc2
2478Author: Anthony Green <green@moxielogic.com>
2479Date:   Fri Feb 8 07:12:41 2013 -0500
2480
2481    Fix microblaze big-endian struct issue
2482
2483commit 9db7e1a958fc484ba149efe027008b9a170395fb
2484Author: Anthony Green <green@moxielogic.com>
2485Date:   Thu Feb 7 21:06:08 2013 -0500
2486
2487    Fix botched sparc patch. Update version.
2488
2489commit ce0138e61455f268af326e26908b9680ec2c4bea
2490Author: Anthony Green <green@moxielogic.com>
2491Date:   Thu Feb 7 18:04:01 2013 -0500
2492
2493    Update bug report address. rc2.
2494
2495commit fd07c9e40451e0ec1d0475cd54a83d45ccaea2c0
2496Author: Anthony Green <green@moxielogic.com>
2497Date:   Thu Feb 7 18:00:36 2013 -0500
2498
2499    Add cache flushing routine for sun compiler on sparc solaris 2.8
2500
2501commit ed6ae9501b2bab45daf93b4935eb0c977635b763
2502Author: Anthony Green <green@moxielogic.com>
2503Date:   Thu Feb 7 16:43:36 2013 -0500
2504
2505    Add libtool-ldflags. Define toolexeclibdir for non-GCC builds.
2506
2507commit ffef2e046aaec853be356f0b8770a335185ea9cf
2508Author: Anthony Green <green@moxielogic.com>
2509Date:   Thu Feb 7 15:47:01 2013 -0500
2510
2511    x32 and libtool fixes
2512
2513commit 95eecebb2858dc6f1495a61072ff36d0a8127144
2514Author: Anthony Green <green@moxielogic.com>
2515Date:   Thu Feb 7 15:32:46 2013 -0500
2516
2517    Remove a.out cruft from dist
2518
2519commit 176aa9d2e23d9cd57d6f250692d910b408f9a651
2520Author: Anthony Green <green@moxielogic.com>
2521Date:   Thu Feb 7 15:29:22 2013 -0500
2522
2523    Fix GCC usage test and update README
2524
2525commit f3a4f3fdde89b04d66983a42a25d09161c5d4d54
2526Author: Anthony Green <green@moxielogic.com>
2527Date:   Thu Feb 7 09:57:20 2013 -0500
2528
2529    Fixes for AIX xlc compiler.
2530
2531commit 522f8fef49848927482bc63c94afaea5b84e5ec1
2532Author: Anthony Green <green@moxielogic.com>
2533Date:   Wed Feb 6 20:31:31 2013 -0500
2534
2535    Fix man page. Clean out junk.
2536
2537commit c4dfa259eb4e8e6f4c397868d7fee80aa0bb6a12
2538Author: Anthony Green <green@moxielogic.com>
2539Date:   Wed Feb 6 17:43:24 2013 -0500
2540
2541    Bump soversion
2542
2543commit f62bd63fe6123cadedb8b2b2c72eb549c40fbce9
2544Author: Anthony Green <green@moxielogic.com>
2545Date:   Wed Feb 6 17:38:32 2013 -0500
2546
2547    Release candidate 1
2548
2549commit f7cd61e9e68a4a51147df04d75bfe5b91b9d9286
2550Author: Anthony Green <green@moxielogic.com>
2551Date:   Wed Feb 6 17:38:04 2013 -0500
2552
2553    Fix pkgconfig install bits
2554
2555commit 6a790129427121f7db2d876e7218a3104e6d2741
2556Author: Anthony Green <green@moxielogic.com>
2557Date:   Wed Feb 6 17:37:15 2013 -0500
2558
2559    Work around LLVM ABI problem on x86-64
2560
2561commit 370112938e705128fd5dd4017fc1a1210bd0271a
2562Merge: bada2e3 bcc0c28
2563Author: Anthony Green <green@moxielogic.com>
2564Date:   Sun Jan 27 05:09:04 2013 -0800
2565
2566    Merge pull request #28 from jralls/master
2567
2568    Reorder x86_64 checks
2569
2570commit bcc0c28001b6d427d5cd8037d2e3c892babc6b4c
2571Author: John Ralls <jralls@ceridwen.us>
2572Date:   Sat Jan 26 15:21:14 2013 -0800
2573
2574    Reorder x86_64 tests
2575
2576    So that darwin and cygwin/mingw are tested before the generic check --
2577    which allows them to actually be set.
2578
2579commit bada2e326d9a9acf3ae40cfa4f5d7a9ba97b2ea8
2580Author: Anthony Green <green@moxielogic.com>
2581Date:   Mon Jan 21 08:02:07 2013 -0500
2582
2583    Update README
2584
2585commit 655bb8f3690feba8e840a5f1854b1d78ed08f692
2586Merge: 1035ffb 840f975
2587Author: Anthony Green <green@moxielogic.com>
2588Date:   Mon Jan 21 08:01:24 2013 -0500
2589
2590    Merge branch 'master' of github.com:/atgreen/libffi
2591
2592commit 1035ffb2f468e1a1c401d58cff7e7abb69838e68
2593Merge: aeb8719 4086024
2594Author: Anthony Green <green@moxielogic.com>
2595Date:   Mon Jan 21 07:55:53 2013 -0500
2596
2597    Update README
2598
2599commit 840f975866052fdd91b2c224d56e01ae5900b60d
2600Merge: aeb8719 4086024
2601Author: Anthony Green <green@moxielogic.com>
2602Date:   Mon Jan 21 07:55:53 2013 -0500
2603
2604    Merge branch 'master' of github.com:/atgreen/libffi
2605
2606commit aeb8719a34756969970603fca4568530d56708af
2607Author: Anthony Green <green@moxielogic.com>
2608Date:   Mon Jan 21 07:37:30 2013 -0500
2609
2610    New microblaze support
2611
2612commit 40860245a4fd91a1b88adc9171ec993c549e45d5
2613Author: Anthony Green <green@moxielogic.com>
2614Date:   Mon Jan 21 07:37:30 2013 -0500
2615
2616    New microblaze support
2617
2618commit 20cae32b152b43679ae65a85db9a1c6bb8a143dd
2619Author: Anthony Green <green@moxielogic.com>
2620Date:   Mon Jan 21 07:07:38 2013 -0500
2621
2622    Xtensa support
2623
2624commit 9742f91782faef4a15941508a22c408fb7d1d227
2625Author: Anthony Green <green@moxielogic.com>
2626Date:   Mon Jan 21 07:03:41 2013 -0500
2627
2628    Mention IBM XL compiler support on AIX.
2629
2630commit f03eab08248f122ce3b623a18df9e19fae1b6e98
2631Author: Anthony Green <green@moxielogic.com>
2632Date:   Fri Jan 11 17:14:11 2013 -0500
2633
2634    Remove obsolete inline test functions
2635
2636commit 05fbe1faedc7b2580d5f14010d00e9e3cee73951
2637Author: Anthony Green <green@moxielogic.com>
2638Date:   Fri Jan 11 16:54:40 2013 -0500
2639
2640    xlc compiler support
2641
2642commit 0b4986a7889ed1864674192228f1162c1b5770a8
2643Author: Anthony Green <green@moxielogic.com>
2644Date:   Fri Jan 11 11:19:52 2013 -0500
2645
2646    [travis] install dejagnu with sudo
2647
2648commit 3c337eef51ab9a4993fc875bfa26289dd6a08881
2649Author: Anthony Green <green@moxielogic.com>
2650Date:   Fri Jan 11 11:18:14 2013 -0500
2651
2652    [travis] install dejagnu
2653
2654commit 90720962ce1baf9fc35d1bde1738102bcd5bd5ed
2655Author: Anthony Green <green@moxielogic.com>
2656Date:   Fri Jan 11 10:57:30 2013 -0500
2657
2658    Add first travis config file
2659
2660commit bff052d9cd5be41ba9e47c76114054af487d3c30
2661Author: Anthony Green <green@moxielogic.com>
2662Date:   Fri Jan 11 10:24:32 2013 -0500
2663
2664    32-bit x86 fix and more
2665
2666commit cd41aeab6176f839167955c016ecc19f65f75df3
2667Author: Anthony Green <green@moxielogic.com>
2668Date:   Thu Jan 10 17:25:45 2013 -0500
2669
2670    Add compiler column to table
2671
2672commit 8bf987d4df7c4d21435b9211f6cc86abf5904b42
2673Author: Anthony Green <green@moxielogic.com>
2674Date:   Thu Jan 10 17:24:51 2013 -0500
2675
2676    Fix for sunpro compiler on Solaris
2677
2678commit 3ee74fd6dc8ccd32b608bbff73526838fc34f70b
2679Author: Anthony Green <green@moxielogic.com>
2680Date:   Thu Jan 10 17:15:03 2013 -0500
2681
2682    Update documentation version.
2683
2684commit 13e2d7b92557a9511a0414df82bf2df3edc55cba
2685Author: Anthony Green <green@moxielogic.com>
2686Date:   Thu Jan 10 10:52:02 2013 -0500
2687
2688    Handle both 32 and 64-bit x86 builds regardless of target triple
2689
2690commit 5141543000fc86a3d49a907a2313713ee79e504d
2691Author: Anthony Green <green@moxielogic.com>
2692Date:   Thu Jan 10 07:35:53 2013 -0500
2693
2694    Don't run EH tests with non-GNU compiler
2695
2696commit 56ba8d86f47937a0afb81a2b9e77c9d235d9db45
2697Author: Anthony Green <green@moxielogic.com>
2698Date:   Thu Jan 10 07:25:10 2013 -0500
2699
2700    Don't use warning checking macro with sun compiler
2701
2702commit 6a028caec1b2c7904feb4c4f9cb7e1125e1d1b60
2703Author: Anthony Green <green@moxielogic.com>
2704Date:   Thu Jan 10 01:19:43 2013 -0500
2705
2706    Don't use GCCisms to define types when
2707    +       building with the SUNPRO compiler.
2708
2709commit 2d9b3939751b3ef9739049509d353ade10b32a8f
2710Author: Anthony Green <green@moxielogic.com>
2711Date:   Wed Jan 9 21:14:54 2013 -0500
2712
2713    Fix for closures with sunpro compiler
2714
2715commit 8308984e479e3274a36e98e8272b5adbb6b774c2
2716Author: Anthony Green <green@moxielogic.com>
2717Date:   Tue Jan 8 15:14:21 2013 -0500
2718
2719    Make sure we're running dejagnu tests with the right compiler.
2720
2721commit f26c7ca67147450db2fe25ea932944e6cf145d5c
2722Author: Anthony Green <green@moxielogic.com>
2723Date:   Tue Jan 8 14:47:05 2013 -0500
2724
2725    Make compiler options in dejagnu runs compiler specific
2726
2727commit 74c776e21907fc2e59257c021f23077f8b7966cb
2728Author: Anthony Green <green@moxielogic.com>
2729Date:   Tue Jan 8 12:25:54 2013 -0500
2730
2731    Switch x86 Solaris to X86 from X86_64
2732
2733commit 8962c8c8d06803e310bac0ffc8e84ea15daeff3f
2734Author: Anthony Green <green@moxielogic.com>
2735Date:   Tue Jan 8 12:22:24 2013 -0500
2736
2737    Fix read-only eh_frame test
2738
2739commit 35ddb69c2b49746d940e919ca226ecc1be94f14a
2740Author: Anthony Green <green@moxielogic.com>
2741Date:   Tue Jan 8 07:53:37 2013 -0500
2742
2743    Only emit DWARF unwind info when building with GCC
2744
2745commit f7879bc3f3a8d0bbfcc38771732c160a58ba9cd8
2746Author: Anthony Green <green@moxielogic.com>
2747Date:   Tue Jan 8 07:30:28 2013 -0500
2748
2749    Testsuite fix for Solaris vendor compiler
2750
2751commit 67cea90fc0897021466fd102671019d30db474cd
2752Author: Anthony Green <green@moxielogic.com>
2753Date:   Mon Jan 7 06:30:24 2013 -0500
2754
2755    mend
2756
2757commit 0de3277b18cf54be3b81d509b9be9b47d9bc1e82
2758Author: Thorsten Glaser <tg@mirbsd.de>
2759Date:   Mon Dec 3 00:02:31 2012 +0000
2760
2761    Testsuite fixes (was Re: [PATCH] Fix libffi on m68k-linux-gnu, completely)
2762
2763    Dixi quod…
2764
2765    >although I believe some 3.0.11 checks to be broken:
2766
2767    And indeed, with a few minor changes on top of git master,
2768    I still get a full run of PASS plus one XPASS on amd64-linux!
2769
2770    With the other patches (from this message’s parent) and
2771    these applied, I get a full PASS on m68k-linux as well.
2772
2773    So, please git am these three diffs ☺
2774
2775    bye,
2776    //mirabilos
2777    --
2778    FWIW, I'm quite impressed with mksh interactively. I thought it was much
2779    *much* more bare bones. But it turns out it beats the living hell out of
2780    ksh93 in that respect. I'd even consider it for my daily use if I hadn't
2781    wasted half my life on my zsh setup. :-) -- Frank Terbeck in #!/bin/mksh
2782    From 5cb15a3bad1f0fb360520dd48bfc938c821cdcca Mon Sep 17 00:00:00 2001
2783    From: Thorsten Glaser <tg@mirbsd.org>
2784    Date: Sun, 2 Dec 2012 23:20:56 +0000
2785    Subject: [PATCH 1/2] Fix tests writing to a closure retval via pointer casts
2786
2787    As explained in <Pine.BSM.4.64L.1212022014490.23442@herc.mirbsd.org>
2788    all other tests that do the same cast to an ffi_arg pointer instead.
2789
2790    PASS on amd64-linux (Xen domU) and m68k-linux (ARAnyM)
2791
2792    Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2793
2794commit 8f4772f383abd71cfa141c8a70ba11c1aa4ebe2c
2795Author: Anthony Green <green@moxielogic.com>
2796Date:   Mon Jan 7 06:14:53 2013 -0500
2797
2798    m68k fixes for signed 8 and 16-bit calls.
2799
2800commit ea7f8440d58afbebb181e295ff564fdf3d6590a0
2801Author: Anthony Green <green@moxielogic.com>
2802Date:   Fri Jan 4 09:09:32 2013 -0500
2803
2804    remove gcc-ism
2805
2806commit f06c0f10377ac04eeba5e632dbe5c62c629df4e6
2807Author: Anthony Green <green@moxielogic.com>
2808Date:   Wed Jan 2 09:39:17 2013 -0500
2809
2810    Add missing ChangeLog entry and generated files.
2811
2812commit 1f8675d4c101d19d67ca0a55ff2ba973349558ad
2813Merge: 335f419 f6b58d2
2814Author: Anthony Green <green@moxielogic.com>
2815Date:   Wed Jan 2 06:34:38 2013 -0800
2816
2817    Merge pull request #26 from rofl0r/master
2818
2819    fix build error on ppc when long double == double
2820
2821commit 335f419a86090cda9f215d149572f9481c3ad034
2822Merge: 53236d5 6d6f711
2823Author: Anthony Green <green@moxielogic.com>
2824Date:   Wed Jan 2 06:30:03 2013 -0800
2825
2826    Merge pull request #23 from rurban/master
2827
2828    cygwin/mingw shared libs need libtool LDFLAGS = -no-undefined
2829
2830commit 53236d5061034cc0a7f4647fc1bd05ba1aeb3d2a
2831Author: Anthony Green <green@moxielogic.com>
2832Date:   Wed Jan 2 09:24:55 2013 -0500
2833
2834    Regenerate files
2835
2836commit 72222ca3fbe560e13c8dc89ca441b28b7cc74daf
2837Author: Anthony Green <green@moxielogic.com>
2838Date:   Wed Jan 2 09:06:38 2013 -0500
2839
2840    Update texinfo.tex
2841
2842commit 1e326c95431fc9896422fa36659f3e833852579c
2843Author: Anthony Green <green@moxielogic.com>
2844Date:   Wed Jan 2 09:05:02 2013 -0500
2845
2846    Update config.guess and config.sub
2847
2848commit cb6671f5b8a9596ff968c6b6c304f70adf71b368
2849Author: Anthony Green <green@moxielogic.com>
2850Date:   Wed Jan 2 08:56:07 2013 -0500
2851
2852    Missing .gitignore changes for xcode support
2853
2854commit ebbe77966855395a2a47ed2c09a38f93eb0481cf
2855Author: Anthony Green <green@moxielogic.com>
2856Date:   Wed Jan 2 08:54:05 2013 -0500
2857
2858    missed x32 libtool patch.
2859
2860commit 4394096da0aca0dd422b479a043c18b4f05c5770
2861Author: Anthony Green <green@moxielogic.com>
2862Date:   Wed Jan 2 08:51:35 2013 -0500
2863
2864    missed trampoline_table patch. Move to GCC.
2865
2866commit ed7a59c3ff7c84bd95c374a5aff21599f705e6dc
2867Author: Anthony Green <green@moxielogic.com>
2868Date:   Wed Jan 2 08:48:01 2013 -0500
2869
2870    Windows symbol export fix.  Move to GCC.
2871
2872commit ccee09a4ff843b11c7d8b6819776f57d187305c7
2873Author: Anthony Green <green@moxielogic.com>
2874Date:   Wed Jan 2 08:41:55 2013 -0500
2875
2876    +2012-03-21  Peter Rosin  <peda@lysator.liu.se>
2877    +
2878    +       * testsuite/lib/target-libpath.exp [*-*-cygwin*, *-*-mingw*]
2879    +       (set_ld_library_path_env_vars): Add the library search dir to PATH
2880    +       (and save PATH for later).
2881    +       (restore_ld_library_path_env_vars): Restore PATH.
2882
2883commit 089dbce7cc0889eb26444d89ae062c73c69f26f0
2884Author: Anthony Green <green@moxielogic.com>
2885Date:   Wed Jan 2 08:37:35 2013 -0500
2886
2887    med
2888
2889commit 980a334c42b4b0eff32e55929ec6727d1326b05d
2890Author: Anthony Green <green@moxielogic.com>
2891Date:   Wed Jan 2 07:36:42 2013 -0500
2892
2893    Test GCC update
2894
2895commit 8bad679ade5000e57cdc9cacde22e8b99840930f
2896Author: Anthony Green <green@moxielogic.com>
2897Date:   Wed Jan 2 08:28:35 2013 -0500
2898
2899    New stand-alone patch
2900
2901commit 981c32ee115e9f0d6546a74592875e138222a9d1
2902Author: Anthony Green <green@moxielogic.com>
2903Date:   Wed Jan 2 07:34:03 2013 -0500
2904
2905    Merge with GCC.  Eliminate quilt bits.
2906
2907commit 61a054929517fb80c437ba71c91f3e20cfff581a
2908Author: Anthony Green <green@moxielogic.com>
2909Date:   Wed Nov 28 06:07:41 2012 -0500
2910
2911    Refresh config.guess and config.sub
2912
2913commit f6b58d2bdc0a24ce94dedce59802f091979df265
2914Author: rofl0r <retnyg@gmx.net>
2915Date:   Thu Nov 22 16:26:21 2012 +0100
2916
2917    fix build on ppc when long double == double
2918
2919commit 69da33a0761aeac73f9e9646269da61c906d6020
2920Author: Anthony Green <green@moxielogic.com>
2921Date:   Mon Nov 12 15:25:47 2012 -0500
2922
2923    Pull in config.sub for aarch64 support and more
2924
2925commit f680b598b7bdde325ac9349e8c35151c228bf2df
2926Author: Anthony Green <green@moxielogic.com>
2927Date:   Tue Nov 6 16:00:40 2012 -0500
2928
2929    Add missing aarch64 configury bits
2930
2931commit dfadfb19853c57c8623c436d0ef2bdafab24b433
2932Author: Anthony Green <green@moxielogic.com>
2933Date:   Wed Oct 31 06:46:41 2012 -0400
2934
2935    Rebase for ppc64 fix
2936
2937commit e944b8c7eb1e2eeb9c0f3b9742b4d7f476860ce1
2938Author: Anthony Green <green@moxielogic.com>
2939Date:   Tue Oct 30 14:06:09 2012 -0400
2940
2941    Add PaX work-around
2942
2943commit 9ccd51be1fdeb99f8b4f42f905166c2abbba8ac0
2944Merge: f342996 fa5d747
2945Author: Anthony Green <green@moxielogic.com>
2946Date:   Tue Oct 30 13:37:37 2012 -0400
2947
2948    Fix commit conflicts
2949
2950commit f342996cb50eb23b868afcff5ac0cdbb6b505d63
2951Author: Anthony Green <green@moxielogic.com>
2952Date:   Tue Oct 30 07:42:27 2012 -0400
2953
2954    Darwin12 fix
2955
2956commit 58e8b66f70cef2e3c9b0e5a707b45d634cbbf5d9
2957Author: Anthony Green <green@moxielogic.com>
2958Date:   Tue Oct 30 07:07:19 2012 -0400
2959
2960    AArch64 port
2961
2962commit fa5d747905472571fd472c07d4726017624f66b3
2963Author: Anthony Green <green@moxielogic.com>
2964Date:   Tue Oct 30 07:07:19 2012 -0400
2965
2966    AArch64 port
2967
2968commit 6993a6686f43f2313b18142c1e96189a27db2aa3
2969Author: Anthony Green <green@moxielogic.com>
2970Date:   Tue Oct 30 06:59:32 2012 -0400
2971
2972    Fix autoconf macros
2973
2974commit 70084e70ddb13b29dd05c751b1904de206bbe790
2975Author: Anthony Green <green@moxielogic.com>
2976Date:   Fri Oct 12 23:55:06 2012 -0400
2977
2978    Update Tile* port info
2979
2980commit 9c00a3f6742d61404b31268cc773e7130ff43331
2981Author: Anthony Green <green@moxielogic.com>
2982Date:   Fri Oct 12 16:46:06 2012 -0400
2983
2984    TILE-Gx/TILEPro support
2985
2986commit 048d2f41c3a6664b4b64bf21e804686662da4160
2987Author: Anthony Green <green@moxielogic.com>
2988Date:   Thu Oct 11 10:55:25 2012 -0400
2989
2990    Rebase
2991
2992commit 6d6f71108064f5069edd7bf771059d3b82640135
2993Author: Reini Urban <rurban@cpanel.net>
2994Date:   Sat Jul 7 12:42:00 2012 -0500
2995
2996    cygwin/mingw shared libs need libtool LDFLAGS = -no-undefined
2997
2998    otherwise only static libs are created.
2999
3000commit d330f19292da8f39a78a9e2b0ba08df8094e3bc5
3001Author: Nicolas Lelong <rotoglup>
3002Date:   Sat May 5 09:37:02 2012 -0400
3003
3004    iOS build fixes.
3005
3006commit 09b23cfc1d6d15361eee18818851fd3cacb26559
3007Author: Anthony Green <green@moxielogic.com>
3008Date:   Fri Apr 27 08:29:48 2012 -0400
3009
3010    Update README with Blackfin/uClinux support
3011
3012commit 213ed15c70e72d666154c08e2b41dae3f61f20d3
3013Author: Anthony Green <green@moxielogic.com>
3014Date:   Fri Apr 27 01:34:15 2012 -0400
3015
3016    Add blackfin supprt from Alexandre Keunecke.
3017
3018commit ff3d76fd427382ce7d2b2ed54acdd0bce470ca4f
3019Author: Anthony Green <green@moxielogic.com>
3020Date:   Wed Apr 11 23:16:48 2012 -0400
3021
3022    3.0.11
3023
3024commit 7e0a412c4fd9cbe77b467a9bf86f56aea62632c3
3025Author: Anthony Green <green@moxielogic.com>
3026Date:   Wed Apr 11 22:47:44 2012 -0400
3027
3028    Update files to ship
3029
3030commit 39e6a5860416f7bad992149817e1da1ba7c460d4
3031Author: Zachary Waldowski <zwaldowski@gmail.com>
3032Date:   Wed Apr 11 22:39:46 2012 -0400
3033
3034    More mac/ios build improvements
3035
3036commit 853cc722a16f8d1254573ef3bb73c7b8f3d8a110
3037Author: Anthony Green <green@moxielogic.com>
3038Date:   Tue Apr 10 06:33:33 2012 -0400
3039
3040    Fix typo for darwin targets
3041
3042commit 3f5023068cda07a3dd6dacbaa875a5b5fc96d4bb
3043Author: Anthony Green <green@moxielogic.com>
3044Date:   Fri Apr 6 20:34:51 2012 -0400
3045
3046    mend
3047
3048commit ebb8e8945681ce0af7a5c47a980287e8ece84b84
3049Author: Mike Lewis <mikelikespie@gmail.com>
3050Date:   Fri Apr 6 20:02:08 2012 -0400
3051
3052    Build iOS library with xcode
3053
3054commit a098b44f4c592c2192fcdef4fad6108eb3f4301c
3055Author: Anthony Green <green@moxielogic.com>
3056Date:   Fri Apr 6 17:04:35 2012 -0400
3057
3058    Reapply missing testsuite changes for arm
3059
3060commit 10d1e51393f08c14045db85843208f44f9f1e9ba
3061Author: Anthony Green <green@moxielogic.com>
3062Date:   Fri Apr 6 11:57:14 2012 -0400
3063
3064    Update to rc4.  Upgrade autoconf version.
3065
3066commit 9bcc884276dc0a807b2605e510b11b1740dd9aa2
3067Author: Anthony Green <green@moxielogic.com>
3068Date:   Fri Apr 6 11:53:07 2012 -0400
3069
3070    Fix Linux/x32 reference in README
3071
3072commit a044a56b1cd2a0924f5ec0d6b5a5089d14fcd1a1
3073Author: Anthony Green <green@moxielogic.com>
3074Date:   Fri Apr 6 10:39:10 2012 -0400
3075
3076    Linux/x32 libtool fix
3077
3078commit 59bb61a36661b972e8443531d3b7bc736e131a4b
3079Author: Anthony Green <green@moxielogic.com>
3080Date:   Fri Apr 6 08:26:14 2012 -0400
3081
3082    Update libtool version, README, tests dists
3083
3084commit f2981454cbe25cf9411b710f46c5f5552003a123
3085Author: Anthony Green <green@moxielogic.com>
3086Date:   Thu Apr 5 15:45:19 2012 -0400
3087
3088    Revert debug code changes
3089
3090commit 39dccddb606f6fdb8dcb177d416e884041da6e30
3091Author: Zachary Waldowski <zwaldowski@gmail.com>
3092Date:   Thu Apr 5 12:32:41 2012 -0400
3093
3094    Fix building with Clang for Darwin (OS X 10.6+ and iOS
3095     4.0+)
3096
3097commit 3afaa9a34a81a305227ae8cf4f12b9d0484d055e
3098Author: Peter Rosin <peda@lysator.liu.se>
3099Date:   Tue Apr 3 07:40:31 2012 -0400
3100
3101    Fix return_uc.c test case on windows.
3102
3103commit 65f40c35a2873d8328359ec4512bd0736dbe32c7
3104Author: Anthony Green <green@moxielogic.com>
3105Date:   Tue Apr 3 07:35:59 2012 -0400
3106
3107    Repair ppc build regression.
3108
3109commit 0a1ab12a8d15caa894116a82249551f23ef65612
3110Author: Peter Rosin <peda@lysator.liu.se>
3111Date:   Fri Mar 30 08:14:08 2012 -0400
3112
3113    Various MSVC-related changes.
3114
3115commit e1539266e6c6dde3c99832323586f33f977d1dc0
3116Author: Anthony Green <green@moxielogic.com>
3117Date:   Fri Mar 30 00:40:18 2012 -0400
3118
3119    ARM VFP fix for old toolchains
3120
3121commit 7c5e60b5f47d725036a72162f136272bc407e3a1
3122Author: Anthony Green <green@moxielogic.com>
3123Date:   Thu Mar 29 08:48:22 2012 -0400
3124
3125    Rebase on fixed GCC sources
3126
3127commit e72ed5eeaa9cfb0fdc86f6b3422734177b659f96
3128Author: Anthony Green <green@moxielogic.com>
3129Date:   Wed Mar 21 09:52:28 2012 -0400
3130
3131    Fix vararg float test
3132
3133commit bd78c9c3311244dd5f877c915b0dff91621dd253
3134Author: Anthony Green <green@moxielogic.com>
3135Date:   Wed Mar 21 08:09:30 2012 -0400
3136
3137    More cygwin fixes
3138
3139commit 84d3253f86dad6b4f261231935675d35fd964b05
3140Author: Anthony Green <green@moxielogic.com>
3141Date:   Mon Mar 19 23:07:35 2012 -0400
3142
3143    Rebase post GCC merge
3144
3145commit 964c5b93f80dcaacf73056b7d15a4d2b4b7a217c
3146Author: Anthony Green <green@moxielogic.com>
3147Date:   Sat Mar 3 14:46:20 2012 -0500
3148
3149    abi check fixes and Linux/x32 support
3150
3151commit 6c194233a5f6f1d274669afc5924a9e1f69d4876
3152Author: Anthony Green <green@moxielogic.com>
3153Date:   Sat Mar 3 14:17:54 2012 -0500
3154
3155    Add -no-undefined for both 32- and 64-bit x86
3156    windows-like hosts.
3157
3158commit 8360bf1cd0aba8db5582266da70467de7e89a57a
3159Author: Anthony Green <green@moxielogic.com>
3160Date:   Thu Feb 23 07:01:13 2012 -0500
3161
3162    Ensure that users don't include ffitarget.h directly
3163
3164commit d578b89619cf3d2baff027b203619dc307fc12e3
3165Author: Anthony Green <green@moxielogic.com>
3166Date:   Wed Feb 15 00:18:18 2012 -0500
3167
3168    Fix ABI check regression
3169
3170commit dee20f8e45c486f5018f31e09bb362992aa498c3
3171Author: Anthony Green <green@moxielogic.com>
3172Date:   Fri Feb 10 13:06:46 2012 -0500
3173
3174    Rebased from gcc
3175
3176commit 4130e1972d001143e5e9f3c6b65f2a6f9524169e
3177Author: Anthony Green <green@moxielogic.com>
3178Date:   Fri Feb 3 13:18:27 2012 -0600
3179
3180    Refresh autoconf-archive m4 scripts
3181
3182commit 1ff9c604bb214b5a305064af1049577ef783730a
3183Author: Anthony Green <green@moxielogic.com>
3184Date:   Wed Feb 1 16:34:30 2012 -0600
3185
3186    Rebase from GCC
3187
3188commit 211060eb8f714af0e935430efa6bb45e8e3ffc5d
3189Author: Anthony Green <green@moxielogic.com>
3190Date:   Mon Jan 23 14:24:01 2012 -0500
3191
3192    Alpha fix
3193
3194commit 78d9c638ba0de6edfbc603fd65d19c6562663248
3195Author: Anthony Green <green@moxielogic.com>
3196Date:   Mon Jan 23 14:17:24 2012 -0500
3197
3198    mend
3199
3200commit afaf3381604bd81803d8a5f3bf4d462299f1aac3
3201Author: Anthony Green <green@moxielogic.com>
3202Date:   Mon Jan 23 14:17:13 2012 -0500
3203
3204    mend
3205
3206commit 9e9c4aeb77de5608d602109f22100c1c0c79faad
3207Author: Anthony Green <green@moxielogic.com>
3208Date:   Mon Jan 23 14:11:23 2012 -0500
3209
3210    Add Amiga support
3211
3212commit 8efc0b1f4027d5a3cbf205e55d422d94e60f3226
3213Author: Anthony Green <green@moxielogic.com>
3214Date:   Mon Jan 23 13:47:38 2012 -0500
3215
3216    Unlikely fixes
3217
3218commit 1df51398ae183dc208ba4599ee867278b04d13d3
3219Author: Anthony Green <green@moxielogic.com>
3220Date:   Mon Jan 23 13:43:59 2012 -0500
3221
3222    mend
3223
3224commit cd2277cc796b96b149cd284ae85326529fe7fb9c
3225Author: Anthony Green <green@moxielogic.com>
3226Date:   Mon Jan 23 13:43:38 2012 -0500
3227
3228    mend
3229
3230commit 164e6fe04b189746c8bd5810c6e3e919770bb9d4
3231Author: Anthony Green <green@moxielogic.com>
3232Date:   Mon Jan 23 12:41:06 2012 -0500
3233
3234    m68k fixes
3235
3236commit c365ee7577bef00cb3c2c0b5224147aea04138d8
3237Author: Anthony Green <green@moxielogic.com>
3238Date:   Mon Jan 23 11:13:18 2012 -0500
3239
3240    Refresh
3241
3242commit f22c38bbd93bcc0c04bf26c3e414556b3177c385
3243Author: Anthony Green <green@moxielogic.com>
3244Date:   Fri Nov 18 15:13:41 2011 -0500
3245
3246    Update variadic patch
3247
3248commit 03e9ee321a3c208f88d2432587ce40b2bb2430ba
3249Author: Anthony Green <green@moxielogic.com>
3250Date:   Fri Nov 18 15:13:00 2011 -0500
3251
3252    Fix cls_double_va.c and update docs
3253
3254commit 95f31151ec792809cfb80d385350f9f56d95aa25
3255Author: Anthony Green <green@moxielogic.com>
3256Date:   Sat Nov 12 23:46:05 2011 -0500
3257
3258    Rerun automake
3259
3260commit 198ed1ef85cf18342627f8d44bc3f12c9975a49d
3261Author: Anthony Green <green@moxielogic.com>
3262Date:   Sat Nov 12 23:45:20 2011 -0500
3263
3264    Update version number
3265
3266commit 4f17e1f142e805b13959ba2594ee735eae439f4e
3267Author: Anthony Green <green@moxielogic.com>
3268Date:   Sat Nov 12 17:22:24 2011 -0500
3269
3270    Fix last patch
3271
3272commit ff9454da44859716a5bd4eaa344499288c79694f
3273Author: Anthony Green <green@moxielogic.com>
3274Date:   Sat Nov 12 17:18:51 2011 -0500
3275
3276    Add David Gilbert's variadic function call support
3277
3278commit ea14ae85e8f54ff046b7fb8a9cfe349475272044
3279Author: Anthony Green <green@moxielogic.com>
3280Date:   Sat Nov 12 16:36:59 2011 -0500
3281
3282    clean up
3283
3284commit 52891f8a93f9b8de801cca4cf05639422dc9773e
3285Author: Anthony Green <green@moxielogic.com>
3286Date:   Sat Nov 12 16:35:55 2011 -0500
3287
3288    Add powerpc soft float support
3289
3290commit c8f1bde8e2566c5a87474b4d08aa934d6d28ee75
3291Author: Anthony Green <green@moxielogic.com>
3292Date:   Sat Nov 12 16:21:02 2011 -0500
3293
3294    Remove junk file
3295
3296commit 6a6e7f862f3cc677e19131587caa619e7f9c7ffd
3297Author: Anthony Green <green@moxielogic.com>
3298Date:   Sat Nov 12 16:20:42 2011 -0500
3299
3300    Fix kfreebsd
3301
3302commit d52fbed05ccbdee9ed8b9c911cbb4f85b0ff0f2a
3303Author: Anthony Green <green@moxielogic.com>
3304Date:   Sat Nov 12 16:13:41 2011 -0500
3305
3306    Add missing ChangeLog entry
3307
3308commit 322052ce65c4fdac85bedc24726fd0e0094ba521
3309Author: Anthony Green <green@moxielogic.com>
3310Date:   Sat Nov 12 16:11:49 2011 -0500
3311
3312    Fix arm wince alignment issue
3313
3314commit af18df2bc2f52df81e7b5c619bd86db8489dc873
3315Author: Anthony Green <green@moxielogic.com>
3316Date:   Sat Nov 12 15:52:08 2011 -0500
3317
3318    Remove use of ppc string instructions
3319
3320commit 236c9391321f83ad40daf03f40c35c9ebc1da6b3
3321Author: Anthony Green <green@moxielogic.com>
3322Date:   Sat Nov 12 07:37:40 2011 -0500
3323
3324    Fix darwin11 build problem
3325
3326commit c411f140f305ebb00d33c92b7cb2742bcd241b6a
3327Author: Anthony Green <green@moxielogic.com>
3328Date:   Sat Nov 12 07:32:36 2011 -0500
3329
3330    Fix ax_enable_builddir macro on BSD systems
3331
3332commit 3d56106b07735abef6ae9f032e94f560a0ed2f30
3333Author: Anthony Green <green@moxielogic.com>
3334Date:   Sat Nov 12 07:20:24 2011 -0500
3335
3336    Rebase
3337
3338commit 8c01954c50bf8ef2e00a3db166060a1b8f83a20d
3339Author: Anthony Green <green@moxielogic.com>
3340Date:   Tue Sep 6 14:26:32 2011 -0400
3341
3342    Build assembly files with debug info
3343
3344commit fed646a2078969f4ce89c29107f1e72e03f4a977
3345Author: Anthony Green <green@moxielogic.com>
3346Date:   Tue Sep 6 09:50:20 2011 -0400
3347
3348    Regenerate configury with missing m4 macros
3349
3350commit d76441cf71216f8f1e62e7ec852a7f4e21371ec8
3351Author: Anthony Green <green@moxielogic.com>
3352Date:   Wed Aug 24 10:14:23 2011 -0400
3353
3354    Update list of supported OpenBSD systems
3355
3356commit ee6696fdf4768ba6dd037fb6dd99435afa13816e
3357Author: Anthony Green <green@moxielogic.com>
3358Date:   Tue Aug 23 12:30:29 2011 -0400
3359
3360    3.0.11-rc1. soname bump.
3361
3362commit c6265c36a91eab8175d0e72db84d8225418f2379
3363Author: Anthony Green <green@moxielogic.com>
3364Date:   Tue Aug 23 10:31:33 2011 -0400
3365
3366    Version 3.0.10
3367
3368commit cc5e41bf32d18a14dbdd653d52eacdbdc934c392
3369Author: Anthony Green <green@moxielogic.com>
3370Date:   Mon Aug 22 16:34:24 2011 -0400
3371
3372    Fix use of autoconf macros
3373
3374commit 049d8386ff52399e69a530b55b9feedc8a2589d2
3375Author: Anthony Green <green@moxielogic.com>
3376Date:   Mon Aug 22 14:50:10 2011 -0400
3377
3378    Many new patches
3379
3380commit 3b7efa4e74f0dcebf70b447391987aedd3473306
3381Author: Anthony Green <green@moxielogic.com>
3382Date:   Mon Aug 15 13:25:13 2011 -0400
3383
3384    Revert remove-debug-code patch temporarily (for ARM Fedora release)
3385
3386commit d992ac54a2a9e7e064ffebcb91e05e7cb86185c7
3387Author: Anthony Green <green@gmachine.(none)>
3388Date:   Fri Jul 29 17:32:53 2011 -0400
3389
3390    Refresh from GCC
3391
3392commit 2d3fb36420e09304220ee6c0652bae5eccdb965d
3393Author: Anthony Green <green@moxielogic.com>
3394Date:   Wed Mar 30 16:54:42 2011 -0400
3395
3396    Fix darwin EH
3397
3398commit 30ff28e1d8cd9ed5319f1fbe9c7cccacc8161fb3
3399Author: Anthony Green <green@moxielogic.com>
3400Date:   Mon Feb 28 15:36:23 2011 -0500
3401
3402    Fix permissions
3403
3404commit 09f8f310f4f53a24289682d3d28f4399d7bafc3b
3405Author: Anthony Green <green@moxielogic.com>
3406Date:   Mon Feb 28 15:36:07 2011 -0500
3407
3408    More AIX fixes. rc9.
3409
3410commit 53d7b165642c220aa5166ba350b490802f359b54
3411Merge: 18dd85d 3000dc2
3412Author: Anthony Green <green@moxielogic.com>
3413Date:   Mon Feb 28 15:23:31 2011 -0500
3414
3415    Merge branch 'master' of https://github.com/landonf/libffi-ios
3416
3417commit 18dd85d6cb9f3f3eea2a3b70eb4e150045905c55
3418Author: Anthony Green <green@moxielogic.com>
3419Date:   Fri Feb 25 16:23:04 2011 -0500
3420
3421    rc8. fix last patch.
3422
3423commit 74ee6ea8b42e60d44a3ae8938b1e42a38c1e66b4
3424Author: Anthony Green <green@moxielogic.com>
3425Date:   Fri Feb 25 15:52:14 2011 -0500
3426
3427    rc7.  More AIX fixes.
3428
3429commit 2541679dbd3db0014890f42192dbf8008ab923fa
3430Author: Anthony Green <green@moxielogic.com>
3431Date:   Fri Feb 25 15:09:13 2011 -0500
3432
3433    Fix ppc32 bug
3434
3435commit cbb062cc35c518004f1ab45c847f8ec4f66069ad
3436Author: Anthony Green <green@moxielogic.com>
3437Date:   Thu Feb 17 20:39:21 2011 -0500
3438
3439    Another non-GCC configury fix
3440
3441commit 8cf8878425e9971866fa6b27a3e4914729ad3960
3442Author: Anthony Green <green@moxielogic.com>
3443Date:   Tue Feb 15 15:19:49 2011 -0500
3444
3445    Fix ax_cc_maxopt.m4
3446
3447commit 24b72070c0937f9000744c77a636f07e04786b6a
3448Author: Anthony Green <green@moxielogic.com>
3449Date:   Mon Feb 14 15:30:57 2011 -0500
3450
3451    Fix warning and msvcc patches
3452
3453commit d72c49e556a8c516e97f6722d1be2f1209c21207
3454Author: Anthony Green <green@moxielogic.com>
3455Date:   Sun Feb 13 11:41:05 2011 -0500
3456
3457    Add missing msvcc.sh
3458
3459commit 3000dc237f6017a7445d8404097a4f46b73fdd29
3460Merge: 55e4a5a 1fbf9dc
3461Author: Landon Fuller <landonf@bikemonkey.org>
3462Date:   Sun Feb 13 08:55:53 2011 -0500
3463
3464    Merge remote branch 'upstream/master'
3465
3466commit 1fbf9dc44feea564e84ad7406d17c5d5906ce0e0
3467Author: Anthony Green <green@moxielogic.com>
3468Date:   Sun Feb 13 08:06:39 2011 -0500
3469
3470    Fix bad_abi test. rc5.
3471
3472commit 90af15ef5c1614b76370c4d13954586fabf9e8e3
3473Author: Anthony Green <green@moxielogic.com>
3474Date:   Sat Feb 12 12:29:36 2011 -0500
3475
3476    iOS fixes
3477
3478commit 55e4a5aa1568558a04aa40f16fc022e459af53e3
3479Author: Landon Fuller <landonf@bikemonkey.org>
3480Date:   Sat Feb 12 12:13:46 2011 -0500
3481
3482    Add support for building a full armv6/armv7/i386 universal iOS library
3483
3484commit a0c80f279b8733d001cb5e5c5a3289ecb7a6e56a
3485Author: Landon Fuller <landonf@bikemonkey.org>
3486Date:   Sat Feb 12 11:43:49 2011 -0500
3487
3488    Update my e-mail address.
3489
3490commit 8195e0e11df7a53fa474caa9375f73ca1136ed66
3491Author: Landon Fuller <landonf@bikemonkey.org>
3492Date:   Sat Feb 12 11:27:00 2011 -0500
3493
3494    Fix symbol prefixes on Darwin.
3495
3496commit 56b3f8cef0f28cefaa0f40fe0cf7c524adef131d
3497Author: Landon Fuller <landonf@bikemonkey.org>
3498Date:   Sat Feb 12 11:14:54 2011 -0500
3499
3500    Modify the ffi_closure structures to hold table/table entry pointers instead of a code buffer.
3501
3502    This re-integrates commit da2773e02ab26cc11a7f.
3503
3504commit 28a00f61ff3f64c4eb2269ce2aea3d493274469e
3505Author: Landon Fuller <landonf@bikemonkey.org>
3506Date:   Sat Feb 12 11:01:48 2011 -0500
3507
3508    Apple assembler support; fixed most gas/ELF-isms.
3509
3510commit 7f2ea33a80bfced5e48ed7292f3b8f057d54ff8f
3511Author: Landon Fuller <landonf@bikemonkey.org>
3512Date:   Sat Feb 12 10:39:18 2011 -0500
3513
3514    Replace RETLDM macro.
3515
3516    The macro is incompatible with Apple's assembler; switch to
3517    a simple inline version.
3518
3519commit 92ff23e77fa586455b427b71f49e1d9502470e6e
3520Author: Landon Fuller <landonf@bikemonkey.org>
3521Date:   Sat Feb 12 10:24:49 2011 -0500
3522
3523    Switch to the current iOS 4.2 SDK.
3524
3525commit 58fb8ca2dfb89ad70284bb9678d3d4dbb658c8a7
3526Merge: cc3fbd9 71c792f
3527Author: Landon Fuller <landonf@bikemonkey.org>
3528Date:   Sat Feb 12 10:23:19 2011 -0500
3529
3530    Merge remote branch 'upstream/master'
3531
3532commit cc3fbd975ce9366d4c40a6ff6c108f664867bd7c
3533Merge: e449a43 f6ab3ed
3534Author: Landon Fuller <landonf@bikemonkey.org>
3535Date:   Sat Feb 12 10:21:02 2011 -0500
3536
3537    Merge branch 'master' of github.com:landonf/libffi-ios
3538
3539commit e449a43bbe12f8119399928db1ae26adc71dde14
3540Author: Landon Fuller <landonf@bikemonkey.org>
3541Date:   Sat Feb 12 10:20:42 2011 -0500
3542
3543    Allow specification of the minimum supported iOS version.
3544
3545commit 71c792f51bcf3e2f334e5ea1fb1a8b667cb3aedb
3546Author: Anthony Green <green@moxielogic.com>
3547Date:   Sat Feb 12 09:33:11 2011 -0500
3548
3549    rc4
3550
3551commit 7c7c9f327299331022f6000603a35f2310dfe308
3552Author: Anthony Green <green@moxielogic.com>
3553Date:   Sat Feb 12 09:29:29 2011 -0500
3554
3555    ungccify parts of the build
3556
3557commit ed62e48b95a0fa60b685f647cb73c9e190eec35c
3558Author: Anthony Green <green@moxielogic.com>
3559Date:   Fri Feb 11 12:23:58 2011 -0500
3560
3561    Fix permissions
3562
3563commit 17d9e9e68ddb1b915a0b9751713033861b598575
3564Author: Anthony Green <green@moxielogic.com>
3565Date:   Fri Feb 11 12:23:20 2011 -0500
3566
3567    Use newer autotools.  Only build debug.c when --enable-debug.
3568
3569commit 6972a4ffda75761eaab7dfbe0fb1516b255e8e0c
3570Author: Anthony Green <green@moxielogic.com>
3571Date:   Fri Feb 11 07:32:51 2011 -0500
3572
3573    Fix xlc build on AIX
3574
3575commit 1833aa0fb9831eb0725b63e35886c0f6d35df480
3576Author: Anthony Green <green@moxielogic.com>
3577Date:   Fri Feb 11 07:11:04 2011 -0500
3578
3579    sparc ABI test fix.
3580
3581commit f1fb139b4e283fffdcf205a903943d5e9d2bb2a2
3582Author: Anthony Green <green@moxielogic.com>
3583Date:   Wed Feb 9 18:30:02 2011 -0500
3584
3585    Fix tests
3586
3587commit 5cb470331d181c84d5d621e88868327a324a5898
3588Author: Anthony Green <green@moxielogic.com>
3589Date:   Wed Feb 9 15:23:06 2011 -0500
3590
3591    Fix permissions
3592
3593commit 269deef6dbbb426695919d3398357fada3bb288c
3594Author: Anthony Green <green@moxielogic.com>
3595Date:   Wed Feb 9 15:22:23 2011 -0500
3596
3597    rc3
3598
3599commit 42695e72504f647444b8e8e9b90bd24f1e3220e1
3600Author: Anthony Green <green@moxielogic.com>
3601Date:   Wed Feb 9 15:12:35 2011 -0500
3602
3603    Fix IRIX support
3604
3605commit a6e56b97f62a3feeb3301c24a2e4cae55e546021
3606Author: Anthony Green <green@moxielogic.com>
3607Date:   Wed Feb 9 15:00:42 2011 -0500
3608
3609    Add powerpc64-*-darwin* support
3610
3611commit 747d6c32d4abb07c10c3a1f93579c3929aaa2487
3612Author: Anthony Green <green@moxielogic.com>
3613Date:   Wed Feb 9 14:56:23 2011 -0500
3614
3615    Add Interix support
3616
3617commit eab6e41cde382aa07de6c011d514a14c0d62eb47
3618Author: Anthony Green <green@moxielogic.com>
3619Date:   Wed Feb 9 10:15:02 2011 -0500
3620
3621    Remove README.markdown form libffi-ios
3622
3623commit 69dbe845f4ee3e6ce8999f17a1e4f2179ef7da89
3624Author: Anthony Green <green@moxielogic.com>
3625Date:   Wed Feb 9 07:38:43 2011 -0500
3626
3627    Fix xfails
3628
3629commit f498318c07b95137fe259d86bdbe15347588b84a
3630Author: Anthony Green <green@moxielogic.com>
3631Date:   Wed Feb 9 06:26:46 2011 -0500
3632
3633    Update README for iOS again
3634
3635commit 630b9c0ac43c7edcbfd892e23c09fb26724f4ac0
3636Author: Anthony Green <green@moxielogic.com>
3637Date:   Wed Feb 9 06:24:23 2011 -0500
3638
3639    Update to rc2
3640
3641commit 0cad4386fa4c9ea5f8ca88b16247db4e5c8fea90
3642Author: Anthony Green <green@moxielogic.com>
3643Date:   Wed Feb 9 06:11:46 2011 -0500
3644
3645    Add ChangeLog entry.  Fix copyright headers.
3646
3647commit 09cb76f2645bd2c151846e9249d8ea707ba01e8c
3648Author: Anthony Green <green@moxielogic.com>
3649Date:   Tue Feb 8 20:39:51 2011 -0500
3650
3651    Add missing change
3652
3653commit 2e3a48ccdd54340983c46a29a0b41985e3e789ac
3654Author: Anthony Green <green@moxielogic.com>
3655Date:   Tue Feb 8 20:37:26 2011 -0500
3656
3657    Fix make dist
3658
3659commit 5e4814d9928e236a2a4afe84d6e1d4fdaa473206
3660Author: Anthony Green <green@moxielogic.com>
3661Date:   Tue Feb 8 19:46:28 2011 -0500
3662
3663    fix permissions
3664
3665commit 5c0cc6f1536aa1738795a97303810a823c7fa2cb
3666Author: Anthony Green <green@moxielogic.com>
3667Date:   Tue Feb 8 19:45:59 2011 -0500
3668
3669    3.0.10rc1
3670
3671commit 857fe3de46d2286afa2fe772920ecf4aefa1688f
3672Author: Anthony Green <green@moxielogic.com>
3673Date:   Tue Feb 8 19:39:20 2011 -0500
3674
3675    Clean ups
3676
3677commit e2214f8adb5577c247452e2cc9f4cbe304d7ca9f
3678Author: Anthony Green <green@moxielogic.com>
3679Date:   Tue Feb 8 19:22:56 2011 -0500
3680
3681    Update README
3682
3683commit 1106229a5721a659da5c231ec0e8211119615394
3684Merge: bc9d0be f6ab3ed
3685Author: Anthony Green <green@moxielogic.com>
3686Date:   Tue Feb 8 19:20:09 2011 -0500
3687
3688    Add iOS support
3689
3690commit bc9d0be2958ce475757f34dd2c878948aa77a39f
3691Author: Anthony Green <green@moxielogic.com>
3692Date:   Tue Feb 8 17:04:26 2011 -0500
3693
3694    3.0.10rc0 changes
3695
3696commit 3b836249feae6d08d3e6887486e4b9961ddafa09
3697Author: Anthony Green <green@moxielogic.com>
3698Date:   Tue Feb 8 14:28:59 2011 -0500
3699
3700    Rebase from GCC
3701
3702commit a26e3940619faeba6de54824c9540c90b1aab513
3703Author: Anthony Green <green@moxielogic.com>
3704Date:   Tue Feb 8 13:56:12 2011 -0500
3705
3706    copyright updates patch
3707
3708commit b8099539f00e224107594101e9760b6dc081a056
3709Author: Anthony Green <green@moxielogic.com>
3710Date:   Tue Feb 8 13:50:43 2011 -0500
3711
3712    Fix msvcc.sh botch
3713
3714commit dc411e8f99113a34656bfd2d3ae51259972488cc
3715Author: Anthony Green <green@moxielogic.com>
3716Date:   Tue Feb 8 10:49:29 2011 -0500
3717
3718    Fix HP-UX build
3719
3720commit 404585d1348e30ac58203bbd876d9131e5aed874
3721Author: Anthony Green <green@moxielogic.com>
3722Date:   Tue Feb 8 10:44:36 2011 -0500
3723
3724    Fix sparc v8 aggregate type returns for sun's compiler
3725
3726commit 19ce713188e193e4522740d24c20170411883d2d
3727Author: Anthony Green <green@moxielogic.com>
3728Date:   Tue Feb 8 10:34:23 2011 -0500
3729
3730    grammar fix
3731
3732commit 89284fe55f1a8ad3bddbea796ee00d0e3ba411ce
3733Author: Anthony Green <green@moxielogic.com>
3734Date:   Tue Feb 8 10:19:19 2011 -0500
3735
3736    Fix AIX build with IBM XLC
3737
3738commit ba022c338af97cb18d9f8ed5a607fd483a61c09c
3739Author: Anthony Green <green@moxielogic.com>
3740Date:   Tue Feb 8 10:12:48 2011 -0500
3741
3742    fix win64-underscore patch
3743
3744commit 097e5f3924ee92a3ba6cd72f787da8a3eb14fea3
3745Author: Anthony Green <green@moxielogic.com>
3746Date:   Tue Feb 8 10:11:00 2011 -0500
3747
3748    x86 pcrel test part 2
3749
3750commit ed2c518d960b91d444be74e5a55779a9c4602f3b
3751Author: Anthony Green <green@moxielogic.com>
3752Date:   Tue Feb 8 10:10:07 2011 -0500
3753
3754    x86 pcrel test
3755
3756commit 0e5843995f46900ef212531281e08b224464f413
3757Author: Anthony Green <green@moxielogic.com>
3758Date:   Tue Feb 8 07:52:40 2011 -0500
3759
3760    Refresh from GCC
3761
3762commit 5b9cd52784339a42e417174a55e310e214d435f9
3763Author: Anthony Green <green@moxielogic.com>
3764Date:   Mon Nov 22 15:19:57 2010 -0500
3765
3766    win64-underscore patch
3767
3768commit 2db72615b50eb5c0f29725c02c740a2f0d7fc7d9
3769Author: Anthony Green <green@moxielogic.com>
3770Date:   Sun Nov 21 10:50:56 2010 -0500
3771
3772    Rebase
3773
3774commit f6ab3edc23dc8fc7c47a31c896044150c23f04b5
3775Author: Landon Fuller <landonf@plausible.coop>
3776Date:   Wed Oct 27 19:34:51 2010 -0400
3777
3778    Include the license header in the generated output.
3779
3780commit cef619462887fa0f360e3ee702d1e04f112b5b38
3781Author: Landon Fuller <landonf@bikemonkey.org>
3782Date:   Wed Oct 27 13:59:30 2010 -0400
3783
3784    Add missing copyright/license header.
3785
3786commit 53f387b203413c9aa6e31f49dbb70d37d816330b
3787Author: Landon Fuller <landonf@bikemonkey.org>
3788Date:   Sun Sep 19 19:57:17 2010 -0700
3789
3790    Minor README fix.
3791
3792commit 4fbcb5b5fbce11f4b168060e00639db33c85b75b
3793Author: Landon Fuller <landonf@bikemonkey.org>
3794Date:   Sun Sep 19 19:50:37 2010 -0700
3795
3796    Minor README fix.
3797
3798commit 8e7652ef6acab5db7a29f786686a54f05cdbdc7d
3799Author: Landon Fuller <landonf@bikemonkey.org>
3800Date:   Sun Sep 19 19:49:39 2010 -0700
3801
3802    Add a libffi-ios-specific github README.
3803
3804commit 83038cf24aa1a92b62b91ffee1dcc25d79243484
3805Author: Landon Fuller <landonf@bikemonkey.org>
3806Date:   Sun Sep 19 14:36:45 2010 -0700
3807
3808    Implement FFI_EXEC_TRAMPOLINE_TABLE allocator for iOS/ARM.
3809
3810    This provides working closure support on iOS/ARM devices where
3811    PROT_WRITE|PROT_EXEC is not permitted. The code passes basic
3812    smoke tests, but requires further review.
3813
3814commit b00ff3e98fdde622cef617030e14d5356dff988f
3815Author: Landon Fuller <landonf@bikemonkey.org>
3816Date:   Sun Sep 19 14:22:26 2010 -0700
3817
3818    Rename the generated symbol
3819
3820commit da2773e02ab26cc11a7fe87e985599f35cdf0649
3821Author: Landon Fuller <landonf@bikemonkey.org>
3822Date:   Sun Sep 19 14:21:37 2010 -0700
3823
3824    Modify the ffi_closure structures to hold table/table entry pointers instead of a code buffer.
3825
3826commit 01d71b7bed41844f80cb9feef20dcc5ece5ba2d0
3827Author: Landon Fuller <landonf@bikemonkey.org>
3828Date:   Sun Sep 19 14:21:14 2010 -0700
3829
3830    Regenerated the autoconf script
3831
3832commit 19afda0069c42e51c81dca7b10a5cf884b4cdce0
3833Author: Landon Fuller <landonf@bikemonkey.org>
3834Date:   Sun Sep 19 14:20:52 2010 -0700
3835
3836    Enable AC_SUBST for FFI_EXEC_TRAMPOLINE_TABLE
3837
3838commit 9e1196444e78aef20028c18891f44ebe39a815fd
3839Author: Landon Fuller <landonf@bikemonkey.org>
3840Date:   Sun Sep 19 10:43:06 2010 -0700
3841
3842    Add a hard-coded FFI_EXEC_TRAMPOLINE_TABLE arm implementation.
3843
3844    This implements support for re-mapping a shared table of executable
3845    trampolines directly in front of a writable configuration page, working
3846    around PROT_WRITE restrictions for sandboxed applications on Apple's
3847    iOS.
3848
3849    This implementation is for testing purposes; a proper allocator is still
3850    necessary, and ARM-specific code needs to be moved out of
3851    src/closures.c.
3852
3853commit f38364b399184e682fc3e785084bd497827bc5af
3854Author: Landon Fuller <landonf@bikemonkey.org>
3855Date:   Sun Sep 19 10:42:36 2010 -0700
3856
3857    Fix symbol prefix for ffi_closure_SYSV_inner on Darwin.
3858
3859commit 36849e7716b77aa25e4175d1f4be1b93dbf47aac
3860Author: Landon Fuller <landonf@bikemonkey.org>
3861Date:   Sun Sep 19 09:35:04 2010 -0700
3862
3863    Whitespace/comment fixes.
3864
3865commit b764162526854686e579a48b6ac5981f4eb886a3
3866Author: Landon Fuller <landonf@bikemonkey.org>
3867Date:   Sun Sep 19 09:04:34 2010 -0700
3868
3869    Fix the script name (build-iphone.sh -> build-ios.sh)
3870
3871commit a3d9aa85013341451ea97766485b7a11852d32b2
3872Author: Landon Fuller <landonf@bikemonkey.org>
3873Date:   Sun Sep 19 09:03:52 2010 -0700
3874
3875    Update the autogenerated autoconf/automake files.
3876
3877commit c71480eaf839f26bbdfcd8965f65ac4d8defddc0
3878Author: Landon Fuller <landonf@bikemonkey.org>
3879Date:   Sun Sep 19 09:02:05 2010 -0700
3880
3881    Update automake/autoconf to conditionally build src/arm/trampoline.S if FFI_EXEC_TRAMPOLINE_TABLE is enabled.
3882
3883commit 9af9291b73bc5e27ecd949bec8157f20426d65b8
3884Author: Landon Fuller <landonf@bikemonkey.org>
3885Date:   Sun Sep 19 08:52:33 2010 -0700
3886
3887    Add the trampoline table generated by gentramp.sh
3888
3889commit 68ce0c383ece84f69945d1c8c3fed03f7f9cb5d6
3890Author: Landon Fuller <landonf@bikemonkey.org>
3891Date:   Sun Sep 19 08:38:19 2010 -0700
3892
3893    Add a shell script that generates the ARM trampoline page.
3894
3895    This generates a page of 340 trampolines, aligned within one page. The
3896    trampolines use pc-relative addressing to reference config data
3897    (context, jump address) from a page placed directly prior to the
3898    trampoline page. This can be used on systems -- such as iOS -- that do not
3899    support writable, executable memory by remapping the executable page
3900    containing the trampolines directly above a newly allocated writable
3901    config page.
3902
3903commit 75af086be8830a8eafe9b1ebda199d788bcb0c62
3904Author: Landon Fuller <landonf@bikemonkey.org>
3905Date:   Sat Sep 18 18:12:19 2010 -0700
3906
3907    Update autoconf files
3908
3909commit 1ac92cca9b02ef8d6a769f0de1adccd5c9630355
3910Author: Landon Fuller <landonf@bikemonkey.org>
3911Date:   Sat Sep 18 18:08:14 2010 -0700
3912
3913    Add autoconf check for W^X platforms that require a trampoline table.
3914
3915    This adds the FFI_EXEC_TRAMPOLINE_TABLE. The flag is enabled for
3916    arm-apple-darwin, where PROT_EXEC on writable (or formerly writable) pages is
3917    not permitted for sandboxed binaries.
3918
3919commit be72fbab29b7190c702d8e1ac3d149855e95879d
3920Author: Landon Fuller <landonf@bikemonkey.org>
3921Date:   Sat Sep 18 18:02:25 2010 -0700
3922
3923    Use the correct host triple for arm/darwin
3924
3925commit 70150bdf4509269965c72f2032bf74f285767afe
3926Author: Landon Fuller <landonf@bikemonkey.org>
3927Date:   Sat Sep 18 16:38:03 2010 -0700
3928
3929    Add missing UNWIND entry; disables .pad on non-EABI targets.
3930
3931commit 6b452bafaec498df975ba8ac4c99de174e5f74f7
3932Author: Landon Fuller <landonf@bikemonkey.org>
3933Date:   Sat Sep 18 16:21:32 2010 -0700
3934
3935    Apple assembler support; fixed most gas/ELF-isms.
3936
3937commit 8ddac835b6f8b54ede764d0ea977dee4c82e2d67
3938Author: Landon Fuller <landonf@bikemonkey.org>
3939Date:   Sat Sep 18 15:38:06 2010 -0700
3940
3941    Fix placement of the __APPLE__ macro.
3942
3943commit 69043d02936bb0579ac59b4ee1ed8dec38c38db7
3944Author: Landon Fuller <landonf@bikemonkey.org>
3945Date:   Sat Sep 18 15:32:08 2010 -0700
3946
3947    Work-around libffi's FP ABI detection.
3948
3949    On iOS, we must use the AAPCS floating point return value calling
3950    conventions. libffi's ARM implementation will only use these conventions
3951    if __SOFTFP__ is defined, which is not the case when GCC's
3952    -mfloat-abi defaults to 'softfp' instead of 'soft'. To work around this
3953    we manually define __SOFTFP__ for Apple platforms in the ARM-specific
3954    sysv.S.
3955
3956    See also:
3957      http://developer.apple.com/library/ios/#documentation/Xcode/Conceptual/iPhoneOSABIReference/Introduction/Introduction.html
3958      http://infocenter.arm.com/help/topic/com.arm.doc.ihi0042d/IHI0042D_aapcs.pdf
3959
3960commit a82e6c354ea805114642a6e440abd0832cb1d23f
3961Author: Landon Fuller <landonf@bikemonkey.org>
3962Date:   Sat Sep 18 14:44:24 2010 -0700
3963
3964    Add a stub iOS build script to drive autoconf
3965
3966commit 84e8de6e9fc19388f6f1102c013b7d0d52940ecc
3967Author: Anthony Green <green@moxielogic.com>
3968Date:   Fri Aug 6 01:35:12 2010 -0400
3969
3970    Restore execute permissions
3971
3972commit 3aeecc9eb1a6feba6549849cdd335c926415a4fc
3973Author: Anthony Green <green@moxielogic.com>
3974Date:   Thu Aug 5 15:19:00 2010 -0400
3975
3976    Fix win64-struct-args patch
3977
3978commit 00d0b59cd13f89ab8b44bd894eb7f0a131fcb472
3979Author: Anthony Green <green@moxielogic.com>
3980Date:   Thu Aug 5 14:56:53 2010 -0400
3981
3982    Fix debug build for windows
3983
3984commit bda487e87064f27965155459a62dc52a744778d0
3985Author: Anthony Green <green@moxielogic.com>
3986Date:   Thu Aug 5 09:02:41 2010 -0400
3987
3988    Don't use -safeseh with ml64
3989
3990commit c1d28ba8d5029795af313ffeb81c97efc6d4c847
3991Author: Anthony Green <green@moxielogic.com>
3992Date:   Thu Aug 5 08:48:16 2010 -0400
3993
3994    stdcall-x86-closure-fix
3995
3996commit 5feacad4a56c85b3f23a267a30b2cf424cd59548
3997Author: Anthony Green <green@moxielogic.com>
3998Date:   Thu Aug 5 08:30:04 2010 -0400
3999
4000    define generic symbols carefully
4001
4002commit 10ea848900bc3018ac213cef52b44cacbe5cbebc
4003Author: Anthony Green <green@moxielogic.com>
4004Date:   Thu Aug 5 08:24:27 2010 -0400
4005
4006    don't copy win64 struct args
4007
4008commit d14178be4c49c3ada44a9fe9efe11d444372ddab
4009Author: Anthony Green <green@moxielogic.com>
4010Date:   Fri Jul 23 09:14:00 2010 -0400
4011
4012    FFI_LAST_ABI fix
4013
4014commit 3f5b1375ab1e2b8e3d593e21b27097a4a50f9b83
4015Author: Anthony Green <green@moxielogic.com>
4016Date:   Mon Jul 12 14:39:18 2010 -0400
4017
4018    rebase
4019
4020commit eaf444eabc4c78703c0f98ac0197b1619c1b1bef
4021Author: Anthony Green <green@moxielogic.com>
4022Date:   Sat Jul 10 08:59:09 2010 -0400
4023
4024    Fix selinux test
4025
4026commit 630974152247f100ece4d44f10c3721bb4599fbf
4027Author: Anthony Green <green@gmachine.(none)>
4028Date:   Wed May 5 20:14:56 2010 -0400
4029
4030    Micharl Kohler's spelling fixes
4031
4032commit 9dc9a293f3d4589fcaf02dd4288c8cebaefa508e
4033Author: Anthony Green <green@gmachine.(none)>
4034Date:   Tue Apr 13 10:33:52 2010 -0400
4035
4036    Rebase to latest GCC sources
4037
4038commit f2c2a4fce9b3eca9f39b4f3545118bc256da4a73
4039Author: Anthony Green <green@gmachine.(none)>
4040Date:   Tue Apr 13 10:19:28 2010 -0400
4041
4042    Remove warnings and add OS/2 support
4043
4044commit c0b69e57d529e33d18b658cc5572a21e3663247c
4045Author: Anthony Green <green@gmachine.(none)>
4046Date:   Tue Mar 30 08:30:22 2010 -0400
4047
4048    Dan Witte's windows build fixes.
4049
4050commit 59a259f4d348f593b45f452309f4d020a28051c4
4051Author: Anthony Green <green@gmachine.(none)>
4052Date:   Mon Mar 15 05:57:51 2010 -0400
4053
4054    Remove junk file
4055
4056commit 3de1eb36d37a66829e606421939874d0d60d816d
4057Author: Anthony Green <green@gmachine.(none)>
4058Date:   Mon Mar 15 05:57:24 2010 -0400
4059
4060    fix-comments patch
4061
4062commit c3813b6d7f8a777700f4c5862190c0db148d4de8
4063Author: Anthony Green <green@gmachine.(none)>
4064Date:   Tue Jan 26 16:48:56 2010 -0500
4065
4066    Rebuild Makefiles with automake 1.11.1 for CVE-2009-4029.
4067
4068commit 8d27f68baa365bf883b6053c5f6bc819646d5434
4069Author: Anthony Green <green@gmachine.(none)>
4070Date:   Fri Jan 15 11:35:37 2010 -0500
4071
4072    Mention recent changes in README
4073
4074commit ff3cd68b8cf2d9a28cad7aa9beff46236eacec8c
4075Author: Anthony Green <green@gmachine.(none)>
4076Date:   Fri Jan 15 11:27:24 2010 -0500
4077
4078    Add msvc.sh wrapper
4079
4080commit cadeba6cb53414a1253582f1719c286665de7b6c
4081Author: Anthony Green <green@gmachine.(none)>
4082Date:   Fri Jan 15 10:46:51 2010 -0500
4083
4084    Microsoft Visual C port
4085
4086commit 0739e7dc00db766eb64f502ec4137b817638c9a1
4087Author: Anthony Green <green@gmachine.(none)>
4088Date:   Fri Jan 15 09:48:33 2010 -0500
4089
4090    Add x86 Sun Studio compiler support
4091
4092commit edfdfd2e85b8d01d2455934f1d7f4d7eb2f3cf1c
4093Author: Anthony Green <green@gmachine.(none)>
4094Date:   Wed Jan 13 02:56:19 2010 -0500
4095
4096    Add closure example doc
4097
4098commit 7b7a42f221cf171e8d09df34cac6dc1fd8458cc3
4099Author: Anthony Green <green@gmachine.(none)>
4100Date:   Tue Jan 12 09:14:14 2010 -0500
4101
4102    Rebase from GCC
4103
4104commit 4b18d1f73dc7733137869e4ab5725cb90c1c8fde
4105Author: Anthony Green <green@gmachine.(none)>
4106Date:   Fri Jan 1 10:24:27 2010 -0500
4107
4108    Add x86-64 MingW to README
4109
4110commit c3042afaf3f84abbbe9c91bf9bc9896b0d9eb003
4111Author: Anthony Green <green@gmachine.(none)>
4112Date:   Fri Jan 1 08:08:02 2010 -0500
4113
4114    Reset quilt patches post 3.0.9 merge with GCC
4115
4116commit b0304e9679bdfec6ac45a57b5c96542697249418
4117Author: Anthony Green <green@gmachine.(none)>
4118Date:   Thu Dec 31 11:32:40 2009 -0500
4119
4120    Update version
4121
4122commit 2e7e03d014d9c9bf40e97ce75cba089ad052fa6b
4123Author: Anthony Green <green@gmachine.(none)>
4124Date:   Thu Dec 31 07:43:22 2009 -0500
4125
4126    Final updates before 3.0.9
4127
4128commit aea706c52825c8eee677ffa7fdbdd3aed1725492
4129Author: Anthony Green <green@gmachine.(none)>
4130Date:   Tue Dec 29 10:09:31 2009 -0500
4131
4132    really 3.0.9rc12
4133
4134commit 0cfe60e9d13f132b88995cfee41f2156344f6fa2
4135Author: Anthony Green <green@gmachine.(none)>
4136Date:   Tue Dec 29 10:06:04 2009 -0500
4137
4138    3.0.9rc12
4139
4140commit 14e2e92e8645804b6940b3e96c98e9f7f384a6b2
4141Author: Anthony Green <green@gmachine.(none)>
4142Date:   Sun Dec 27 21:03:33 2009 -0500
4143
4144    3.0.9rc11
4145
4146commit 884402787bf8eaf7ec207085037cf8ace2f660ec
4147Author: Anthony Green <green@gmachine.(none)>
4148Date:   Sat Dec 26 12:57:23 2009 -0500
4149
4150    HPUX support and avr32 test fixes.
4151
4152commit 01c78756aff22efb1f122f8e93e068d7bf2185c7
4153Author: Anthony Green <green@gmachine.(none)>
4154Date:   Sat Dec 26 10:05:18 2009 -0500
4155
4156    3.0.9rc9
4157
4158commit 70868464651320268d79c6894db5a50fdc11032a
4159Author: Anthony Green <green@gmachine.(none)>
4160Date:   Sat Dec 26 09:58:03 2009 -0500
4161
4162    Remove xfails for mips and arm
4163
4164commit 838d4ad920ec85cf5ca3b511221d67f6d9a99024
4165Author: Anthony Green <green@gmachine.(none)>
4166Date:   Sat Dec 26 09:57:27 2009 -0500
4167
4168    Remove a bunch of xfails.
4169
4170commit 7e37eaaf772f48906e69618c773b0a36c3927de9
4171Author: Anthony Green <green@gmachine.(none)>
4172Date:   Sat Dec 26 07:46:50 2009 -0500
4173
4174    Fix huge_struct for solaris
4175
4176commit 07cc7a37194bc34064ebed7f2724333a798411c8
4177Author: Anthony Green <green@gmachine.(none)>
4178Date:   Sat Dec 26 07:23:04 2009 -0500
4179
4180    3.0.9rc8
4181
4182commit 2b9be16ffabc81326128bc1bbdddff8ddc5d13d3
4183Author: Anthony Green <green@gmachine.(none)>
4184Date:   Sat Dec 26 07:04:45 2009 -0500
4185
4186    3.0.9rc8
4187
4188commit 9458d88f676e9a21ab8993a54e16754b11687419
4189Author: Anthony Green <green@gmachine.(none)>
4190Date:   Sat Dec 26 07:02:27 2009 -0500
4191
4192    Rebase from GCC
4193
4194commit 6a3412417593f068a04dc6163f4269cb295ad5ca
4195Author: Anthony Green <green@gmachine.(none)>
4196Date:   Sat Dec 26 06:51:33 2009 -0500
4197
4198    Add Andreas Schwab's powerpc fix
4199
4200commit 39c8792ece1043f41f4c395a2ce71f4cf0ff4674
4201Author: Anthony Green <green@gmachine.(none)>
4202Date:   Fri Dec 25 21:52:28 2009 -0500
4203
4204    3.0.9rc7
4205
4206commit 1d04af52e3e24db69f742064694c22f8df5cc70e
4207Author: Anthony Green <green@gmachine.(none)>
4208Date:   Fri Dec 25 09:50:36 2009 -0500
4209
4210    Updated some mips XFAILs
4211
4212commit 26e9509c9b7929bc4fcf697071699051a652b1fd
4213Author: Anthony Green <green@gmachine.(none)>
4214Date:   Fri Dec 25 02:19:23 2009 -0500
4215
4216    Clean up ChangeLog.libffi for older patches.
4217
4218commit 9c157d3215e4393777f83eb6fa801df6528f40d7
4219Author: Anthony Green <green@gmachine.(none)>
4220Date:   Fri Dec 25 02:15:40 2009 -0500
4221
4222    Clean up undefine_AC_ARG_VAR_PRECIOUS patch.
4223
4224commit d22de05b0bfc480766bc1240615ce2830eee71b8
4225Author: Anthony Green <green@gmachine.(none)>
4226Date:   Fri Dec 25 02:04:23 2009 -0500
4227
4228    Fix patches
4229
4230commit 1fe3dc7c20dc4dbd8fed0d19c8618027d44ed971
4231Author: Anthony Green <green@gmachine.(none)>
4232Date:   Fri Dec 25 01:39:00 2009 -0500
4233
4234    Add windows support patch.
4235
4236commit f7c0bc613a88f7dbc2d18b345c10fa438833c170
4237Author: Anthony Green <green@gmachine.(none)>
4238Date:   Fri Dec 25 01:22:11 2009 -0500
4239
4240    3.0.9rc6
4241
4242commit c7fa2da8260258c11ab1dc7ac06fb611a2c1b50f
4243Author: Anthony Green <green@gmachine.(none)>
4244Date:   Thu Dec 24 07:22:44 2009 -0500
4245
4246    3.0.9rc6
4247
4248commit da11bece0fde66fc0268db3a01207dda857e25d2
4249Author: Anthony Green <green@gmachine.(none)>
4250Date:   Thu Dec 24 05:34:46 2009 -0500
4251
4252    Release 3.0.9rc5
4253
4254commit e3399b11edeab546b066bfc18574f3edb905d0dc
4255Author: Anthony Green <green@gmachine.(none)>
4256Date:   Thu Dec 24 01:09:32 2009 -0500
4257
4258    Update README
4259
4260commit 115ab36fceee69740a01ce49bc27e1908cc237b1
4261Author: Anthony Green <green@gmachine.(none)>
4262Date:   Thu Dec 24 00:22:00 2009 -0500
4263
4264    Update missing changes for 3.0.9r4.
4265
4266commit f8c7a245bf5a80bd7e730ec03fcad17c8dcfcb07
4267Author: Anthony Green <green@gmachine.(none)>
4268Date:   Wed Dec 23 23:46:22 2009 -0500
4269
4270    Switch to quilt. Rebase to latest GCC.
4271
4272commit ce806772f02387b9a74f6496a263a368bccd5d59
4273Merge: cd98813 dcc1f6b
4274Author: Anthony Green <green@moxielogic.com>
4275Date:   Mon Oct 5 00:41:35 2009 -0400
4276
4277    Merge branch 'master' of git@github.com:atgreen/libffi
4278
4279commit dcc1f6b4f1ffd2713bf68b791a13f85d455c8b1b
4280Author: Anthony Green <green@moxielogic.com>
4281Date:   Mon Oct 5 00:29:33 2009 -0400
4282
4283    More clean up.
4284
4285commit 2829f5941a223b9d851d8ab6318318e6197d7e01
4286Author: Anthony Green <green@moxielogic.com>
4287Date:   Mon Oct 5 00:28:03 2009 -0400
4288
4289    Clean up
4290
4291commit cd98813de517ea64041637e3e78d27a001d6d3b4
4292Author: Anthony Green <green@moxielogic.com>
4293Date:   Mon Oct 5 00:25:29 2009 -0400
4294
4295    From Jens Rehsack.  Fix for 64-bit AIX.
4296
4297commit e4a91de766acc47f6c50f13cc11719a65e23ecba
4298Author: Anthony Green <green@moxielogic.com>
4299Date:   Mon Oct 5 00:16:17 2009 -0400
4300
4301    From Abdulaziz Ghuloum.  Adds special case for Snow Leopard.
4302
4303commit 3425a763bcdaadb8b430226f427ec833afdcc96a
4304Author: Anthony Green <green@moxielogic.com>
4305Date:   Sun Oct 4 23:57:29 2009 -0400
4306
4307    Fix detection of free/openbsd.  From Alexis Ballier.
4308
4309commit 2340e7a777902de61499d47823ad8d5e0eeb6203
4310Author: Anthony Green <green@moxielogic.com>
4311Date:   Sun Oct 4 23:53:17 2009 -0400
4312
4313    AVR support
4314
4315commit 5cbe2058c128e848446ae79fe15ee54260a90559
4316Author: Anthony Green <green@moxielogic.com>
4317Date:   Sun Oct 4 23:53:11 2009 -0400
4318
4319    Initial stand-alone patch.
4320
4321commit c6dddbd02bad9654ed58cdb0feb360934d105dec
4322Author: Anthony Green <green@moxielogic.com>
4323Date:   Sun Oct 4 08:11:33 2009 -0400
4324
4325    Initial commit
4326
4327commit 5ffc0c37486fb1538bccc0ca7acc807d4f1af932
4328Author: Anthony Green <green@moxielogic.com>
4329Date:   Sun Oct 4 07:58:22 2009 -0400
4330
4331    Update version to 3.0.9rc1.  Add more useful things to .gitignore.
4332
4333commit bd29f83ee9f6fa6b65adee9d3f57834f364d9887
4334Author: Anthony Green <green@moxielogic.com>
4335Date:   Tue Sep 29 12:07:26 2009 -0400
4336
4337    Add .gitignore
4338
4339commit 9474f853f83e3f0167c1b306177321bfcc93e56d
4340Author: Anthony Green <green@moxielogic.com>
4341Date:   Tue Sep 29 11:13:02 2009 -0400
4342
4343    Remove old CVSROOT files.
4344
4345commit 0c25275ec24bfe2c2c25a000465f0950ef9dd51b
4346Author: twall <twall>
4347Date:   Wed Aug 19 12:57:34 2009 +0000
4348
4349    Apply Dave Korn's cygwin/GCC changes
4350
4351commit 39228c27ed3f677a95b46380a8d31602b5777e1a
4352Author: aph <aph>
4353Date:   Tue Jun 16 18:00:47 2009 +0000
4354
4355    2009-06-16  Wim Lewis  <wiml@hhhh.org>
4356
4357    	* src/powerpc/ffi.c: Avoid clobbering cr3 and cr4, which are
4358    	supposed to be callee-saved.
4359    	* src/powerpc/sysv.S (small_struct_return_value): Fix overrun of
4360    	return buffer for odd-size structs.
4361
4362commit 5e93cc704d127c2c8ae7f5d2cef621145d43e777
4363Author: aph <aph>
4364Date:   Tue Jun 16 17:41:47 2009 +0000
4365
4366    2009-06-16  Andreas Tobler  <a.tobler@schweiz.org>
4367
4368    	PR libffi/40444
4369    	* testsuite/lib/libffi-dg.exp (libffi_target_compile): Add
4370    	allow_stack_execute for Darwin.
4371
4372commit b509af8959dc371b92392c623522ea6f4946a71d
4373Author: aph <aph>
4374Date:   Tue Jun 16 16:17:52 2009 +0000
4375
4376    2009-06-16  Andrew Haley  <aph@redhat.com>
4377
4378    	* configure.ac (TARGETDIR): Add missing blank lines.
4379    	* configure: Regenerate.
4380
4381commit d57e96dc56ee76fbbb9b59d73aeaa92354db5ecb
4382Author: aph <aph>
4383Date:   Tue Jun 16 09:59:02 2009 +0000
4384
4385    2009-06-16  Andrew Haley  <aph@redhat.com>
4386
4387            * testsuite/libffi.call/cls_align_sint64.c,
4388            testsuite/libffi.call/cls_align_uint64.c,
4389            testsuite/libffi.call/cls_longdouble_va.c,
4390            testsuite/libffi.call/cls_ulonglong.c,
4391            testsuite/libffi.call/return_ll1.c,
4392            testsuite/libffi.call/stret_medium2.c: Fix printf format
4393            specifiers.
4394            * testsuite/libffi.call/huge_struct.c: Ad x86 XFAILs.
4395            * testsuite/libffi.call/float2.c: Fix dg-excess-errors.
4396            * testsuite/libffi.call/ffitest.h,
4397            testsuite/libffi.special/ffitestcxx.h (PRIdLL, PRIuLL): Define.
4398
4399commit b01d6d1982c9e020507029bfd5a58a8c60d111fa
4400Author: aph <aph>
4401Date:   Tue Jun 16 09:44:54 2009 +0000
4402
4403    2009-06-16  Andrew Haley  <aph@redhat.com>
4404
4405    	* testsuite/libffi.call/err_bad_typedef.c: xfail everywhere.
4406    	* testsuite/libffi.call/err_bad_abi.c: Likewise.
4407
4408commit 35b6ded138591900a88055a8a8ac1fadc29a76d6
4409Author: aph <aph>
4410Date:   Fri Jun 12 15:29:20 2009 +0000
4411
4412    2009-06-11  Kaz Kojima  <kkojima@gcc.gnu.org>
4413
4414            * testsuite/libffi.call/cls_longdouble_va.c: Add xfail sh*-*-linux-*.
4415            * testsuite/libffi.call/err_bad_abi.c: Add xfail sh*-*-*.
4416            * testsuite/libffi.call/err_bad_typedef.c: Likewise.
4417
4418commit acc46605f2d95d67d69398e7644610f10a157ce3
4419Author: aph <aph>
4420Date:   Fri Jun 12 14:21:28 2009 +0000
4421
4422    2009-06-12  Andrew Haley  <aph@redhat.com>
4423
4424            * ChangeLog.libffi: testsuite/libffi.call/cls_align_sint64.c,
4425            testsuite/libffi.call/cls_align_uint64.c,
4426            testsuite/libffi.call/cls_ulonglong.c,
4427            testsuite/libffi.call/return_ll1.c,
4428            testsuite/libffi.call/stret_medium2.c: Fix printf format
4429            specifiers.
4430            testsuite/libffi.special/unwindtest.cc: include stdint.h.
4431
4432commit 16d1996ed0797bd7c11aca2b0fe7e7748751aaf6
4433Author: twall <twall>
4434Date:   Thu Jun 11 14:27:42 2009 +0000
4435
4436    update changelog
4437
4438commit 92a515c33efe91be3cb0258f01c63aff208489c7
4439Author: twall <twall>
4440Date:   Thu Jun 11 14:27:28 2009 +0000
4441
4442    use ffi_closure_alloc instead of stack-based closure
4443
4444commit e4363160ba9e50167f9ca0a7399d537a1d2cd0ce
4445Author: twall <twall>
4446Date:   Thu Jun 11 14:26:23 2009 +0000
4447
4448    remove unused extern
4449
4450commit 1dc2781d2ba38f5f000ff70069d617fb21e1d2af
4451Author: twall <twall>
4452Date:   Thu Jun 11 11:36:16 2009 +0000
4453
4454    remove not-yet-applied changelog entries
4455
4456commit bb27735fe689dac97ec0dc847ed8d3d519620109
4457Author: twall <twall>
4458Date:   Wed Jun 10 10:42:36 2009 +0000
4459
4460    add win64 support
4461
4462commit b2a54c100c74854a409820817d54617fdda39eb8
4463Author: aph <aph>
4464Date:   Mon Jun 8 16:50:49 2009 +0000
4465
4466    2009-06-08  Andrew Haley  <aph@redhat.com>
4467
4468    	* testsuite/libffi.call/err_bad_abi.c: Add xfails.
4469    	* testsuite/libffi.call/cls_longdouble_va.c: Add xfails.
4470    	* testsuite/libffi.call/cls_dbls_struct.c: Add xfail x86_64-*-linux-*.
4471    	* testsuite/libffi.call/err_bad_typedef.c: Add xfails.
4472
4473    	* testsuite/libffi.call/stret_medium2.c: Add __UNUSED__ to args.
4474    	* testsuite/libffi.call/stret_medium.c: Likewise.
4475    	* testsuite/libffi.call/stret_large2.c: Likewise.
4476    	* testsuite/libffi.call/stret_large.c:  Likewise.
4477
4478commit 25723e7141f73d3736d7244b980c89d97db852b6
4479Author: aph <aph>
4480Date:   Fri Jun 5 13:03:40 2009 +0000
4481
4482    2009-06-05  Andrew Haley  <aph@redhat.com>
4483
4484            * src/x86/win32.S (_ffi_closure_STDCALL): Import from gcc.
4485
4486commit 70758199c7cd41f411987360ccb302b497a56dc9
4487Author: aph <aph>
4488Date:   Thu Jun 4 16:29:58 2009 +0000
4489
4490     2009-06-04  Andrew Haley  <aph@redhat.com>
4491
4492            * src/powerpc/ffitarget.h: Fix misapplied merge from gcc.
4493
4494commit e8bb12563f9aa23ddf36fa6a5b92b16b5c3e1a7f
4495Author: aph <aph>
4496Date:   Thu Jun 4 14:59:18 2009 +0000
4497
4498    2009-06-04  Andrew Haley  <aph@redhat.com>
4499
4500    	* src/mips/o32.S,
4501    	src/mips/n32.S: Fix licence formatting.
4502
4503commit d66a8e32c3671479e3ce0f6819673e5932ba6b7f
4504Author: aph <aph>
4505Date:   Thu Jun 4 14:43:40 2009 +0000
4506
4507    2009-06-04  Andrew Haley  <aph@redhat.com>
4508
4509    	* src/x86/darwin.S: Fix licence formatting.
4510    	src/x86/win32.S: Likewise.
4511    	src/sh64/sysv.S: Likewise.
4512    	src/sh/sysv.S: Likewise.
4513
4514commit 7c3b7fd6b5db746b5b09a718f3044f811372f941
4515Author: aph <aph>
4516Date:   Thu Jun 4 14:39:20 2009 +0000
4517
4518    2009-06-04  Andrew Haley  <aph@redhat.com>
4519
4520    	* src/sh64/ffi.c: Remove lint directives.  Was missing from merge
4521    	of Andreas Tobler's patch from 2006-04-22.
4522
4523commit 1a2f93a8b362db13638afd9fcb3f2650180bfa17
4524Author: aph <aph>
4525Date:   Thu Jun 4 10:45:51 2009 +0000
4526
4527    2009-06-04  Andrew Haley  <aph@redhat.com>
4528
4529            * src/sh/ffi.c: Apply missing hunk from Alexandre Oliva's patch of
4530            2007-03-07.
4531
4532commit 944c95cf7aaaaf7c5fa368cda4673dd38f45020e
4533Author: aph <aph>
4534Date:   Wed Jun 3 17:42:56 2009 +0000
4535
4536    2009-05-22  Dave Korn  <dave.korn.cygwin@gmail.com>
4537
4538           * src/x86/win32.S (_ffi_closure_STDCALL):  New function.
4539           (.eh_frame):  Add FDE for it.
4540
4541    2009-05-22  Dave Korn  <dave.korn.cygwin@gmail.com>
4542
4543           * configure.ac:  Also check if assembler supports pc-relative
4544           relocs on X86_WIN32 targets.
4545           * configure:  Regenerate.
4546           * src/x86/win32.S (ffi_prep_args):  Declare extern, not global.
4547           (_ffi_call_SYSV):  Add missing function type symbol .def and
4548           add EH markup labels.
4549           (_ffi_call_STDCALL):  Likewise.
4550           (_ffi_closure_SYSV):  Likewise.
4551           (_ffi_closure_raw_SYSV):  Likewise.
4552           (.eh_frame):  Add hand-crafted EH data.
4553
4554    2008-11-21  Eric Botcazou  <ebotcazou@adacore.com>
4555
4556           * src/sparc/ffi.c (ffi_prep_cif_machdep): Add support for
4557           signed/unsigned int8/16 return values.
4558           * src/sparc/v8.S (ffi_call_v8): Likewise.
4559           (ffi_closure_v8): Likewise.
4560
4561    2008-03-26  Kaz Kojima  <kkojima@gcc.gnu.org>
4562
4563           * src/sh/sysv.S: Add .note.GNU-stack on Linux.
4564           * src/sh64/sysv.S: Likewise.
4565
4566    2008-03-26  Daniel Jacobowitz  <dan@debian.org>
4567
4568           * src/arm/sysv.S: Fix ARM comment marker.
4569
4570commit 00fa972430bb1535a4b34bf029ebcad500027b0c
4571Author: twall <twall>
4572Date:   Sat Dec 27 16:59:05 2008 +0000
4573
4574    properly glob-match
4575
4576commit f5179e6794ac35af26fe86e468b8508a7a570c55
4577Author: twall <twall>
4578Date:   Fri Dec 26 19:06:28 2008 +0000
4579
4580    Mark XFAIL on longdouble tests for x86_64/mingw
4581
4582commit 80e2b5a749208c8a18f994ec5bee84594d051cc8
4583Author: twall <twall>
4584Date:   Mon Dec 22 15:21:15 2008 +0000
4585
4586    clean up tests for win64 use
4587
4588commit 7063d9996f742576095c7b0eb5016c0f9a670aec
4589Author: green <green>
4590Date:   Fri Dec 19 16:13:46 2008 +0000
4591
4592    Version 3.0.8 with x86-solaris support
4593
4594commit bdfeb13f0df0a63b19d62597517237b54d92228b
4595Author: green <green>
4596Date:   Fri Dec 19 15:47:44 2008 +0000
4597
4598    Bump to 3.0.7
4599
4600commit 69205de17d6ac4c11d4ba92d6a5b40a0c5f246b2
4601Author: green <green>
4602Date:   Thu Jul 24 18:03:48 2008 +0000
4603
4604    Many test fixes (failures due to excessive compiler warnings).
4605
4606commit 260d513fea00b3613fe957a44a157fe72c4ca29e
4607Author: green <green>
4608Date:   Thu Jul 17 13:13:52 2008 +0000
4609
4610    Version 3.0.6.  sh/sh64 fixes.
4611
4612commit 3704031875feabb74e3655ed03cff4c2b3c76ac6
4613Author: green <green>
4614Date:   Thu Apr 3 18:57:57 2008 +0000
4615
4616    Rev 3.0.5.
4617
4618commit 8406f5f48f7f58a1c982a93a95d521cf82b3241f
4619Author: green <green>
4620Date:   Thu Apr 3 18:57:34 2008 +0000
4621
4622    3.0.5
4623
4624commit 23a9e73212b62f9684cedb0ce70e92c59cfdaffa
4625Author: green <green>
4626Date:   Wed Mar 5 00:07:02 2008 +0000
4627
4628    2008-03-04  Anthony Green  <green@redhat.com>
4629                Blake Chaffin
4630                hos@tamanegi.org
4631
4632            * testsuite/libffi.call/cls_align_longdouble_split2.c
4633              testsuite/libffi.call/cls_align_longdouble_split.c
4634              testsuite/libffi.call/cls_dbls_struct.c
4635              testsuite/libffi.call/cls_double_va.c
4636              testsuite/libffi.call/cls_longdouble.c
4637              testsuite/libffi.call/cls_longdouble_va.c
4638              testsuite/libffi.call/cls_pointer.c
4639              testsuite/libffi.call/cls_pointer_stack.c
4640              testsuite/libffi.call/err_bad_abi.c
4641              testsuite/libffi.call/err_bad_typedef.c
4642              testsuite/libffi.call/huge_struct.c
4643              testsuite/libffi.call/stret_large2.c
4644              testsuite/libffi.call/stret_large.c
4645              testsuite/libffi.call/stret_medium2.c
4646              testsuite/libffi.call/stret_medium.c: New tests from Apple.
4647
4648commit 429e37d3ad653e52e75bf725c883ab79e859f89a
4649Author: green <green>
4650Date:   Thu Feb 28 04:50:19 2008 +0000
4651
4652    clicky
4653
4654commit 51e79c428348c033314f54bcb30f7e388c59e347
4655Author: green <green>
4656Date:   Thu Feb 28 04:47:35 2008 +0000
4657
4658    getclicky
4659
4660commit affcab04e280efeace45a72c4dc6152c0e4f1b7f
4661Author: green <green>
4662Date:   Tue Feb 26 19:01:53 2008 +0000
4663
4664    2008-02-26  Jakub Jelinek  <jakub@redhat.com>
4665                Anthony Green  <green@redhat.com>
4666
4667            * src/alpha/osf.S: Add .note.GNU-stack on Linux.
4668            * src/s390/sysv.S: Likewise.
4669            * src/powerpc/linux64.S: Likewise.
4670            * src/powerpc/linux64_closure.S: Likewise.
4671            * src/powerpc/ppc_closure.S: Likewise.
4672            * src/powerpc/sysv.S: Likewise.
4673            * src/x86/unix64.S: Likewise.
4674            * src/x86/sysv.S: Likewise.
4675            * src/sparc/v8.S: Likewise.
4676            * src/sparc/v9.S: Likewise.
4677            * src/m68k/sysv.S: Likewise.
4678            * src/ia64/unix.S: Likewise.
4679            * src/arm/sysv.S: Likewise.
4680
4681commit 59689d5522c159a3ac967adb6b891cf5f22c890f
4682Author: green <green>
4683Date:   Tue Feb 26 17:40:51 2008 +0000
4684
4685    2008-02-26  Anthony Green  <green@redhat.com>
4686                Thomas Heller  <theller@ctypes.org>
4687
4688            * src/x86/ffi.c (ffi_closure_SYSV_inner): Change C++ comment to C
4689            comment.
4690
4691commit b13c84cf4668828ff8429ba4a2f94cd1eb574ae0
4692Author: green <green>
4693Date:   Tue Feb 26 17:38:15 2008 +0000
4694
4695    2008-02-26  Anthony Green  <green@redhat.org>
4696                Thomas Heller <theller@ctypes.org>
4697
4698            * include/ffi.h.in: Change void (*)() to void (*)(void).
4699
4700commit 265289f679ffd24a88ae1aa2cef0e4aa14703cd8
4701Author: green <green>
4702Date:   Tue Feb 26 17:34:36 2008 +0000
4703
4704    2008-02-26  Anthony Green  <green@spindazzle.org>
4705
4706            * src/alpha/ffi.c: Change void (*)() to void (*)(void).
4707            src/alpha/osf.S, src/arm/ffi.c, src/frv/ffi.c, src/ia64/ffi.c,
4708            src/ia64/unix.S, src/java_raw_api.c, src/m32r/ffi.c,
4709            src/mips/ffi.c, src/pa/ffi.c, src/pa/hpux32.S, src/pa/linux.S,
4710            src/powerpc/ffi.c, src/powerpc/ffi_darwin.c, src/raw_api.c,
4711            src/s390/ffi.c, src/sh/ffi.c, src/sh64/ffi.c, src/sparc/ffi.c,
4712            src/x86/ffi.c, src/x86/unix64.S, src/x86/darwin64.S,>         src/x86/ffi64.c: Ditto.
4713
4714commit fb5036cd6d0f909918e90f7d2d9fd80d46682d5d
4715Author: green <green>
4716Date:   Sun Feb 24 17:25:25 2008 +0000
4717
4718    fix date
4719
4720commit 40bec108e7d0181e6c9928aa7a33187bcc0f3d6f
4721Author: green <green>
4722Date:   Sun Feb 24 17:25:02 2008 +0000
4723
4724    New release
4725
4726commit b922048fa82ea109a4af269ee47bbc2a586bbac2
4727Author: green <green>
4728Date:   Sun Feb 24 17:24:00 2008 +0000
4729
4730    2008-02-24  Anthony Green  <green@spindazzle.org>
4731
4732            * configure.ac: Accept openbsd*, not just openbsd.
4733            Bump version to 3.0.4.
4734            * configure, doc/stamp-vti, doc/version.texi: Rebuilt.
4735            * libtool-version: Increment revision.
4736            * README: Update for new release.
4737
4738commit affca4b92d06e5554784c7e9b233029ef83f7d8a
4739Author: green <green>
4740Date:   Fri Feb 22 21:53:29 2008 +0000
4741
4742    sync readme with web page.
4743
4744commit 3e53d8752ea74859b4c64fbbf935e62a937c4d78
4745Author: green <green>
4746Date:   Fri Feb 22 21:52:38 2008 +0000
4747
4748    New release
4749
4750commit 4d92f6c8e78fe084be65f3e8b58b859901ba796d
4751Author: green <green>
4752Date:   Fri Feb 22 21:49:46 2008 +0000
4753
4754    2008-02-22  Anthony Green  <green@redhat.com>
4755
4756            * configure.ac: Bump version to 3.0.3.
4757            * configure, doc/stamp-vti, doc/version.texi: Rebuilt.
4758            * libtool-version: Increment revision.
4759            * README: Update for new release.  Clean up test docs.
4760
4761commit 0e185fa11a01f816824ba2687ed3715ab6219bef
4762Author: green <green>
4763Date:   Fri Feb 22 21:43:18 2008 +0000
4764
4765    Update configure script.
4766
4767commit f73986bd211cfbbaa593d1309504d0dc68626191
4768Author: green <green>
4769Date:   Fri Feb 22 21:40:53 2008 +0000
4770
4771    2008-02-22  Bjoern Koenig  <bkoenig@alpha-tierchen.de>
4772                Andreas Tobler  <a.tobler@schweiz.org>
4773
4774            * configure.ac: Add amd64-*-freebsd* target.
4775            * configure: Regenerate.
4776
4777commit 0208f68fe5de30c33e7f70ebc281635917013f5a
4778Author: green <green>
4779Date:   Fri Feb 22 21:15:44 2008 +0000
4780
4781    2008-02-22  Thomas Heller <theller@ctypes.org>
4782
4783            * configure.ac: Add x86 OpenBSD support.
4784            * configure: Rebuilt.
4785
4786commit 01adb0e638a86cf0d5e668ed8e08be9b0cd2505f
4787Author: green <green>
4788Date:   Thu Feb 21 16:17:26 2008 +0000
4789
4790    Fix README.
4791
4792commit 1edd4563225981a14f7d4fb9919b1ed88e38082f
4793Author: green <green>
4794Date:   Thu Feb 21 13:39:01 2008 +0000
4795
4796    3.0.2
4797
4798commit c9b542800864e2204db6e83f3843a17813ba6165
4799Author: green <green>
4800Date:   Thu Feb 21 13:36:43 2008 +0000
4801
4802    add missing file
4803
4804commit d5fa5633d5c8d3c212a2267cfa38fba4091baa2c
4805Author: green <green>
4806Date:   Thu Feb 21 13:36:19 2008 +0000
4807
4808    2008-02-21  Anthony Green  <green@redhat.com>
4809
4810            * configure.ac: Bump version to 3.0.2.
4811            * configure, doc/stamp-vti, doc/version.texi: Rebuilt.
4812            * libtool-version: Increment revision.
4813            * README: Update for new release.
4814
4815    2008-02-21  Björn König <bkoenig@alpha-tierchen.de>
4816
4817            * src/x86/freebsd.S: New file.
4818            * configure.ac: Add x86 FreeBSD support.
4819            * Makefile.am: Ditto.
4820
4821commit ac35bfc6fcadd8880c1efce36724820f9074b318
4822Author: green <green>
4823Date:   Sat Feb 16 01:03:56 2008 +0000
4824
4825    Updated
4826
4827commit f7942975fee7b0162647dd79e2652615b737e98e
4828Author: green <green>
4829Date:   Sat Feb 16 01:02:00 2008 +0000
4830
4831    2008-02-15  Anthony Green  <green@redhat.com>
4832
4833            * configure.ac: Bump version to 3.0.1.
4834            * configure, doc/stamp-vti, doc/version.texi: Rebuilt.
4835            * libtool-version: Increment revision.
4836            * README: Update for new release.
4837
4838    2008-02-15  David Daney  <ddaney@avtrex.com>
4839
4840            * src/mips/ffi.c: Remove extra '>' from include directive.
4841            (ffi_prep_closure_loc): Use clear_location instead of tramp.
4842
4843commit 59aa6bb1bfc86a610ac1a8b123443efd75854dd1
4844Author: green <green>
4845Date:   Fri Feb 15 20:52:26 2008 +0000
4846
4847    Add more platforms.
4848
4849commit 45a45ab99074448be0ae1a8d2ade50d28b60f8de
4850Author: green <green>
4851Date:   Fri Feb 15 19:16:36 2008 +0000
4852
4853    3.0 notes
4854
4855commit 4db74cbea888c9f1251b85baf00d99b83d3b994d
4856Author: green <green>
4857Date:   Fri Feb 15 19:10:26 2008 +0000
4858
4859    Update
4860
4861commit c3e1101ffabf44d8a2ee46e03ba9ab582050a825
4862Author: green <green>
4863Date:   Fri Feb 15 18:43:40 2008 +0000
4864
4865    2008-02-15  Anthony Green  <green@redhat.com>
4866
4867            * configure.ac: Bump version to 3.0.0,
4868            * configure, doc/stamp-vti, doc/version.texi: Rebuilt.
4869
4870    2008-02-15  David Daney  <ddaney@avtrex.com>
4871
4872            * src/mips/ffi.c (USE__BUILTIN___CLEAR_CACHE):
4873            Define (conditionally), and use it to include cachectl.h.
4874            (ffi_prep_closure_loc): Fix cache flushing.
4875            * src/mips/ffitarget.h (_ABIN32, _ABI64, _ABIO32): Define.
4876
4877commit 7e0cc12e9233ad285db41ce8dbdda61ed2a7fb06
4878Author: green <green>
4879Date:   Fri Feb 15 15:51:03 2008 +0000
4880
4881    New release
4882
4883commit 2d7dc885ec40d53866f29984d595511942c8b686
4884Author: green <green>
4885Date:   Fri Feb 15 15:30:26 2008 +0000
4886
4887            * man/ffi_call.3, man/ffi_prep_cif.3, man/ffi.3:
4888            Update dates and remove all references to ffi_prep_closure.
4889            * configure.ac: Bump version to 2.99.9.
4890            * configure, doc/stamp-vti, doc/version.texi: Rebuilt.
4891
4892commit a0525f03eeaaed33b1eac80e0c016455cee3615d
4893Author: green <green>
4894Date:   Fri Feb 15 15:14:30 2008 +0000
4895
4896    New release.
4897
4898commit 2b30dfb3146ee26ad956d00ee05eb835ca1a95b4
4899Author: green <green>
4900Date:   Fri Feb 15 15:12:43 2008 +0000
4901
4902            * man/ffi_prep_closure.3: Delete.
4903            * man/Makefile.am (EXTRA_DIST): Remove ffi_prep_closure.3.
4904            (man_MANS): Ditto.
4905            * man/Makefile.in: Rebuilt.
4906            * configure.ac: Bump version to 2.99.8.
4907            * configure, doc/stamp-vti, doc/version.texi: Rebuilt.
4908
4909commit bf41e64840ebcb6cc31a6f028253c1fde82705d8
4910Author: green <green>
4911Date:   Fri Feb 15 01:56:50 2008 +0000
4912
4913    Update.
4914
4915commit 4d39ddee677bbb61d621893b91e11eac5e7c4af7
4916Author: green <green>
4917Date:   Fri Feb 15 01:24:06 2008 +0000
4918
4919    * configure.ac: Bump version to 2.99.7.
4920            * configure, doc/stamp-vti, doc/version.texi: Rebuilt.
4921            * include/ffi.h.in LICENSE src/debug.c src/closures.c
4922              src/ffitest.c src/s390/sysv.S src/s390/ffitarget.h
4923              src/types.c src/m68k/ffitarget.h src/raw_api.c src/frv/ffi.c
4924              src/frv/ffitarget.h src/sh/ffi.c src/sh/sysv.S
4925              src/sh/ffitarget.h src/powerpc/ffitarget.h src/pa/ffi.c
4926              src/pa/ffitarget.h src/pa/linux.S src/java_raw_api.c
4927              src/cris/ffitarget.h src/x86/ffi.c src/x86/sysv.S
4928              src/x86/unix64.S src/x86/win32.S src/x86/ffitarget.h
4929              src/x86/ffi64.c src/x86/darwin.S src/ia64/ffi.c
4930              src/ia64/ffitarget.h src/ia64/ia64_flags.h src/ia64/unix.S
4931              src/sparc/ffi.c src/sparc/v9.S src/sparc/ffitarget.h
4932              src/sparc/v8.S src/alpha/ffi.c src/alpha/ffitarget.h
4933              src/alpha/osf.S src/sh64/ffi.c src/sh64/sysv.S
4934              src/sh64/ffitarget.h src/mips/ffi.c src/mips/ffitarget.h
4935              src/mips/n32.S src/mips/o32.S src/arm/ffi.c src/arm/sysv.S
4936              src/arm/ffitarget.h src/prep_cif.c: Update license text.
4937
4938commit d58b032b41a12bd3d72148da6822ab59dd698ff9
4939Author: green <green>
4940Date:   Fri Feb 15 00:59:25 2008 +0000
4941
4942    New release
4943
4944commit 91e5478df6d5ac63efbb10f025807b4606afab56
4945Author: green <green>
4946Date:   Fri Feb 15 00:50:30 2008 +0000
4947
4948    Update supported platforms.  Bump version.
4949
4950commit bd0768f877c8f7fd0d36af2191b203d4d057b1ce
4951Author: green <green>
4952Date:   Fri Feb 15 00:45:33 2008 +0000
4953
4954    * configure.ac: Bump version to 2.99.5.
4955            * configure: Rebuilt.
4956            * Makefile.am (EXTRA_DIST): Add darwin64.S
4957            * Makefile.in: Rebuilt.
4958            * testsuite/lib/libffi-dg.exp: Remove libstdc++ bits from GCC tree.
4959            * LICENSE: Update WARRANTY.
4960
4961commit 49d345f767bd2cfee951bceaab6a1a07986cf293
4962Author: green <green>
4963Date:   Thu Feb 14 23:43:27 2008 +0000
4964
4965    update license reference
4966
4967commit 12ac48fc79b515db7c9accd9fcaa87b0dcefccdb
4968Author: green <green>
4969Date:   Thu Feb 14 23:42:08 2008 +0000
4970
4971    Update WARRANTY
4972
4973commit 6b91c41da87e78552f2990dfc504a0a3349f340b
4974Author: green <green>
4975Date:   Thu Feb 14 23:38:27 2008 +0000
4976
4977    fix tarball reference
4978
4979commit 2b59579e3533334bee4788e076b4e520c2ab518c
4980Author: green <green>
4981Date:   Thu Feb 14 23:35:58 2008 +0000
4982
4983    First update in 5 years!
4984
4985commit 6cbdf3f3a3777a93382a2d508ddef1c353ff0955
4986Author: green <green>
4987Date:   Thu Feb 14 22:44:06 2008 +0000
4988
4989    Fix .pc file bug and bump version
4990
4991commit 1d1dc81104b209df3cfef0840735c59efae2f655
4992Author: green <green>
4993Date:   Thu Feb 14 22:03:37 2008 +0000
4994
4995    Add man files and info file. Update README.  Tag as 2.99.3.
4996
4997commit f045a2367f793fa8b01534cf2e25bcc46afc8fa1
4998Author: tromey <tromey>
4999Date:   Thu Feb 14 20:46:57 2008 +0000
5000
5001    Move entry from ChangeLog to ChangeLog.libffi
5002
5003commit 6257f07d1a9efd27fa83639cfba281f5d3188731
5004Author: tromey <tromey>
5005Date:   Thu Feb 14 20:33:17 2008 +0000
5006
5007    	* aclocal.m4, Makefile.in, configure, fficonfig.h.in: Rebuilt.
5008    	* mdate-sh, texinfo.tex: New files.
5009    	* Makefile.am (info_TEXINFOS): New variable.
5010    	* doc/libffi.texi: New file.
5011    	* doc/version.texi: Likewise.
5012
5013commit 4232af563c5509c3760a33e3684a2b958be755e1
5014Author: green <green>
5015Date:   Thu Feb 14 16:19:21 2008 +0000
5016
5017            * Makefile.am (AM_CFLAGS): Don't compile with -D.
5018            (lib_LTLIBRARIES): Define.
5019            (toolexeclib_LIBRARIES): Undefine.
5020            * Makefile.in: Rebuilt.
5021            * configure.ac: Reset version to 2.99.1.
5022            * configure.in: Rebuilt.
5023
5024commit 961543615c31f092b578a4b4cda914db64f9d0fa
5025Author: green <green>
5026Date:   Thu Feb 14 15:57:40 2008 +0000
5027
5028    Fix typo.
5029
5030commit aeb0abab87222f637fbf352d4effd3b76b52ed26
5031Author: green <green>
5032Date:   Thu Feb 14 15:54:27 2008 +0000
5033
5034          * libffi.pc.in: Usse @PACKAGE_NAME@ and @PACKAGE_VERSION@.
5035            * configure.ac: Reset version to 2.99.1.
5036            * configure.in: Rebuilt.
5037            * Makefile.am (EXTRA_DIST): Add ChangeLog.libffi.
5038            * Makefile.in: Rebuilt.
5039            * LICENSE: Update copyright notice.
5040
5041commit 77fe243556433eae119d8bd7469bfccdd5bd8a1a
5042Author: green <green>
5043Date:   Thu Feb 14 15:37:00 2008 +0000
5044
5045    Fix make dist again
5046
5047commit d4970cf4529459bf0f0e43c602cac396786c6802
5048Author: green <green>
5049Date:   Thu Feb 14 15:18:56 2008 +0000
5050
5051    Fix make dist
5052
5053commit f0b1462f2d3024922ad71421bd5c4311fcb16da5
5054Author: green <green>
5055Date:   Thu Feb 14 15:01:41 2008 +0000
5056
5057    Use pkgconfig.  Increment libtool CURRENT version.
5058
5059commit 27e52f33baa069012a5adb2a3807f9ca1f2165ab
5060Author: green <green>
5061Date:   Sun Feb 3 13:59:48 2008 +0000
5062
5063    Fix header installs when using DESTDIR.
5064
5065commit fadab28eb6e33fb6dcdd7b9323e147142216d548
5066Author: twall <twall>
5067Date:   Sun Feb 3 12:32:22 2008 +0000
5068
5069    update changelog
5070
5071commit b5e44c8dfa92c87b99762c303cf5574a16db8f27
5072Author: twall <twall>
5073Date:   Sun Feb 3 01:12:32 2008 +0000
5074
5075    offset from code base address, not data base address
5076
5077commit f359848d1a995c0e44566d815f218729dc996e22
5078Author: green <green>
5079Date:   Fri Feb 1 21:29:43 2008 +0000
5080
5081    Fix header installs.
5082
5083commit c30df49e157c7bfc8e19e3f8a72b9464fe225e54
5084Author: green <green>
5085Date:   Fri Feb 1 21:13:55 2008 +0000
5086
5087    Revert my broken changes to twall's patch.
5088
5089commit 675561bb9aa0732c76698df10dd3007b5d0ec759
5090Author: green <green>
5091Date:   Thu Jan 31 13:44:25 2008 +0000
5092
5093    Fix make dist .
5094
5095commit abc0bbf3813dc43e23d4c23e6fe794dbf287639b
5096Author: green <green>
5097Date:   Thu Jan 31 11:58:57 2008 +0000
5098
5099    Add Tim Wall's x86 windows patch.
5100
5101commit e332366d15a31198735b593ec8f7fc0558d783b8
5102Author: green <green>
5103Date:   Wed Jan 30 13:21:02 2008 +0000
5104
5105    Add HJ's -fomit-frame-pointer struct return fix
5106
5107commit d4204240392af5b7750a08671b08e9c22dff5e93
5108Author: green <green>
5109Date:   Wed Jan 30 12:42:34 2008 +0000
5110
5111    Clean up for new automake.
5112
5113commit f4932dd020df574637c9fb3fc1bb18e5a8f304cc
5114Author: green <green>
5115Date:   Wed Jan 30 12:40:25 2008 +0000
5116
5117    Fixes to run testsuite
5118
5119commit 085520ddc8db6a916bfc416b871fcb2d00074d40
5120Author: green <green>
5121Date:   Tue Jan 29 15:16:43 2008 +0000
5122
5123    New files from gcc tree.
5124
5125commit 77175b3f7234e4875a4ef554ed1fe9fdc4133794
5126Author: green <green>
5127Date:   Tue Jan 29 15:15:20 2008 +0000
5128
5129    Latest gcc svn sources
5130
5131commit 2544e45a0b2b634053df02da3a2ed9680eeed2a1
5132Author: green <green>
5133Date:   Tue Jan 29 14:28:13 2008 +0000
5134
5135    Install ffitarget.h in $prefix/include.
5136
5137commit 6002211b1cc4daeb587d054b4f83968bda2c981e
5138Author: green <green>
5139Date:   Tue Jan 29 12:30:10 2008 +0000
5140
5141    Add new files.
5142
5143commit ccabd2b16be883cd03e5f0cd88ccfdd6ca39239d
5144Author: green <green>
5145Date:   Tue Jan 29 12:28:15 2008 +0000
5146
5147    Merge from gcc
5148
5149commit e680ecfbfca1da8d1823e48bc89b8375e66e128b
5150Author: tromey <tromey>
5151Date:   Sun Dec 24 23:12:15 2006 +0000
5152
5153    Pulled in libffi from gcc trunk.
5154    Fixed build and install for standalone use.
5155
5156commit e7ba08965942ce872fdbc69f70f9848cc3d0bad6
5157Author: root <root>
5158Date:   Sun Jun 4 23:22:24 2006 +0000
5159
5160    sourcware.org
5161
5162commit 0cd4aa24e21aaa964dfbdebc25ec5c8188049375
5163Author: root <root>
5164Date:   Sun May 30 01:51:57 2004 +0000
5165
5166    Add LockDir
5167
5168commit 5826120fbd940d26cca76ed2522187505581e1ed
5169Author: green <green>
5170Date:   Tue Nov 4 06:09:08 2003 +0000
5171
5172    Add link to Gianni's web site.
5173
5174commit 220aa4b27db42d7ffaac5056000d5179f00d5ea3
5175Author: jsm <jsm>
5176Date:   Tue Jan 21 08:07:42 2003 +0000
5177
5178    Newer, better, increased from before!  (list of acceptable anon usernames)
5179
5180commit 1c3adc892cc1403dc4d3d7003a2385899836612e
5181Author: green <green>
5182Date:   Fri Dec 6 01:28:03 2002 +0000
5183
5184    Fixed Cygnus references.
5185
5186commit 4af66bb62fab9a8e318af3bf01e5486596a0c8d4
5187Author: green <green>
5188Date:   Sun Oct 21 19:18:42 2001 +0000
5189
5190    Testsuite fixes.
5191
5192commit 5435965f9015ce40584c98d3816c3d05e7de1d21
5193Author: green <green>
5194Date:   Mon Apr 23 00:32:03 2001 +0000
5195
5196            * include/ffi_common.h: Delete, after moving contents to...
5197            * include/ffi_private.h: Subsume contents of ffi_common.h.
5198            * include/Makefile.am (noinst_HEADERS): Remove ffi_common.h.
5199            * include/Makefile.in: Rebuilt.
5200            * arm/ffi.c, m68k/ffi.c, mips/ffi.c, powerpc/ffi.c, s390/ffi.c,
5201            ia64/ffi.c: Include ffi_private.h, not ffi_common.h.
5202            * alpha/ffi.c, sparc/ffi.c, x86/ffi.c: Don't include ffi_common.h.
5203            * types.c, raw_api.c, java_raw_api.c, prep_cif.c: Don't include
5204            ffi_common.h.
5205            * debug.c: Include ffi_private.h instead of ffi_common.h.
5206
5207            * mips/ffi.c (calc_n32_struct_flags): Make static.
5208            (FIX_ARGP): Remove call to debugging routine ffi_stop_here.
5209
5210            * mips/n32.S: Include ffi_private.h.
5211            * mips/o32.S: Include ffi_private.h.
5212
5213commit 6fdb7de0fe3b7385e1fd78812ae69d9b3069d994
5214Author: green <green>
5215Date:   Sun Apr 22 19:38:34 2001 +0000
5216
5217            * README: Update some comments.
5218
5219            * Makefile.am (SUBDIRS): Add include so ffi.h gets installed.
5220            * Makefile.in: Rebuilt.
5221
5222            * include/ffi.h: Change ALPHA to __alpha__ and SPARC to __sparc__.
5223            * types.c: Ditto.
5224            * prep_cif.c (ffi_prep_cif): Ditto.
5225
5226            * alpha/ffi.c, alpha/osf.S, sparc/ffi.c, sparc/v8.S, sparc/v9.S:
5227            Include ffi_private.h.
5228
5229            * include/ffi_private.h (FFI_TYPE_LAST): Define.
5230
5231commit bc7144b01b9707ef35f1a2e3e6996e005e82953a
5232Author: green <green>
5233Date:   Sun Apr 22 18:28:36 2001 +0000
5234
5235    Moved files from old home
5236
5237commit e57279831e20368c1aa1d2b35462b8629be73959
5238Author: green <green>
5239Date:   Sun Apr 22 18:23:47 2001 +0000
5240
5241    These are dead.
5242
5243commit 7247436b5fe71767b29dc02b4da0fe18b08082e6
5244Author: green <green>
5245Date:   Sun Apr 22 18:22:43 2001 +0000
5246
5247    All these files live somewhere else now.
5248
5249commit a8b0d40ff908e275028f676870c31d0d70274a98
5250Author: green <green>
5251Date:   Sun Apr 22 18:17:14 2001 +0000
5252
5253    Many changes.  Not quite there yet.
5254
5255commit f893d2273355710a290a26faebf5f12c3a34d0e3
5256Author: green <green>
5257Date:   Sun Apr 22 18:13:22 2001 +0000
5258
5259    Moved m68k files
5260
5261commit 688ddfeced89cbb9d37b53005e1f7f2b9c78a8d7
5262Author: green <green>
5263Date:   Sun Apr 22 18:12:33 2001 +0000
5264
5265    New, target indepentent, header
5266
5267commit f9e40776d488d5ecf43b3ae21444a1a2f6eca528
5268Author: green <green>
5269Date:   Sun Apr 22 18:11:57 2001 +0000
5270
5271    Many changes.
5272
5273commit 8c1d2eb47f6bc314c431b75c85c107e8e43c4a76
5274Author: green <green>
5275Date:   Sun Apr 22 18:10:47 2001 +0000
5276
5277    Many changes
5278
5279commit 1359dfc6582680a158b3caa3efb7a368da4aa12d
5280Author: green <green>
5281Date:   Sun Apr 22 18:10:20 2001 +0000
5282
5283    Moved ia64 files
5284
5285commit 6e2de5eee316a4579869aff50c7c5f6f478582d8
5286Author: green <green>
5287Date:   Sun Apr 22 18:08:11 2001 +0000
5288
5289    Moved arm files
5290
5291commit 8807355af34cba8ffe87aee51152dfccec2771fa
5292Author: green <green>
5293Date:   Mon Apr 9 00:58:38 2001 +0000
5294
5295    Many many updates.  Merge from gcc and then some.
5296
5297commit f7e9f91adec4ff1c2e7a13b3de81d2c5a3f55e7e
5298Author: green <green>
5299Date:   Mon Apr 17 03:32:37 2000 +0000
5300
5301    Mnay fixes.
5302
5303commit c4860de618f4956283f5c8230a2544e403dfe390
5304Author: green <green>
5305Date:   Mon Apr 17 03:18:46 2000 +0000
5306
5307    Merge from libgcj.  Merged patches from net.  See ChangeLog for details.
5308
5309commit c578b58314990c3853429297c38ba14015fec5fa
5310Author: jsm <jsm>
5311Date:   Sat Oct 9 20:18:16 1999 +0000
5312
5313    1999-10-09  Jason Molenda  (jsm@bugshack.cygnus.com)
5314
5315    	* CVSROOT/auto_checkout, CVSROOT/commit_prep, CVSROOT/log_accum:
5316    	Deleted; generic versions now used for all repositories.
5317
5318    	* CVSROOT/commitinfo, CVSROOT/loginfo:  Change pathnames to
5319    	generic versions.
5320
5321            * CVSROOT/checkoutlist:  Don't try to check out the removed
5322            files any longer.
5323
5324commit acdb20051207fed7652dd9f122f65de5458c474c
5325Author: jsm <jsm>
5326Date:   Sat Oct 9 20:18:15 1999 +0000
5327
5328    1999-10-09  Jason Molenda  (jsm@bugshack.cygnus.com)
5329
5330    	* CVSROOT/auto_checkout, CVSROOT/commit_prep, CVSROOT/log_accum:
5331    	Deleted; generic versions now used for all repositories.
5332
5333    	* CVSROOT/commitinfo, CVSROOT/loginfo:  Change pathnames to
5334    	generic versions.
5335
5336            * CVSROOT/checkoutlist:  Don't try to check out the removed
5337            files any longer.
5338
5339commit e75be655ceedf7ab24c4e99d75eec9efeb979bc7
5340Author: green <green>
5341Date:   Sun Aug 8 13:16:41 1999 +0000
5342
5343    New configury
5344
5345commit d6669a0dd5b266005325bbf6d5a8ff34574d809e
5346Author: green <green>
5347Date:   Sun Aug 8 13:05:12 1999 +0000
5348
5349    	* include/ffi.h.in: Try to work around messy header problem
5350    	with PACKAGE and VERSION.
5351
5352    	* configure: Rebuilt.
5353    	* configure.in: Change version to 2.00-beta.
5354
5355            * fficonfig.h.in: Rebuilt.
5356    	* acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
5357
5358    	* src/x86/ffi.c (ffi_raw_call): Rename.
5359
5360commit 4819d52b007934a40d6d29a75ee30e857c4a93ae
5361Author: green <green>
5362Date:   Wed Aug 4 18:02:34 1999 +0000
5363
5364    New file for Kresten's closure work
5365
5366commit 2dbf801eb427cbf5021a9e1e512b5fc523524700
5367Author: green <green>
5368Date:   Wed Aug 4 18:00:05 1999 +0000
5369
5370    Kresten's closure work. Initial checkin.
5371
5372commit d170961701b0f2bf7e824d7caba2ebe10002ed84
5373Author: green <green>
5374Date:   Thu Jul 8 14:36:52 1999 +0000
5375
5376    	* configure.in: Add x86 and powerpc BeOS configurations.
5377    	From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
5378
5379commit c7747d976924ec6f2229cbcfbbdb98d364e10de9
5380Author: jsm <jsm>
5381Date:   Wed May 12 23:32:16 1999 +0000
5382
5383    1999-05-12  Jason Molenda  (jsm@bugshack.cygnus.com)
5384            * index.html: Add links to libffi* mail list archives.
5385
5386commit dd2aa9a8de22e26df3bbc85d068358641f6202f7
5387Author: green <green>
5388Date:   Thu May 6 05:34:36 1999 +0000
5389
5390    	* configure.in: Add warning about this being beta code.
5391    	Remove src/Makefile.am from the picture.
5392    	* configure: Rebuilt.
5393    	* Makefile.am: Move logic from src/Makefile.am.  Add changes
5394    	to support libffi as a target library.
5395    	* Makefile.in: Rebuilt.
5396    	* aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
5397    	Upgraded to new autoconf, automake, libtool.
5398    	* README: Tweaks.
5399    	* LICENSE: Update copyright date.
5400    	* src/Makefile.am, src/Makefile.in: Removed.
5401
5402commit 4e9452abed58a3058ccdb446f96a29d50dda1f34
5403Author: green <green>
5404Date:   Wed May 5 22:06:13 1999 +0000
5405
5406    Updated to new automake, libtool, autoconf - nothing works :-)
5407
5408commit 6d3b2bddaf4967fba8b8656c01bfc77ec0f2800c
5409Author: jsm <jsm>
5410Date:   Mon Apr 26 15:55:28 1999 +0000
5411
5412    1999-04-26  Jason Molenda  (jsm@bugshack.cygnus.com)
5413            * index.html: Missed a reference to libffi-discuss@cygnus.com.  Fixed.
5414
5415commit ebc6a9c28af831d3d187af8ff17319f0f309bd98
5416Author: jsm <jsm>
5417Date:   Mon Apr 26 15:53:29 1999 +0000
5418
5419    1999-04-26  Jason Molenda  (jsm@bugshack.cygnus.com)
5420            * index.html: Change links to ftp directory to point to sourceware
5421            directory.
5422            Change mailing list subscription forms to point to sourceware lists.
5423
5424commit 78ffc52a8b257061348c576ccb6fbbf8b48b0fff
5425Author: jsm <jsm>
5426Date:   Sun Apr 18 01:33:21 1999 +0000
5427
5428    Standard sourceware setup.
5429
5430commit b4d77e827d7ebef7e57ebcd71e71c15c62f1e0a8
5431Author: jsm <jsm>
5432Date:   Mon Nov 30 11:11:25 1998 +0000
5433
5434    Small typeo.  (I wouldn't bother except that it made the sentence hard
5435    for me to parse on a casual read.)
5436
5437commit bfb73f08fdc987e37070c5fb0b196fbd28872888
5438Author: jsm <jsm>
5439Date:   Mon Nov 30 10:44:55 1998 +0000
5440
5441    A few cleanups.  Most notably, point to the correct subscribe cgi-bin
5442    script.
5443
5444commit af8b7f037ccee3b7939ee226a1a2bbc2f057b35c
5445Author: green <green>
5446Date:   Mon Nov 30 06:20:05 1998 +0000
5447
5448    	* index.html: Reformatted and updated to reflect hosting on
5449    	sourceware.cygnus.com (new mailing lists, etc).
5450
5451commit 334f0b060942aff8d26badaf7dde7830450dc5da
5452Author: green <green>
5453Date:   Sun Nov 29 16:56:12 1998 +0000
5454
5455    initial snapshot of documentation
5456
5457commit 3ab5cb4a1dcc7ecd7e773c97582b0099976c4753
5458Author: green <green>
5459Date:   Sun Nov 29 16:56:10 1998 +0000
5460
5461    Initial revision
5462
5463commit d2a9eb5a8b7cbc8b769809cad59c82b975c178e2
5464Merge: d3782ec bc75c54
5465Author: green <green>
5466Date:   Sun Nov 29 16:48:16 1998 +0000
5467
5468    This commit was generated by cvs2svn to compensate for changes in r7, which
5469    included commits to RCS files with non-trunk default branches.
5470
5471commit bc75c54bd311658005b065f1bf201b204c81cbca
5472Author: green <green>
5473Date:   Sun Nov 29 16:48:16 1998 +0000
5474
5475    Import of v1 code.
5476
5477commit d3782ec8160c644421dcea17b605fec6e328f14e
5478Author: jsm <jsm>
5479Date:   Fri Nov 20 20:18:00 1998 +0000
5480
5481    Send commit messages to mailing lists.
5482
5483commit 8d8d3843c484c2bb70d8375b2b799f75eb03f709
5484Author: jsm <jsm>
5485Date:   Thu Oct 1 22:08:36 1998 +0000
5486
5487    initial checkin
5488
5489commit 49634f3bf221cc1939abafc788f7e4e31293fe73
5490Author: jsm <jsm>
5491Date:   Thu Oct 1 22:08:35 1998 +0000
5492
5493    Add standard setup.
5494
5495commit c64a84c7693f8cd400fb94bba3c9bcfd9ad1fc36
5496Author: jsm <jsm>
5497Date:   Thu Oct 1 22:08:34 1998 +0000
5498
5499    Add readers and standard modules file.
5500
5501commit 9813273b07fd082da573b3b6bfb8d23809b59eea
5502Author: jsm <jsm>
5503Date:   Thu Oct 1 22:08:33 1998 +0000
5504
5505    initial checkin
5506