2009-06-15 Andrew Haley <aph@redhat.com>
[platform/upstream/linaro-gcc.git] / libffi / ChangeLog
1 2009-06-15  Andrew Haley  <aph@redhat.com>
2
3         * testsuite/libffi.call/err_bad_typedef.c: xfail everywhere.
4         * testsuite/libffi.call/err_bad_abi.c: Likewise.
5         
6 2009-06-12  Andrew Haley  <aph@redhat.com>
7
8         * Makefile.am: Remove info_TEXINFOS.
9
10 2009-06-12  Andrew Haley  <aph@redhat.com>
11
12         * ChangeLog.libffi: testsuite/libffi.call/cls_align_sint64.c,
13         testsuite/libffi.call/cls_align_uint64.c,
14         testsuite/libffi.call/cls_ulonglong.c,
15         testsuite/libffi.call/return_ll1.c,
16         testsuite/libffi.call/stret_medium2.c: Fix printf format
17         specifiers.
18         testsuite/libffi.special/unwindtest.cc: include stdint.h.
19
20 2009-06-11  Timothy Wall  <twall@users.sf.net>
21
22         * Makefile.am,
23         configure.ac,
24         include/ffi.h.in,
25         include/ffi_common.h,
26         src/closures.c,
27         src/dlmalloc.c,
28         src/x86/ffi.c,
29         src/x86/ffitarget.h,
30         src/x86/win64.S (new),
31         README: Added win64 support (mingw or MSVC)
32         * Makefile.in,
33         include/Makefile.in,
34         man/Makefile.in,
35         testsuite/Makefile.in,
36         configure,
37         aclocal.m4: Regenerated
38         * ltcf-c.sh: properly escape cygwin/w32 path
39         * man/ffi_call.3: Clarify size requirements for return value.
40         * src/x86/ffi64.c: Fix filename in comment.
41         * src/x86/win32.S: Remove unused extern.
42
43         * testsuite/libffi.call/closure_fn0.c,
44         testsuite/libffi.call/closure_fn1.c,
45         testsuite/libffi.call/closure_fn2.c,
46         testsuite/libffi.call/closure_fn3.c,
47         testsuite/libffi.call/closure_fn4.c,
48         testsuite/libffi.call/closure_fn5.c,
49         testsuite/libffi.call/closure_fn6.c,
50         testsuite/libffi.call/closure_stdcall.c,
51         testsuite/libffi.call/cls_12byte.c,
52         testsuite/libffi.call/cls_16byte.c,
53         testsuite/libffi.call/cls_18byte.c,
54         testsuite/libffi.call/cls_19byte.c,
55         testsuite/libffi.call/cls_1_1byte.c,
56         testsuite/libffi.call/cls_20byte.c,
57         testsuite/libffi.call/cls_20byte1.c,
58         testsuite/libffi.call/cls_24byte.c,
59         testsuite/libffi.call/cls_2byte.c,
60         testsuite/libffi.call/cls_3_1byte.c,
61         testsuite/libffi.call/cls_3byte1.c,
62         testsuite/libffi.call/cls_3byte2.c,
63         testsuite/libffi.call/cls_4_1byte.c,
64         testsuite/libffi.call/cls_4byte.c,
65         testsuite/libffi.call/cls_5_1_byte.c,
66         testsuite/libffi.call/cls_5byte.c,
67         testsuite/libffi.call/cls_64byte.c,
68         testsuite/libffi.call/cls_6_1_byte.c,
69         testsuite/libffi.call/cls_6byte.c,
70         testsuite/libffi.call/cls_7_1_byte.c,
71         testsuite/libffi.call/cls_7byte.c,
72         testsuite/libffi.call/cls_8byte.c,
73         testsuite/libffi.call/cls_9byte1.c,
74         testsuite/libffi.call/cls_9byte2.c,
75         testsuite/libffi.call/cls_align_double.c,
76         testsuite/libffi.call/cls_align_float.c,
77         testsuite/libffi.call/cls_align_longdouble.c,
78         testsuite/libffi.call/cls_align_longdouble_split.c,
79         testsuite/libffi.call/cls_align_longdouble_split2.c,
80         testsuite/libffi.call/cls_align_pointer.c,
81         testsuite/libffi.call/cls_align_sint16.c,
82         testsuite/libffi.call/cls_align_sint32.c,
83         testsuite/libffi.call/cls_align_sint64.c,
84         testsuite/libffi.call/cls_align_uint16.c,
85         testsuite/libffi.call/cls_align_uint32.c,
86         testsuite/libffi.call/cls_align_uint64.c,
87         testsuite/libffi.call/cls_dbls_struct.c,
88         testsuite/libffi.call/cls_double.c,
89         testsuite/libffi.call/cls_double_va.c,
90         testsuite/libffi.call/cls_float.c,
91         testsuite/libffi.call/cls_longdouble.c,
92         testsuite/libffi.call/cls_longdouble_va.c,
93         testsuite/libffi.call/cls_multi_schar.c,
94         testsuite/libffi.call/cls_multi_sshort.c,
95         testsuite/libffi.call/cls_multi_sshortchar.c,
96         testsuite/libffi.call/cls_multi_uchar.c,
97         testsuite/libffi.call/cls_multi_ushort.c,
98         testsuite/libffi.call/cls_multi_ushortchar.c,
99         testsuite/libffi.call/cls_pointer.c,
100         testsuite/libffi.call/cls_pointer_stack.c,
101         testsuite/libffi.call/cls_schar.c,
102         testsuite/libffi.call/cls_sint.c,
103         testsuite/libffi.call/cls_sshort.c,
104         testsuite/libffi.call/cls_uchar.c,
105         testsuite/libffi.call/cls_uint.c,
106         testsuite/libffi.call/cls_ulonglong.c,
107         testsuite/libffi.call/cls_ushort.c,
108         testsuite/libffi.call/err_bad_abi.c,
109         testsuite/libffi.call/err_bad_typedef.c,
110         testsuite/libffi.call/float2.c,
111         testsuite/libffi.call/huge_struct.c,
112         testsuite/libffi.call/nested_struct.c,
113         testsuite/libffi.call/nested_struct1.c,
114         testsuite/libffi.call/nested_struct10.c,
115         testsuite/libffi.call/nested_struct2.c,
116         testsuite/libffi.call/nested_struct3.c,
117         testsuite/libffi.call/nested_struct4.c,
118         testsuite/libffi.call/nested_struct5.c,
119         testsuite/libffi.call/nested_struct6.c,
120         testsuite/libffi.call/nested_struct7.c,
121         testsuite/libffi.call/nested_struct8.c,
122         testsuite/libffi.call/nested_struct9.c,
123         testsuite/libffi.call/problem1.c,
124         testsuite/libffi.call/return_ldl.c,
125         testsuite/libffi.call/return_ll1.c,
126         testsuite/libffi.call/stret_large.c,
127         testsuite/libffi.call/stret_large2.c,
128         testsuite/libffi.call/stret_medium.c,
129         testsuite/libffi.call/stret_medium2.c,
130         testsuite/libffi.special/unwindtest.cc: use ffi_closure_alloc instead
131         of checking for MMAP.  Use intptr_t instead of long casts.
132
133 2009-06-11  Kaz Kojima  <kkojima@gcc.gnu.org>
134
135         * testsuite/libffi.call/cls_longdouble_va.c: Add xfail sh*-*-linux-*.
136         * testsuite/libffi.call/err_bad_abi.c: Add xfail sh*-*-*.
137         * testsuite/libffi.call/err_bad_typedef.c: Likewise.
138
139 2009-06-09  Andrew Haley  <aph@redhat.com>
140
141         * src/x86/freebsd.S: Add missing file.
142
143 2009-06-08  Andrew Haley  <aph@redhat.com>
144
145         Import from libffi 3.0.8:
146
147         * doc/libffi.texi: New file.
148         * doc/libffi.info: Likewise.
149         * doc/stamp-vti: Likewise.
150         * man/Makefile.am: New file.
151         * man/ffi_call.3: New file.
152
153         * Makefile.am (EXTRA_DIST): Add src/x86/darwin64.S,
154         src/dlmalloc.c.
155         (nodist_libffi_la_SOURCES): Add X86_FREEBSD.
156
157         * configure.ac: Bump version to 3.0.8.
158         parisc*-*-linux*: Add.
159         i386-*-freebsd* | i386-*-openbsd*: Add.
160         powerpc-*-beos*: Add.
161         AM_CONDITIONAL X86_FREEBSD: Add.
162         AC_CONFIG_FILES: Add man/Makefile.
163
164         * include/ffi.h.in (FFI_FN): Change void (*)() to void (*)(void).
165
166 2009-06-08  Andrew Haley  <aph@redhat.com>
167
168         * README: Import from libffi 3.0.8.
169
170 2009-06-08  Andrew Haley  <aph@redhat.com>
171
172         * testsuite/libffi.call/err_bad_abi.c: Add xfails.
173         * testsuite/libffi.call/cls_longdouble_va.c: Add xfails.
174         * testsuite/libffi.call/cls_dbls_struct.c: Add xfail x86_64-*-linux-*.
175         * testsuite/libffi.call/err_bad_typedef.c: Add xfails.
176
177         * testsuite/libffi.call/stret_medium2.c: Add __UNUSED__ to args.
178         * testsuite/libffi.call/stret_medium.c: Likewise.
179         * testsuite/libffi.call/stret_large2.c: Likewise.
180         * testsuite/libffi.call/stret_large.c:  Likewise.
181
182 2008-12-26  Timothy Wall  <twall@users.sf.net>
183
184         * testsuite/libffi.call/cls_longdouble.c,
185         testsuite/libffi.call/cls_longdouble_va.c,
186         testsuite/libffi.call/cls_align_longdouble.c,
187         testsuite/libffi.call/cls_align_longdouble_split.c,
188         testsuite/libffi.call/cls_align_longdouble_split2.c: mark expected
189         failures on x86_64 cygwin/mingw.
190
191 2008-12-22  Timothy Wall  <twall@users.sf.net>
192
193         * testsuite/libffi.call/closure_fn0.c,
194         testsuite/libffi.call/closure_fn1.c,
195         testsuite/libffi.call/closure_fn2.c,
196         testsuite/libffi.call/closure_fn3.c,
197         testsuite/libffi.call/closure_fn4.c,
198         testsuite/libffi.call/closure_fn5.c,
199         testsuite/libffi.call/closure_fn6.c,
200         testsuite/libffi.call/closure_loc_fn0.c,
201         testsuite/libffi.call/closure_stdcall.c,
202         testsuite/libffi.call/cls_align_pointer.c,
203         testsuite/libffi.call/cls_pointer.c,
204         testsuite/libffi.call/cls_pointer_stack.c: use portable cast from
205         pointer to integer (intptr_t).
206         * testsuite/libffi.call/cls_longdouble.c: disable for win64.
207
208 2008-07-24  Anthony Green  <green@redhat.com>
209
210         * testsuite/libffi.call/cls_dbls_struct.c,
211         testsuite/libffi.call/cls_double_va.c,
212         testsuite/libffi.call/cls_longdouble.c,
213         testsuite/libffi.call/cls_longdouble_va.c,
214         testsuite/libffi.call/cls_pointer.c,
215         testsuite/libffi.call/cls_pointer_stack.c,
216         testsuite/libffi.call/err_bad_abi.c: Clean up failures from
217         compiler warnings.
218
219 2008-03-04  Anthony Green  <green@redhat.com>
220             Blake Chaffin
221             hos@tamanegi.org
222
223         * testsuite/libffi.call/cls_align_longdouble_split2.c
224           testsuite/libffi.call/cls_align_longdouble_split.c
225           testsuite/libffi.call/cls_dbls_struct.c
226           testsuite/libffi.call/cls_double_va.c
227           testsuite/libffi.call/cls_longdouble.c
228           testsuite/libffi.call/cls_longdouble_va.c
229           testsuite/libffi.call/cls_pointer.c
230           testsuite/libffi.call/cls_pointer_stack.c
231           testsuite/libffi.call/err_bad_abi.c
232           testsuite/libffi.call/err_bad_typedef.c
233           testsuite/libffi.call/stret_large2.c
234           testsuite/libffi.call/stret_large.c
235           testsuite/libffi.call/stret_medium2.c
236           testsuite/libffi.call/stret_medium.c: New tests from Apple.
237
238 2009-06-05  Andrew Haley  <aph@redhat.com>
239
240         * src/x86/ffitarget.h, src/x86/ffi.c: Merge stdcall changes from
241         libffi.
242
243 2009-06-04  Andrew Haley  <aph@redhat.com>
244
245         * src/x86/ffitarget.h, src/x86/win32.S, src/x86/ffi.c: Back out
246         stdcall changes.
247
248 2008-02-26  Anthony Green  <green@redhat.com>
249             Thomas Heller  <theller@ctypes.org>
250
251         * src/x86/ffi.c (ffi_closure_SYSV_inner): Change C++ comment to C
252         comment.
253
254 2008-02-03  Timothy Wall  <twall@users.sf.net>
255
256         * src/x86/ffi.c (FFI_INIT_TRAMPOLINE_STDCALL): Calculate jump return
257           offset based on code pointer, not data pointer.
258
259 2008-01-31  Timothy Wall <twall@users.sf.net>
260
261         * testsuite/libffi.call/closure_stdcall.c: Add test for stdcall
262         closures.
263         * src/x86/ffitarget.h: Increase size of trampoline for stdcall
264         closures.
265         * src/x86/win32.S: Add assembly for stdcall closure.
266         * src/x86/ffi.c: Initialize stdcall closure trampoline.
267
268 2009-06-04  Andrew Haley  <aph@redhat.com>
269
270         * include/ffi.h.in: Change void (*)() to void (*)(void).
271         * src/x86/ffi.c: Likewise.
272
273 2009-06-04  Andrew Haley  <aph@redhat.com>
274
275         * src/powerpc/ppc_closure.S: Insert licence header.
276         * src/powerpc/linux64_closure.S: Likewise.
277         * src/m68k/sysv.S: Likewise.
278
279         * src/sh64/ffi.c: Change void (*)() to void (*)(void).
280         * src/powerpc/ffi.c: Likewise.
281         * src/powerpc/ffi_darwin.c: Likewise.
282         * src/m32r/ffi.c: Likewise.
283         * src/sh64/ffi.c: Likewise.
284         * src/x86/ffi64.c: Likewise.
285         * src/alpha/ffi.c: Likewise.
286         * src/alpha/osf.S: Likewise.
287         * src/frv/ffi.c: Likewise.
288         * src/s390/ffi.c: Likewise.
289         * src/pa/ffi.c: Likewise.
290         * src/pa/hpux32.S: Likewise.
291         * src/ia64/unix.S: Likewise.
292         * src/ia64/ffi.c: Likewise.
293         * src/sparc/ffi.c: Likewise.
294         * src/mips/ffi.c: Likewise.
295         * src/sh/ffi.c: Likewise.
296
297 2008-02-15  David Daney  <ddaney@avtrex.com>
298
299         * src/mips/ffi.c (USE__BUILTIN___CLEAR_CACHE):
300         Define (conditionally), and use it to include cachectl.h.
301         (ffi_prep_closure_loc): Fix cache flushing.
302         * src/mips/ffitarget.h (_ABIN32, _ABI64, _ABIO32): Define.
303
304 2009-06-04  Andrew Haley  <aph@redhat.com>
305
306         include/ffi.h.in,
307         src/arm/ffitarget.h,
308         src/arm/ffi.c,
309         src/arm/sysv.S,
310         src/powerpc/ffitarget.h,
311         src/closures.c,
312         src/sh64/ffitarget.h,
313         src/sh64/ffi.c,
314         src/sh64/sysv.S,
315         src/types.c,
316         src/x86/ffi64.c,
317         src/x86/ffitarget.h,
318         src/x86/win32.S,
319         src/x86/darwin.S,
320         src/x86/ffi.c,
321         src/x86/sysv.S,
322         src/x86/unix64.S,
323         src/alpha/ffitarget.h,
324         src/alpha/ffi.c,
325         src/alpha/osf.S,
326         src/m68k/ffitarget.h,
327         src/frv/ffitarget.h,
328         src/frv/ffi.c,
329         src/s390/ffitarget.h,
330         src/s390/sysv.S,
331         src/cris/ffitarget.h,
332         src/pa/linux.S,
333         src/pa/ffitarget.h,
334         src/pa/ffi.c,
335         src/raw_api.c,
336         src/ia64/ffitarget.h,
337         src/ia64/unix.S,
338         src/ia64/ffi.c,
339         src/ia64/ia64_flags.h,
340         src/java_raw_api.c,
341         src/debug.c,
342         src/sparc/v9.S,
343         src/sparc/ffitarget.h,
344         src/sparc/ffi.c,
345         src/sparc/v8.S,
346         src/mips/ffitarget.h,
347         src/mips/n32.S,
348         src/mips/o32.S,
349         src/mips/ffi.c,
350         src/prep_cif.c,
351         src/sh/ffitarget.h,
352         src/sh/ffi.c,
353         src/sh/sysv.S: Update license text.
354
355 2009-05-22  Dave Korn  <dave.korn.cygwin@gmail.com>
356
357         * src/x86/win32.S (_ffi_closure_STDCALL):  New function.
358         (.eh_frame):  Add FDE for it.
359
360 2009-05-22  Dave Korn  <dave.korn.cygwin@gmail.com>
361
362         * configure.ac:  Also check if assembler supports pc-relative
363         relocs on X86_WIN32 targets.
364         * configure:  Regenerate.
365         * src/x86/win32.S (ffi_prep_args):  Declare extern, not global.
366         (_ffi_call_SYSV):  Add missing function type symbol .def and
367         add EH markup labels.
368         (_ffi_call_STDCALL):  Likewise.
369         (_ffi_closure_SYSV):  Likewise.
370         (_ffi_closure_raw_SYSV):  Likewise.
371         (.eh_frame):  Add hand-crafted EH data.
372
373 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
374
375         * testsuite/lib/libffi-dg.exp: Change copyright header to refer to
376         version 3 of the GNU General Public License and to point readers
377         at the COPYING3 file and the FSF's license web page.
378         * testsuite/libffi.call/call.exp: Likewise.
379         * testsuite/libffi.special/special.exp: Likewise.
380
381 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
382
383         * configure: Regenerate.
384
385 2008-12-18  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
386
387         PR libffi/26048
388         * configure.ac (HAVE_AS_X86_PCREL): New test.
389         * configure: Regenerate.
390         * fficonfig.h.in: Regenerate.
391         * src/x86/sysv.S [!FFI_NO_RAW_API]: Precalculate
392         RAW_CLOSURE_CIF_OFFSET, RAW_CLOSURE_FUN_OFFSET,
393         RAW_CLOSURE_USER_DATA_OFFSET for the Solaris 10/x86 assembler.
394         (.eh_frame): Only use SYMBOL-. iff HAVE_AS_X86_PCREL.
395         * src/x86/unix64.S (.Lstore_table): Move to .text section.
396         (.Lload_table): Likewise.
397         (.eh_frame): Only use SYMBOL-. iff HAVE_AS_X86_PCREL.
398
399 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
400
401         * configure: Regenerate.
402
403 2008-11-21  Eric Botcazou  <ebotcazou@adacore.com>
404
405         * src/sparc/ffi.c (ffi_prep_cif_machdep): Add support for
406         signed/unsigned int8/16 return values.
407         * src/sparc/v8.S (ffi_call_v8): Likewise.
408         (ffi_closure_v8): Likewise.
409
410 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
411             Steve Ellcey  <sje@cup.hp.com>
412
413         * configure: Regenerate for new libtool.
414         * Makefile.in: Ditto.
415         * include/Makefile.in: Ditto.
416         * aclocal.m4: Ditto.
417
418 2008-08-25  Andreas Tobler  <a.tobler@schweiz.org>
419
420         * src/powerpc/ffitarget.h (ffi_abi): Add FFI_LINUX and
421         FFI_LINUX_SOFT_FLOAT to the POWERPC_FREEBSD enum.
422         Add note about flag bits used for FFI_SYSV_TYPE_SMALL_STRUCT.
423         Adjust copyright notice.
424         * src/powerpc/ffi.c: Add two new flags to indicate if we have one
425         register or two register to use for FFI_SYSV structs.
426         (ffi_prep_cif_machdep): Pass the right register flag introduced above.
427         (ffi_closure_helper_SYSV): Fix the return type for
428         FFI_SYSV_TYPE_SMALL_STRUCT. Comment.
429         Adjust copyright notice.
430
431 2008-07-16  Kaz Kojima  <kkojima@gcc.gnu.org>
432
433         * src/sh/ffi.c (ffi_prep_closure_loc): Turn INSN into an unsigned
434         int.
435
436 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
437
438         * configure: Regenerate.
439         * include/Makefile.in: Regenerate.
440         * testsuite/Makefile.in: Regenerate.
441
442 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
443
444         * configure.ac (parisc*-*-linux*, powerpc-*-sysv*,
445         powerpc-*-beos*): Remove.
446         * configure: Regenerate.
447
448 2008-05-09  Julian Brown  <julian@codesourcery.com>
449
450         * Makefile.am (LTLDFLAGS): New.
451         (libffi_la_LDFLAGS): Use above.
452         * Makefile.in: Regenerate.
453
454 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
455
456         PR bootstrap/35457
457         * aclocal.m4: Regenerate.
458         * configure: Regenerate.
459
460 2008-03-26  Kaz Kojima  <kkojima@gcc.gnu.org>
461
462         * src/sh/sysv.S: Add .note.GNU-stack on Linux.
463         * src/sh64/sysv.S: Likewise.
464
465 2008-03-26  Daniel Jacobowitz  <dan@debian.org>
466
467         * src/arm/sysv.S: Fix ARM comment marker.
468
469 2008-03-26  Jakub Jelinek  <jakub@redhat.com>
470
471         * src/alpha/osf.S: Add .note.GNU-stack on Linux.
472         * src/s390/sysv.S: Likewise.
473         * src/powerpc/ppc_closure.S: Likewise.
474         * src/powerpc/sysv.S: Likewise.
475         * src/x86/unix64.S: Likewise.
476         * src/x86/sysv.S: Likewise.
477         * src/sparc/v8.S: Likewise.
478         * src/sparc/v9.S: Likewise.
479         * src/m68k/sysv.S: Likewise.
480         * src/arm/sysv.S: Likewise.
481
482 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
483
484         * aclocal.m4: Regenerate.
485         * configure: Likewise.
486         * Makefile.in: Likewise.
487         * include/Makefile.in: Likewise.
488         * testsuite/Makefile.in: Likewise.
489
490 2008-02-12  Bjoern Koenig  <bkoenig@alpha-tierchen.de>
491             Andreas Tobler  <a.tobler@schweiz.org>
492
493         * configure.ac: Add amd64-*-freebsd* target.
494         * configure: Regenerate.
495
496 2008-01-30  H.J. Lu  <hongjiu.lu@intel.com>
497
498         PR libffi/34612
499         * src/x86/sysv.S (ffi_closure_SYSV): Pop 4 byte from stack when
500         returning struct.
501
502         * testsuite/libffi.call/call.exp: Add "-O2 -fomit-frame-pointer"
503         tests.
504
505 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
506
507         * configure: Regenerate.
508
509 2008-01-06  Andreas Tobler  <a.tobler@schweiz.org>
510
511         * src/x86/ffi.c (ffi_prep_cif_machdep): Fix thinko.
512
513 2008-01-05  Andreas Tobler  <a.tobler@schweiz.org>
514
515         PR testsuite/32843
516         * src/x86/ffi.c (ffi_prep_cif_machdep): Add code for
517         signed/unsigned int8/16 for X86_DARWIN.
518         Updated copyright info.
519         Handle one and two byte structs with special cif->flags.
520         * src/x86/ffitarget.h: Add special types for one and two byte structs.
521         Updated copyright info.
522         * src/x86/darwin.S (ffi_call_SYSV): Rewrite to use a jump table like
523         sysv.S
524         Remove code to pop args from the stack after call.
525         Special-case signed/unsigned for int8/16, one and two byte structs.
526         (ffi_closure_raw_SYSV): Handle FFI_TYPE_UINT8,
527         FFI_TYPE_SINT8, FFI_TYPE_UINT16, FFI_TYPE_SINT16, FFI_TYPE_UINT32,
528         FFI_TYPE_SINT32.
529         Updated copyright info.
530
531 2007-12-08  David Daney  <ddaney@avtrex.com>
532
533         * src/mips/n32.S (ffi_call_N32):  Replace dadd with ADDU, dsub with 
534         SUBU, add with ADDU and use smaller code sequences.
535
536 2007-12-07  David Daney  <ddaney@avtrex.com>
537
538         * src/mips/ffi.c (ffi_prep_cif_machdep): Handle long double return
539         type.
540
541 2007-12-06  David Daney  <ddaney@avtrex.com>
542
543         * include/ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already
544         defined.
545         (ffi_java_raw): New typedef.
546         (ffi_java_raw_call, ffi_java_ptrarray_to_raw,
547         ffi_java_raw_to_ptrarray): Change parameter types from ffi_raw to
548         ffi_java_raw.
549         (ffi_java_raw_closure) : Same.
550         (ffi_prep_java_raw_closure, ffi_prep_java_raw_closure_loc): Change
551         parameter types.
552         * src/java_raw_api.c (ffi_java_raw_size):  Replace FFI_SIZEOF_ARG with
553         FFI_SIZEOF_JAVA_RAW.
554         (ffi_java_raw_to_ptrarray): Change type of raw to ffi_java_raw.
555         Replace FFI_SIZEOF_ARG with FFI_SIZEOF_JAVA_RAW. Use
556         sizeof(ffi_java_raw) for alignment calculations.
557         (ffi_java_ptrarray_to_raw): Same.
558         (ffi_java_rvalue_to_raw): Add special handling for FFI_TYPE_POINTER
559         if FFI_SIZEOF_JAVA_RAW == 4.
560         (ffi_java_raw_to_rvalue): Same.
561         (ffi_java_raw_call): Change type of raw to ffi_java_raw.
562         (ffi_java_translate_args): Same.
563         (ffi_prep_java_raw_closure_loc, ffi_prep_java_raw_closure): Change
564         parameter types.
565         * src/mips/ffitarget.h (FFI_SIZEOF_JAVA_RAW): Define for N32 ABI.
566
567 2007-12-06  David Daney  <ddaney@avtrex.com>
568
569         * src/mips/n32.S (ffi_closure_N32): Use 64-bit add instruction on 
570         pointer values.
571
572 2007-12-01  Andreas Tobler  <a.tobler@schweiz.org>
573
574         PR libffi/31937
575         * src/powerpc/ffitarget.h: Introduce new ABI FFI_LINUX_SOFT_FLOAT.
576         Add local FFI_TYPE_UINT128 to handle soft-float long-double-128.
577         * src/powerpc/ffi.c: Distinguish between __NO_FPRS__ and not and
578         set the NUM_FPR_ARG_REGISTERS according to.
579         Add support for potential soft-float support under hard-float
580         architecture.
581         (ffi_prep_args_SYSV): Set NUM_FPR_ARG_REGISTERS to 0 in case of
582         FFI_LINUX_SOFT_FLOAT, handle float, doubles and long-doubles according
583         to the FFI_LINUX_SOFT_FLOAT ABI.
584         (ffi_prep_cif_machdep): Likewise.
585         (ffi_closure_helper_SYSV): Likewise.
586         * src/powerpc/ppc_closure.S: Make sure not to store float/double
587         on archs where __NO_FPRS__ is true.
588         Add FFI_TYPE_UINT128 support.
589         * src/powerpc/sysv.S: Add support for soft-float long-double-128.
590         Adjust copyright notice.
591
592 2007-11-25  Andreas Tobler  <a.tobler@schweiz.org>
593
594         * src/closures.c: Move defintion of MAYBE_UNUSED from here to ...
595         * include/ffi_common.h: ... here.
596         Update copyright.
597
598 2007-11-17  Andreas Tobler  <a.tobler@schweiz.org>
599
600         * src/powerpc/sysv.S: Load correct cr to compare if we have long double.
601         * src/powerpc/linux64.S: Likewise.
602         * src/powerpc/ffi.c: Add a comment to show which part goes into cr6.
603         * testsuite/libffi.call/return_ldl.c: New test.
604
605 2007-09-04    <aph@redhat.com>
606
607         * src/arm/sysv.S (UNWIND): New.
608         (Whole file): Conditionally compile unwinder directives.
609         * src/arm/sysv.S: Add unwinder directives.
610
611         * src/arm/ffi.c (ffi_prep_args): Align structs by at least 4 bytes.
612         Only treat r0 as a struct address if we're actually returning a
613         struct by address.
614         Only copy the bytes that are actually within a struct.
615         (ffi_prep_cif_machdep): A Composite Type not larger than 4 bytes
616         is returned in r0, not passed by address.
617         (ffi_call): Allocate a word-sized temporary for the case where
618         a composite is returned in r0.
619         (ffi_prep_incoming_args_SYSV): Align as necessary.
620
621 2007-08-05  Steven Newbury  <s_j_newbury@yahoo.co.uk>
622
623         * src/arm/ffi.c (FFI_INIT_TRAMPOLINE): Use __clear_cache instead of 
624         directly using the sys_cacheflush syscall.
625
626 2007-07-27  Andrew Haley  <aph@redhat.com>
627
628         * src/arm/sysv.S (ffi_closure_SYSV): Add soft-float.
629
630 2007-09-03  Maciej W. Rozycki  <macro@linux-mips.org>
631
632         * Makefile.am: Unify MIPS_IRIX and MIPS_LINUX into MIPS.
633         * configure.ac: Likewise.
634         * Makefile.in: Regenerate.
635         * include/Makefile.in: Likewise.
636         * testsuite/Makefile.in: Likewise.
637         * configure: Likewise.
638
639 2007-08-24  David Daney  <ddaney@avtrex.com>
640
641         * testsuite/libffi.call/return_sl.c: New test.
642
643 2007-08-10  David Daney  <ddaney@avtrex.com>
644
645         * testsuite/libffi.call/cls_multi_ushort.c,
646         testsuite/libffi.call/cls_align_uint16.c,
647         testsuite/libffi.call/nested_struct1.c,
648         testsuite/libffi.call/nested_struct3.c,
649         testsuite/libffi.call/cls_7_1_byte.c,
650         testsuite/libffi.call/nested_struct5.c,
651         testsuite/libffi.call/cls_double.c,
652         testsuite/libffi.call/nested_struct7.c,
653         testsuite/libffi.call/cls_sint.c,
654         testsuite/libffi.call/nested_struct9.c,
655         testsuite/libffi.call/cls_20byte1.c,
656         testsuite/libffi.call/cls_multi_sshortchar.c,
657         testsuite/libffi.call/cls_align_sint64.c,
658         testsuite/libffi.call/cls_3byte2.c,
659         testsuite/libffi.call/cls_multi_schar.c,
660         testsuite/libffi.call/cls_multi_uchar.c,
661         testsuite/libffi.call/cls_19byte.c,
662         testsuite/libffi.call/cls_9byte1.c,
663         testsuite/libffi.call/cls_align_float.c,
664         testsuite/libffi.call/closure_fn1.c,
665         testsuite/libffi.call/problem1.c,
666         testsuite/libffi.call/closure_fn3.c,
667         testsuite/libffi.call/cls_sshort.c,
668         testsuite/libffi.call/closure_fn5.c,
669         testsuite/libffi.call/cls_align_double.c,
670         testsuite/libffi.call/nested_struct.c,
671         testsuite/libffi.call/cls_2byte.c,
672         testsuite/libffi.call/nested_struct10.c,
673         testsuite/libffi.call/cls_4byte.c,
674         testsuite/libffi.call/cls_6byte.c,
675         testsuite/libffi.call/cls_8byte.c,
676         testsuite/libffi.call/cls_multi_sshort.c,
677         testsuite/libffi.call/cls_align_sint16.c,
678         testsuite/libffi.call/cls_align_uint32.c,
679         testsuite/libffi.call/cls_20byte.c,
680         testsuite/libffi.call/cls_float.c,
681         testsuite/libffi.call/nested_struct2.c,
682         testsuite/libffi.call/cls_5_1_byte.c,
683         testsuite/libffi.call/nested_struct4.c,
684         testsuite/libffi.call/cls_24byte.c,
685         testsuite/libffi.call/nested_struct6.c,
686         testsuite/libffi.call/cls_64byte.c,
687         testsuite/libffi.call/nested_struct8.c,
688         testsuite/libffi.call/cls_uint.c,
689         testsuite/libffi.call/cls_multi_ushortchar.c,
690         testsuite/libffi.call/cls_schar.c,
691         testsuite/libffi.call/cls_uchar.c,
692         testsuite/libffi.call/cls_align_uint64.c,
693         testsuite/libffi.call/cls_ulonglong.c,
694         testsuite/libffi.call/cls_align_longdouble.c,
695         testsuite/libffi.call/cls_1_1byte.c,
696         testsuite/libffi.call/cls_12byte.c,
697         testsuite/libffi.call/cls_3_1byte.c,
698         testsuite/libffi.call/cls_3byte1.c,
699         testsuite/libffi.call/cls_4_1byte.c,
700         testsuite/libffi.call/cls_6_1_byte.c,
701         testsuite/libffi.call/cls_16byte.c,
702         testsuite/libffi.call/cls_18byte.c,
703         testsuite/libffi.call/closure_fn0.c,
704         testsuite/libffi.call/cls_9byte2.c,
705         testsuite/libffi.call/closure_fn2.c,
706         testsuite/libffi.call/closure_fn4.c,
707         testsuite/libffi.call/cls_ushort.c,
708         testsuite/libffi.call/closure_fn6.c,
709         testsuite/libffi.call/cls_5byte.c,
710         testsuite/libffi.call/cls_align_pointer.c,
711         testsuite/libffi.call/cls_7byte.c,
712         testsuite/libffi.call/cls_align_sint32.c,
713         testsuite/libffi.special/unwindtest_ffi_call.cc,
714         testsuite/libffi.special/unwindtest.cc: Remove xfail for mips64*-*-*.
715
716 2007-08-10  David Daney  <ddaney@avtrex.com>
717
718         PR libffi/28313
719         * configure.ac: Don't treat mips64 as a special case.
720         * Makefile.am (nodist_libffi_la_SOURCES): Add n32.S.
721         * configure: Regenerate
722         * Makefile.in: Ditto.
723         * fficonfig.h.in: Ditto.
724         * src/mips/ffitarget.h (REG_L, REG_S, SUBU, ADDU, SRL, LI): Indent.
725         (LA, EH_FRAME_ALIGN, FDE_ADDR_BYTES): New preprocessor macros.
726         (FFI_DEFAULT_ABI): Set for n64 case.
727         (FFI_CLOSURES, FFI_TRAMPOLINE_SIZE): Define for n32 and n64 cases.
728         * src/mips/n32.S (ffi_call_N32): Add debug macros and labels for FDE.
729         (ffi_closure_N32): New function.
730         (.eh_frame): New section
731         * src/mips/o32.S: Clean up comments.
732         (ffi_closure_O32): Pass ffi_closure parameter in $12.
733         * src/mips/ffi.c: Use FFI_MIPS_N32 instead of
734         _MIPS_SIM == _ABIN32 throughout.
735         (FFI_MIPS_STOP_HERE): New, use in place of
736         ffi_stop_here.
737         (ffi_prep_args): Use unsigned long to hold pointer values.  Rewrite
738         to support n32/n64 ABIs.
739         (calc_n32_struct_flags): Rewrite.
740         (calc_n32_return_struct_flags): Remove unused variable.  Reverse
741         position of flag bits.
742         (ffi_prep_cif_machdep): Rewrite n32 portion.
743         (ffi_call): Enable for n64.  Add special handling for small structure
744         return values.
745         (ffi_prep_closure_loc): Add n32 and n64 support.
746         (ffi_closure_mips_inner_O32): Add cast to silence warning.
747         (copy_struct_N32, ffi_closure_mips_inner_N32): New functions.
748
749 2007-08-08  David Daney  <ddaney@avtrex.com>
750
751         * testsuite/libffi.call/ffitest.h (ffi_type_mylong): Remove definition.
752         * testsuite/libffi.call/cls_align_uint16.c (main): Use correct type
753         specifiers.
754         * testsuite/libffi.call/nested_struct1.c (main): Ditto.
755         * testsuite/libffi.call/cls_sint.c (main): Ditto.
756         * testsuite/libffi.call/nested_struct9.c (main): Ditto.
757         * testsuite/libffi.call/cls_20byte1.c (main): Ditto.
758         * testsuite/libffi.call/cls_9byte1.c (main): Ditto.
759         * testsuite/libffi.call/closure_fn1.c (main): Ditto.
760         * testsuite/libffi.call/closure_fn3.c (main): Ditto.
761         * testsuite/libffi.call/return_dbl2.c (main): Ditto.
762         * testsuite/libffi.call/cls_sshort.c (main): Ditto.
763         * testsuite/libffi.call/return_fl3.c (main): Ditto.
764         * testsuite/libffi.call/closure_fn5.c (main): Ditto.
765         * testsuite/libffi.call/nested_struct.c (main): Ditto.
766         * testsuite/libffi.call/nested_struct10.c (main): Ditto.
767         * testsuite/libffi.call/return_ll1.c (main): Ditto.
768         * testsuite/libffi.call/cls_8byte.c (main): Ditto.
769         * testsuite/libffi.call/cls_align_uint32.c (main): Ditto.
770         * testsuite/libffi.call/cls_align_sint16.c (main): Ditto.
771         * testsuite/libffi.call/cls_20byte.c (main): Ditto.
772         * testsuite/libffi.call/nested_struct2.c (main): Ditto.
773         * testsuite/libffi.call/cls_24byte.c (main): Ditto.
774         * testsuite/libffi.call/nested_struct6.c (main): Ditto.
775         * testsuite/libffi.call/cls_uint.c (main): Ditto.
776         * testsuite/libffi.call/cls_12byte.c (main): Ditto.
777         * testsuite/libffi.call/cls_16byte.c (main): Ditto.
778         * testsuite/libffi.call/closure_fn0.c (main): Ditto.
779         * testsuite/libffi.call/cls_9byte2.c (main): Ditto.
780         * testsuite/libffi.call/closure_fn2.c (main): Ditto.
781         * testsuite/libffi.call/return_dbl1.c (main): Ditto.
782         * testsuite/libffi.call/closure_fn4.c (main): Ditto.
783         * testsuite/libffi.call/closure_fn6.c (main): Ditto.
784         * testsuite/libffi.call/cls_align_sint32.c (main): Ditto.
785
786 2007-08-07  Andrew Haley  <aph@redhat.com>
787
788         * src/x86/sysv.S (ffi_closure_raw_SYSV): Fix typo in previous
789         checkin.
790
791 2007-08-06  Andrew Haley  <aph@redhat.com>
792
793         PR testsuite/32843
794         * src/x86/sysv.S (ffi_closure_raw_SYSV): Handle FFI_TYPE_UINT8,
795         FFI_TYPE_SINT8, FFI_TYPE_UINT16, FFI_TYPE_SINT16, FFI_TYPE_UINT32,
796         FFI_TYPE_SINT32.
797
798 2007-08-02  David Daney  <ddaney@avtrex.com>
799
800         * testsuite/libffi.call/return_ul.c (main): Define return type as
801         ffi_arg.  Use proper printf conversion specifier.
802         
803 2007-07-30  Andrew Haley  <aph@redhat.com>
804
805         PR testsuite/32843
806         * src/x86/ffi.c (ffi_prep_cif_machdep): in x86 case, add code for
807         signed/unsigned int8/16.
808         * src/x86/sysv.S (ffi_call_SYSV): Rewrite to:
809         Use a jump table.
810         Remove code to pop args from the stack after call.
811         Special-case signed/unsigned int8/16.
812         * testsuite/libffi.call/return_sc.c (main): Revert.
813
814 2007-07-26  Richard Guenther  <rguenther@suse.de>
815
816         PR testsuite/32843
817         * testsuite/libffi.call/return_sc.c (main): Verify call
818         result as signed char, not ffi_arg.
819
820 2007-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
821
822         * configure.ac (i?86-*-solaris2.1[0-9]): Set TARGET to X86_64.
823         * configure: Regenerate.
824
825 2007-07-11  David Daney  <ddaney@avtrex.com>
826
827         * src/mips/ffi.c: Don't include sys/cachectl.h.
828         (ffi_prep_closure_loc): Use __builtin___clear_cache() instead of
829         cacheflush().
830
831 2007-05-18  Aurelien Jarno  <aurelien@aurel32.net>
832
833         * src/arm/ffi.c (ffi_prep_closure_loc): Renamed and ajusted
834         from (ffi_prep_closure): ... this.
835         (FFI_INIT_TRAMPOLINE): Adjust.
836
837 2005-12-31  Phil Blundell  <pb@reciva.com>
838
839         * src/arm/ffi.c (ffi_prep_incoming_args_SYSV, 
840         ffi_closure_SYSV_inner, ffi_prep_closure): New, add closure support.
841         * src/arm/sysv.S(ffi_closure_SYSV): Likewise.
842         * src/arm/ffitarget.h (FFI_TRAMPOLINE_SIZE): Likewise.
843         (FFI_CLOSURES): Enable closure support.
844
845 2007-07-03  Andrew Haley  <aph@hedges.billgatliff.com>
846
847         * testsuite/libffi.call/cls_multi_ushort.c,
848         testsuite/libffi.call/cls_align_uint16.c,
849         testsuite/libffi.call/nested_struct1.c,
850         testsuite/libffi.call/nested_struct3.c,
851         testsuite/libffi.call/cls_7_1_byte.c,
852         testsuite/libffi.call/cls_double.c,
853         testsuite/libffi.call/nested_struct5.c,
854         testsuite/libffi.call/nested_struct7.c,
855         testsuite/libffi.call/cls_sint.c,
856         testsuite/libffi.call/nested_struct9.c,
857         testsuite/libffi.call/cls_20byte1.c,
858         testsuite/libffi.call/cls_multi_sshortchar.c,
859         testsuite/libffi.call/cls_align_sint64.c,
860         testsuite/libffi.call/cls_3byte2.c,
861         testsuite/libffi.call/cls_multi_schar.c,
862         testsuite/libffi.call/cls_multi_uchar.c,
863         testsuite/libffi.call/cls_19byte.c,
864         testsuite/libffi.call/cls_9byte1.c,
865         testsuite/libffi.call/cls_align_float.c,
866         testsuite/libffi.call/closure_fn1.c,
867         testsuite/libffi.call/problem1.c,
868         testsuite/libffi.call/closure_fn3.c,
869         testsuite/libffi.call/cls_sshort.c,
870         testsuite/libffi.call/closure_fn5.c,
871         testsuite/libffi.call/cls_align_double.c,
872         testsuite/libffi.call/cls_2byte.c,
873         testsuite/libffi.call/nested_struct.c,
874         testsuite/libffi.call/nested_struct10.c,
875         testsuite/libffi.call/cls_4byte.c,
876         testsuite/libffi.call/cls_6byte.c,
877         testsuite/libffi.call/cls_8byte.c,
878         testsuite/libffi.call/cls_multi_sshort.c,
879         testsuite/libffi.call/cls_align_uint32.c,
880         testsuite/libffi.call/cls_align_sint16.c,
881         testsuite/libffi.call/cls_float.c,
882         testsuite/libffi.call/cls_20byte.c,
883         testsuite/libffi.call/cls_5_1_byte.c,
884         testsuite/libffi.call/nested_struct2.c,
885         testsuite/libffi.call/cls_24byte.c,
886         testsuite/libffi.call/nested_struct4.c,
887         testsuite/libffi.call/nested_struct6.c,
888         testsuite/libffi.call/cls_64byte.c,
889         testsuite/libffi.call/nested_struct8.c,
890         testsuite/libffi.call/cls_uint.c,
891         testsuite/libffi.call/cls_multi_ushortchar.c,
892         testsuite/libffi.call/cls_schar.c,
893         testsuite/libffi.call/cls_uchar.c,
894         testsuite/libffi.call/cls_align_uint64.c,
895         testsuite/libffi.call/cls_ulonglong.c,
896         testsuite/libffi.call/cls_align_longdouble.c,
897         testsuite/libffi.call/cls_1_1byte.c,
898         testsuite/libffi.call/cls_12byte.c,
899         testsuite/libffi.call/cls_3_1byte.c,
900         testsuite/libffi.call/cls_3byte1.c,
901         testsuite/libffi.call/cls_4_1byte.c,
902         testsuite/libffi.call/cls_6_1_byte.c,
903         testsuite/libffi.call/cls_16byte.c,
904         testsuite/libffi.call/cls_18byte.c,
905         testsuite/libffi.call/closure_fn0.c,
906         testsuite/libffi.call/cls_9byte2.c,
907         testsuite/libffi.call/closure_fn2.c,
908         testsuite/libffi.call/closure_fn4.c,
909         testsuite/libffi.call/cls_ushort.c,
910         testsuite/libffi.call/closure_fn6.c,
911         testsuite/libffi.call/cls_5byte.c,
912         testsuite/libffi.call/cls_align_pointer.c,
913         testsuite/libffi.call/cls_7byte.c,
914         testsuite/libffi.call/cls_align_sint32.c,
915         testsuite/libffi.special/unwindtest_ffi_call.cc,
916         testsuite/libffi.special/unwindtest.cc: Enable for ARM.
917
918 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
919
920         * aclocal.m4: Regenerated.
921
922 2007-06-02  Paolo Bonzini  <bonzini@gnu.org>
923
924         * configure: Regenerate.
925
926 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
927
928         * Makefile.in: Regenerate.
929         * configure: Regenerate.
930         * aclocal.m4: Regenerate.
931         * include/Makefile.in: Regenerate.
932         * testsuite/Makefile.in: Regenerate.
933
934 2007-05-10  Roman Zippel <zippel@linux-m68k.org>
935
936         * src/m68k/ffi.c (ffi_prep_incoming_args_SYSV,
937         ffi_closure_SYSV_inner,ffi_prep_closure): New, add closure support.
938         * src/m68k/sysv.S(ffi_closure_SYSV,ffi_closure_struct_SYSV): Likewise.
939         * src/m68k/ffitarget.h (FFI_TRAMPOLINE_SIZE): Likewise.
940         (FFI_CLOSURES): Enable closure support.
941
942 2007-05-10  Roman Zippel <zippel@linux-m68k.org>
943
944         * configure.ac (HAVE_AS_CFI_PSEUDO_OP): New test.
945         * configure: Regenerate.
946         * fficonfig.h.in: Regenerate.
947         * src/m68k/sysv.S (CFI_STARTPROC,CFI_ENDPROC,
948         CFI_OFFSET,CFI_DEF_CFA): New macros.
949         (ffi_call_SYSV): Add callframe annotation.
950
951 2007-05-10  Roman Zippel <zippel@linux-m68k.org>
952
953         * src/m68k/ffi.c (ffi_prep_args,ffi_prep_cif_machdep): Fix
954         numerous test suite failures.
955         * src/m68k/sysv.S (ffi_call_SYSV): Likewise.
956
957 2007-04-11  Paolo Bonzini  <bonzini@gnu.org>
958
959         * Makefile.am (EXTRA_DIST): Bring up to date.
960         * Makefile.in: Regenerate.
961         * src/frv/eabi.S: Remove RCS keyword.
962
963 2007-04-06  Richard Henderson  <rth@redhat.com>
964
965         * configure.ac: Tidy target case.
966         (HAVE_LONG_DOUBLE): Allow the target to override.
967         * configure: Regenerate.
968         * include/ffi.h.in: Don't define ffi_type_foo if
969         LIBFFI_HIDE_BASIC_TYPES is defined.
970         (ffi_type_longdouble): If not HAVE_LONG_DOUBLE, define
971         to ffi_type_double.
972         * types.c (LIBFFI_HIDE_BASIC_TYPES): Define.
973         (FFI_TYPEDEF, ffi_type_void): Mark the data const.
974         (ffi_type_longdouble): Special case for Alpha.  Don't define
975         if long double == double.
976
977         * src/alpha/ffi.c (FFI_TYPE_LONGDOUBLE): Assert unique value.
978         (ffi_prep_cif_machdep): Handle it as the 128-bit type.
979         (ffi_call, ffi_closure_osf_inner): Likewise.
980         (ffi_closure_osf_inner): Likewise.  Mark hidden.
981         (ffi_call_osf, ffi_closure_osf): Mark hidden.
982         * src/alpha/ffitarget.h (FFI_LAST_ABI): Tidy definition.
983         * src/alpha/osf.S (ffi_call_osf, ffi_closure_osf): Mark hidden.
984         (load_table): Handle 128-bit long double.
985
986         * testsuite/libffi.call/float4.c: Add -mieee for alpha.
987
988 2007-04-06  Tom Tromey  <tromey@redhat.com>
989
990         PR libffi/31491:
991         * README: Fixed bug in example.
992
993 2007-04-03  Jakub Jelinek  <jakub@redhat.com>
994
995         * src/closures.c: Include sys/statfs.h.
996         (_GNU_SOURCE): Define on Linux.
997         (FFI_MMAP_EXEC_SELINUX): Define.
998         (selinux_enabled): New variable.
999         (selinux_enabled_check): New function.
1000         (is_selinux_enabled): Define.
1001         (dlmmap): Use it.
1002
1003 2007-03-24  Uros Bizjak  <ubizjak@gmail.com>
1004
1005         * testsuite/libffi.call/return_fl2.c (return_fl): Mark as static.
1006         Use 'volatile float sum' to create sum of floats to avoid false
1007         negative due to excess precision on ix86 targets.
1008         (main): Ditto. 
1009
1010 2007-03-08  Alexandre Oliva  <aoliva@redhat.com>
1011
1012         * src/powerpc/ffi.c (flush_icache): Fix left-over from previous
1013         patch.
1014         (ffi_prep_closure_loc): Remove unneeded casts.  Add needed ones.
1015
1016 2007-03-07  Alexandre Oliva  <aoliva@redhat.com>
1017
1018         * include/ffi.h.in (ffi_closure_alloc, ffi_closure_free): New.
1019         (ffi_prep_closure_loc): New.
1020         (ffi_prep_raw_closure_loc): New.
1021         (ffi_prep_java_raw_closure_loc): New.
1022         * src/closures.c: New file.
1023         * src/dlmalloc.c [FFI_MMAP_EXEC_WRIT] (struct malloc_segment):
1024         Replace sflags with exec_offset.
1025         [FFI_MMAP_EXEC_WRIT] (mmap_exec_offset, add_segment_exec_offset,
1026         sub_segment_exec_offset): New macros.
1027         (get_segment_flags, set_segment_flags, check_segment_merge): New
1028         macros.
1029         (is_mmapped_segment, is_extern_segment): Use get_segment_flags.
1030         (add_segment, sys_alloc, create_mspace, create_mspace_with_base,
1031         destroy_mspace): Use new macros.
1032         (sys_alloc): Silence warning.
1033         * Makefile.am (libffi_la_SOURCES): Add src/closures.c.
1034         * Makefile.in: Rebuilt.
1035         * src/prep_cif [FFI_CLOSURES] (ffi_prep_closure): Implement in
1036         terms of ffi_prep_closure_loc.
1037         * src/raw_api.c (ffi_prep_raw_closure_loc): Renamed and adjusted
1038         from...
1039         (ffi_prep_raw_closure): ... this.  Re-implement in terms of the
1040         renamed version.
1041         * src/java_raw_api (ffi_prep_java_raw_closure_loc): Renamed and
1042         adjusted from...
1043         (ffi_prep_java_raw_closure): ... this.  Re-implement in terms of
1044         the renamed version.
1045         * src/alpha/ffi.c (ffi_prep_closure_loc): Renamed from
1046         (ffi_prep_closure): ... this.
1047         * src/pa/ffi.c: Likewise.
1048         * src/cris/ffi.c: Likewise.  Adjust.
1049         * src/frv/ffi.c: Likewise.
1050         * src/ia64/ffi.c: Likewise.
1051         * src/mips/ffi.c: Likewise.
1052         * src/powerpc/ffi_darwin.c: Likewise.
1053         * src/s390/ffi.c: Likewise.
1054         * src/sh/ffi.c: Likewise.
1055         * src/sh64/ffi.c: Likewise.
1056         * src/sparc/ffi.c: Likewise.
1057         * src/x86/ffi64.c: Likewise.
1058         * src/x86/ffi.c: Likewise.
1059         (FFI_INIT_TRAMPOLINE): Adjust.
1060         (ffi_prep_raw_closure_loc): Renamed and adjusted from...
1061         (ffi_prep_raw_closure): ... this.
1062         * src/powerpc/ffi.c (ffi_prep_closure_loc): Renamed from
1063         (ffi_prep_closure): ... this.
1064         (flush_icache): Adjust.
1065
1066 2007-03-07  Alexandre Oliva  <aoliva@redhat.com>
1067
1068         * src/dlmalloc.c: New file, imported version 2.8.3 of Doug
1069         Lea's malloc.
1070
1071 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
1072
1073         * Makefile.am: Add dummy install-pdf target.
1074         * Makefile.in: Regenerate
1075
1076 2007-02-13  Andreas Krebbel  <krebbel1@de.ibm.com>
1077
1078         * src/s390/ffi.c (ffi_prep_args, ffi_prep_cif_machdep,
1079         ffi_closure_helper_SYSV): Add long double handling.
1080
1081 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
1082
1083         * src/powerpc/linux64.S (ffi_call_LINUX64): Move restore of r2
1084         immediately after bctrl instruction.
1085
1086 2007-01-18  Alexandre Oliva  <aoliva@redhat.com>
1087
1088         * Makefile.am (all-recursive, install-recursive,
1089         mostlyclean-recursive, clean-recursive, distclean-recursive,
1090         maintainer-clean-recursive): Add missing targets.
1091         * Makefile.in: Rebuilt.
1092
1093 2006-12-14  Andreas Tobler  <a.tobler@schweiz.org>
1094
1095         * configure.ac: Add TARGET for x86_64-*-darwin*.
1096         * Makefile.am (nodist_libffi_la_SOURCES): Add rules for 64-bit sources
1097         for X86_DARWIN.
1098         * src/x86/ffitarget.h: Set trampoline size for x86_64-*-darwin*.
1099         * src/x86/darwin64.S: New file for x86_64-*-darwin* support.
1100         * configure: Regenerate.
1101         * Makefile.in: Regenerate.
1102         * include/Makefile.in: Regenerate.
1103         * testsuite/Makefile.in: Regenerate.
1104         * testsuite/libffi.special/unwindtest_ffi_call.cc: New test case for
1105         ffi_call only.
1106
1107 2006-12-13  Andreas Tobler <a.tobler@schweiz.org>
1108
1109         * aclocal.m4: Regenerate with aclocal -I .. as written in the
1110         Makefile.am.
1111
1112 2006-10-31  Geoffrey Keating  <geoffk@apple.com>
1113
1114         * src/powerpc/ffi_darwin.c (darwin_adjust_aggregate_sizes): New.
1115         (ffi_prep_cif_machdep): Call darwin_adjust_aggregate_sizes for
1116         Darwin.
1117         * testsuite/libffi.call/nested_struct4.c: Remove Darwin XFAIL.
1118         * testsuite/libffi.call/nested_struct6.c: Remove Darwin XFAIL.
1119
1120 2006-10-10  Paolo Bonzini  <bonzini@gnu.org>
1121             Sandro Tolaini  <tolaini@libero.it>
1122
1123         * configure.ac [i*86-*-darwin*]: Set X86_DARWIN symbol and 
1124         conditional.
1125         * configure: Regenerated.
1126         * Makefile.am (nodist_libffi_la_SOURCES) [X86_DARWIN]: New case.
1127         (EXTRA_DIST): Add src/x86/darwin.S.
1128         * Makefile.in: Regenerated.
1129         * include/Makefile.in: Regenerated.
1130         * testsuite/Makefile.in: Regenerated.
1131
1132         * src/x86/ffi.c (ffi_prep_cif_machdep) [X86_DARWIN]: Treat like
1133         X86_WIN32, and additionally align stack to 16 bytes.
1134         * src/x86/darwin.S: New, based on sysv.S.
1135         * src/prep_cif.c (ffi_prep_cif) [X86_DARWIN]: Align > 8-byte structs.
1136
1137 2006-09-12  David Daney  <ddaney@avtrex.com>
1138
1139         PR libffi/23935
1140         * include/Makefile.am: Install both ffi.h and ffitarget.h in
1141         $(libdir)/gcc/$(target_alias)/$(gcc_version)/include.
1142         * aclocal.m4: Regenerated for automake 1.9.6.
1143         * Makefile.in: Regenerated.
1144         * include/Makefile.in: Regenerated.
1145         * testsuite/Makefile.in: Regenerated.
1146
1147 2006-08-17  Andreas Tobler  <a.tobler@schweiz.ch>
1148
1149         * include/ffi_common.h (struct): Revert accidental commit.
1150
1151 2006-08-15  Andreas Tobler  <a.tobler@schweiz.ch>
1152
1153         * include/ffi_common.h: Remove lint directives.
1154         * include/ffi.h.in: Likewise.
1155
1156 2006-07-25  Torsten Schoenfeld  <kaffeetisch@gmx.de>
1157
1158         * include/ffi.h.in (ffi_type_ulong, ffi_type_slong): Define correctly
1159         for 32-bit architectures.
1160         * testsuite/libffi.call/return_ul.c: New test case.
1161
1162 2006-07-19  David Daney  <ddaney@avtrex.com>
1163
1164         * testsuite/libffi.call/closure_fn6.c: Remove xfail for mips,
1165         xfail remains for mips64.
1166
1167 2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
1168
1169         * Makefile.am: Add install-html target. Add install-html to .PHONY
1170         * Makefile.in: Regenerate.
1171         * aclocal.m4: Regenerate.
1172         * include/Makefile.in: Regenerate.
1173         * testsuite/Makefile.in: Regenerate.
1174
1175 2006-05-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1176
1177         * pa/ffi.c (ffi_prep_args_pa32): Load floating point arguments from
1178         stack slot.
1179
1180 2006-04-22  Andreas Tobler  <a.tobler@schweiz.ch>
1181
1182         * README: Remove notice about 'Crazy Comments'.
1183         * src/debug.c: Remove lint directives. Cleanup white spaces.
1184         * src/java_raw_api.c: Likewise.
1185         * src/prep_cif.c: Likewise.
1186         * src/raw_api.c: Likewise.
1187         * src/ffitest.c: Delete. No longer needed, all test cases migrated
1188         to the testsuite.
1189         * src/arm/ffi.c: Remove lint directives.
1190         * src/m32r/ffi.c: Likewise.
1191         * src/pa/ffi.c: Likewise.
1192         * src/powerpc/ffi.c: Likewise.
1193         * src/powerpc/ffi_darwin.c: Likewise.
1194         * src/sh/ffi.c: Likewise.
1195         * src/sh64/ffi.c: Likewise.
1196         * src/x86/ffi.c: Likewise.
1197         * testsuite/libffi.call/float2.c: Likewise.
1198         * testsuite/libffi.call/promotion.c: Likewise.
1199         * testsuite/libffi.call/struct1.c: Likewise.
1200
1201 2006-04-13  Andreas Tobler  <a.tobler@schweiz.ch>
1202
1203         * src/pa/hpux32.S: Correct unwind offset calculation for
1204         ffi_closure_pa32.
1205         * src/pa/linux.S: Likewise.
1206
1207 2006-04-12  James E Wilson  <wilson@specifix.com>
1208
1209         PR libgcj/26483
1210         * src/ia64/ffi.c (stf_spill, ldf_fill): Rewrite as macros.
1211         (hfa_type_load): Call stf_spill.
1212         (hfa_type_store): Call ldf_fill.
1213         (ffi_call): Adjust calls to above routines.  Add local temps for
1214         macro result.
1215
1216 2006-04-10  Matthias Klose  <doko@debian.org>
1217
1218         * testsuite/lib/libffi-dg.exp (libffi-init): Recognize multilib
1219         directory names containing underscores.
1220
1221 2006-04-07  James E Wilson  <wilson@specifix.com>
1222
1223         * testsuite/libffi.call/float4.c: New testcase.
1224
1225 2006-04-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1226             Andreas Tobler  <a.tobler@schweiz.ch>
1227
1228         * Makefile.am: Add PA_HPUX port.
1229         * Makefile.in: Regenerate.
1230         * include/Makefile.in: Likewise.
1231         * testsuite/Makefile.in: Likewise.
1232         * configure.ac: Add PA_HPUX rules.
1233         * configure: Regenerate.
1234         * src/pa/ffitarget.h: Rename linux target to PA_LINUX.
1235         Add PA_HPUX and PA64_HPUX.
1236         Rename FFI_LINUX ABI to FFI_PA32 ABI.
1237         (FFI_TRAMPOLINE_SIZE): Define for 32-bit HP-UX targets.
1238         (FFI_TYPE_SMALL_STRUCT2): Define.
1239         (FFI_TYPE_SMALL_STRUCT4): Likewise.
1240         (FFI_TYPE_SMALL_STRUCT8): Likewise.
1241         (FFI_TYPE_SMALL_STRUCT3): Redefine.
1242         (FFI_TYPE_SMALL_STRUCT5): Likewise.
1243         (FFI_TYPE_SMALL_STRUCT6): Likewise.
1244         (FFI_TYPE_SMALL_STRUCT7): Likewise.
1245         * src/pa/ffi.c (ROUND_DOWN): Delete.
1246         (fldw, fstw, fldd, fstd): Use '__asm__'.
1247         (ffi_struct_type): Add support for FFI_TYPE_SMALL_STRUCT2,
1248         FFI_TYPE_SMALL_STRUCT4 and FFI_TYPE_SMALL_STRUCT8.
1249         (ffi_prep_args_LINUX): Rename to ffi_prep_args_pa32. Update comment.
1250         Simplify incrementing of stack slot variable. Change type of local
1251         'n' to unsigned int.
1252         (ffi_size_stack_LINUX): Rename to ffi_size_stack_pa32. Handle long
1253         double on PA_HPUX.
1254         (ffi_prep_cif_machdep): Likewise.
1255         (ffi_call): Likewise.
1256         (ffi_closure_inner_LINUX): Rename to ffi_closure_inner_pa32. Change
1257         return type to ffi_status. Simplify incrementing of stack slot
1258         variable. Only copy floating point argument registers when PA_LINUX
1259         is true. Reformat debug statement.
1260         Add support for FFI_TYPE_SMALL_STRUCT2, FFI_TYPE_SMALL_STRUCT4 and
1261         FFI_TYPE_SMALL_STRUCT8.
1262         (ffi_closure_LINUX): Rename to ffi_closure_pa32. Add 'extern' to
1263         declaration.
1264         (ffi_prep_closure): Make linux trampoline conditional on PA_LINUX.
1265         Add nops to cache flush.  Add trampoline for PA_HPUX.
1266         * src/pa/hpux32.S: New file.
1267         * src/pa/linux.S (ffi_call_LINUX): Rename to ffi_call_pa32. Rename
1268         ffi_prep_args_LINUX to ffi_prep_args_pa32.
1269         Localize labels. Add support for 2, 4 and 8-byte small structs. Handle
1270         unaligned destinations in 3, 5, 6 and 7-byte small structs. Order
1271         argument type checks so that common argument types appear first.
1272         (ffi_closure_LINUX): Rename to ffi_closure_pa32. Rename
1273         ffi_closure_inner_LINUX to ffi_closure_inner_pa32.
1274
1275 2006-03-24  Alan Modra  <amodra@bigpond.net.au>
1276
1277         * src/powerpc/ffitarget.h (enum ffi_abi): Add FFI_LINUX.  Default
1278         for 32-bit using IBM extended double format.  Fix FFI_LAST_ABI.
1279         * src/powerpc/ffi.c (ffi_prep_args_SYSV): Handle linux variant of
1280         FFI_TYPE_LONGDOUBLE.
1281         (ffi_prep_args64): Assert using IBM extended double.
1282         (ffi_prep_cif_machdep): Don't munge FFI_TYPE_LONGDOUBLE type.
1283         Handle FFI_LINUX FFI_TYPE_LONGDOUBLE return and args.
1284         (ffi_call): Handle FFI_LINUX.
1285         (ffi_closure_helper_SYSV): Non FFI_LINUX long double return needs
1286         gpr3 return pointer as for struct return.  Handle FFI_LINUX
1287         FFI_TYPE_LONGDOUBLE return and args.  Don't increment "nf"
1288         unnecessarily.
1289         * src/powerpc/ppc_closure.S (ffi_closure_SYSV): Load both f1 and f2
1290         for FFI_TYPE_LONGDOUBLE.  Move epilogue insns into case table.
1291         Don't use r6 as pointer to results, instead use sp offset.  Don't
1292         make a special call to load lr with case table address, instead
1293         use offset from previous call.
1294         * src/powerpc/sysv.S (ffi_call_SYSV): Save long double return.
1295         * src/powerpc/linux64.S (ffi_call_LINUX64): Simplify long double
1296         return.
1297
1298 2006-03-15  Kaz Kojima  <kkojima@gcc.gnu.org>
1299
1300         * src/sh64/ffi.c (ffi_prep_cif_machdep): Handle float arguments
1301         passed with FP registers correctly.
1302         (ffi_closure_helper_SYSV): Likewise.
1303         * src/sh64/sysv.S: Likewise.
1304
1305 2006-03-01  Andreas Tobler  <a.tobler@schweiz.ch>
1306
1307         * testsuite/libffi.special/unwindtest.cc (closure_test_fn): Mark cif,
1308         args and userdata unused.
1309         (closure_test_fn1): Mark cif and userdata unused.
1310         (main): Remove unused res.
1311
1312 2006-02-28  Andreas Tobler  <a.tobler@schweiz.ch>
1313
1314         * testsuite/libffi.call/call.exp: Adjust FSF address. Add test runs for
1315         -O2, -O3, -Os and the warning flags -W -Wall.
1316         * testsuite/libffi.special/special.exp: Likewise.
1317         * testsuite/libffi.call/ffitest.h: Add an __UNUSED__ macro to mark
1318         unused parameter unused for gcc or else do nothing.
1319         * testsuite/libffi.special/ffitestcxx.h: Likewise.
1320         * testsuite/libffi.call/cls_12byte.c (cls_struct_12byte_gn): Mark cif
1321         and userdata unused.
1322         * testsuite/libffi.call/cls_16byte.c (cls_struct_16byte_gn): Likewise.
1323         * testsuite/libffi.call/cls_18byte.c (cls_struct_18byte_gn): Likewise.
1324         * testsuite/libffi.call/cls_19byte.c (cls_struct_19byte_gn): Likewise.
1325         * testsuite/libffi.call/cls_1_1byte.c (cls_struct_1_1byte_gn): Likewise.
1326         * testsuite/libffi.call/cls_20byte.c (cls_struct_20byte_gn): Likewise.
1327         * testsuite/libffi.call/cls_20byte1.c (cls_struct_20byte_gn): Likewise.
1328         * testsuite/libffi.call/cls_24byte.c (cls_struct_24byte_gn): Likewise.
1329         * testsuite/libffi.call/cls_2byte.c (cls_struct_2byte_gn): Likewise.
1330         * testsuite/libffi.call/cls_3_1byte.c (cls_struct_3_1byte_gn): Likewise.
1331         * testsuite/libffi.call/cls_3byte1.c (cls_struct_3byte_gn): Likewise.
1332         * testsuite/libffi.call/cls_3byte2.c (cls_struct_3byte_gn1): Likewise.
1333         * testsuite/libffi.call/cls_4_1byte.c (cls_struct_4_1byte_gn): Likewise.
1334         * testsuite/libffi.call/cls_4byte.c (cls_struct_4byte_gn): Likewise.
1335         * testsuite/libffi.call/cls_5_1_byte.c (cls_struct_5byte_gn): Likewise.
1336         * testsuite/libffi.call/cls_5byte.c (cls_struct_5byte_gn): Likewise.
1337         * testsuite/libffi.call/cls_64byte.c (cls_struct_64byte_gn): Likewise.
1338         * testsuite/libffi.call/cls_6_1_byte.c (cls_struct_6byte_gn): Likewise.
1339         * testsuite/libffi.call/cls_6byte.c (cls_struct_6byte_gn): Likewise.
1340         * testsuite/libffi.call/cls_7_1_byte.c (cls_struct_7byte_gn): Likewise.
1341         * testsuite/libffi.call/cls_7byte.c (cls_struct_7byte_gn): Likewise.
1342         * testsuite/libffi.call/cls_8byte.c (cls_struct_8byte_gn): Likewise.
1343         * testsuite/libffi.call/cls_9byte1.c (cls_struct_9byte_gn): Likewise.
1344         * testsuite/libffi.call/cls_9byte2.c (cls_struct_9byte_gn): Likewise.
1345         * testsuite/libffi.call/cls_align_double.c (cls_struct_align_gn):
1346         Likewise.
1347         * testsuite/libffi.call/cls_align_float.c (cls_struct_align_gn):
1348         Likewise.
1349         * testsuite/libffi.call/cls_align_longdouble.c (cls_struct_align_gn):
1350         Likewise.
1351         * testsuite/libffi.call/cls_align_pointer.c (cls_struct_align_fn): Cast
1352         void* to avoid compiler warning.
1353         (main): Likewise.
1354         (cls_struct_align_gn): Mark cif and userdata unused.
1355         * testsuite/libffi.call/cls_align_sint16.c (cls_struct_align_gn):
1356         Likewise.
1357         * testsuite/libffi.call/cls_align_sint32.c (cls_struct_align_gn):
1358         Likewise.
1359         * testsuite/libffi.call/cls_align_sint64.c (cls_struct_align_gn):
1360         Likewise.
1361         * testsuite/libffi.call/cls_align_uint16.c (cls_struct_align_gn):
1362         Likewise.
1363         * testsuite/libffi.call/cls_align_uint32.c (cls_struct_align_gn):
1364         Likewise.
1365         * testsuite/libffi.call/cls_double.c (cls_ret_double_fn): Likewise.
1366         * testsuite/libffi.call/cls_float.c (cls_ret_float_fn): Likewise.
1367         * testsuite/libffi.call/cls_multi_schar.c (test_func_gn): Mark cif and
1368         data unused.
1369         (main): Cast res_call to silence gcc.
1370         * testsuite/libffi.call/cls_multi_sshort.c (test_func_gn): Mark cif and
1371         data unused.
1372         (main): Cast res_call to silence gcc.
1373         * testsuite/libffi.call/cls_multi_sshortchar.c (test_func_gn): Mark cif
1374         and data unused.
1375         (main): Cast res_call to silence gcc.
1376         * testsuite/libffi.call/cls_multi_uchar.c (test_func_gn): Mark cif and
1377         data unused.
1378         (main): Cast res_call to silence gcc.
1379         * testsuite/libffi.call/cls_multi_ushort.c (test_func_gn): Mark cif and
1380         data unused.
1381         (main): Cast res_call to silence gcc.
1382         * testsuite/libffi.call/cls_multi_ushortchar.c (test_func_gn): Mark cif
1383         and data unused.
1384         (main): Cast res_call to silence gcc.
1385         * testsuite/libffi.call/cls_schar.c (cls_ret_schar_fn): Mark cif and
1386         userdata unused.
1387         (cls_ret_schar_fn): Cast printf parameter to silence gcc.
1388         * testsuite/libffi.call/cls_sint.c (cls_ret_sint_fn): Mark cif and
1389         userdata unused.
1390         (cls_ret_sint_fn): Cast printf parameter to silence gcc.
1391         * testsuite/libffi.call/cls_sshort.c (cls_ret_sshort_fn): Mark cif and
1392         userdata unused.
1393         (cls_ret_sshort_fn): Cast printf parameter to silence gcc.
1394         * testsuite/libffi.call/cls_uchar.c (cls_ret_uchar_fn):  Mark cif and
1395         userdata unused.
1396         (cls_ret_uchar_fn): Cast printf parameter to silence gcc.
1397         * testsuite/libffi.call/cls_uint.c (cls_ret_uint_fn): Mark cif and
1398         userdata unused.
1399         (cls_ret_uint_fn): Cast printf parameter to silence gcc.
1400         * testsuite/libffi.call/cls_ulonglong.c (cls_ret_ulonglong_fn): Mark cif
1401         and userdata unused.
1402         * testsuite/libffi.call/cls_ushort.c (cls_ret_ushort_fn): Mark cif and
1403         userdata unused.
1404         (cls_ret_ushort_fn): Cast printf parameter to silence gcc.
1405         * testsuite/libffi.call/float.c (floating): Remove unused parameter e.
1406         * testsuite/libffi.call/float1.c (main): Remove unused variable i.
1407         Cleanup white spaces.
1408         * testsuite/libffi.call/negint.c (checking): Remove unused variable i.
1409         * testsuite/libffi.call/nested_struct.c (cls_struct_combined_gn): Mark
1410         cif and userdata unused.
1411         * testsuite/libffi.call/nested_struct1.c (cls_struct_combined_gn):
1412         Likewise.
1413         * testsuite/libffi.call/nested_struct10.c (B_gn): Likewise.
1414         * testsuite/libffi.call/nested_struct2.c (B_fn): Adjust printf
1415         formatters to silence gcc.
1416         (B_gn): Mark cif and userdata unused.
1417         * testsuite/libffi.call/nested_struct3.c (B_gn): Mark cif and userdata
1418         unused.
1419         * testsuite/libffi.call/nested_struct4.c: Mention related PR.
1420         (B_gn): Mark cif and userdata unused.
1421         * testsuite/libffi.call/nested_struct5.c (B_gn): Mark cif and userdata
1422         unused.
1423         * testsuite/libffi.call/nested_struct6.c: Mention related PR.
1424         (B_gn): Mark cif and userdata unused.
1425         * testsuite/libffi.call/nested_struct7.c (B_gn): Mark cif and userdata
1426         unused.
1427         * testsuite/libffi.call/nested_struct8.c (B_gn): Likewise.
1428         * testsuite/libffi.call/nested_struct9.c (B_gn): Likewise.
1429         * testsuite/libffi.call/problem1.c (stub): Likewise.
1430         * testsuite/libffi.call/pyobjc-tc.c (main): Cast the result to silence
1431         gcc.
1432         * testsuite/libffi.call/return_fl2.c (return_fl): Add the note mentioned
1433         in the last commit for this test case in the test case itself.
1434         * testsuite/libffi.call/closure_fn0.c (closure_test_fn0): Mark cif as
1435         unused.
1436         * testsuite/libffi.call/closure_fn1.c (closure_test_fn1): Likewise.
1437         * testsuite/libffi.call/closure_fn2.c (closure_test_fn2): Likewise.
1438         * testsuite/libffi.call/closure_fn3.c (closure_test_fn3): Likewise.
1439         * testsuite/libffi.call/closure_fn4.c (closure_test_fn0): Likewise.
1440         * testsuite/libffi.call/closure_fn5.c (closure_test_fn5): Likewise.
1441         * testsuite/libffi.call/closure_fn6.c (closure_test_fn0): Likewise.
1442
1443 2006-02-22  Kaz Kojima  <kkojima@gcc.gnu.org>
1444
1445         * src/sh/sysv.S: Fix register numbers in the FDE for
1446         ffi_closure_SYSV.
1447
1448 2006-02-20  Andreas Tobler  <a.tobler@schweiz.ch>
1449
1450         * testsuite/libffi.call/return_fl2.c (return_fl): Remove static
1451         declaration to avoid a false negative on ix86. See PR323.
1452
1453 2006-02-18  Kaz Kojima  <kkojima@gcc.gnu.org>
1454
1455         * src/sh/ffi.c (ffi_closure_helper_SYSV): Remove unused variable
1456         and cast integer to void * if needed.  Update the pointer to
1457         the FP register saved area correctly.
1458         
1459 2006-02-17  Andreas Tobler  <a.tobler@schweiz.ch>
1460
1461         * testsuite/libffi.call/nested_struct6.c: XFAIL this test until PR25630
1462         is fixed.
1463         * testsuite/libffi.call/nested_struct4.c: Likewise.
1464
1465 2006-02-16  Andreas Tobler  <a.tobler@schweiz.ch>
1466
1467         * testsuite/libffi.call/return_dbl.c: New test case.
1468         * testsuite/libffi.call/return_dbl1.c: Likewise.
1469         * testsuite/libffi.call/return_dbl2.c: Likewise.
1470         * testsuite/libffi.call/return_fl.c: Likewise.
1471         * testsuite/libffi.call/return_fl1.c: Likewise.
1472         * testsuite/libffi.call/return_fl2.c: Likewise.
1473         * testsuite/libffi.call/return_fl3.c: Likewise.
1474         * testsuite/libffi.call/closure_fn6.c: Likewise.
1475
1476         * testsuite/libffi.call/nested_struct2.c: Remove ffi_type_mylong
1477         definition.
1478         * testsuite/libffi.call/ffitest.h: Add ffi_type_mylong definition
1479         here to be used by other test cases too.
1480
1481         * testsuite/libffi.call/nested_struct10.c: New test case.
1482         * testsuite/libffi.call/nested_struct9.c: Likewise.
1483         * testsuite/libffi.call/nested_struct8.c: Likewise.
1484         * testsuite/libffi.call/nested_struct7.c: Likewise.
1485         * testsuite/libffi.call/nested_struct6.c: Likewise.
1486         * testsuite/libffi.call/nested_struct5.c: Likewise.
1487         * testsuite/libffi.call/nested_struct4.c: Likewise.
1488
1489 2006-01-21  Andreas Tobler  <a.tobler@schweiz.ch>
1490
1491         * configure.ac: Enable libffi for sparc64-*-freebsd*.
1492         * configure: Rebuilt.
1493
1494 2006-01-18  Jakub Jelinek  <jakub@redhat.com>
1495
1496         * src/powerpc/sysv.S (smst_two_register): Don't call __ashldi3,
1497         instead do the shifting inline.
1498         * src/powerpc/ppc_closure.S (ffi_closure_SYSV): Don't compute %r5
1499         shift count unconditionally.  Simplify load sequences for 1, 2, 3, 4
1500         and 8 byte structs, for the remaining struct sizes don't call
1501         __lshrdi3, instead do the shifting inline.
1502
1503 2005-12-07  Thiemo Seufer  <ths@networkno.de>
1504
1505         * src/mips/ffitarget.h: Remove obsolete sgidefs.h include. Add
1506         missing parentheses.
1507         * src/mips/o32.S (ffi_call_O32): Code formatting. Define
1508         and use A3_OFF, FP_OFF, RA_OFF. Micro-optimizations.
1509         (ffi_closure_O32): Likewise, but with newly defined A3_OFF2,
1510         A2_OFF2, A1_OFF2, A0_OFF2, RA_OFF2, FP_OFF2, S0_OFF2, GP_OFF2,
1511         V1_OFF2, V0_OFF2, FA_1_1_OFF2, FA_1_0_OFF2, FA_0_1_OFF2,
1512         FA_0_0_OFF2.
1513         * src/mips/ffi.c (ffi_prep_args): Code formatting. Fix
1514         endianness bugs.
1515         (ffi_prep_closure): Improve trampoline instruction scheduling.
1516         (ffi_closure_mips_inner_O32): Fix endianness bugs.
1517
1518 2005-12-03  Alan Modra  <amodra@bigpond.net.au>
1519
1520         * src/powerpc/ffi.c: Formatting.
1521         (ffi_prep_args_SYSV): Avoid possible aliasing problems by using unions.
1522         (ffi_prep_args64): Likewise.
1523
1524 2005-09-30  Geoffrey Keating  <geoffk@apple.com>
1525
1526         * testsuite/lib/libffi-dg.exp (libffi_target_compile): For
1527         darwin, use -shared-libgcc not -lgcc_s, and explain why.
1528
1529 2005-09-26  Tom Tromey  <tromey@redhat.com>
1530
1531         * testsuite/libffi.call/float1.c (value_type): New typedef.
1532         (CANARY): New define.
1533         (main): Check for result buffer overflow.
1534         * src/powerpc/linux64.S: Handle linux64 long double returns.
1535         * src/powerpc/ffi.c (FLAG_RETURNS_128BITS): New constant.
1536         (ffi_prep_cif_machdep): Handle linux64 long double returns.
1537
1538 2005-08-25  Alan Modra  <amodra@bigpond.net.au>
1539
1540         PR target/23404
1541         * src/powerpc/ffi.c (ffi_prep_args_SYSV): Correct placement of stack
1542         homed fp args.
1543         (ffi_status ffi_prep_cif_machdep): Correct stack sizing for same.
1544
1545 2005-08-11  Jakub Jelinek  <jakub@redhat.com>
1546
1547         * configure.ac (HAVE_HIDDEN_VISIBILITY_ATTRIBUTE): New test.
1548         (AH_BOTTOM): Add FFI_HIDDEN definition.
1549         * configure: Rebuilt.
1550         * fficonfig.h.in: Rebuilt.
1551         * src/powerpc/ffi.c (hidden): Remove.
1552         (ffi_closure_LINUX64, ffi_prep_args64, ffi_call_LINUX64,
1553         ffi_closure_helper_LINUX64): Use FFI_HIDDEN instead of hidden.
1554         * src/powerpc/linux64_closure.S (ffi_closure_LINUX64,
1555         .ffi_closure_LINUX64): Use FFI_HIDDEN instead of .hidden.
1556         * src/x86/ffi.c (ffi_closure_SYSV, ffi_closure_raw_SYSV): Remove,
1557         add FFI_HIDDEN to its prototype.
1558         (ffi_closure_SYSV_inner): New.
1559         * src/x86/sysv.S (ffi_closure_SYSV, ffi_closure_raw_SYSV): New.
1560         * src/x86/win32.S (ffi_closure_SYSV, ffi_closure_raw_SYSV): New.
1561
1562 2005-08-10  Alfred M. Szmidt  <ams@gnu.org>
1563
1564         PR libffi/21819:
1565         * configure: Rebuilt.
1566         * configure.ac: Handle i*86-*-gnu*.
1567
1568 2005-08-09  Jakub Jelinek  <jakub@redhat.com>
1569
1570         * src/powerpc/ppc_closure.S (ffi_closure_SYSV): Use
1571         DW_CFA_offset_extended_sf rather than
1572         DW_CFA_GNU_negative_offset_extended.
1573         * src/powerpc/sysv.S (ffi_call_SYSV): Likewise.
1574
1575 2005-07-22  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
1576
1577         * src/sh/sysv.S (ffi_call_SYSV): Stop argument popping correctly
1578         on sh3.
1579         (ffi_closure_SYSV): Change the stack layout for sh3 struct argument.
1580         * src/sh/ffi.c (ffi_prep_args): Fix sh3 argument copy, when it is
1581         partially on register.
1582         (ffi_closure_helper_SYSV): Likewise.
1583         (ffi_prep_cif_machdep): Don't set too many cif->flags.
1584
1585 2005-07-20  Kaz Kojima  <kkojima@gcc.gnu.org>
1586
1587         * src/sh/ffi.c (ffi_call): Handle small structures correctly.
1588         Remove empty line.
1589         * src/sh64/ffi.c (simple_type): Remove.
1590         (return_type): Handle small structures correctly.
1591         (ffi_prep_args): Likewise.
1592         (ffi_call): Likewise.
1593         (ffi_closure_helper_SYSV): Likewise.
1594         * src/sh64/sysv.S (ffi_call_SYSV): Handle 1, 2 and 4-byte return.
1595         Emit position independent code if PIC and remove wrong datalabel
1596         prefixes from EH data.
1597
1598 2005-07-19  Andreas Tobler  <a.tobler@schweiz.ch>
1599
1600         * Makefile.am (nodist_libffi_la_SOURCES): Add POWERPC_FREEBSD.
1601         * Makefile.in: Regenerate.
1602         * include/Makefile.in: Likewise.
1603         * testsuite/Makefile.in: Likewise.
1604         * configure.ac: Add POWERPC_FREEBSD rules.
1605         * configure: Regenerate.
1606         * src/powerpc/ffitarget.h: Add POWERPC_FREEBSD rules.
1607         (FFI_SYSV_TYPE_SMALL_STRUCT): Define.
1608         * src/powerpc/ffi.c: Add flags to handle small structure returns
1609         in ffi_call_SYSV.
1610         (ffi_prep_cif_machdep): Handle small structures for SYSV 4 ABI.
1611         Aka FFI_SYSV.
1612         (ffi_closure_helper_SYSV): Likewise.
1613         * src/powerpc/ppc_closure.S: Add return types for small structures.
1614         * src/powerpc/sysv.S: Add bits to handle small structures for
1615         final SYSV 4 ABI.
1616
1617 2005-07-10  Andreas Tobler  <a.tobler@schweiz.ch>
1618
1619         * testsuite/libffi.call/cls_5_1_byte.c: New test file.
1620         * testsuite/libffi.call/cls_6_1_byte.c: Likewise.
1621         * testsuite/libffi.call/cls_7_1_byte.c: Likewise.
1622
1623 2005-07-05  Randolph Chung  <tausq@debian.org>
1624
1625         * src/pa/ffi.c (ffi_struct_type): Rename FFI_TYPE_SMALL_STRUCT1
1626         as FFI_TYPE_SMALL_STRUCT3.  Break out handling for 5-7 byte
1627         structures.  Kill compilation warnings.
1628         (ffi_closure_inner_LINUX): Print return values as hex in debug
1629         message.  Rename FFI_TYPE_SMALL_STRUCT1 as FFI_TYPE_SMALL_STRUCT3.
1630         Properly handle 5-7 byte structure returns.
1631         * src/pa/ffitarget.h (FFI_TYPE_SMALL_STRUCT1)
1632         (FFI_TYPE_SMALL_STRUCT2): Remove.
1633         (FFI_TYPE_SMALL_STRUCT3, FFI_TYPE_SMALL_STRUCT5)
1634         (FFI_TYPE_SMALL_STRUCT6, FFI_TYPE_SMALL_STRUCT7): Define.
1635         * src/pa/linux.S: Mark source file as using PA1.1 assembly.
1636         (checksmst1, checksmst2): Remove.
1637         (checksmst3): Optimize handling of 3-byte struct returns.
1638         (checksmst567): Properly handle 5-7 byte struct returns.
1639
1640 2005-06-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1641
1642         PR libgcj/21943
1643         * src/mips/n32.S: Enforce PIC code.
1644         * src/mips/o32.S: Likewise.
1645
1646 2005-06-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1647
1648         * configure.ac: Treat i*86-*-solaris2.10 and up as X86_64.
1649         * configure: Regenerate.
1650         
1651 2005-06-01  Alan Modra  <amodra@bigpond.net.au>
1652
1653         * src/powerpc/ppc_closure.S (ffi_closure_SYSV): Don't use JUMPTARGET
1654         to call ffi_closure_helper_SYSV.  Append @local instead.
1655         * src/powerpc/sysv.S (ffi_call_SYSV): Likewise for ffi_prep_args_SYSV.
1656
1657 2005-05-17  Kelley Cook  <kcook@gcc.gnu.org>
1658
1659         * configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
1660         Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF.
1661         * Makefile.am (ACLOCAL_AMFLAGS): Remove -I ../config.
1662         * aclocal.m4, configure, fficonfig.h.in, Makefile.in,
1663         include/Makefile.in, testsuite/Makefile.in: Regenerate.
1664         
1665 2005-05-09  Mike Stump  <mrs@apple.com>
1666
1667         * configure: Regenerate.
1668
1669 2005-05-08  Richard Henderson  <rth@redhat.com>
1670
1671         PR libffi/21285
1672         * src/alpha/osf.S: Update unwind into to match code.
1673
1674 2005-05-04  Andreas Degert <ad@papyrus-gmbh.de>
1675             Richard Henderson  <rth@redhat.com>
1676
1677         * src/x86/ffi64.c (ffi_prep_cif_machdep): Save sse-used flag in
1678         bit 11 of flags.
1679         (ffi_call): Mask return type field.  Pass ssecount to ffi_call_unix64.
1680         (ffi_prep_closure): Set carry bit if sse-used flag set.
1681         * src/x86/unix64.S (ffi_call_unix64): Add ssecount argument.
1682         Only load sse registers if ssecount non-zero.
1683         (ffi_closure_unix64): Only save sse registers if carry set on entry.
1684
1685 2005-04-29  Ralf Corsepius  <ralf.corsepius@rtems.org>
1686
1687         * configure.ac: Add i*86-*-rtems*, sparc*-*-rtems*,
1688         powerpc-*rtems*, arm*-*-rtems*, sh-*-rtems*.
1689         * configure: Regenerate.
1690
1691 2005-04-20  Hans-Peter Nilsson  <hp@axis.com>
1692
1693         * testsuite/lib/libffi-dg.exp (libffi-dg-test-1): In regsub use,
1694         have Tcl8.3-compatible intermediate variable.
1695
1696 2005-04-18  Simon Posnjak <simon.posnjak@siol.net> 
1697             Hans-Peter Nilsson  <hp@axis.com>
1698
1699         * Makefile.am: Add CRIS support.
1700         * configure.ac: Likewise.
1701         * Makefile.in, configure, testsuite/Makefile.in,
1702         include/Makefile.in: Regenerate.
1703         * src/cris: New directory.
1704         * src/cris/ffi.c, src/cris/sysv.S, src/cris/ffitarget.h: New files.
1705         * src/prep_cif.c (ffi_prep_cif): Wrap in #ifndef __CRIS__.
1706
1707         * testsuite/lib/libffi-dg.exp (libffi-dg-test-1): Replace \n with
1708         \r?\n in output tests.
1709
1710 2005-04-12  Mike Stump  <mrs@apple.com>
1711
1712         * configure: Regenerate.
1713
1714 2005-03-30  Hans Boehm  <Hans.Boehm@hp.com>
1715
1716         * src/ia64/ffitarget.h (ffi_arg): Use long long instead of DI.
1717         
1718 2005-03-30  Steve Ellcey  <sje@cup.hp.com>
1719
1720         * src/ia64/ffitarget.h (ffi_arg) ADD DI attribute.
1721         (ffi_sarg) Ditto.
1722         * src/ia64/unix.S (ffi_closure_unix): Extend gp
1723         to 64 bits in ILP32 mode.
1724         Load 64 bits even for short data.
1725
1726 2005-03-23  Mike Stump  <mrs@apple.com>
1727
1728         * src/powerpc/darwin.S: Update for -m64 multilib.
1729         * src/powerpc/darwin_closure.S: Likewise.
1730
1731 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
1732
1733         * configure.ac: Do not invoke TL_AC_GCC_VERSION.
1734         Do not set tool_include_dir.
1735         * aclocal.m4, configure, Makefile.in, testsuite/Makefile.in:
1736         Regenerate.
1737         * include/Makefile.am: Set gcc_version and toollibffidir.
1738         * include/Makefile.in: Regenerate.
1739
1740 2005-02-22  Andrew Haley  <aph@redhat.com>
1741
1742         * src/powerpc/ffi.c (ffi_prep_cif_machdep): Bump alignment to
1743         odd-numbered register pairs for 64-bit integer types.
1744
1745 2005-02-23  Andreas Tobler  <a.tobler@schweiz.ch>
1746
1747         PR libffi/20104
1748         * testsuite/libffi.call/return_ll1.c: New test case.
1749
1750 2005-02-11  Janis Johnson  <janis187@us.ibm.com>
1751
1752         * testsuite/libffi.call/cls_align_longdouble.c: Remove dg-options.
1753         * testsuite/libffi.call/float.c: Ditto.
1754         * testsuite/libffi.call/float2.c: Ditto.
1755         * testsuite/libffi.call/float3.c: Ditto.
1756
1757 2005-02-08  Andreas Tobler  <a.tobler@schweiz.ch>
1758
1759         * src/frv/ffitarget.h: Remove PPC stuff which does not belong to frv.
1760
1761 2005-01-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
1762
1763         * testsuite/libffi.special/special.exp (cxx_options): Add
1764         -shared-libgcc.
1765
1766 2004-12-31  Richard Henderson  <rth@redhat.com>
1767
1768         * src/types.c (FFI_AGGREGATE_TYPEDEF): Remove.
1769         (FFI_TYPEDEF): Rename from FFI_INTEGRAL_TYPEDEF.  Replace size and
1770         offset parameters with a type parameter; deduce size and structure
1771         alignment.  Update all users.
1772
1773 2004-12-31  Richard Henderson  <rth@redhat.com>
1774
1775         * src/types.c (FFI_TYPE_POINTER): Define with sizeof.
1776         (FFI_TYPE_LONGDOUBLE): Fix for ia64.
1777         * src/ia64/ffitarget.h (struct ffi_ia64_trampoline_struct): Move
1778         into ffi_prep_closure.
1779         * src/ia64/ia64_flags.h, src/ia64/ffi.c, src/ia64/unix.S: Rewrite
1780         from scratch.
1781
1782 2004-12-27  Richard Henderson  <rth@redhat.com>
1783
1784         * src/x86/unix64.S: Fix typo in unwind info.
1785
1786 2004-12-25  Richard Henderson  <rth@redhat.com>
1787
1788         * src/x86/ffi64.c (struct register_args): Rename from stackLayout.
1789         (enum x86_64_reg_class): Add X86_64_COMPLEX_X87_CLASS.
1790         (merge_classes): Check for it.
1791         (SSE_CLASS_P): New.
1792         (classify_argument): Pass byte_offset by value; perform all updates
1793         inside struct case.
1794         (examine_argument): Add classes argument; handle
1795         X86_64_COMPLEX_X87_CLASS.
1796         (ffi_prep_args): Merge into ...
1797         (ffi_call): ... here.  Share stack frame with ffi_call_unix64.
1798         (ffi_prep_cif_machdep): Setup cif->flags for proper structure return.
1799         (ffi_fill_return_value): Remove.
1800         (ffi_prep_closure): Remove dead assert.
1801         (ffi_closure_unix64_inner): Rename from ffi_closure_UNIX64_inner.
1802         Rewrite to use struct register_args instead of va_list.  Create
1803         flags for handling structure returns.
1804         * src/x86/unix64.S: Remove dead strings.
1805         (ffi_call_unix64): Rename from ffi_call_UNIX64.  Rewrite to share
1806         stack frame with ffi_call.  Handle structure returns properly.
1807         (float2sse, floatfloat2sse, double2sse): Remove.
1808         (sse2float, sse2double, sse2floatfloat): Remove.
1809         (ffi_closure_unix64): Rename from ffi_closure_UNIX64.  Rewrite
1810         to handle structure returns properly.
1811
1812 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
1813
1814         * Makefile.am (AM_MAKEFLAGS): Remove duplicate LIBCFLAGS and
1815         PICFLAG.
1816         * Makefile.in: Regenerated.
1817
1818 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
1819
1820         * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
1821         * configure, aclocal.m4, Makefile.in: Regenerate.
1822         * include/Makefile.in, testsuite/Makefile.in: Regenerate.
1823
1824 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
1825
1826         * configure: Regenerate for libtool change.
1827
1828 2004-11-25  Kelley Cook  <kcook@gcc.gnu.org>
1829
1830         * configure: Regenerate for libtool reversion.
1831
1832 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
1833
1834         * configure: Regenerate for libtool change.
1835
1836 2004-11-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1837
1838         * testsuite/lib/libffi-dg.exp: Use new procs in target-libpath.exp.
1839
1840 2004-11-23  Richard Sandiford  <rsandifo@redhat.com>
1841
1842         * src/mips/o32.S (ffi_call_O32, ffi_closure_O32): Use jalr instead
1843         of jal.  Use an absolute encoding for the frame information.
1844
1845 2004-11-23  Kelley Cook  <kcook@gcc.gnu.org>
1846
1847         * Makefile.am: Remove no-dependencies.  Add ACLOCAL_AMFLAGS.
1848         * acinclude.m4: Delete logic for sincludes.
1849         * aclocal.m4, Makefile.in, configure: Regenerate.
1850         * include/Makefile: Likewise.
1851         * testsuite/Makefile: Likewise.
1852
1853 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
1854
1855         * src/sparc/ffi.c (ffi_prep_closure): Align doubles and 64-bit integers
1856         on a 8-byte boundary.
1857         * src/sparc/v8.S (ffi_closure_v8): Reserve frame space for arguments.
1858
1859 2004-10-27  Richard Earnshaw  <rearnsha@arm.com>
1860
1861         * src/arm/ffi.c (ffi_prep_cif_machdep): Handle functions that return
1862         long long values.  Round stack allocation to a multiple of 8 bytes
1863         for ATPCS compatibility.
1864         * src/arm/sysv.S (ffi_call_SYSV): Rework to avoid use of APCS register
1865         names.  Handle returning long long types.  Add Thumb and interworking
1866         support.  Improve soft-float code.
1867
1868 2004-10-27  Richard Earnshaw  <rearnsha@arm.com>
1869
1870         * testsuite/lib/libffi-db.exp (load_gcc_lib): New function.
1871         (libffi_exit): New function.
1872         (libffi_init): Build the testglue wrapper if needed.
1873
1874 2004-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
1875
1876         PR other/18138
1877         * testsuite/lib/libffi-dg.exp: Accept more than one multilib libgcc.
1878
1879 2004-10-25  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1880
1881         * src/m32r/libffitarget.h (FFI_CLOSURES): Set to 0.
1882
1883 2004-10-20  Kaz Kojima  <kkojima@gcc.gnu.org>
1884
1885         * src/sh/sysv.S (ffi_call_SYSV): Don't align for double data.
1886         * testsuite/libffi.call/float3.c: New test case.
1887
1888 2004-10-18  Kaz Kojima  <kkojima@gcc.gnu.org>
1889
1890         * src/sh/ffi.c (ffi_prep_closure): Set T bit in trampoline for
1891         the function returning a structure pointed with R2.
1892         * src/sh/sysv.S (ffi_closure_SYSV): Use R2 as the pointer to
1893         the structure return value if T bit set.  Emit position
1894         independent code and EH data if PIC.
1895
1896 2004-10-13  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
1897
1898         * Makefile.am: Add m32r support.
1899         * configure.ac: Likewise.
1900         * Makefile.in: Regenerate.
1901         * confiugre: Regenerate.
1902         * src/types.c: Add m32r port to FFI_INTERNAL_TYPEDEF
1903         (uint64, sint64, double, longdouble)
1904         * src/m32r: New directory.
1905         * src/m32r/ffi.c: New file.
1906         * src/m32r/sysv.S: Likewise.
1907         * src/m32r/ffitarget.h: Likewise.
1908
1909 2004-10-02  Kaz Kojima  <kkojima@gcc.gnu.org>
1910
1911         * testsuite/libffi.call/negint.c: New test case.
1912
1913 2004-09-14  H.J. Lu  <hongjiu.lu@intel.com>
1914
1915         PR libgcj/17465
1916         * testsuite/lib/libffi-dg.exp: Don't use global ld_library_path.
1917         Set up LD_LIBRARY_PATH, SHLIB_PATH, LD_LIBRARYN32_PATH,
1918         LD_LIBRARY64_PATH, LD_LIBRARY_PATH_32, LD_LIBRARY_PATH_64 and
1919         DYLD_LIBRARY_PATH.
1920
1921 2004-09-05  Andreas Tobler  <a.tobler@schweiz.ch>
1922
1923         * testsuite/libffi.call/many_win32.c: Remove whitespaces.
1924         * testsuite/libffi.call/promotion.c: Likewise.
1925         * testsuite/libffi.call/return_ll.c: Remove unused var. Cleanup
1926         whitespaces.
1927         * testsuite/libffi.call/return_sc.c: Likewise.
1928         * testsuite/libffi.call/return_uc.c: Likewise.
1929
1930 2004-09-05  Andreas Tobler  <a.tobler@schweiz.ch>
1931
1932         * src/powerpc/darwin.S: Fix comments and identation.
1933         * src/powerpc/darwin_closure.S: Likewise.
1934
1935 2004-09-02  Andreas Tobler  <a.tobler@schweiz.ch>
1936
1937         * src/powerpc/ffi_darwin.c: Add flag for longdouble return values.
1938         (ffi_prep_args): Handle longdouble arguments.
1939         (ffi_prep_cif_machdep): Set flags for longdouble. Calculate space for
1940         longdouble.
1941         (ffi_closure_helper_DARWIN): Add closure handling for longdouble.
1942         * src/powerpc/darwin.S (_ffi_call_DARWIN): Add handling of longdouble
1943         values.
1944         * src/powerpc/darwin_closure.S (_ffi_closure_ASM): Likewise.
1945         * src/types.c: Defined longdouble size and alignment for darwin.
1946
1947 2004-09-02  Andreas Tobler  <a.tobler@schweiz.ch>
1948
1949         * src/powerpc/aix.S: Remove whitespaces.
1950         * src/powerpc/aix_closure.S: Likewise.
1951         * src/powerpc/asm.h: Likewise.
1952         * src/powerpc/ffi.c: Likewise.
1953         * src/powerpc/ffitarget.h: Likewise.
1954         * src/powerpc/linux64.S: Likewise.
1955         * src/powerpc/linux64_closure.S: Likewise.
1956         * src/powerpc/ppc_closure.S: Likewise.
1957         * src/powerpc/sysv.S: Likewise.
1958
1959 2004-08-30  Anthony Green  <green@redhat.com>
1960
1961         * Makefile.am: Add frv support.
1962         * Makefile.in, testsuite/Makefile.in: Rebuilt.
1963         * configure.ac: Read configure.host.
1964         * configure.in: Read configure.host.
1965         * configure.host: New file.  frv-elf needs libgloss.
1966         * include/ffi.h.in: Force ffi_closure to have a nice big (8)
1967         alignment.  This is needed to frv and shouldn't harm the others.
1968         * include/ffi_common.h (ALIGN_DOWN): New macro.
1969         * src/frv/ffi.c, src/frv/ffitarget.h, src/frv/eabi.S: New files.
1970
1971 2004-08-24  David Daney  <daney@avtrex.com>
1972
1973         * testsuite/libffi.call/closure_fn0.c: Xfail mips64* instead of mips*.
1974         * testsuite/libffi.call/closure_fn1.c: Likewise.
1975         * testsuite/libffi.call/closure_fn2.c  Likewise.
1976         * testsuite/libffi.call/closure_fn3.c: Likewise.
1977         * testsuite/libffi.call/closure_fn4.c: Likewise.
1978         * testsuite/libffi.call/closure_fn5.c: Likewise.
1979         * testsuite/libffi.call/cls_18byte.c: Likewise.
1980         * testsuite/libffi.call/cls_19byte.c: Likewise.
1981         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
1982         * testsuite/libffi.call/cls_20byte.c: Likewise.
1983         * testsuite/libffi.call/cls_20byte1.c: Likewise.
1984         * testsuite/libffi.call/cls_24byte.c: Likewise.
1985         * testsuite/libffi.call/cls_2byte.c: Likewise.
1986         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
1987         * testsuite/libffi.call/cls_3byte1.c: Likewise.
1988         * testsuite/libffi.call/cls_3byte2.c: Likewise.
1989         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
1990         * testsuite/libffi.call/cls_4byte.c: Likewise.
1991         * testsuite/libffi.call/cls_64byte.c: Likewise.
1992         * testsuite/libffi.call/cls_6byte.c: Likewise.
1993         * testsuite/libffi.call/cls_7byte.c: Likewise.
1994         * testsuite/libffi.call/cls_8byte.c: Likewise.
1995         * testsuite/libffi.call/cls_9byte1.c: Likewise.
1996         * testsuite/libffi.call/cls_9byte2.c: Likewise.
1997         * testsuite/libffi.call/cls_align_double.c: Likewise.
1998         * testsuite/libffi.call/cls_align_float.c: Likewise.
1999         * testsuite/libffi.call/cls_align_longdouble.c: Likewise.
2000         * testsuite/libffi.call/cls_align_pointer.c: Likewise.
2001         * testsuite/libffi.call/cls_align_sint16.c: Likewise.
2002         * testsuite/libffi.call/cls_align_sint32.c: Likewise.
2003         * testsuite/libffi.call/cls_align_sint64.c: Likewise.
2004         * testsuite/libffi.call/cls_align_uint16.c: Likewise.
2005         * testsuite/libffi.call/cls_align_uint32.c: Likewise.
2006         * testsuite/libffi.call/cls_align_uint64.c: Likewise.
2007         * testsuite/libffi.call/cls_double.c: Likewise.
2008         * testsuite/libffi.call/cls_float.c: Likewise.
2009         * testsuite/libffi.call/cls_multi_schar.c: Likewise.
2010         * testsuite/libffi.call/cls_multi_sshort.c: Likewise.
2011         * testsuite/libffi.call/cls_multi_sshortchar.c: Likewise.
2012         * testsuite/libffi.call/cls_multi_uchar.c: Likewise.
2013         * testsuite/libffi.call/cls_multi_ushort.c: Likewise.
2014         * testsuite/libffi.call/cls_multi_ushortchar.c: Likewise.
2015         * testsuite/libffi.call/cls_schar.c: Likewise.
2016         * testsuite/libffi.call/cls_sint.c: Likewise.
2017         * testsuite/libffi.call/cls_sshort.c: Likewise.
2018         * testsuite/libffi.call/cls_uchar.c: Likewise.
2019         * testsuite/libffi.call/cls_uint.c: Likewise.
2020         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
2021         * testsuite/libffi.call/cls_ushort.c: Likewise.
2022         * testsuite/libffi.call/nested_struct.c: Likewise.
2023         * testsuite/libffi.call/nested_struct1.c: Likewise.
2024         * testsuite/libffi.call/nested_struct2.c: Likewise.
2025         * testsuite/libffi.call/nested_struct3.c: Likewise.
2026         * testsuite/libffi.call/problem1.c: Likewise.
2027         * testsuite/libffi.special/unwindtest.cc: Likewise.
2028         * testsuite/libffi.call/cls_12byte.c: Likewise and set return value
2029         to zero.
2030         * testsuite/libffi.call/cls_16byte.c: Likewise.
2031         * testsuite/libffi.call/cls_5byte.c: Likewise.
2032
2033 2004-08-23  David Daney <daney@avtrex.com>
2034
2035         PR libgcj/13141
2036         * src/mips/ffitarget.h (FFI_O32_SOFT_FLOAT): New ABI.
2037         * src/mips/ffi.c (ffi_prep_args): Fix alignment calculation.
2038         (ffi_prep_cif_machdep): Handle FFI_O32_SOFT_FLOAT floating point
2039         parameters and return types.
2040         (ffi_call): Handle FFI_O32_SOFT_FLOAT ABI.
2041         (ffi_prep_closure): Ditto.
2042         (ffi_closure_mips_inner_O32): Handle FFI_O32_SOFT_FLOAT ABI, fix
2043         alignment calculations.
2044         * src/mips/o32.S (ffi_closure_O32): Don't use floating point
2045         instructions if FFI_O32_SOFT_FLOAT, make stack frame ABI compliant.
2046
2047 2004-08-14  Casey Marshall <csm@gnu.org>
2048
2049         * src/mips/ffi.c (ffi_pref_cif_machdep): set `cif->flags' to
2050         contain `FFI_TYPE_UINT64' as return type for any 64-bit
2051         integer (O32 ABI only).
2052         (ffi_prep_closure): new function.
2053         (ffi_closure_mips_inner_O32): new function.
2054         * src/mips/ffitarget.h: Define `FFI_CLOSURES' and
2055         `FFI_TRAMPOLINE_SIZE' appropriately if the ABI is o32.
2056         * src/mips/o32.S (ffi_call_O32): add labels for .eh_frame. Return
2057         64 bit integers correctly.
2058         (ffi_closure_O32): new function.
2059         Added DWARF-2 unwind info for both functions.
2060
2061 2004-08-10  Andrew Haley  <aph@redhat.com>
2062
2063         * src/x86/ffi64.c (ffi_prep_args ): 8-align all stack arguments.
2064
2065 2004-08-01  Robert Millan  <robertmh@gnu.org>
2066
2067         * configure.ac: Detect knetbsd-gnu and kfreebsd-gnu.
2068         * configure: Regenerate.
2069
2070 2004-07-30  Maciej W. Rozycki  <macro@linux-mips.org>
2071
2072         * acinclude.m4 (AC_FUNC_MMAP_BLACKLIST): Check for <sys/mman.h>
2073         and mmap() explicitly instead of relying on preset autoconf cache
2074         variables.
2075         * aclocal.m4: Regenerate.
2076         * configure: Regenerate.
2077
2078 2004-07-11  Ulrich Weigand  <uweigand@de.ibm.com>
2079
2080         * src/s390/ffi.c (ffi_prep_args): Fix C aliasing violation.
2081         (ffi_check_float_struct): Remove unused prototype.
2082
2083 2004-06-30  Geoffrey Keating  <geoffk@apple.com>
2084
2085         * src/powerpc/ffi_darwin.c (flush_icache): ';' is a comment
2086         character on Darwin, use '\n\t' instead.
2087
2088 2004-06-26  Matthias Klose  <doko@debian.org>
2089
2090         * libtool-version: Fix typo in revision/age.
2091
2092 2004-06-17  Matthias Klose  <doko@debian.org>
2093
2094         * libtool-version: New.
2095         * Makefile.am (libffi_la_LDFLAGS): Use -version-info for soname.
2096         * Makefile.in: Regenerate.
2097
2098 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
2099
2100         * Makefile.am: Remove useless multilib rules.
2101         * Makefile.in: Regenerate.
2102         * aclocal.m4: Regenerate with automake 1.8.5.
2103         * configure.ac: Remove useless multilib configury.
2104         * configure: Regenerate.
2105
2106 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
2107
2108         * .cvsignore: New file.
2109
2110 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
2111
2112         * src/ia64/unix.S (ffi_call_unix): Insert group barrier break
2113         fp_done.
2114         (ffi_closure_UNIX): Fix f14/f15 adjustment if FLOAT_SZ is ever
2115         changed from 8.
2116
2117 2004-06-06  Sean McNeil  <sean@mcneil.com>
2118
2119         * configure.ac: Add x86_64-*-freebsd* support.
2120         * configure: Regenerate.
2121
2122 2004-04-26  Joe Buck <jbuck@welsh-buck.org>
2123
2124         Bug 15093
2125         * configure.ac: Test for existence of mmap and sys/mman.h before
2126         checking blacklist.  Fix suggested by Jim Wilson.
2127         * configure: Regenerate.
2128
2129 2004-04-26  Matt Austern  <austern@apple.com>
2130
2131         * src/powerpc/darwin.S: Go through a non-lazy pointer for initial
2132         FDE location.
2133         * src/powerpc/darwin_closure.S: Likewise.
2134
2135 2004-04-24  Andreas Tobler  <a.tobler@schweiz.ch>
2136
2137         * testsuite/libffi.call/cls_multi_schar.c (main): Fix initialization
2138         error. Reported by Thomas Heller <theller@python.net>.
2139         * testsuite/libffi.call/cls_multi_sshort.c (main): Likewise.
2140         * testsuite/libffi.call/cls_multi_ushort.c (main): Likewise.
2141
2142 2004-03-20  Matthias Klose  <doko@debian.org>
2143
2144         * src/pa/linux.S: Fix typo.
2145
2146 2004-03-19  Matthias Klose  <doko@debian.org>
2147
2148         * Makefile.am: Update.
2149         * Makefile.in: Regenerate.
2150         * src/pa/ffi.h.in: Remove.
2151         * src/pa/ffitarget.h: New file.
2152
2153 2004-02-10  Randolph Chung  <tausq@debian.org>
2154
2155         * Makefile.am: Add PA support.
2156         * Makefile.in: Regenerate.
2157         * include/Makefile.in: Regenerate.
2158         * configure.ac: Add PA target.
2159         * configure: Regenerate.
2160         * src/pa/ffi.c: New file.
2161         * src/pa/ffi.h.in: Add PA support.
2162         * src/pa/linux.S: New file.
2163         * prep_cif.c: Add PA support.
2164
2165 2004-03-16  Hosaka Yuji  <hos@tamanegi.org>
2166
2167         * src/types.c: Fix alignment size of X86_WIN32 case int64 and
2168         double.
2169         * src/x86/ffi.c (ffi_prep_args): Replace ecif->cif->rtype->type
2170         with ecif->cif->flags.
2171         (ffi_call, ffi_prep_incoming_args_SYSV): Replace cif->rtype->type
2172         with cif->flags.
2173         (ffi_prep_cif_machdep): Add X86_WIN32 struct case.
2174         (ffi_closure_SYSV): Add 1 or 2-bytes struct case for X86_WIN32.
2175         * src/x86/win32.S (retstruct1b, retstruct2b, sc_retstruct1b,
2176         sc_retstruct2b): Add for 1 or 2-bytes struct case.
2177
2178 2004-03-15 Kelley Cook <kcook@gcc.gnu.org>
2179
2180         * configure.in: Rename file to ...
2181         * configure.ac: ... this.
2182         * fficonfig.h.in: Regenerate.
2183         * Makefile.in: Regenerate.
2184         * include/Makefile.in: Regenerate.
2185         * testsuite/Makefile.in: Regenerate.
2186
2187 2004-03-12  Matt Austern  <austern@apple.com>
2188
2189         * src/powerpc/darwin.S: Fix EH information so it corresponds to
2190         changes in EH format resulting from addition of linkonce support.
2191         * src/powerpc/darwin_closure.S: Likewise.
2192
2193 2004-03-11  Andreas Tobler  <a.tobler@schweiz.ch>
2194             Paolo Bonzini  <bonzini@gnu.org>
2195
2196         * Makefile.am (AUTOMAKE_OPTIONS): Set them.
2197         Remove VPATH. Remove rules for object files. Remove multilib support.
2198         (AM_CCASFLAGS): Add.
2199         * configure.in (AC_CONFIG_HEADERS): Relace AM_CONFIG_HEADER.
2200         (AC_PREREQ): Bump version to 2.59.
2201         (AC_INIT): Fill with version info and bug address.
2202         (ORIGINAL_LD_FOR_MULTILIBS): Remove.
2203         (AM_ENABLE_MULTILIB): Use this instead of AC_ARG_ENABLE.
2204         De-precious CC so that the right flags are passed down to multilibs.
2205         (AC_MSG_ERROR): Replace obsolete macro AC_ERROR.
2206         (AC_CONFIG_FILES): Replace obsolete macro AC_LINK_FILES.
2207         (AC_OUTPUT): Reorganize the output with AC_CONFIG_COMMANDS.
2208         * configure: Rebuilt.
2209         * aclocal.m4: Likewise.
2210         * Makefile.in, include/Makefile.in, testsuite/Makefile.in: Likewise.
2211         * fficonfig.h.in: Likewise.
2212
2213 2004-03-11  Andreas Schwab  <schwab@suse.de>
2214
2215         * src/ia64/ffi.c (ffi_prep_incoming_args_UNIX): Get floating point
2216         arguments from fp registers only for the first 8 parameter slots.
2217         Don't convert a float parameter when passed in memory.
2218
2219 2004-03-09  Hans-Peter Nilsson  <hp@axis.com>
2220
2221         * configure: Regenerate for config/accross.m4 correction.
2222
2223 2004-02-25  Matt Kraai  <kraai@alumni.cmu.edu>
2224
2225         * src/powerpc/ffi.c (ffi_prep_args_SYSV): Change
2226         ecif->cif->bytes to bytes.
2227         (ffi_prep_cif_machdep): Add braces around nested if statement.
2228
2229 2004-02-09  Alan Modra  <amodra@bigpond.net.au>
2230
2231         * src/types.c (pointer): POWERPC64 has 8 byte pointers.
2232
2233         * src/powerpc/ffi.c (ffi_prep_args64): Correct long double handling.
2234         (ffi_closure_helper_LINUX64): Fix typo.
2235         * testsuite/libffi.call/cls_align_longdouble.c: Pass -mlong-double-128
2236         for powerpc64-*-*.
2237         * testsuite/libffi.call/float.c: Likewise.
2238         * testsuite/libffi.call/float2.c: Likewise.
2239
2240 2004-02-08  Alan Modra  <amodra@bigpond.net.au>
2241
2242         * src/powerpc/ffi.c (ffi_prep_cif_machdep <FFI_LINUX64>): Correct
2243         long double function return and long double arg handling.
2244         (ffi_closure_helper_LINUX64): Formatting.  Delete unused "ng" var.
2245         Use "end_pfr" instead of "nf".  Correct long double handling.
2246         Localise "temp".
2247         * src/powerpc/linux64.S (ffi_call_LINUX64): Save f2 long double
2248         return value.
2249         * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Allocate
2250         space for long double return value.  Adjust stack frame and offsets.
2251         Load f2 long double return.
2252
2253 2004-02-07  Alan Modra  <amodra@bigpond.net.au>
2254
2255         * src/types.c: Use 16 byte long double for POWERPC64.
2256
2257 2004-01-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
2258
2259         * src/sparc/ffi.c (ffi_prep_args_v9): Shift the parameter array
2260         when the structure return address is passed in %o0.
2261         (ffi_V9_return_struct): Rename into ffi_v9_layout_struct.
2262         (ffi_v9_layout_struct): Align the field following a nested structure
2263         on a word boundary.  Use memmove instead of memcpy.
2264         (ffi_call): Update call to ffi_V9_return_struct.
2265         (ffi_prep_closure): Define 'ctx' only for V8.
2266         (ffi_closure_sparc_inner): Clone into ffi_closure_sparc_inner_v8
2267         and ffi_closure_sparc_inner_v9.
2268         (ffi_closure_sparc_inner_v8): Return long doubles by reference.
2269         Always skip the structure return address.  For structures and long
2270         doubles, copy the argument directly.
2271         (ffi_closure_sparc_inner_v9): Skip the structure return address only
2272         if required.  Shift the maximum floating-point slot accordingly.  For
2273         big structures, copy the argument directly; otherwise, left-justify the
2274         argument and call ffi_v9_layout_struct to lay out the structure on
2275         the stack.
2276         * src/sparc/v8.S: Undef STACKFRAME before defining it.
2277         (ffi_closure_v8): Pass the structure return address.  Update call to
2278         ffi_closure_sparc_inner_v8.  Short-circuit FFI_TYPE_INT handling.
2279         Skip the 'unimp' insn when returning long doubles and structures.
2280         * src/sparc/v9.S: Undef STACKFRAME before defining it.
2281         (ffi_closure_v9): Increase the frame size by 2 words.  Short-circuit
2282         FFI_TYPE_INT handling.  Load structures both in integers and
2283         floating-point registers on return.
2284         * README: Update status of the SPARC port.
2285
2286 2004-01-24  Andreas Tobler  <a.tobler@schweiz.ch>
2287
2288         * testsuite/libffi.call/pyobjc-tc.c (main): Treat result value
2289         as of type ffi_arg.
2290         * testsuite/libffi.call/struct3.c (main): Fix CHECK.
2291
2292 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
2293
2294         * testsuite/libffi.call/cls_uint.c (cls_ret_uint_fn): Treat result
2295         value as of type ffi_arg, not unsigned int.
2296
2297 2004-01-21  Michael Ritzert  <ritzert@t-online.de>
2298
2299         * ffi64.c (ffi_prep_args): Cast the RHS of an assignment instead
2300         of the LHS.
2301
2302 2004-01-12  Andreas Tobler  <a.tobler@schweiz.ch>
2303
2304         * testsuite/lib/libffi-dg.exp: Set LD_LIBRARY_PATH_32 for
2305         Solaris.
2306
2307 2004-01-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2308
2309         * testsuite/libffi.call/ffitest.h (allocate_mmap): Cast MAP_FAILED
2310         to void *.
2311
2312 2003-12-10  Richard Henderson  <rth@redhat.com>
2313
2314         * testsuite/libffi.call/cls_align_pointer.c: Cast pointers to
2315         size_t instead of int.
2316
2317 2003-12-04  Hosaka Yuji  <hos@tamanegi.org>
2318
2319         * testsuite/libffi.call/many_win32.c: Include <float.h>.
2320         * testsuite/libffi.call/many_win32.c (main): Replace variable
2321         int i with unsigned long ul.
2322
2323         * testsuite/libffi.call/cls_align_uint64.c: New test case.
2324         * testsuite/libffi.call/cls_align_sint64.c: Likewise.
2325         * testsuite/libffi.call/cls_align_uint32.c: Likewise.
2326         * testsuite/libffi.call/cls_align_sint32.c: Likewise.
2327         * testsuite/libffi.call/cls_align_uint16.c: Likewise.
2328         * testsuite/libffi.call/cls_align_sint16.c: Likewise.
2329         * testsuite/libffi.call/cls_align_float.c: Likewise.
2330         * testsuite/libffi.call/cls_align_double.c: Likewise.
2331         * testsuite/libffi.call/cls_align_longdouble.c: Likewise.
2332         * testsuite/libffi.call/cls_align_pointer.c: Likewise.
2333
2334 2003-12-02  Hosaka Yuji  <hos@tamanegi.org>
2335
2336         PR other/13221
2337         * src/x86/ffi.c (ffi_prep_args, ffi_prep_incoming_args_SYSV):
2338         Align arguments to 32 bits.
2339
2340 2003-12-01  Andreas Tobler  <a.tobler@schweiz.ch>
2341
2342         PR other/13221
2343         * testsuite/libffi.call/cls_multi_sshort.c: New test case.
2344         * testsuite/libffi.call/cls_multi_sshortchar.c: Likewise.
2345         * testsuite/libffi.call/cls_multi_uchar.c: Likewise.
2346         * testsuite/libffi.call/cls_multi_schar.c: Likewise.
2347         * testsuite/libffi.call/cls_multi_ushortchar.c: Likewise.
2348         * testsuite/libffi.call/cls_multi_ushort.c: Likewise.
2349
2350         * testsuite/libffi.special/unwindtest.cc: Cosmetics.
2351
2352 2003-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2353
2354         * testsuite/libffi.call/ffitest.h: Include <fcntl.h>.
2355         * testsuite/libffi.special/ffitestcxx.h: Likewise.
2356
2357 2003-11-22  Andreas Tobler  <a.tobler@schweiz.ch>
2358
2359         * Makefile.in: Rebuilt.
2360         * configure: Likewise.
2361         * testsuite/libffi.special/unwindtest.cc: Convert the mmap to
2362         the right type.
2363
2364 2003-11-21  Andreas Jaeger  <aj@suse.de>
2365             Andreas Tobler  <a.tobler@schweiz.ch>
2366
2367         * acinclude.m4: Add AC_FUNC_MMAP_BLACKLIST.
2368         * configure.in: Call AC_FUNC_MMAP_BLACKLIST.
2369         * Makefile.in: Rebuilt.
2370         * aclocal.m4: Likewise.
2371         * configure: Likewise.
2372         * fficonfig.h.in: Likewise.
2373         * testsuite/lib/libffi-dg.exp: Add include dir.
2374         * testsuite/libffi.call/ffitest.h: Add MMAP definitions.
2375         * testsuite/libffi.special/ffitestcxx.h: Likewise.
2376         * testsuite/libffi.call/closure_fn0.c: Use MMAP functionality
2377         for ffi_closure if available.
2378         * testsuite/libffi.call/closure_fn1.c: Likewise.
2379         * testsuite/libffi.call/closure_fn2.c: Likewise.
2380         * testsuite/libffi.call/closure_fn3.c: Likewise.
2381         * testsuite/libffi.call/closure_fn4.c: Likewise.
2382         * testsuite/libffi.call/closure_fn5.c: Likewise.
2383         * testsuite/libffi.call/cls_12byte.c: Likewise.
2384         * testsuite/libffi.call/cls_16byte.c: Likewise.
2385         * testsuite/libffi.call/cls_18byte.c: Likewise.
2386         * testsuite/libffi.call/cls_19byte.c: Likewise.
2387         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
2388         * testsuite/libffi.call/cls_20byte.c: Likewise.
2389         * testsuite/libffi.call/cls_20byte1.c: Likewise.
2390         * testsuite/libffi.call/cls_24byte.c: Likewise.
2391         * testsuite/libffi.call/cls_2byte.c: Likewise.
2392         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
2393         * testsuite/libffi.call/cls_3byte1.c: Likewise.
2394         * testsuite/libffi.call/cls_3byte2.c: Likewise.
2395         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
2396         * testsuite/libffi.call/cls_4byte.c: Likewise.
2397         * testsuite/libffi.call/cls_5byte.c: Likewise.
2398         * testsuite/libffi.call/cls_64byte.c: Likewise.
2399         * testsuite/libffi.call/cls_6byte.c: Likewise.
2400         * testsuite/libffi.call/cls_7byte.c: Likewise.
2401         * testsuite/libffi.call/cls_8byte.c: Likewise.
2402         * testsuite/libffi.call/cls_9byte1.c: Likewise.
2403         * testsuite/libffi.call/cls_9byte2.c: Likewise.
2404         * testsuite/libffi.call/cls_double.c: Likewise.
2405         * testsuite/libffi.call/cls_float.c: Likewise.
2406         * testsuite/libffi.call/cls_schar.c: Likewise.
2407         * testsuite/libffi.call/cls_sint.c: Likewise.
2408         * testsuite/libffi.call/cls_sshort.c: Likewise.
2409         * testsuite/libffi.call/cls_uchar.c: Likewise.
2410         * testsuite/libffi.call/cls_uint.c: Likewise.
2411         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
2412         * testsuite/libffi.call/cls_ushort.c: Likewise.
2413         * testsuite/libffi.call/nested_struct.c: Likewise.
2414         * testsuite/libffi.call/nested_struct1.c: Likewise.
2415         * testsuite/libffi.call/nested_struct2.c: Likewise.
2416         * testsuite/libffi.call/nested_struct3.c: Likewise.
2417         * testsuite/libffi.call/problem1.c: Likewise.
2418         * testsuite/libffi.special/unwindtest.cc: Likewise.
2419
2420 2003-11-20  Andreas Tobler  <a.tobler@schweiz.ch>
2421
2422         * testsuite/lib/libffi-dg.exp: Make the -lgcc_s conditional.
2423
2424 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
2425
2426         * testsuite/lib/libffi-dg.exp: Add DYLD_LIBRARY_PATH for darwin.
2427         Add -lgcc_s to additional flags.
2428
2429 2003-11-12  Andreas Tobler  <a.tobler@schweiz.ch>
2430
2431         * configure.in, include/Makefile.am: PR libgcj/11147, install
2432         the ffitarget.h header file in a gcc versioned and target
2433         dependent place.
2434         * configure: Regenerated.
2435         * Makefile.in, include/Makefile.in: Likewise.
2436         * testsuite/Makefile.in: Likewise.
2437
2438 2003-11-09  Andreas Tobler  <a.tobler@schweiz.ch>
2439
2440         * testsuite/libffi.call/closure_fn0.c: Print result and check
2441         with dg-output to make debugging easier.
2442         * testsuite/libffi.call/closure_fn1.c: Likewise.
2443         * testsuite/libffi.call/closure_fn2.c: Likewise.
2444         * testsuite/libffi.call/closure_fn3.c: Likewise.
2445         * testsuite/libffi.call/closure_fn4.c: Likewise.
2446         * testsuite/libffi.call/closure_fn5.c: Likewise.
2447         * testsuite/libffi.call/cls_12byte.c: Likewise.
2448         * testsuite/libffi.call/cls_16byte.c: Likewise.
2449         * testsuite/libffi.call/cls_18byte.c: Likewise.
2450         * testsuite/libffi.call/cls_19byte.c: Likewise.
2451         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
2452         * testsuite/libffi.call/cls_20byte.c: Likewise.
2453         * testsuite/libffi.call/cls_20byte1.c: Likewise.
2454         * testsuite/libffi.call/cls_24byte.c: Likewise.
2455         * testsuite/libffi.call/cls_2byte.c: Likewise.
2456         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
2457         * testsuite/libffi.call/cls_3byte1.c: Likewise.
2458         * testsuite/libffi.call/cls_3byte2.c: Likewise.
2459         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
2460         * testsuite/libffi.call/cls_4byte.c: Likewise.
2461         * testsuite/libffi.call/cls_5byte.c: Likewise.
2462         * testsuite/libffi.call/cls_64byte.c: Likewise.
2463         * testsuite/libffi.call/cls_6byte.c: Likewise.
2464         * testsuite/libffi.call/cls_7byte.c: Likewise.
2465         * testsuite/libffi.call/cls_8byte.c: Likewise.
2466         * testsuite/libffi.call/cls_9byte1.c: Likewise.
2467         * testsuite/libffi.call/cls_9byte2.c: Likewise.
2468         * testsuite/libffi.call/cls_double.c: Likewise.
2469         * testsuite/libffi.call/cls_float.c: Likewise.
2470         * testsuite/libffi.call/cls_schar.c: Likewise.
2471         * testsuite/libffi.call/cls_sint.c: Likewise.
2472         * testsuite/libffi.call/cls_sshort.c: Likewise.
2473         * testsuite/libffi.call/cls_uchar.c: Likewise.
2474         * testsuite/libffi.call/cls_uint.c: Likewise.
2475         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
2476         * testsuite/libffi.call/cls_ushort.c: Likewise.
2477         * testsuite/libffi.call/problem1.c: Likewise.
2478
2479         * testsuite/libffi.special/unwindtest.cc: Make ffi_closure
2480         static.
2481
2482 2003-11-08  Andreas Tobler  <a.tobler@schweiz.ch>
2483
2484         * testsuite/libffi.call/cls_9byte2.c: New test case.
2485         * testsuite/libffi.call/cls_9byte1.c: Likewise.
2486         * testsuite/libffi.call/cls_64byte.c: Likewise.
2487         * testsuite/libffi.call/cls_20byte1.c: Likewise.
2488         * testsuite/libffi.call/cls_19byte.c: Likewise.
2489         * testsuite/libffi.call/cls_18byte.c: Likewise.
2490         * testsuite/libffi.call/closure_fn4.c: Likewise.
2491         * testsuite/libffi.call/closure_fn5.c: Likewise.
2492         * testsuite/libffi.call/cls_schar.c: Likewise.
2493         * testsuite/libffi.call/cls_sint.c: Likewise.
2494         * testsuite/libffi.call/cls_sshort.c: Likewise.
2495         * testsuite/libffi.call/nested_struct2.c: Likewise.
2496         * testsuite/libffi.call/nested_struct3.c: Likewise.
2497
2498 2003-11-08  Andreas Tobler  <a.tobler@schweiz.ch>
2499
2500         * testsuite/libffi.call/cls_double.c: Do a check on the result.
2501         * testsuite/libffi.call/cls_uchar.c: Likewise.
2502         * testsuite/libffi.call/cls_uint.c: Likewise.
2503         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
2504         * testsuite/libffi.call/cls_ushort.c: Likewise.
2505         * testsuite/libffi.call/return_sc.c: Cleanup whitespaces.
2506
2507 2003-11-06  Andreas Tobler  <a.tobler@schweiz.ch>
2508
2509         * src/prep_cif.c (ffi_prep_cif): Move the validity check after
2510         the initialization.
2511
2512 2003-10-23  Andreas Tobler  <a.tobler@schweiz.ch>
2513
2514         * src/java_raw_api.c (ffi_java_ptrarray_to_raw): Replace
2515         FFI_ASSERT(FALSE) with FFI_ASSERT(0).
2516
2517 2003-10-22  David Daney  <ddaney@avtrex.com>
2518
2519         * src/mips/ffitarget.h: Replace undefined UINT32 and friends with
2520         __attribute__((__mode__(__SI__))) and friends.
2521
2522 2003-10-22  Andreas Schwab  <schwab@suse.de>
2523
2524         * src/ia64/ffi.c: Replace FALSE/TRUE with false/true.
2525
2526 2003-10-21  Andreas Tobler  <a.tobler@schweiz.ch>
2527
2528         * configure.in: AC_LINK_FILES(ffitarget.h).
2529         * configure: Regenerate.
2530         * Makefile.in: Likewise.
2531         * include/Makefile.in: Likewise.
2532         * testsuite/Makefile.in: Likewise.
2533         * fficonfig.h.in: Likewise.
2534
2535 2003-10-21  Paolo Bonzini  <bonzini@gnu.org>
2536             Richard Henderson  <rth@redhat.com>
2537
2538         Avoid that ffi.h includes fficonfig.h.
2539
2540         * Makefile.am (EXTRA_DIST): Include ffitarget.h files
2541         (TARGET_SRC_MIPS_GCC): Renamed to TARGET_SRC_MIPS_IRIX.
2542         (TARGET_SRC_MIPS_SGI): Removed.
2543         (MIPS_GCC): Renamed to TARGET_SRC_MIPS_IRIX.
2544         (MIPS_SGI): Removed.
2545         (CLEANFILES): Removed.
2546         (mostlyclean-am, clean-am, mostlyclean-sub, clean-sub): New
2547         targets.
2548         * acconfig.h: Removed.
2549         * configure.in: Compute sizeofs only for double and long double.
2550         Use them to define and subst HAVE_LONG_DOUBLE.  Include comments
2551         into AC_DEFINE instead of using acconfig.h.  Create
2552         include/ffitarget.h instead of include/fficonfig.h.  Rename
2553         MIPS_GCC to MIPS_IRIX, drop MIPS_SGI since we are in gcc's tree.
2554         AC_DEFINE EH_FRAME_FLAGS.
2555         * include/Makefile.am (DISTCLEANFILES): New automake macro.
2556         (hack_DATA): Add ffitarget.h.
2557         * include/ffi.h.in: Remove all system specific definitions.
2558         Declare raw API even if it is not installed, why bother?
2559         Use limits.h instead of SIZEOF_* to define ffi_type_*.  Do
2560         not define EH_FRAME_FLAGS, it is in fficonfig.h now.  Include
2561         ffitarget.h instead of fficonfig.h.  Remove ALIGN macro.
2562         (UINT_ARG, INT_ARG): Removed, use ffi_arg and ffi_sarg instead.
2563         * include/ffi_common.h (bool): Do not define.
2564         (ffi_assert): Accept failed assertion.
2565         (ffi_type_test): Return void and accept file/line.
2566         (FFI_ASSERT): Pass stringized failed assertion.
2567         (FFI_ASSERT_AT): New macro.
2568         (FFI_ASSERT_VALID_TYPE): New macro.
2569         (UINT8, SINT8, UINT16, SINT16, UINT32, SINT32,
2570         UINT64, SINT64): Define here with gcc's __attribute__ macro
2571         instead of in ffi.h
2572         (FLOAT32, ALIGN): Define here instead of in ffi.h
2573         * include/ffi-mips.h: Removed.  Its content moved to
2574         src/mips/ffitarget.h after separating assembly and C sections.
2575         * src/alpha/ffi.c, src/alpha/ffi.c, src/java_raw_api.c
2576         src/prep_cif.c, src/raw_api.c, src/ia64/ffi.c,
2577         src/mips/ffi.c, src/mips/n32.S, src/mips/o32.S,
2578         src/mips/ffitarget.h, src/sparc/ffi.c, src/x86/ffi64.c:
2579         SIZEOF_ARG -> FFI_SIZEOF_ARG.
2580         * src/ia64/ffi.c: Include stdbool.h (provided by GCC 2.95+).
2581         * src/debug.c (ffi_assert): Accept stringized failed assertion.
2582         (ffi_type_test): Rewritten.
2583         * src/prep-cif.c (initialize_aggregate, ffi_prep_cif): Call
2584         FFI_ASSERT_VALID_TYPE.
2585         * src/alpha/ffitarget.h, src/arm/ffitarget.h,
2586         src/ia64/ffitarget.h, src/m68k/ffitarget.h,
2587         src/mips/ffitarget.h, src/powerpc/ffitarget.h,
2588         src/s390/ffitarget.h, src/sh/ffitarget.h,
2589         src/sh64/ffitarget.h, src/sparc/ffitarget.h,
2590         src/x86/ffitarget.h: New files.
2591         * src/alpha/osf.S, src/arm/sysv.S, src/ia64/unix.S,
2592         src/m68k/sysv.S, src/mips/n32.S, src/mips/o32.S,
2593         src/powerpc/aix.S, src/powerpc/darwin.S,
2594         src/powerpc/ffi_darwin.c, src/powerpc/linux64.S,
2595         src/powerpc/linux64_closure.S, src/powerpc/ppc_closure.S,
2596         src/powerpc/sysv.S, src/s390/sysv.S, src/sh/sysv.S,
2597         src/sh64/sysv.S, src/sparc/v8.S, src/sparc/v9.S,
2598         src/x86/sysv.S, src/x86/unix64.S, src/x86/win32.S:
2599         include fficonfig.h
2600
2601 2003-10-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2602
2603         * src/mips/ffi.c: Use _ABIN32, _ABIO32 instead of external
2604         _MIPS_SIM_NABI32, _MIPS_SIM_ABI32.
2605
2606 2003-10-19  Andreas Tobler  <a.tobler@schweiz.ch>
2607
2608         * src/powerpc/ffi_darwin.c (ffi_prep_args): Declare bytes again.
2609         Used when FFI_DEBUG = 1.
2610
2611 2003-10-14  Alan Modra  <amodra@bigpond.net.au>
2612
2613         * src/types.c (double, longdouble): Default POWERPC64 to 8 byte size
2614         and align.
2615
2616 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2617
2618         * include/ffi_mips.h: Define FFI_MIPS_N32 for N32/N64 ABIs,
2619         FFI_MIPS_O32 for O32 ABI.
2620
2621 2003-10-01  Andreas Tobler  <a.tobler@schweiz.ch>
2622
2623         * testsuite/lib/libffi-dg.exp: Set LD_LIBRARY_PATH_64 for
2624         SPARC64. Cleanup whitespaces.
2625
2626 2003-09-19  Andreas Tobler  <a.tobler@schweiz.ch>
2627
2628         * testsuite/libffi.call/closure_fn0.c: Xfail mips, arm,
2629         strongarm, xscale. Cleanup whitespaces.
2630         * testsuite/libffi.call/closure_fn1.c: Likewise.
2631         * testsuite/libffi.call/closure_fn2.c: Likewise.
2632         * testsuite/libffi.call/closure_fn3.c: Likewise.
2633         * testsuite/libffi.call/cls_12byte.c: Likewise.
2634         * testsuite/libffi.call/cls_16byte.c: Likewise.
2635         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
2636         * testsuite/libffi.call/cls_20byte.c: Likewise.
2637         * testsuite/libffi.call/cls_24byte.c: Likewise.
2638         * testsuite/libffi.call/cls_2byte.c: Likewise.
2639         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
2640         * testsuite/libffi.call/cls_3byte1.c: Likewise.
2641         * testsuite/libffi.call/cls_3byte2.c: Likewise.
2642         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
2643         * testsuite/libffi.call/cls_4byte.c: Likewise.
2644         * testsuite/libffi.call/cls_5byte.c: Likewise.
2645         * testsuite/libffi.call/cls_6byte.c: Likewise.
2646         * testsuite/libffi.call/cls_7byte.c: Likewise.
2647         * testsuite/libffi.call/cls_8byte.c: Likewise.
2648         * testsuite/libffi.call/cls_double.c: Likewise.
2649         * testsuite/libffi.call/cls_float.c: Likewise.
2650         * testsuite/libffi.call/cls_uchar.c: Likewise.
2651         * testsuite/libffi.call/cls_uint.c: Likewise.
2652         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
2653         * testsuite/libffi.call/cls_ushort.c: Likewise.
2654         * testsuite/libffi.call/nested_struct.c: Likewise.
2655         * testsuite/libffi.call/nested_struct1.c: Likewise.
2656         * testsuite/libffi.call/problem1.c: Likewise.
2657         * testsuite/libffi.special/unwindtest.cc: Likewise.
2658         * testsuite/libffi.call/pyobjc-tc.c: Cleanup whitespaces.
2659
2660 2003-09-18  David Edelsohn  <edelsohn@gnu.org>
2661
2662         * src/powerpc/aix.S: Cleanup whitespaces.
2663         * src/powerpc/aix_closure.S: Likewise.
2664
2665 2003-09-18  Andreas Tobler  <a.tobler@schweiz.ch>
2666
2667         * src/powerpc/darwin.S: Cleanup whitespaces, comment formatting.
2668         * src/powerpc/darwin_closure.S: Likewise.
2669         * src/powerpc/ffi_darwin.c: Likewise.
2670
2671 2003-09-18  Andreas Tobler  <a.tobler@schweiz.ch>
2672             David Edelsohn  <edelsohn@gnu.org>
2673
2674         * src/types.c (double): Add AIX and Darwin to the right TYPEDEF.
2675         * src/powerpc/aix_closure.S: Remove the pointer to the outgoing
2676         parameter stack.
2677         * src/powerpc/darwin_closure.S: Likewise.
2678         * src/powerpc/ffi_darwin.c (ffi_prep_args): Handle structures
2679         according to the Darwin/AIX ABI.
2680         (ffi_prep_cif_machdep): Likewise.
2681         (ffi_closure_helper_DARWIN): Likewise.
2682         Remove the outgoing parameter stack logic. Simplify the evaluation
2683         of the different CASE types.
2684         (ffi_prep_clousure): Avoid the casts on lvalues. Change the branch
2685         statement in the trampoline code.
2686
2687 2003-09-18  Kaz Kojima  <kkojima@gcc.gnu.org>
2688
2689         * src/sh/ffi.c (ffi_prep_args): Take account into the alignement
2690         for the register size.
2691         (ffi_closure_helper_SYSV): Handle the structure return value
2692         address correctly.
2693         (ffi_closure_helper_SYSV): Return the appropriate type when
2694         the registers are used for the structure return value.
2695         * src/sh/sysv.S (ffi_closure_SYSV): Fix the stack layout for
2696         the 64-bit return value.  Update copyright years.
2697
2698 2003-09-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2699
2700         * testsuite/lib/libffi-dg.exp (libffi_target_compile): Search in
2701         srcdir for ffi_mips.h.
2702
2703 2003-09-12  Alan Modra  <amodra@bigpond.net.au>
2704
2705         * src/prep_cif.c (initialize_aggregate): Include tail padding in
2706         structure size.
2707         * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Correct
2708         placement of float result.
2709         * testsuite/libffi.special/unwindtest.cc (closure_test_fn1): Correct
2710         cast of "resp" for big-endian 64 bit machines.
2711
2712 2003-09-11  Alan Modra  <amodra@bigpond.net.au>
2713
2714         * src/types.c (double, longdouble): Merge identical SH and ARM
2715         typedefs, and add POWERPC64.
2716         * src/powerpc/ffi.c (ffi_prep_args64): Correct next_arg calc for
2717         struct split over gpr and rest.
2718         (ffi_prep_cif_machdep): Correct intarg_count for structures.
2719         * src/powerpc/linux64.S (ffi_call_LINUX64): Fix gpr offsets.
2720
2721 2003-09-09  Andreas Tobler  <a.tobler@schweiz.ch>
2722
2723         * src/powerpc/ffi.c (ffi_closure_helper_SYSV) Handle struct
2724         passing correctly.
2725
2726 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
2727
2728         * configure: Regenerate.
2729
2730 2003-09-04  Andreas Tobler  <a.tobler@schweiz.ch>
2731
2732         * Makefile.am: Remove build rules for ffitest.
2733         * Makefile.in: Rebuilt.
2734
2735 2003-09-04  Andreas Tobler  <a.tobler@schweiz.ch>
2736
2737         * src/java_raw_api.c: Include <stdlib.h> to fix compiler warning
2738         about implicit declaration of abort().
2739
2740 2003-09-04  Andreas Tobler  <a.tobler@schweiz.ch>
2741
2742         * Makefile.am: Add dejagnu test framework. Fixes PR other/11411.
2743         * Makefile.in: Rebuilt.
2744         * configure.in: Add dejagnu test framework.
2745         * configure: Rebuilt.
2746
2747         * testsuite/Makefile.am: New file.
2748         * testsuite/Makefile.in: Built
2749         * testsuite/lib/libffi-dg.exp: New file.
2750         * testsuite/config/default.exp: Likewise.
2751         * testsuite/libffi.call/call.exp: Likewise.
2752         * testsuite/libffi.call/ffitest.h: Likewise.
2753         * testsuite/libffi.call/closure_fn0.c: Likewise.
2754         * testsuite/libffi.call/closure_fn1.c: Likewise.
2755         * testsuite/libffi.call/closure_fn2.c: Likewise.
2756         * testsuite/libffi.call/closure_fn3.c: Likewise.
2757         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
2758         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
2759         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
2760         * testsuite/libffi.call/cls_2byte.c: Likewise.
2761         * testsuite/libffi.call/cls_3byte1.c: Likewise.
2762         * testsuite/libffi.call/cls_3byte2.c: Likewise.
2763         * testsuite/libffi.call/cls_4byte.c: Likewise.
2764         * testsuite/libffi.call/cls_5byte.c: Likewise.
2765         * testsuite/libffi.call/cls_6byte.c: Likewise.
2766         * testsuite/libffi.call/cls_7byte.c: Likewise.
2767         * testsuite/libffi.call/cls_8byte.c: Likewise.
2768         * testsuite/libffi.call/cls_12byte.c: Likewise.
2769         * testsuite/libffi.call/cls_16byte.c: Likewise.
2770         * testsuite/libffi.call/cls_20byte.c: Likewise.
2771         * testsuite/libffi.call/cls_24byte.c: Likewise.
2772         * testsuite/libffi.call/cls_double.c: Likewise.
2773         * testsuite/libffi.call/cls_float.c: Likewise.
2774         * testsuite/libffi.call/cls_uchar.c: Likewise.
2775         * testsuite/libffi.call/cls_uint.c: Likewise.
2776         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
2777         * testsuite/libffi.call/cls_ushort.c: Likewise.
2778         * testsuite/libffi.call/float.c: Likewise.
2779         * testsuite/libffi.call/float1.c: Likewise.
2780         * testsuite/libffi.call/float2.c: Likewise.
2781         * testsuite/libffi.call/many.c: Likewise.
2782         * testsuite/libffi.call/many_win32.c: Likewise.
2783         * testsuite/libffi.call/nested_struct.c: Likewise.
2784         * testsuite/libffi.call/nested_struct1.c: Likewise.
2785         * testsuite/libffi.call/pyobjc-tc.c: Likewise.
2786         * testsuite/libffi.call/problem1.c: Likewise.
2787         * testsuite/libffi.call/promotion.c: Likewise.
2788         * testsuite/libffi.call/return_ll.c: Likewise.
2789         * testsuite/libffi.call/return_sc.c: Likewise.
2790         * testsuite/libffi.call/return_uc.c: Likewise.
2791         * testsuite/libffi.call/strlen.c: Likewise.
2792         * testsuite/libffi.call/strlen_win32.c: Likewise.
2793         * testsuite/libffi.call/struct1.c: Likewise.
2794         * testsuite/libffi.call/struct2.c: Likewise.
2795         * testsuite/libffi.call/struct3.c: Likewise.
2796         * testsuite/libffi.call/struct4.c: Likewise.
2797         * testsuite/libffi.call/struct5.c: Likewise.
2798         * testsuite/libffi.call/struct6.c: Likewise.
2799         * testsuite/libffi.call/struct7.c: Likewise.
2800         * testsuite/libffi.call/struct8.c: Likewise.
2801         * testsuite/libffi.call/struct9.c: Likewise.
2802         * testsuite/libffi.special/special.exp: New file.
2803         * testsuite/libffi.special/ffitestcxx.h: Likewise.
2804         * testsuite/libffi.special/unwindtest.cc: Likewise.
2805
2806
2807 2003-08-13  Kaz Kojima  <kkojima@gcc.gnu.org>
2808
2809         * src/sh/ffi.c (OFS_INT16): Set 0 for little endian case.  Update
2810         copyright years.
2811
2812 2003-08-02  Alan Modra  <amodra@bigpond.net.au>
2813
2814         * src/powerpc/ffi.c (ffi_prep_args64): Modify for changed gcc
2815         structure passing.
2816         (ffi_closure_helper_LINUX64): Likewise.
2817         * src/powerpc/linux64.S: Remove code writing to parm save area.
2818         * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Use return
2819         address in lr from ffi_closure_helper_LINUX64 call to calculate
2820         table address.  Optimize function tail.
2821
2822 2003-07-28  Andreas Tobler  <a.tobler@schweiz.ch>
2823
2824         * src/sparc/ffi.c: Handle all floating point registers.
2825         * src/sparc/v9.S: Likewise. Fixes second part of PR target/11410.
2826
2827 2003-07-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2828
2829         * README: Note that libffi is not part of GCC.  Update the project
2830         URL and status.
2831
2832 2003-06-19  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2833
2834         * src/powerpc/ppc_closure.S: Include ffi.h.
2835
2836 2003-06-13  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2837
2838         * src/x86/sysv.S: Avoid gas-only .uleb128/.sleb128 directives.
2839         Use C style comments.
2840
2841 2003-06-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2842
2843         * Makefile.am: Add SHmedia support.  Fix a typo of SH support.
2844         * Makefile.in: Regenerate.
2845         * configure.in (sh64-*-linux*, sh5*-*-linux*): Add target.
2846         * configure: Regenerate.
2847         * include/ffi.h.in: Add SHmedia support.
2848         * src/sh64/ffi.c: New file.
2849         * src/sh64/sysv.S: New file.
2850
2851 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
2852
2853         * configure.in (HAVE_RO_EH_FRAME): Check whether .eh_frame section
2854         should be read-only.
2855         * configure: Rebuilt.
2856         * fficonfig.h.in: Rebuilt.
2857         * include/ffi.h.in (EH_FRAME_FLAGS): Define.
2858         * src/alpha/osf.S: Use EH_FRAME_FLAGS.
2859         * src/powerpc/linux64.S: Likewise.
2860         * src/powerpc/linux64_closure.S: Likewise.  Include ffi.h.
2861         * src/powerpc/sysv.S: Use EH_FRAME_FLAGS.  Use pcrel encoding
2862         if -fpic/-fPIC/-mrelocatable.
2863         * src/powerpc/powerpc_closure.S: Likewise.
2864         * src/sparc/v8.S: If HAVE_RO_EH_FRAME is defined, don't include
2865         #write in .eh_frame flags.
2866         * src/sparc/v9.S: Likewise.
2867         * src/x86/unix64.S: Use EH_FRAME_FLAGS.
2868         * src/x86/sysv.S: Likewise.  Use pcrel encoding if -fpic/-fPIC.
2869         * src/s390/sysv.S: Use EH_FRAME_FLAGS.  Include ffi.h.
2870
2871 2003-05-07  Jeff Sturm  <jsturm@one-point.com>
2872
2873         Fixes PR bootstrap/10656
2874         * configure.in (HAVE_AS_REGISTER_PSEUDO_OP): Test assembler
2875         support for .register pseudo-op.
2876         * src/sparc/v8.S: Use it.
2877         * fficonfig.h.in: Rebuilt.
2878         * configure: Rebuilt.
2879
2880 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
2881
2882         * include/ffi.h.in (POWERPC64): Define if 64-bit.
2883         (enum ffi_abi): Add FFI_LINUX64 on POWERPC.
2884         Make it the default on POWERPC64.
2885         (FFI_TRAMPOLINE_SIZE): Define to 24 on POWERPC64.
2886         * configure.in: Change powerpc-*-linux* into powerpc*-*-linux*.
2887         * configure: Rebuilt.
2888         * src/powerpc/ffi.c (hidden): Define.
2889         (ffi_prep_args_SYSV): Renamed from
2890         ffi_prep_args.  Cast pointers to unsigned long to shut up warnings.
2891         (NUM_GPR_ARG_REGISTERS64, NUM_FPR_ARG_REGISTERS64,
2892         ASM_NEEDS_REGISTERS64): New.
2893         (ffi_prep_args64): New function.
2894         (ffi_prep_cif_machdep): Handle FFI_LINUX64 ABI.
2895         (ffi_call): Likewise.
2896         (ffi_prep_closure): Likewise.
2897         (flush_icache): Surround by #ifndef POWERPC64.
2898         (ffi_dblfl): New union type.
2899         (ffi_closure_helper_SYSV): Use it to avoid aliasing problems.
2900         (ffi_closure_helper_LINUX64): New function.
2901         * src/powerpc/ppc_closure.S: Surround whole file by #ifndef
2902         __powerpc64__.
2903         * src/powerpc/sysv.S: Likewise.
2904         (ffi_call_SYSV): Rename ffi_prep_args to ffi_prep_args_SYSV.
2905         * src/powerpc/linux64.S: New file.
2906         * src/powerpc/linux64_closure.S: New file.
2907         * Makefile.am (EXTRA_DIST): Add src/powerpc/linux64.S and
2908         src/powerpc/linux64_closure.S.
2909         (TARGET_SRC_POWERPC): Likewise.
2910
2911         * src/ffitest.c (closure_test_fn, closure_test_fn1, closure_test_fn2,
2912         closure_test_fn3): Fix result printing on big-endian 64-bit
2913         machines.
2914         (main): Print tst2_arg instead of uninitialized tst2_result.
2915
2916         * src/ffitest.c (main): Hide what closure pointer really points to
2917         from the compiler.
2918
2919 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
2920
2921         * configure.in (arm-*-netbsdelf*): Add configuration.
2922         (configure): Regenerated.
2923
2924 2003-04-04  Loren J. Rittle  <ljrittle@acm.org>
2925
2926         * include/Makefile.in: Regenerate.
2927
2928 2003-03-21  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2929
2930         * libffi/include/ffi.h.in: Define X86 instead of X86_64 in 32
2931         bit mode.
2932         * libffi/src/x86/ffi.c (ffi_closure_SYSV, ffi_closure_raw_SYSV):
2933         Receive closure pointer through parameter, read args using
2934         __builtin_dwarf_cfa.
2935         (FFI_INIT_TRAMPOLINE): Send closure reference through eax.
2936
2937 2003-03-12  Andreas Schwab  <schwab@suse.de>
2938
2939         * configure.in: Avoid trailing /. in toolexeclibdir.
2940         * configure: Rebuilt.
2941
2942 2003-03-03  Andreas Tobler <a.tobler@schweiz.ch>
2943
2944         * src/powerpc/darwin_closure.S: Recode to fit dynamic libraries.
2945
2946 2003-02-06  Andreas Tobler <a.tobler@schweiz.ch>
2947
2948         * libffi/src/powerpc/darwin_closure.S:
2949         Fix alignement bug, allocate 8 bytes for the result.
2950         * libffi/src/powerpc/aix_closure.S:
2951         Likewise.
2952         * libffi/src/powerpc/ffi_darwin.c:
2953         Update stackframe description for aix/darwin_closure.S.
2954
2955 2003-02-06  Jakub Jelinek  <jakub@redhat.com>
2956
2957         * src/s390/ffi.c (ffi_closure_helper_SYSV): Add hidden visibility
2958         attribute.
2959
2960 2003-01-31  Christian Cornelssen  <ccorn@cs.tu-berlin.de>,
2961             Andreas Schwab  <schwab@suse.de>
2962
2963         * configure.in: Adjust command to source config-ml.in to account
2964         for changes to the libffi_basedir definition.
2965         (libffi_basedir): Remove ${srcdir} from value and include trailing
2966         slash if nonempty.
2967
2968         * configure: Regenerate.
2969
2970 2003-01-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2971
2972         * src/powerpc/ppc_closure.S: Recode to fit shared libs.
2973
2974 2003-01-28  Andrew Haley  <aph@redhat.com>
2975
2976         * include/ffi.h.in: Enable FFI_CLOSURES for x86_64.
2977         * src/x86/ffi64.c (ffi_prep_closure): New.
2978         (ffi_closure_UNIX64_inner): New.
2979         * src/x86/unix64.S (ffi_closure_UNIX64): New.
2980
2981 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
2982
2983         * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
2984         Remove USE_LIBDIR conditional.
2985         * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
2986         * Makefile.in, configure: Rebuilt.
2987
2988 2003-01027  David Edelsohn  <edelsohn@gnu.org>
2989
2990         * Makefile.am (TARGET_SRC_POWERPC_AIX): Fix typo.
2991         * Makefile.in: Regenerate.
2992
2993 2003-01-22  Andrew Haley  <aph@redhat.com>
2994
2995         * src/powerpc/darwin.S (_ffi_call_AIX): Add Augmentation size to
2996         unwind info.
2997
2998 2003-01-21  Andreas Tobler  <a.tobler@schweiz.ch>
2999
3000         * src/powerpc/darwin.S: Add unwind info.
3001         * src/powerpc/darwin_closure.S: Likewise.
3002
3003 2003-01-14  Andrew Haley  <aph@redhat.com>
3004
3005         * src/x86/ffi64.c (ffi_prep_args): Check for void retval.
3006         (ffi_prep_cif_machdep): Likewise.
3007         * src/x86/unix64.S: Add unwind info.
3008
3009 2003-01-14  Andreas Jaeger  <aj@suse.de>
3010
3011         * src/ffitest.c (main): Only use ffi_closures if those are
3012         supported.
3013
3014 2003-01-13 Andreas Tobler <a.tobler@schweiz.ch>
3015
3016         * libffi/src/ffitest.c
3017          add closure testcases
3018
3019 2003-01-13 Kevin B. Hendricks <khendricks@ivey.uwo.ca>
3020
3021         * libffi/src/powerpc/ffi.c
3022          fix alignment bug for float (4 byte aligned iso 8 byte)
3023
3024 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
3025
3026         * src/powerpc/ffi_darwin.c: Remove RCS version string.
3027         * src/powerpc/darwin.S: Remove RCS version string.
3028
3029 2003-01-03  Jeff Sturm  <jsturm@one-point.com>
3030
3031         * include/ffi.h.in: Add closure defines for SPARC, SPARC64.
3032         * src/ffitest.c (main): Use static storage for closure.
3033         * src/sparc/ffi.c (ffi_prep_closure, ffi_closure_sparc_inner): New.
3034         * src/sparc/v8.S (ffi_closure_v8): New.
3035         * src/sparc/v9.S (ffi_closure_v9): New.
3036
3037 2002-11-10  Ranjit Mathew <rmathew@hotmail.com>
3038
3039         * include/ffi.h.in: Added FFI_STDCALL ffi_type
3040           enumeration for X86_WIN32.
3041         * src/x86/win32.S: Added ffi_call_STDCALL function
3042           definition.
3043         * src/x86/ffi.c (ffi_call/ffi_raw_call): Added
3044           switch cases for recognising FFI_STDCALL and
3045           calling ffi_call_STDCALL if target is X86_WIN32.
3046         * src/ffitest.c (my_stdcall_strlen/stdcall_many):
3047           stdcall versions of the "my_strlen" and "many"
3048           test functions (for X86_WIN32).
3049           Added test cases to test stdcall invocation using
3050           these functions.
3051
3052 2002-12-02  Kaz Kojima  <kkojima@gcc.gnu.org>
3053
3054         * src/sh/sysv.S: Add DWARF2 unwind info.
3055
3056 2002-11-27  Ulrich Weigand  <uweigand@de.ibm.com>
3057
3058         * src/s390/sysv.S (.eh_frame section): Make section read-only.
3059
3060 2002-11-26  Jim Wilson  <wilson@redhat.com>
3061
3062         * src/types.c (FFI_TYPE_POINTER): Has size 8 on IA64.
3063
3064 2002-11-23  H.J. Lu <hjl@gnu.org>
3065
3066         * acinclude.m4: Add dummy AM_PROG_LIBTOOL.
3067         Include ../config/accross.m4.
3068         * aclocal.m4; Rebuild.
3069         * configure: Likewise.
3070
3071 2002-11-15  Ulrich Weigand  <uweigand@de.ibm.com>
3072
3073         * src/s390/sysv.S (.eh_frame section): Adapt to pcrel FDE encoding.
3074
3075 2002-11-11  DJ Delorie  <dj@redhat.com>
3076
3077         * configure.in: Look for common files in the right place.
3078
3079 2002-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
3080
3081         * src/java_raw_api.c (ffi_java_raw_to_ptrarray): Interpret
3082         raw data as _Jv_word values, not ffi_raw.
3083         (ffi_java_ptrarray_to_raw): Likewise.
3084         (ffi_java_rvalue_to_raw): New function.
3085         (ffi_java_raw_call): Call it.
3086         (ffi_java_raw_to_rvalue): New function.
3087         (ffi_java_translate_args): Call it.
3088         * src/ffitest.c (closure_test_fn): Interpret return value
3089         as ffi_arg, not int.
3090         * src/s390/ffi.c (ffi_prep_cif_machdep): Add missing
3091         FFI_TYPE_POINTER case.
3092         (ffi_closure_helper_SYSV): Likewise.  Also, assume return
3093         values extended to word size.
3094
3095 2002-10-02  Andreas Jaeger  <aj@suse.de>
3096
3097         * src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.
3098
3099 2002-10-01  Bo Thorsen  <bo@smetana.suse.de>
3100
3101         * include/ffi.h.in: Fix i386 win32 compilation.
3102
3103 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
3104
3105         * configure.in: Add s390x-*-linux-* target.
3106         * configure: Regenerate.
3107         * include/ffi.h.in: Define S390X for s390x targets.
3108         (FFI_CLOSURES): Define for s390/s390x.
3109         (FFI_TRAMPOLINE_SIZE): Likewise.
3110         (FFI_NATIVE_RAW_API): Likewise.
3111         * src/prep_cif.c (ffi_prep_cif): Do not compute stack space for s390.
3112         * src/types.c (FFI_TYPE_POINTER): Use 8-byte pointers on s390x.
3113         * src/s390/ffi.c: Major rework of existing code.  Add support for
3114         s390x targets.  Add closure support.
3115         * src/s390/sysv.S: Likewise.
3116
3117 2002-09-29  Richard Earnshaw  <rearnsha@arm.com>
3118
3119         * src/arm/sysv.S: Fix typo.
3120
3121 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
3122
3123         * src/arm/sysv.S: If we don't have machine/asm.h and the pre-processor
3124         has defined __USER_LABEL_PREFIX__, then use it in CNAME.
3125         (ffi_call_SYSV): Handle soft-float.
3126
3127 2002-09-27  Bo Thorsen  <bo@suse.de>
3128
3129         * include/ffi.h.in: Fix multilib x86-64 support.
3130
3131 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3132
3133         * Makefile.am (all-multi): Fix multilib parallel build.
3134
3135 2002-07-19  Kaz Kojima  <kkojima@gcc.gnu.org>
3136
3137         * configure.in (sh[34]*-*-linux*): Add brackets.
3138         * configure: Regenerate.
3139
3140 2002-07-18  Kaz Kojima  <kkojima@gcc.gnu.org>
3141
3142         * Makefile.am: Add SH support.
3143         * Makefile.in: Regenerate.
3144         * configure.in (sh-*-linux*, sh[34]*-*-linux*): Add target.
3145         * configure: Regenerate.
3146         * include/ffi.h.in: Add SH support.
3147         * src/sh/ffi.c: New file.
3148         * src/sh/sysv.S: New file.
3149         * src/types.c: Add SH support.
3150
3151 2002-07-16  Bo Thorsen  <bo@suse.de>
3152
3153         * src/x86/ffi64.c: New file that adds x86-64 support.
3154         * src/x86/unix64.S: New file that handles argument setup for
3155         x86-64.
3156         * src/x86/sysv.S: Don't use this on x86-64.
3157         * src/x86/ffi.c: Don't use this on x86-64.
3158         Remove unused vars.
3159         * src/prep_cif.c (ffi_prep_cif): Don't do stack size calculation
3160         for x86-64.
3161         * src/ffitest.c (struct6): New test that tests a special case in
3162         the x86-64 ABI.
3163         (struct7): Likewise.
3164         (struct8): Likewise.
3165         (struct9): Likewise.
3166         (closure_test_fn): Silence warning about this when it's not used.
3167         (main): Add the new tests.
3168         (main): Fix a couple of wrong casts and silence some compiler warnings.
3169         * include/ffi.h.in: Add x86-64 ABI definition.
3170         * fficonfig.h.in: Regenerate.
3171         * Makefile.am: Add x86-64 support.
3172         * configure.in: Likewise.
3173         * Makefile.in: Regenerate.
3174         * configure: Likewise.
3175
3176 2002-06-24  Bo Thorsen  <bo@suse.de>
3177
3178         * src/types.c: Merge settings for similar architectures.
3179         Add x86-64 sizes and alignments.
3180
3181 2002-06-23  Bo Thorsen  <bo@suse.de>
3182
3183         * src/arm/ffi.c (ffi_prep_args): Remove unused vars.
3184         * src/sparc/ffi.c (ffi_prep_args_v8): Likewise.
3185         * src/mips/ffi.c (ffi_prep_args): Likewise.
3186         * src/m68k/ffi.c (ffi_prep_args): Likewise.
3187
3188 2002-07-18  H.J. Lu  (hjl@gnu.org)
3189
3190         * Makefile.am (TARGET_SRC_MIPS_LINUX): New.
3191         (libffi_la_SOURCES): Support MIPS_LINUX.
3192         (libffi_convenience_la_SOURCES): Likewise.
3193         * Makefile.in: Regenerated.
3194
3195         * configure.in (mips64*-*): Skip.
3196         (mips*-*-linux*): New.
3197         * configure: Regenerated.
3198
3199         * src/mips/ffi.c: Include <sgidefs.h>.
3200
3201 2002-06-06  Ulrich Weigand  <uweigand@de.ibm.com>
3202
3203         * src/s390/sysv.S: Save/restore %r6.  Add DWARF-2 unwind info.
3204
3205 2002-05-27  Roger Sayle  <roger@eyesopen.com>
3206
3207         * src/x86/ffi.c (ffi_prep_args): Remove reference to avn.
3208
3209 2002-05-27  Bo Thorsen  <bo@suse.de>
3210
3211         * src/x86/ffi.c (ffi_prep_args): Remove unused variable and
3212         fix formatting.
3213
3214 2002-05-13  Andreas Tobler  <a.tobler@schweiz.ch>
3215
3216         * src/powerpc/ffi_darwin.c (ffi_prep_closure): Declare fd at
3217         beginning of function (for older apple cc).
3218
3219 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
3220
3221         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
3222         script entry, and set LD to it when configuring multilibs.
3223         * configure: Rebuilt.
3224
3225 2002-05-05  Jason Thorpe  <thorpej@wasabisystems.com>
3226
3227         * configure.in (sparc64-*-netbsd*): Add target.
3228         (sparc-*-netbsdelf*): Likewise.
3229         * configure: Regenerate.
3230
3231 2002-04-28  David S. Miller  <davem@redhat.com>
3232
3233         * configure.in, configure: Fix SPARC test in previous change.
3234
3235 2002-04-29  Gerhard Tonn  <GerhardTonn@swol.de>
3236
3237         * Makefile.am: Add Linux for S/390 support.
3238         * Makefile.in: Regenerate.
3239         * configure.in: Add Linux for S/390 support.
3240         * configure: Regenerate.
3241         * include/ffi.h.in: Add Linux for S/390 support.
3242         * src/s390/ffi.c: New file from libffi CVS tree.
3243         * src/s390/sysv.S: New file from libffi CVS tree.
3244
3245 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
3246
3247         * configure.in (HAVE_AS_SPARC_UA_PCREL): Check for working
3248         %r_disp32().
3249         * src/sparc/v8.S: Use it.
3250         * src/sparc/v9.S: Likewise.
3251         * fficonfig.h.in: Rebuilt.
3252         * configure: Rebuilt.
3253
3254 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
3255
3256         * src/java_raw_api.c (ffi_java_raw_size): Handle FFI_TYPE_DOUBLE
3257         correctly.
3258         * src/ia64/unix.S: Add unwind information. Fix comments.
3259         Save sp in a way that's compatible with unwind info.
3260         (ffi_call_unix): Correctly restore sp in all cases.
3261         * src/ia64/ffi.c: Add, fix comments.
3262
3263 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
3264
3265         * src/sparc/v8.S: Make .eh_frame dependent on target word size.
3266
3267 2002-04-06  Jason Thorpe  <thorpej@wasabisystems.com>
3268
3269         * configure.in (alpha*-*-netbsd*): Add target.
3270         * configure: Regenerate.
3271
3272 2002-04-04  Jeff Sturm  <jsturm@one-point.com>
3273
3274         * src/sparc/v8.S: Add unwind info.
3275         * src/sparc/v9.S: Likewise.
3276
3277 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
3278
3279         * configure.in: Enable i*86-*-netbsdelf*.
3280         * configure: Rebuilt.
3281
3282 2002-03-29  David Billinghurst <David.Billinghurst@riotinto.com>
3283
3284         PR other/2620
3285         * src/mips/n32.s: Delete
3286         * src/mips/o32.s: Delete
3287
3288 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
3289
3290         * configure.in: Enable alpha*-*-freebsd*.
3291         * configure: Rebuilt.
3292
3293 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
3294
3295         * Makefile.am: libfficonvenience -> libffi_convenience.
3296         * Makefile.in: Rebuilt.
3297
3298         * Makefile.am: Define ffitest_OBJECTS.
3299         * Makefile.in: Rebuilt.
3300
3301 2002-03-07  Andreas Tobler  <toa@pop.agri.ch>
3302             David Edelsohn  <edelsohn@gnu.org>
3303
3304         * Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.
3305         (TARGET_SRC_POWERPC_AIX): Add aix_closure.S.
3306         (TARGET_SRC_POWERPC_DARWIN): Add darwin_closure.S.
3307         * Makefile.in: Regenerate.
3308         * include/ffi.h.in: Add AIX and Darwin closure definitions.
3309         * src/powerpc/ffi_darwin.c (ffi_prep_closure): New function.
3310         (flush_icache, flush_range): New functions.
3311         (ffi_closure_helper_DARWIN): New function.
3312         * src/powerpc/aix_closure.S: New file.
3313         * src/powerpc/darwin_closure.S: New file.
3314
3315 2002-02-24  Jeff Sturm  <jsturm@one-point.com>
3316
3317         * include/ffi.h.in: Add typedef for ffi_arg.
3318         * src/ffitest.c (main): Declare rint with ffi_arg.
3319
3320 2002-02-21  Andreas Tobler  <toa@pop.agri.ch>
3321
3322         * src/powerpc/ffi_darwin.c (ffi_prep_args): Skip appropriate
3323         number of GPRs for floating-point arguments.
3324
3325 2002-01-31  Anthony Green  <green@redhat.com>
3326
3327         * configure: Rebuilt.
3328         * configure.in: Replace CHECK_SIZEOF and endian tests with
3329         cross-compiler friendly macros.
3330         * aclocal.m4 (AC_COMPILE_CHECK_SIZEOF, AC_C_BIGENDIAN_CROSS): New
3331         macros.
3332
3333 2002-01-18  David Edelsohn  <edelsohn@gnu.org>
3334
3335         * src/powerpc/darwin.S (_ffi_call_AIX): New.
3336         * src/powerpc/aix.S (ffi_call_DARWIN): New.
3337
3338 2002-01-17  David Edelsohn  <edelsohn@gnu.org>
3339
3340         * Makefile.am (EXTRA_DIST): Add Darwin and AIX files.
3341         (TARGET_SRC_POWERPC_AIX): New.
3342         (POWERPC_AIX): New stanza.
3343         * Makefile.in: Regenerate.
3344         * configure.in: Add AIX case.
3345         * configure: Regenerate.
3346         * include/ffi.h.in (ffi_abi): Add FFI_AIX.
3347         * src/powerpc/ffi_darwin.c (ffi_status): Use "long" to scale frame
3348         size.  Fix "long double" support.
3349         (ffi_call): Add FFI_AIX case.
3350         * src/powerpc/aix.S: New.
3351
3352 2001-10-09  John Hornkvist  <john@toastedmarshmallow.com>
3353
3354         Implement Darwin PowerPC ABI.
3355         * configure.in: Handle powerpc-*-darwin*.
3356         * Makefile.am: Set source files for POWERPC_DARWIN.
3357         * configure: Rebuilt.
3358         * Makefile.in: Rebuilt.
3359         * include/ffi.h.in: Define FFI_DARWIN and FFI_DEFAULT_ABI for
3360         POWERPC_DARWIN.
3361         * src/powerpc/darwin.S: New file.
3362         * src/powerpc/ffi_darwin.c: New file.
3363
3364 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3365
3366         * src/x86/ffi.c: Fix spelling error of "separate" as "seperate".
3367
3368 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3369
3370         * src/x86/sysv.S: Avoid gas-only .balign directive.
3371         Use C style comments.
3372
3373 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3374
3375         * src/alpha/ffi.c (ffi_prep_closure): Avoid gas-only mnemonic.
3376         Fixes PR bootstrap/3563.
3377
3378 2001-06-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3379
3380         * src/alpha/osf.S (ffi_closure_osf): Use .rdata for ECOFF.
3381
3382 2001-06-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3383
3384         * configure.in: Recognize sparc*-sun-* host.
3385         * configure: Regenerate.
3386
3387 2001-06-06  Andrew Haley  <aph@redhat.com>
3388
3389         * src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF.
3390
3391 2001-06-03  Andrew Haley  <aph@redhat.com>
3392
3393         * src/alpha/osf.S: Add unwind info.
3394         * src/powerpc/sysv.S: Add unwind info.
3395         * src/powerpc/ppc_closure.S: Likewise.
3396
3397 2000-05-31  Jeff Sturm  <jsturm@one-point.com>
3398
3399         * configure.in: Fix AC_ARG_ENABLE usage.
3400         * configure: Rebuilt.
3401
3402 2001-05-06  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
3403
3404         * configure.in: Remove warning about beta code.
3405         * configure: Rebuilt.
3406
3407 2001-04-25  Hans Boehm <Hans_Boehm@hp.com>
3408
3409         * src/ia64/unix.S: Restore stack pointer when returning from
3410         ffi_closure_UNIX.
3411         * src/ia64/ffi.c: Fix typo in comment.
3412
3413 2001-04-18  Jim Wilson  <wilson@redhat.com>
3414
3415         * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2
3416         to eliminate RAW DV.
3417
3418 2001-04-12  Bryce McKinlay  <bryce@albatross.co.nz>
3419
3420         * Makefile.am: Make a libtool convenience library.
3421         * Makefile.in: Rebuilt.
3422
3423 2001-03-29  Bryce McKinlay  <bryce@albatross.co.nz>
3424
3425         * configure.in: Use different syntax for subdirectory creation.
3426         * configure: Rebuilt.
3427
3428 2001-03-27  Jon Beniston  <jon@beniston.com>
3429
3430         * configure.in: Added X86_WIN32 target (Win32, CygWin, MingW).
3431         * configure: Rebuilt.
3432         * Makefile.am: Added X86_WIN32 target support.
3433         * Makefile.in: Rebuilt.
3434
3435         * include/ffi.h.in: Added X86_WIN32 target support.
3436
3437         * src/ffitest.c: Doesn't run structure tests for X86_WIN32 targets.
3438         * src/types.c: Added X86_WIN32 target support.
3439
3440         * src/x86/win32.S: New file. Based on sysv.S, but with EH
3441         stuff removed and made to work with CygWin's gas.
3442
3443 2001-03-26  Bryce McKinlay  <bryce@albatross.co.nz>
3444
3445         * configure.in: Make target subdirectory in build dir.
3446         * Makefile.am: Override suffix based rules to specify correct output
3447         subdirectory.
3448         * Makefile.in: Rebuilt.
3449         * configure: Rebuilt.
3450
3451 2001-03-23  Kevin B Hendricks  <khendricks@ivey.uwo.ca>
3452
3453         * src/powerpc/ppc_closure.S: New file.
3454         * src/powerpc/ffi.c (ffi_prep_args): Fixed ABI compatibility bug
3455         involving long long and register pairs.
3456         (ffi_prep_closure): New function.
3457         (flush_icache): Likewise.
3458         (ffi_closure_helper_SYSV): Likewise.
3459         * include/ffi.h.in (FFI_CLOSURES): Define on PPC.
3460         (FFI_TRAMPOLINE_SIZE): Likewise.
3461         (FFI_NATIVE_RAW_API): Likewise.
3462         * Makefile.in: Rebuilt.
3463         * Makefile.am (EXTRA_DIST): Added src/powerpc/ppc_closure.S.
3464         (TARGET_SRC_POWERPC): Likewise.
3465
3466 2001-03-19  Tom Tromey  <tromey@redhat.com>
3467
3468         * Makefile.in: Rebuilt.
3469         * Makefile.am (ffitest_LDFLAGS): New macro.
3470
3471 2001-03-02  Nick Clifton  <nickc@redhat.com>
3472
3473         * include/ffi.h.in: Remove RCS ident string.
3474         * include/ffi_mips.h: Remove RCS ident string.
3475         * src/debug.c: Remove RCS ident string.
3476         * src/ffitest.c: Remove RCS ident string.
3477         * src/prep_cif.c: Remove RCS ident string.
3478         * src/types.c: Remove RCS ident string.
3479         * src/alpha/ffi.c: Remove RCS ident string.
3480         * src/alpha/osf.S: Remove RCS ident string.
3481         * src/arm/ffi.c: Remove RCS ident string.
3482         * src/arm/sysv.S: Remove RCS ident string.
3483         * src/mips/ffi.c: Remove RCS ident string.
3484         * src/mips/n32.S: Remove RCS ident string.
3485         * src/mips/o32.S: Remove RCS ident string.
3486         * src/sparc/ffi.c: Remove RCS ident string.
3487         * src/sparc/v8.S: Remove RCS ident string.
3488         * src/sparc/v9.S: Remove RCS ident string.
3489         * src/x86/ffi.c: Remove RCS ident string.
3490         * src/x86/sysv.S: Remove RCS ident string.
3491
3492 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
3493
3494         * include/ffi.h.in: Change sourceware.cygnus.com references to
3495         gcc.gnu.org.
3496
3497 2000-12-09  Richard Henderson  <rth@redhat.com>
3498
3499         * src/alpha/ffi.c (ffi_call): Simplify struct return test.
3500         (ffi_closure_osf_inner): Index rather than increment avalue
3501         and arg_types.  Give ffi_closure_osf the raw return value type.
3502         * src/alpha/osf.S (ffi_closure_osf): Handle return value type
3503         promotion.
3504
3505 2000-12-07  Richard Henderson  <rth@redhat.com>
3506
3507         * src/raw_api.c (ffi_translate_args): Fix typo.
3508         (ffi_prep_closure): Likewise.
3509
3510         * include/ffi.h.in [ALPHA]: Define FFI_CLOSURES and
3511         FFI_TRAMPOLINE_SIZE.
3512         * src/alpha/ffi.c (ffi_prep_cif_machdep): Adjust minimal
3513         cif->bytes for new ffi_call_osf implementation.
3514         (ffi_prep_args): Absorb into ...
3515         (ffi_call): ... here.  Do all stack allocation here and
3516         avoid a callback function.
3517         (ffi_prep_closure, ffi_closure_osf_inner): New.
3518         * src/alpha/osf.S (ffi_call_osf): Reimplement with no callback.
3519         (ffi_closure_osf): New.
3520
3521 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
3522
3523         * config.guess, config.sub, install-sh: Removed.
3524         * ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise.
3525         * Makefile.in: Rebuilt.
3526
3527         * acinclude.m4: Include libtool macros from the top level.
3528         * aclocal.m4, configure: Rebuilt.
3529
3530 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
3531
3532         * configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set.
3533         * configure: Rebuilt.
3534
3535 2000-05-11  Scott Bambrough  <scottb@netwinder.org>
3536
3537         * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to
3538         memory correctly.  Use conditional instructions, not branches where
3539         possible.
3540
3541 2000-05-04  Tom Tromey  <tromey@cygnus.com>
3542
3543         * configure: Rebuilt.
3544         * configure.in: Match `arm*-*-linux-*'.
3545         From Chris Dornan <cdornan@arm.com>.
3546
3547 2000-04-28  Jakub Jelinek  <jakub@redhat.com>
3548
3549         * Makefile.am (SUBDIRS): Define.
3550         (AM_MAKEFLAGS): Likewise.
3551         (Multilib support.): Add section.
3552         * Makefile.in: Rebuilt.
3553         * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
3554         New variables. Set for gcc using -print-multi-lib. Export them
3555         to libtool.
3556         (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
3557         * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
3558         for -shared links.
3559         (extra_compiler_flags_value, extra_compiler_flags): Check these
3560         for extra compiler options which need to be passed down in
3561         compiler_flags.
3562
3563 2000-04-16  Anthony Green  <green@redhat.com>
3564
3565         * configure: Rebuilt.
3566         * configure.in: Change i*86-pc-linux* to i*86-*-linux*.
3567
3568 2000-04-14  Jakub Jelinek  <jakub@redhat.com>
3569
3570         * include/ffi.h.in (SPARC64): Define for 64bit SPARC builds.
3571         Set SPARC FFI_DEFAULT_ABI based on SPARC64 define.
3572         * src/sparc/ffi.c (ffi_prep_args_v8): Renamed from ffi_prep_args.
3573         Replace all void * sizeofs with sizeof(int).
3574         Only compare type with FFI_TYPE_LONGDOUBLE if LONGDOUBLE is
3575         different than DOUBLE.
3576         Remove FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases (handled elsewhere).
3577         (ffi_prep_args_v9): New function.
3578         (ffi_prep_cif_machdep): Handle V9 ABI and long long on V8.
3579         (ffi_V9_return_struct): New function.
3580         (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from
3581         32bit code (not yet cross-arch calls).
3582         * src/sparc/v8.S: Add struct return delay nop.
3583         Handle long long.
3584         * src/sparc/v9.S: New file.
3585         * src/prep_cif.c (ffi_prep_cif): Return structure pointer
3586         is used on sparc64 only for structures larger than 32 bytes.
3587         Pass by reference for structures is done for structure arguments
3588         larger than 16 bytes.
3589         * src/ffitest.c (main): Use 64bit rint on sparc64.
3590         Run long long tests on sparc.
3591         * src/types.c (FFI_TYPE_POINTER): Pointer is 64bit on alpha and
3592         sparc64.
3593         (FFI_TYPE_LONGDOUBLE): long double is 128 bit aligned to 128 bits
3594         on sparc64.
3595         * configure.in (sparc-*-linux*): New supported target.
3596         (sparc64-*-linux*): Likewise.
3597         * configure: Rebuilt.
3598         * Makefile.am: Add v9.S to SPARC files.
3599         * Makefile.in: Likewise.
3600         (LINK): Surround $(CCLD) into double quotes, so that multilib
3601         compiles work correctly.
3602
3603 2000-04-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
3604
3605         * configure: Rebuilt.
3606         * configure.in: (i*86-*-solaris*): New libffi target. Patch
3607         proposed by Bryce McKinlay.
3608
3609 2000-03-20  Tom Tromey  <tromey@cygnus.com>
3610
3611         * Makefile.in: Hand edit for java_raw_api.lo.
3612
3613 2000-03-08  Bryce McKinlay  <bryce@albatross.co.nz>
3614
3615         * config.guess, config.sub: Update from the gcc tree.
3616         Fix for PR libgcj/168.
3617
3618 2000-03-03  Tom Tromey  <tromey@cygnus.com>
3619
3620         * Makefile.in: Fixed ia64 by hand.
3621
3622         * configure: Rebuilt.
3623         * configure.in (--enable-multilib): New option.
3624         (libffi_basedir): New subst.
3625         (AC_OUTPUT): Added multilib code.
3626
3627 2000-03-02  Tom Tromey  <tromey@cygnus.com>
3628
3629         * Makefile.in: Rebuilt.
3630         * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
3631         directory name.
3632
3633 2000-02-25  Hans Boehm <boehm@acm.org>
3634
3635         * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
3636         files.
3637         * src/raw_api.c (ffi_translate_args): Fixed typo in argument
3638         list.
3639         (ffi_prep_raw_closure): Use ffi_translate_args, not
3640         ffi_closure_translate.
3641         * src/java_raw_api.c: New file.
3642         * src/ffitest.c (closure_test_fn): New function.
3643         (main): Define `rint' as long long on IA64.  Added new test when
3644         FFI_CLOSURES is defined.
3645         * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
3646         (ffi_abi): Recognize IA64.
3647         (ffi_raw): Added `flt' field.
3648         Added "Java raw API" code.
3649         * configure.in: Recognize ia64.
3650         * Makefile.am (TARGET_SRC_IA64): New macro.
3651         (libffi_la_common_SOURCES): Added java_raw_api.c.
3652         (libffi_la_SOURCES): Define in IA64 case.
3653
3654 2000-01-04  Tom Tromey  <tromey@cygnus.com>
3655
3656         * Makefile.in: Rebuilt with newer automake.
3657
3658 1999-12-31  Tom Tromey  <tromey@cygnus.com>
3659
3660         * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
3661
3662 1999-09-01  Tom Tromey  <tromey@cygnus.com>
3663
3664         * include/ffi.h.in: Removed PACKAGE and VERSION defines and
3665         undefs.
3666         * fficonfig.h.in: Rebuilt.
3667         * configure: Rebuilt.
3668         * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
3669         Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
3670         * acconfig.h: Don't #undef PACKAGE or VERSION.
3671
3672 1999-08-09  Anthony Green  <green@cygnus.com>
3673
3674         * include/ffi.h.in: Try to work around messy header problem
3675         with PACKAGE and VERSION.
3676
3677         * configure: Rebuilt.
3678         * configure.in: Change version to 2.00-beta.
3679
3680         * fficonfig.h.in: Rebuilt.
3681         * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
3682
3683         * src/x86/ffi.c (ffi_raw_call): Rename.
3684
3685 1999-08-02  Kresten Krab Thorup  <krab@dominiq.is.s.u-tokyo.ac.jp>
3686
3687         * src/x86/ffi.c (ffi_closure_SYSV): New function.
3688         (ffi_prep_incoming_args_SYSV): Ditto.
3689         (ffi_prep_closure): Ditto.
3690         (ffi_closure_raw_SYSV): Ditto.
3691         (ffi_prep_raw_closure): More ditto.
3692         (ffi_call_raw): Final ditto.
3693
3694         * include/ffi.h.in: Add definitions for closure and raw API.
3695
3696         * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
3697         FFI_TYPE_UINT64.
3698
3699         * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
3700
3701         * src/raw_api.c: New file.
3702
3703         * include/ffi.h.in (ffi_raw): New type.
3704         (UINT_ARG, SINT_ARG): New defines.
3705         (ffi_closure, ffi_raw_closure): New types.
3706         (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
3707
3708         * configure.in: Add check for endianness and sizeof void*.
3709
3710         * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
3711         instead of directly.
3712
3713         * configure: Rebuilt.
3714
3715 Thu Jul  8 14:28:42 1999  Anthony Green  <green@cygnus.com>
3716
3717         * configure.in: Add x86 and powerpc BeOS configurations.
3718         From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
3719
3720 1999-05-09  Anthony Green  <green@cygnus.com>
3721
3722         * configure.in: Add warning about this being beta code.
3723         Remove src/Makefile.am from the picture.
3724         * configure: Rebuilt.
3725
3726         * Makefile.am: Move logic from src/Makefile.am.  Add changes
3727         to support libffi as a target library.
3728         * Makefile.in: Rebuilt.
3729
3730         * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
3731         Upgraded to new autoconf, automake, libtool.
3732
3733         * README: Tweaks.
3734
3735         * LICENSE: Update copyright date.
3736
3737         * src/Makefile.am, src/Makefile.in: Removed.
3738
3739 1998-11-29  Anthony Green  <green@cygnus.com>
3740
3741         * include/ChangeLog: Removed.
3742         * src/ChangeLog: Removed.
3743         * src/mips/ChangeLog: Removed.
3744         * src/sparc/ChangeLog: Remboved.
3745         * src/x86/ChangeLog: Removed.
3746
3747         * ChangeLog.v1: Created.