* config/s390/s390.c (s390_alloc_pool, s390_free_pool,
[official-gcc.git] / libffi / ChangeLog
blobbe46054b817d04807d980d782ff28a488113367d
1 2005-02-11  Janis Johnson  <janis187@us.ibm.com>
3         * testsuite/libffi.call/cls_align_longdouble.c: Remove dg-options.
4         * testsuite/libffi.call/float.c: Ditto.
5         * testsuite/libffi.call/float2.c: Ditto.
6         * testsuite/libffi.call/float3.c: Ditto.
8 2005-02-08  Andreas Tobler  <a.tobler@schweiz.ch>
10         * src/frv/ffitarget.h: Remove PPC stuff which does not belong to frv.
12 2005-01-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
14         * testsuite/libffi.special/special.exp (cxx_options): Add
15         -shared-libgcc.
17 2004-12-31  Richard Henderson  <rth@redhat.com>
19         * src/types.c (FFI_AGGREGATE_TYPEDEF): Remove.
20         (FFI_TYPEDEF): Rename from FFI_INTEGRAL_TYPEDEF.  Replace size and
21         offset parameters with a type parameter; deduce size and structure
22         alignment.  Update all users.
24 2004-12-31  Richard Henderson  <rth@redhat.com>
26         * src/types.c (FFI_TYPE_POINTER): Define with sizeof.
27         (FFI_TYPE_LONGDOUBLE): Fix for ia64.
28         * src/ia64/ffitarget.h (struct ffi_ia64_trampoline_struct): Move 
29         into ffi_prep_closure.
30         * src/ia64/ia64_flags.h, src/ia64/ffi.c, src/ia64/unix.S: Rewrite
31         from scratch.
33 2004-12-27  Richard Henderson  <rth@redhat.com>
35         * src/x86/unix64.S: Fix typo in unwind info.
37 2004-12-25  Richard Henderson  <rth@redhat.com>
39         * src/x86/ffi64.c (struct register_args): Rename from stackLayout.
40         (enum x86_64_reg_class): Add X86_64_COMPLEX_X87_CLASS.
41         (merge_classes): Check for it.
42         (SSE_CLASS_P): New.
43         (classify_argument): Pass byte_offset by value; perform all updates
44         inside struct case.
45         (examine_argument): Add classes argument; handle
46         X86_64_COMPLEX_X87_CLASS.
47         (ffi_prep_args): Merge into ...
48         (ffi_call): ... here.  Share stack frame with ffi_call_unix64.
49         (ffi_prep_cif_machdep): Setup cif->flags for proper structure return.
50         (ffi_fill_return_value): Remove.
51         (ffi_prep_closure): Remove dead assert.
52         (ffi_closure_unix64_inner): Rename from ffi_closure_UNIX64_inner.
53         Rewrite to use struct register_args instead of va_list.  Create
54         flags for handling structure returns.
55         * src/x86/unix64.S: Remove dead strings.
56         (ffi_call_unix64): Rename from ffi_call_UNIX64.  Rewrite to share
57         stack frame with ffi_call.  Handle structure returns properly.
58         (float2sse, floatfloat2sse, double2sse): Remove.
59         (sse2float, sse2double, sse2floatfloat): Remove.
60         (ffi_closure_unix64): Rename from ffi_closure_UNIX64.  Rewrite
61         to handle structure returns properly.
63 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
65         * Makefile.am (AM_MAKEFLAGS): Remove duplicate LIBCFLAGS and
66         PICFLAG.
67         * Makefile.in: Regenerated.
69 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
71         * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
72         * configure, aclocal.m4, Makefile.in: Regenerate.
73         * include/Makefile.in, testsuite/Makefile.in: Regenerate.
75 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
77         * configure: Regenerate for libtool change.
79 2004-11-25  Kelley Cook  <kcook@gcc.gnu.org>
81         * configure: Regenerate for libtool reversion.
83 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
85         * configure: Regenerate for libtool change.
87 2004-11-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
89         * testsuite/lib/libffi-dg.exp: Use new procs in target-libpath.exp.
91 2004-11-23  Richard Sandiford  <rsandifo@redhat.com>
93         * src/mips/o32.S (ffi_call_O32, ffi_closure_O32): Use jalr instead
94         of jal.  Use an absolute encoding for the frame information.
96 2004-11-23  Kelley Cook  <kcook@gcc.gnu.org>
98         * Makefile.am: Remove no-dependencies.  Add ACLOCAL_AMFLAGS.
99         * acinclude.m4: Delete logic for sincludes.
100         * aclocal.m4, Makefile.in, configure: Regenerate.
101         * include/Makefile: Likewise.
102         * testsuite/Makefile: Likewise.
104 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
106         * src/sparc/ffi.c (ffi_prep_closure): Align doubles and 64-bit integers
107         on a 8-byte boundary.
108         * src/sparc/v8.S (ffi_closure_v8): Reserve frame space for arguments.
110 2004-10-27  Richard Earnshaw  <rearnsha@arm.com>
112         * src/arm/ffi.c (ffi_prep_cif_machdep): Handle functions that return
113         long long values.  Round stack allocation to a multiple of 8 bytes
114         for ATPCS compatibility.
115         * src/arm/sysv.S (ffi_call_SYSV): Rework to avoid use of APCS register
116         names.  Handle returning long long types.  Add Thumb and interworking
117         support.  Improve soft-float code.
119 2004-10-27  Richard Earnshaw  <rearnsha@arm.com>
121         * testsuite/lib/libffi-db.exp (load_gcc_lib): New function.
122         (libffi_exit): New function.
123         (libffi_init): Build the testglue wrapper if needed.
125 2004-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
127         PR other/18138
128         * testsuite/lib/libffi-dg.exp: Accept more than one multilib libgcc.
130 2004-10-25  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
132         * src/m32r/libffitarget.h (FFI_CLOSURES): Set to 0.
134 2004-10-20  Kaz Kojima  <kkojima@gcc.gnu.org>
136         * src/sh/sysv.S (ffi_call_SYSV): Don't align for double data.
137         * testsuite/libffi.call/float3.c: New test case.
139 2004-10-18  Kaz Kojima  <kkojima@gcc.gnu.org>
141         * src/sh/ffi.c (ffi_prep_closure): Set T bit in trampoline for
142         the function returning a structure pointed with R2.
143         * src/sh/sysv.S (ffi_closure_SYSV): Use R2 as the pointer to
144         the structure return value if T bit set.  Emit position
145         independent code and EH data if PIC.
147 2004-10-13  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
149         * Makefile.am: Add m32r support.
150         * configure.ac: Likewise.
151         * Makefile.in: Regenerate.
152         * confiugre: Regenerate.
153         * src/types.c: Add m32r port to FFI_INTERNAL_TYPEDEF
154         (uint64, sint64, double, longdouble)
155         * src/m32r: New directory.
156         * src/m32r/ffi.c: New file.
157         * src/m32r/sysv.S: Likewise.
158         * src/m32r/ffitarget.h: Likewise.
160 2004-10-02  Kaz Kojima  <kkojima@gcc.gnu.org>
162         * testsuite/libffi.call/negint.c: New test case.
164 2004-09-14  H.J. Lu  <hongjiu.lu@intel.com>
166         PR libgcj/17465
167         * testsuite/lib/libffi-dg.exp: Don't use global ld_library_path.
168         Set up LD_LIBRARY_PATH, SHLIB_PATH, LD_LIBRARYN32_PATH,
169         LD_LIBRARY64_PATH, LD_LIBRARY_PATH_32, LD_LIBRARY_PATH_64 and
170         DYLD_LIBRARY_PATH.
172 2004-09-05  Andreas Tobler  <a.tobler@schweiz.ch>
174         * testsuite/libffi.call/many_win32.c: Remove whitespaces.
175         * testsuite/libffi.call/promotion.c: Likewise.
176         * testsuite/libffi.call/return_ll.c: Remove unused var. Cleanup
177         whitespaces.
178         * testsuite/libffi.call/return_sc.c: Likewise.
179         * testsuite/libffi.call/return_uc.c: Likewise.
181 2004-09-05  Andreas Tobler  <a.tobler@schweiz.ch>
183         * src/powerpc/darwin.S: Fix comments and identation.
184         * src/powerpc/darwin_closure.S: Likewise.
186 2004-09-02  Andreas Tobler  <a.tobler@schweiz.ch>
188         * src/powerpc/ffi_darwin.c: Add flag for longdouble return values.
189         (ffi_prep_args): Handle longdouble arguments.
190         (ffi_prep_cif_machdep): Set flags for longdouble. Calculate space for
191         longdouble.
192         (ffi_closure_helper_DARWIN): Add closure handling for longdouble.
193         * src/powerpc/darwin.S (_ffi_call_DARWIN): Add handling of longdouble
194         values.
195         * src/powerpc/darwin_closure.S (_ffi_closure_ASM): Likewise.
196         * src/types.c: Defined longdouble size and alignment for darwin.
198 2004-09-02  Andreas Tobler  <a.tobler@schweiz.ch>
200         * src/powerpc/aix.S: Remove whitespaces.
201         * src/powerpc/aix_closure.S: Likewise.
202         * src/powerpc/asm.h: Likewise.
203         * src/powerpc/ffi.c: Likewise.
204         * src/powerpc/ffitarget.h: Likewise.
205         * src/powerpc/linux64.S: Likewise.
206         * src/powerpc/linux64_closure.S: Likewise.
207         * src/powerpc/ppc_closure.S: Likewise.
208         * src/powerpc/sysv.S: Likewise.
210 2004-08-30  Anthony Green  <green@redhat.com>
212         * Makefile.am: Add frv support.
213         * Makefile.in, testsuite/Makefile.in: Rebuilt.
214         * configure.ac: Read configure.host.
215         * configure.in: Read configure.host.
216         * configure.host: New file.  frv-elf needs libgloss.
217         * include/ffi.h.in: Force ffi_closure to have a nice big (8)
218         alignment.  This is needed to frv and shouldn't harm the others.
219         * include/ffi_common.h (ALIGN_DOWN): New macro.
220         * src/frv/ffi.c, src/frv/ffitarget.h, src/frv/eabi.S: New files.
222 2004-08-24  David Daney  <daney@avtrex.com>
224         * testsuite/libffi.call/closure_fn0.c: Xfail mips64* instead of mips*.
225         * testsuite/libffi.call/closure_fn1.c: Likewise.
226         * testsuite/libffi.call/closure_fn2.c  Likewise.
227         * testsuite/libffi.call/closure_fn3.c: Likewise.
228         * testsuite/libffi.call/closure_fn4.c: Likewise.
229         * testsuite/libffi.call/closure_fn5.c: Likewise.
230         * testsuite/libffi.call/cls_18byte.c: Likewise.
231         * testsuite/libffi.call/cls_19byte.c: Likewise.
232         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
233         * testsuite/libffi.call/cls_20byte.c: Likewise.
234         * testsuite/libffi.call/cls_20byte1.c: Likewise.
235         * testsuite/libffi.call/cls_24byte.c: Likewise.
236         * testsuite/libffi.call/cls_2byte.c: Likewise.
237         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
238         * testsuite/libffi.call/cls_3byte1.c: Likewise.
239         * testsuite/libffi.call/cls_3byte2.c: Likewise.
240         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
241         * testsuite/libffi.call/cls_4byte.c: Likewise.
242         * testsuite/libffi.call/cls_64byte.c: Likewise.
243         * testsuite/libffi.call/cls_6byte.c: Likewise.
244         * testsuite/libffi.call/cls_7byte.c: Likewise.
245         * testsuite/libffi.call/cls_8byte.c: Likewise.
246         * testsuite/libffi.call/cls_9byte1.c: Likewise.
247         * testsuite/libffi.call/cls_9byte2.c: Likewise.
248         * testsuite/libffi.call/cls_align_double.c: Likewise.
249         * testsuite/libffi.call/cls_align_float.c: Likewise.
250         * testsuite/libffi.call/cls_align_longdouble.c: Likewise.
251         * testsuite/libffi.call/cls_align_pointer.c: Likewise.
252         * testsuite/libffi.call/cls_align_sint16.c: Likewise.
253         * testsuite/libffi.call/cls_align_sint32.c: Likewise.
254         * testsuite/libffi.call/cls_align_sint64.c: Likewise.
255         * testsuite/libffi.call/cls_align_uint16.c: Likewise.
256         * testsuite/libffi.call/cls_align_uint32.c: Likewise.
257         * testsuite/libffi.call/cls_align_uint64.c: Likewise.
258         * testsuite/libffi.call/cls_double.c: Likewise.
259         * testsuite/libffi.call/cls_float.c: Likewise.
260         * testsuite/libffi.call/cls_multi_schar.c: Likewise.
261         * testsuite/libffi.call/cls_multi_sshort.c: Likewise.
262         * testsuite/libffi.call/cls_multi_sshortchar.c: Likewise.
263         * testsuite/libffi.call/cls_multi_uchar.c: Likewise.
264         * testsuite/libffi.call/cls_multi_ushort.c: Likewise.
265         * testsuite/libffi.call/cls_multi_ushortchar.c: Likewise.
266         * testsuite/libffi.call/cls_schar.c: Likewise.
267         * testsuite/libffi.call/cls_sint.c: Likewise.
268         * testsuite/libffi.call/cls_sshort.c: Likewise.
269         * testsuite/libffi.call/cls_uchar.c: Likewise.
270         * testsuite/libffi.call/cls_uint.c: Likewise.
271         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
272         * testsuite/libffi.call/cls_ushort.c: Likewise.
273         * testsuite/libffi.call/nested_struct.c: Likewise.
274         * testsuite/libffi.call/nested_struct1.c: Likewise.
275         * testsuite/libffi.call/nested_struct2.c: Likewise.
276         * testsuite/libffi.call/nested_struct3.c: Likewise.
277         * testsuite/libffi.call/problem1.c: Likewise.
278         * testsuite/libffi.special/unwindtest.cc: Likewise.
279         * testsuite/libffi.call/cls_12byte.c: Likewise and set return value
280         to zero.
281         * testsuite/libffi.call/cls_16byte.c: Likewise.
282         * testsuite/libffi.call/cls_5byte.c: Likewise.
284 2004-08-23  David Daney <daney@avtrex.com>
286         PR libgcj/13141
287         * src/mips/ffitarget.h (FFI_O32_SOFT_FLOAT): New ABI.
288         * src/mips/ffi.c (ffi_prep_args): Fix alignment calculation.
289         (ffi_prep_cif_machdep): Handle FFI_O32_SOFT_FLOAT floating point
290         parameters and return types.
291         (ffi_call): Handle FFI_O32_SOFT_FLOAT ABI.
292         (ffi_prep_closure): Ditto.
293         (ffi_closure_mips_inner_O32): Handle FFI_O32_SOFT_FLOAT ABI, fix
294         alignment calculations.
295         * src/mips/o32.S (ffi_closure_O32): Don't use floating point
296         instructions if FFI_O32_SOFT_FLOAT, make stack frame ABI compliant.
298 2004-08-14  Casey Marshall <csm@gnu.org>
300         * src/mips/ffi.c (ffi_pref_cif_machdep): set `cif->flags' to
301         contain `FFI_TYPE_UINT64' as return type for any 64-bit
302         integer (O32 ABI only).
303         (ffi_prep_closure): new function.
304         (ffi_closure_mips_inner_O32): new function.
305         * src/mips/ffitarget.h: Define `FFI_CLOSURES' and 
306         `FFI_TRAMPOLINE_SIZE' appropriately if the ABI is o32.
307         * src/mips/o32.S (ffi_call_O32): add labels for .eh_frame. Return
308         64 bit integers correctly.
309         (ffi_closure_O32): new function.
310         Added DWARF-2 unwind info for both functions.
312 2004-08-10  Andrew Haley  <aph@redhat.com>
314         * src/x86/ffi64.c (ffi_prep_args ): 8-align all stack arguments.
316 2004-08-01  Robert Millan  <robertmh@gnu.org>
318         * configure.ac: Detect knetbsd-gnu and kfreebsd-gnu.
319         * configure: Regenerate.
321 2004-07-30  Maciej W. Rozycki  <macro@linux-mips.org>
323         * acinclude.m4 (AC_FUNC_MMAP_BLACKLIST): Check for <sys/mman.h>
324         and mmap() explicitly instead of relying on preset autoconf cache
325         variables.
326         * aclocal.m4: Regenerate.
327         * configure: Regenerate.
329 2004-07-11  Ulrich Weigand  <uweigand@de.ibm.com>
331         * src/s390/ffi.c (ffi_prep_args): Fix C aliasing violation.
332         (ffi_check_float_struct): Remove unused prototype.
334 2004-06-30  Geoffrey Keating  <geoffk@apple.com>
336         * src/powerpc/ffi_darwin.c (flush_icache): ';' is a comment
337         character on Darwin, use '\n\t' instead.
339 2004-06-26  Matthias Klose  <doko@debian.org>
341         * libtool-version: Fix typo in revision/age.
343 2004-06-17  Matthias Klose  <doko@debian.org>
345         * libtool-version: New.
346         * Makefile.am (libffi_la_LDFLAGS): Use -version-info for soname.
347         * Makefile.in: Regenerate.
349 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
351         * Makefile.am: Remove useless multilib rules.
352         * Makefile.in: Regenerate.
353         * aclocal.m4: Regenerate with automake 1.8.5.
354         * configure.ac: Remove useless multilib configury.
355         * configure: Regenerate.
357 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
359         * .cvsignore: New file.
361 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
363         * src/ia64/unix.S (ffi_call_unix): Insert group barrier break
364         fp_done.
365         (ffi_closure_UNIX): Fix f14/f15 adjustment if FLOAT_SZ is ever
366         changed from 8.
368 2004-06-06  Sean McNeil  <sean@mcneil.com>
370         * configure.ac: Add x86_64-*-freebsd* support.
371         * configure: Regenerate.
373 2004-04-26  Joe Buck <jbuck@welsh-buck.org>
375         Bug 15093
376         * configure.ac: Test for existence of mmap and sys/mman.h before
377         checking blacklist.  Fix suggested by Jim Wilson.
378         * configure: Regenerate.
380 2004-04-26  Matt Austern  <austern@apple.com>
382         * src/powerpc/darwin.S: Go through a non-lazy pointer for initial
383         FDE location.
384         * src/powerpc/darwin_closure.S: Likewise.
385         
386 2004-04-24  Andreas Tobler  <a.tobler@schweiz.ch>
388         * testsuite/libffi.call/cls_multi_schar.c (main): Fix initialization
389         error. Reported by Thomas Heller <theller@python.net>.
390         * testsuite/libffi.call/cls_multi_sshort.c (main): Likewise.
391         * testsuite/libffi.call/cls_multi_ushort.c (main): Likewise.
393 2004-03-20  Matthias Klose  <doko@debian.org>
395         * src/pa/linux.S: Fix typo.
397 2004-03-19  Matthias Klose  <doko@debian.org>
399         * Makefile.am: Update.
400         * Makefile.in: Regenerate.
401         * src/pa/ffi.h.in: Remove.
402         * src/pa/ffitarget.h: New file.
404 2004-02-10  Randolph Chung  <tausq@debian.org>
406         * Makefile.am: Add PA support.
407         * Makefile.in: Regenerate.
408         * include/Makefile.in: Regenerate.
409         * configure.ac: Add PA target.
410         * configure: Regenerate.
411         * src/pa/ffi.c: New file.
412         * src/pa/ffi.h.in: Add PA support.
413         * src/pa/linux.S: New file.
414         * prep_cif.c: Add PA support.
416 2004-03-16  Hosaka Yuji  <hos@tamanegi.org>
418         * src/types.c: Fix alignment size of X86_WIN32 case int64 and
419         double.
420         * src/x86/ffi.c (ffi_prep_args): Replace ecif->cif->rtype->type
421         with ecif->cif->flags.
422         (ffi_call, ffi_prep_incoming_args_SYSV): Replace cif->rtype->type
423         with cif->flags.
424         (ffi_prep_cif_machdep): Add X86_WIN32 struct case.
425         (ffi_closure_SYSV): Add 1 or 2-bytes struct case for X86_WIN32.
426         * src/x86/win32.S (retstruct1b, retstruct2b, sc_retstruct1b,
427         sc_retstruct2b): Add for 1 or 2-bytes struct case.
429 2004-03-15 Kelley Cook <kcook@gcc.gnu.org>
431         * configure.in: Rename file to ...
432         * configure.ac: ... this.
433         * fficonfig.h.in: Regenerate.
434         * Makefile.in: Regenerate.
435         * include/Makefile.in: Regenerate.
436         * testsuite/Makefile.in: Regenerate.
438 2004-03-12  Matt Austern  <austern@apple.com>
440         * src/powerpc/darwin.S: Fix EH information so it corresponds to
441         changes in EH format resulting from addition of linkonce support.
442         * src/powerpc/darwin_closure.S: Likewise.
444 2004-03-11  Andreas Tobler  <a.tobler@schweiz.ch>
445             Paolo Bonzini  <bonzini@gnu.org>
447         * Makefile.am (AUTOMAKE_OPTIONS): Set them.
448         Remove VPATH. Remove rules for object files. Remove multilib support.
449         (AM_CCASFLAGS): Add.
450         * configure.in (AC_CONFIG_HEADERS): Relace AM_CONFIG_HEADER.
451         (AC_PREREQ): Bump version to 2.59.
452         (AC_INIT): Fill with version info and bug address.
453         (ORIGINAL_LD_FOR_MULTILIBS): Remove.
454         (AM_ENABLE_MULTILIB): Use this instead of AC_ARG_ENABLE.
455         De-precious CC so that the right flags are passed down to multilibs.
456         (AC_MSG_ERROR): Replace obsolete macro AC_ERROR.
457         (AC_CONFIG_FILES): Replace obsolete macro AC_LINK_FILES.
458         (AC_OUTPUT): Reorganize the output with AC_CONFIG_COMMANDS.
459         * configure: Rebuilt.
460         * aclocal.m4: Likewise.
461         * Makefile.in, include/Makefile.in, testsuite/Makefile.in: Likewise.
462         * fficonfig.h.in: Likewise.
464 2004-03-11  Andreas Schwab  <schwab@suse.de>
466         * src/ia64/ffi.c (ffi_prep_incoming_args_UNIX): Get floating point
467         arguments from fp registers only for the first 8 parameter slots.
468         Don't convert a float parameter when passed in memory.
470 2004-03-09  Hans-Peter Nilsson  <hp@axis.com>
472         * configure: Regenerate for config/accross.m4 correction.
474 2004-02-25  Matt Kraai  <kraai@alumni.cmu.edu>
476         * src/powerpc/ffi.c (ffi_prep_args_SYSV): Change
477         ecif->cif->bytes to bytes.
478         (ffi_prep_cif_machdep): Add braces around nested if statement.
480 2004-02-09  Alan Modra  <amodra@bigpond.net.au>
482         * src/types.c (pointer): POWERPC64 has 8 byte pointers.
484         * src/powerpc/ffi.c (ffi_prep_args64): Correct long double handling.
485         (ffi_closure_helper_LINUX64): Fix typo.
486         * testsuite/libffi.call/cls_align_longdouble.c: Pass -mlong-double-128
487         for powerpc64-*-*.
488         * testsuite/libffi.call/float.c: Likewise.
489         * testsuite/libffi.call/float2.c: Likewise.
491 2004-02-08  Alan Modra  <amodra@bigpond.net.au>
493         * src/powerpc/ffi.c (ffi_prep_cif_machdep <FFI_LINUX64>): Correct
494         long double function return and long double arg handling.
495         (ffi_closure_helper_LINUX64): Formatting.  Delete unused "ng" var.
496         Use "end_pfr" instead of "nf".  Correct long double handling.
497         Localise "temp".
498         * src/powerpc/linux64.S (ffi_call_LINUX64): Save f2 long double
499         return value.
500         * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Allocate
501         space for long double return value.  Adjust stack frame and offsets.
502         Load f2 long double return.
504 2004-02-07  Alan Modra  <amodra@bigpond.net.au>
506         * src/types.c: Use 16 byte long double for POWERPC64.
508 2004-01-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
510         * src/sparc/ffi.c (ffi_prep_args_v9): Shift the parameter array
511         when the structure return address is passed in %o0.
512         (ffi_V9_return_struct): Rename into ffi_v9_layout_struct.
513         (ffi_v9_layout_struct): Align the field following a nested structure
514         on a word boundary.  Use memmove instead of memcpy.
515         (ffi_call): Update call to ffi_V9_return_struct.
516         (ffi_prep_closure): Define 'ctx' only for V8.
517         (ffi_closure_sparc_inner): Clone into ffi_closure_sparc_inner_v8
518         and ffi_closure_sparc_inner_v9.
519         (ffi_closure_sparc_inner_v8): Return long doubles by reference.
520         Always skip the structure return address.  For structures and long
521         doubles, copy the argument directly.
522         (ffi_closure_sparc_inner_v9): Skip the structure return address only
523         if required.  Shift the maximum floating-point slot accordingly.  For
524         big structures, copy the argument directly; otherwise, left-justify the
525         argument and call ffi_v9_layout_struct to lay out the structure on
526         the stack.
527         * src/sparc/v8.S: Undef STACKFRAME before defining it.
528         (ffi_closure_v8): Pass the structure return address.  Update call to
529         ffi_closure_sparc_inner_v8.  Short-circuit FFI_TYPE_INT handling.
530         Skip the 'unimp' insn when returning long doubles and structures.
531         * src/sparc/v9.S: Undef STACKFRAME before defining it.
532         (ffi_closure_v9): Increase the frame size by 2 words.  Short-circuit
533         FFI_TYPE_INT handling.  Load structures both in integers and
534         floating-point registers on return.
535         * README: Update status of the SPARC port.
537 2004-01-24  Andreas Tobler  <a.tobler@schweiz.ch>
539         * testsuite/libffi.call/pyobjc-tc.c (main): Treat result value
540         as of type ffi_arg.
541         * testsuite/libffi.call/struct3.c (main): Fix CHECK.
543 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
545         * testsuite/libffi.call/cls_uint.c (cls_ret_uint_fn): Treat result
546         value as of type ffi_arg, not unsigned int.
548 2004-01-21  Michael Ritzert  <ritzert@t-online.de>
550         * ffi64.c (ffi_prep_args): Cast the RHS of an assignment instead
551         of the LHS.
553 2004-01-12  Andreas Tobler  <a.tobler@schweiz.ch>
555         * testsuite/lib/libffi-dg.exp: Set LD_LIBRARY_PATH_32 for
556         Solaris.
558 2004-01-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
560         * testsuite/libffi.call/ffitest.h (allocate_mmap): Cast MAP_FAILED
561         to void *.
563 2003-12-10  Richard Henderson  <rth@redhat.com>
565         * testsuite/libffi.call/cls_align_pointer.c: Cast pointers to
566         size_t instead of int.
568 2003-12-04  Hosaka Yuji  <hos@tamanegi.org>
570         * testsuite/libffi.call/many_win32.c: Include <float.h>.
571         * testsuite/libffi.call/many_win32.c (main): Replace variable
572         int i with unsigned long ul.
574         * testsuite/libffi.call/cls_align_uint64.c: New test case.
575         * testsuite/libffi.call/cls_align_sint64.c: Likewise.
576         * testsuite/libffi.call/cls_align_uint32.c: Likewise.
577         * testsuite/libffi.call/cls_align_sint32.c: Likewise.
578         * testsuite/libffi.call/cls_align_uint16.c: Likewise.
579         * testsuite/libffi.call/cls_align_sint16.c: Likewise.
580         * testsuite/libffi.call/cls_align_float.c: Likewise.
581         * testsuite/libffi.call/cls_align_double.c: Likewise.
582         * testsuite/libffi.call/cls_align_longdouble.c: Likewise.
583         * testsuite/libffi.call/cls_align_pointer.c: Likewise.
585 2003-12-02  Hosaka Yuji  <hos@tamanegi.org>
587         PR other/13221
588         * src/x86/ffi.c (ffi_prep_args, ffi_prep_incoming_args_SYSV):
589         Align arguments to 32 bits.
591 2003-12-01  Andreas Tobler  <a.tobler@schweiz.ch>
593         PR other/13221
594         * testsuite/libffi.call/cls_multi_sshort.c: New test case.
595         * testsuite/libffi.call/cls_multi_sshortchar.c: Likewise.
596         * testsuite/libffi.call/cls_multi_uchar.c: Likewise.
597         * testsuite/libffi.call/cls_multi_schar.c: Likewise.
598         * testsuite/libffi.call/cls_multi_ushortchar.c: Likewise.
599         * testsuite/libffi.call/cls_multi_ushort.c: Likewise.
601         * testsuite/libffi.special/unwindtest.cc: Cosmetics.
603 2003-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
605         * testsuite/libffi.call/ffitest.h: Include <fcntl.h>.
606         * testsuite/libffi.special/ffitestcxx.h: Likewise.
608 2003-11-22  Andreas Tobler  <a.tobler@schweiz.ch>
610         * Makefile.in: Rebuilt.
611         * configure: Likewise.
612         * testsuite/libffi.special/unwindtest.cc: Convert the mmap to
613         the right type.
615 2003-11-21  Andreas Jaeger  <aj@suse.de>
616             Andreas Tobler  <a.tobler@schweiz.ch>
618         * acinclude.m4: Add AC_FUNC_MMAP_BLACKLIST.
619         * configure.in: Call AC_FUNC_MMAP_BLACKLIST.
620         * Makefile.in: Rebuilt.
621         * aclocal.m4: Likewise.
622         * configure: Likewise.
623         * fficonfig.h.in: Likewise.
624         * testsuite/lib/libffi-dg.exp: Add include dir.
625         * testsuite/libffi.call/ffitest.h: Add MMAP definitions.
626         * testsuite/libffi.special/ffitestcxx.h: Likewise.
627         * testsuite/libffi.call/closure_fn0.c: Use MMAP functionality
628         for ffi_closure if available.
629         * testsuite/libffi.call/closure_fn1.c: Likewise.
630         * testsuite/libffi.call/closure_fn2.c: Likewise.
631         * testsuite/libffi.call/closure_fn3.c: Likewise.
632         * testsuite/libffi.call/closure_fn4.c: Likewise.
633         * testsuite/libffi.call/closure_fn5.c: Likewise.
634         * testsuite/libffi.call/cls_12byte.c: Likewise.
635         * testsuite/libffi.call/cls_16byte.c: Likewise.
636         * testsuite/libffi.call/cls_18byte.c: Likewise.
637         * testsuite/libffi.call/cls_19byte.c: Likewise.
638         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
639         * testsuite/libffi.call/cls_20byte.c: Likewise.
640         * testsuite/libffi.call/cls_20byte1.c: Likewise.
641         * testsuite/libffi.call/cls_24byte.c: Likewise.
642         * testsuite/libffi.call/cls_2byte.c: Likewise.
643         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
644         * testsuite/libffi.call/cls_3byte1.c: Likewise.
645         * testsuite/libffi.call/cls_3byte2.c: Likewise.
646         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
647         * testsuite/libffi.call/cls_4byte.c: Likewise.
648         * testsuite/libffi.call/cls_5byte.c: Likewise.
649         * testsuite/libffi.call/cls_64byte.c: Likewise.
650         * testsuite/libffi.call/cls_6byte.c: Likewise.
651         * testsuite/libffi.call/cls_7byte.c: Likewise.
652         * testsuite/libffi.call/cls_8byte.c: Likewise.
653         * testsuite/libffi.call/cls_9byte1.c: Likewise.
654         * testsuite/libffi.call/cls_9byte2.c: Likewise.
655         * testsuite/libffi.call/cls_double.c: Likewise.
656         * testsuite/libffi.call/cls_float.c: Likewise.
657         * testsuite/libffi.call/cls_schar.c: Likewise.
658         * testsuite/libffi.call/cls_sint.c: Likewise.
659         * testsuite/libffi.call/cls_sshort.c: Likewise.
660         * testsuite/libffi.call/cls_uchar.c: Likewise.
661         * testsuite/libffi.call/cls_uint.c: Likewise.
662         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
663         * testsuite/libffi.call/cls_ushort.c: Likewise.
664         * testsuite/libffi.call/nested_struct.c: Likewise.
665         * testsuite/libffi.call/nested_struct1.c: Likewise.
666         * testsuite/libffi.call/nested_struct2.c: Likewise.
667         * testsuite/libffi.call/nested_struct3.c: Likewise.
668         * testsuite/libffi.call/problem1.c: Likewise.
669         * testsuite/libffi.special/unwindtest.cc: Likewise.
671 2003-11-20  Andreas Tobler  <a.tobler@schweiz.ch>
673         * testsuite/lib/libffi-dg.exp: Make the -lgcc_s conditional.
675 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
677         * testsuite/lib/libffi-dg.exp: Add DYLD_LIBRARY_PATH for darwin.
678         Add -lgcc_s to additional flags.
680 2003-11-12  Andreas Tobler  <a.tobler@schweiz.ch>
682         * configure.in, include/Makefile.am: PR libgcj/11147, install
683         the ffitarget.h header file in a gcc versioned and target
684         dependent place.
685         * configure: Regenerated.
686         * Makefile.in, include/Makefile.in: Likewise.
687         * testsuite/Makefile.in: Likewise.
689 2003-11-09  Andreas Tobler  <a.tobler@schweiz.ch>
691         * testsuite/libffi.call/closure_fn0.c: Print result and check
692         with dg-output to make debugging easier.
693         * testsuite/libffi.call/closure_fn1.c: Likewise.
694         * testsuite/libffi.call/closure_fn2.c: Likewise.
695         * testsuite/libffi.call/closure_fn3.c: Likewise.
696         * testsuite/libffi.call/closure_fn4.c: Likewise.
697         * testsuite/libffi.call/closure_fn5.c: Likewise.
698         * testsuite/libffi.call/cls_12byte.c: Likewise.
699         * testsuite/libffi.call/cls_16byte.c: Likewise.
700         * testsuite/libffi.call/cls_18byte.c: Likewise.
701         * testsuite/libffi.call/cls_19byte.c: Likewise.
702         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
703         * testsuite/libffi.call/cls_20byte.c: Likewise.
704         * testsuite/libffi.call/cls_20byte1.c: Likewise.
705         * testsuite/libffi.call/cls_24byte.c: Likewise.
706         * testsuite/libffi.call/cls_2byte.c: Likewise.
707         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
708         * testsuite/libffi.call/cls_3byte1.c: Likewise.
709         * testsuite/libffi.call/cls_3byte2.c: Likewise.
710         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
711         * testsuite/libffi.call/cls_4byte.c: Likewise.
712         * testsuite/libffi.call/cls_5byte.c: Likewise.
713         * testsuite/libffi.call/cls_64byte.c: Likewise.
714         * testsuite/libffi.call/cls_6byte.c: Likewise.
715         * testsuite/libffi.call/cls_7byte.c: Likewise.
716         * testsuite/libffi.call/cls_8byte.c: Likewise.
717         * testsuite/libffi.call/cls_9byte1.c: Likewise.
718         * testsuite/libffi.call/cls_9byte2.c: Likewise.
719         * testsuite/libffi.call/cls_double.c: Likewise.
720         * testsuite/libffi.call/cls_float.c: Likewise.
721         * testsuite/libffi.call/cls_schar.c: Likewise.
722         * testsuite/libffi.call/cls_sint.c: Likewise.
723         * testsuite/libffi.call/cls_sshort.c: Likewise.
724         * testsuite/libffi.call/cls_uchar.c: Likewise.
725         * testsuite/libffi.call/cls_uint.c: Likewise.
726         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
727         * testsuite/libffi.call/cls_ushort.c: Likewise.
728         * testsuite/libffi.call/problem1.c: Likewise.
730         * testsuite/libffi.special/unwindtest.cc: Make ffi_closure
731         static.
733 2003-11-08  Andreas Tobler  <a.tobler@schweiz.ch>
735         * testsuite/libffi.call/cls_9byte2.c: New test case.
736         * testsuite/libffi.call/cls_9byte1.c: Likewise.
737         * testsuite/libffi.call/cls_64byte.c: Likewise.
738         * testsuite/libffi.call/cls_20byte1.c: Likewise.
739         * testsuite/libffi.call/cls_19byte.c: Likewise.
740         * testsuite/libffi.call/cls_18byte.c: Likewise.
741         * testsuite/libffi.call/closure_fn4.c: Likewise.
742         * testsuite/libffi.call/closure_fn5.c: Likewise.
743         * testsuite/libffi.call/cls_schar.c: Likewise.
744         * testsuite/libffi.call/cls_sint.c: Likewise.
745         * testsuite/libffi.call/cls_sshort.c: Likewise.
746         * testsuite/libffi.call/nested_struct2.c: Likewise.
747         * testsuite/libffi.call/nested_struct3.c: Likewise.
749 2003-11-08  Andreas Tobler  <a.tobler@schweiz.ch>
751         * testsuite/libffi.call/cls_double.c: Do a check on the result.
752         * testsuite/libffi.call/cls_uchar.c: Likewise.
753         * testsuite/libffi.call/cls_uint.c: Likewise.
754         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
755         * testsuite/libffi.call/cls_ushort.c: Likewise.
756         * testsuite/libffi.call/return_sc.c: Cleanup whitespaces.
758 2003-11-06  Andreas Tobler  <a.tobler@schweiz.ch>
760         * src/prep_cif.c (ffi_prep_cif): Move the validity check after
761         the initialization.
763 2003-10-23  Andreas Tobler  <a.tobler@schweiz.ch>
765         * src/java_raw_api.c (ffi_java_ptrarray_to_raw): Replace
766         FFI_ASSERT(FALSE) with FFI_ASSERT(0).
768 2003-10-22  David Daney  <ddaney@avtrex.com>
770         * src/mips/ffitarget.h: Replace undefined UINT32 and friends with
771         __attribute__((__mode__(__SI__))) and friends.
773 2003-10-22  Andreas Schwab  <schwab@suse.de>
775         * src/ia64/ffi.c: Replace FALSE/TRUE with false/true.
777 2003-10-21  Andreas Tobler  <a.tobler@schweiz.ch>
779         * configure.in: AC_LINK_FILES(ffitarget.h).
780         * configure: Regenerate.
781         * Makefile.in: Likewise.
782         * include/Makefile.in: Likewise.
783         * testsuite/Makefile.in: Likewise.
784         * fficonfig.h.in: Likewise.
786 2003-10-21  Paolo Bonzini  <bonzini@gnu.org>
787             Richard Henderson  <rth@redhat.com>
789         Avoid that ffi.h includes fficonfig.h.
791         * Makefile.am (EXTRA_DIST): Include ffitarget.h files
792         (TARGET_SRC_MIPS_GCC): Renamed to TARGET_SRC_MIPS_IRIX.
793         (TARGET_SRC_MIPS_SGI): Removed.
794         (MIPS_GCC): Renamed to TARGET_SRC_MIPS_IRIX.
795         (MIPS_SGI): Removed.
796         (CLEANFILES): Removed.
797         (mostlyclean-am, clean-am, mostlyclean-sub, clean-sub): New
798         targets.
799         * acconfig.h: Removed.
800         * configure.in: Compute sizeofs only for double and long double.
801         Use them to define and subst HAVE_LONG_DOUBLE.  Include comments
802         into AC_DEFINE instead of using acconfig.h.  Create
803         include/ffitarget.h instead of include/fficonfig.h.  Rename
804         MIPS_GCC to MIPS_IRIX, drop MIPS_SGI since we are in gcc's tree.
805         AC_DEFINE EH_FRAME_FLAGS.
806         * include/Makefile.am (DISTCLEANFILES): New automake macro.
807         (hack_DATA): Add ffitarget.h.
808         * include/ffi.h.in: Remove all system specific definitions.
809         Declare raw API even if it is not installed, why bother?
810         Use limits.h instead of SIZEOF_* to define ffi_type_*.  Do
811         not define EH_FRAME_FLAGS, it is in fficonfig.h now.  Include
812         ffitarget.h instead of fficonfig.h.  Remove ALIGN macro.
813         (UINT_ARG, INT_ARG): Removed, use ffi_arg and ffi_sarg instead.
814         * include/ffi_common.h (bool): Do not define.
815         (ffi_assert): Accept failed assertion.
816         (ffi_type_test): Return void and accept file/line.
817         (FFI_ASSERT): Pass stringized failed assertion.
818         (FFI_ASSERT_AT): New macro.
819         (FFI_ASSERT_VALID_TYPE): New macro.
820         (UINT8, SINT8, UINT16, SINT16, UINT32, SINT32,
821         UINT64, SINT64): Define here with gcc's __attribute__ macro
822         instead of in ffi.h
823         (FLOAT32, ALIGN): Define here instead of in ffi.h
824         * include/ffi-mips.h: Removed.  Its content moved to
825         src/mips/ffitarget.h after separating assembly and C sections.
826         * src/alpha/ffi.c, src/alpha/ffi.c, src/java_raw_api.c
827         src/prep_cif.c, src/raw_api.c, src/ia64/ffi.c,
828         src/mips/ffi.c, src/mips/n32.S, src/mips/o32.S,
829         src/mips/ffitarget.h, src/sparc/ffi.c, src/x86/ffi64.c:
830         SIZEOF_ARG -> FFI_SIZEOF_ARG.
831         * src/ia64/ffi.c: Include stdbool.h (provided by GCC 2.95+).
832         * src/debug.c (ffi_assert): Accept stringized failed assertion.
833         (ffi_type_test): Rewritten.
834         * src/prep-cif.c (initialize_aggregate, ffi_prep_cif): Call
835         FFI_ASSERT_VALID_TYPE.
836         * src/alpha/ffitarget.h, src/arm/ffitarget.h,
837         src/ia64/ffitarget.h, src/m68k/ffitarget.h,
838         src/mips/ffitarget.h, src/powerpc/ffitarget.h,
839         src/s390/ffitarget.h, src/sh/ffitarget.h,
840         src/sh64/ffitarget.h, src/sparc/ffitarget.h,
841         src/x86/ffitarget.h: New files.
842         * src/alpha/osf.S, src/arm/sysv.S, src/ia64/unix.S,
843         src/m68k/sysv.S, src/mips/n32.S, src/mips/o32.S,
844         src/powerpc/aix.S, src/powerpc/darwin.S,
845         src/powerpc/ffi_darwin.c, src/powerpc/linux64.S,
846         src/powerpc/linux64_closure.S, src/powerpc/ppc_closure.S,
847         src/powerpc/sysv.S, src/s390/sysv.S, src/sh/sysv.S,
848         src/sh64/sysv.S, src/sparc/v8.S, src/sparc/v9.S,
849         src/x86/sysv.S, src/x86/unix64.S, src/x86/win32.S:
850         include fficonfig.h
852 2003-10-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
854         * src/mips/ffi.c: Use _ABIN32, _ABIO32 instead of external
855         _MIPS_SIM_NABI32, _MIPS_SIM_ABI32.
857 2003-10-19  Andreas Tobler  <a.tobler@schweiz.ch>
859         * src/powerpc/ffi_darwin.c (ffi_prep_args): Declare bytes again.
860         Used when FFI_DEBUG = 1.
862 2003-10-14  Alan Modra  <amodra@bigpond.net.au>
864         * src/types.c (double, longdouble): Default POWERPC64 to 8 byte size
865         and align.
867 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
869         * include/ffi_mips.h: Define FFI_MIPS_N32 for N32/N64 ABIs,
870         FFI_MIPS_O32 for O32 ABI.
872 2003-10-01  Andreas Tobler  <a.tobler@schweiz.ch>
874         * testsuite/lib/libffi-dg.exp: Set LD_LIBRARY_PATH_64 for
875         SPARC64. Cleanup whitespaces.
877 2003-09-19  Andreas Tobler  <a.tobler@schweiz.ch>
879         * testsuite/libffi.call/closure_fn0.c: Xfail mips, arm,
880         strongarm, xscale. Cleanup whitespaces.
881         * testsuite/libffi.call/closure_fn1.c: Likewise.
882         * testsuite/libffi.call/closure_fn2.c: Likewise.
883         * testsuite/libffi.call/closure_fn3.c: Likewise.
884         * testsuite/libffi.call/cls_12byte.c: Likewise.
885         * testsuite/libffi.call/cls_16byte.c: Likewise.
886         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
887         * testsuite/libffi.call/cls_20byte.c: Likewise.
888         * testsuite/libffi.call/cls_24byte.c: Likewise.
889         * testsuite/libffi.call/cls_2byte.c: Likewise.
890         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
891         * testsuite/libffi.call/cls_3byte1.c: Likewise.
892         * testsuite/libffi.call/cls_3byte2.c: Likewise.
893         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
894         * testsuite/libffi.call/cls_4byte.c: Likewise.
895         * testsuite/libffi.call/cls_5byte.c: Likewise.
896         * testsuite/libffi.call/cls_6byte.c: Likewise.
897         * testsuite/libffi.call/cls_7byte.c: Likewise.
898         * testsuite/libffi.call/cls_8byte.c: Likewise.
899         * testsuite/libffi.call/cls_double.c: Likewise.
900         * testsuite/libffi.call/cls_float.c: Likewise.
901         * testsuite/libffi.call/cls_uchar.c: Likewise.
902         * testsuite/libffi.call/cls_uint.c: Likewise.
903         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
904         * testsuite/libffi.call/cls_ushort.c: Likewise.
905         * testsuite/libffi.call/nested_struct.c: Likewise.
906         * testsuite/libffi.call/nested_struct1.c: Likewise.
907         * testsuite/libffi.call/problem1.c: Likewise.
908         * testsuite/libffi.special/unwindtest.cc: Likewise.
909         * testsuite/libffi.call/pyobjc-tc.c: Cleanup whitespaces.
911 2003-09-18  David Edelsohn  <edelsohn@gnu.org>
913         * src/powerpc/aix.S: Cleanup whitespaces.
914         * src/powerpc/aix_closure.S: Likewise.
916 2003-09-18  Andreas Tobler  <a.tobler@schweiz.ch>
918         * src/powerpc/darwin.S: Cleanup whitespaces, comment formatting.
919         * src/powerpc/darwin_closure.S: Likewise.
920         * src/powerpc/ffi_darwin.c: Likewise.
922 2003-09-18  Andreas Tobler  <a.tobler@schweiz.ch>
923             David Edelsohn  <edelsohn@gnu.org>
925         * src/types.c (double): Add AIX and Darwin to the right TYPEDEF.
926         * src/powerpc/aix_closure.S: Remove the pointer to the outgoing
927         parameter stack.
928         * src/powerpc/darwin_closure.S: Likewise.
929         * src/powerpc/ffi_darwin.c (ffi_prep_args): Handle structures
930         according to the Darwin/AIX ABI.
931         (ffi_prep_cif_machdep): Likewise.
932         (ffi_closure_helper_DARWIN): Likewise.
933         Remove the outgoing parameter stack logic. Simplify the evaluation
934         of the different CASE types.
935         (ffi_prep_clousure): Avoid the casts on lvalues. Change the branch
936         statement in the trampoline code.
938 2003-09-18  Kaz Kojima  <kkojima@gcc.gnu.org>
940         * src/sh/ffi.c (ffi_prep_args): Take account into the alignement
941         for the register size.
942         (ffi_closure_helper_SYSV): Handle the structure return value
943         address correctly.
944         (ffi_closure_helper_SYSV): Return the appropriate type when
945         the registers are used for the structure return value.
946         * src/sh/sysv.S (ffi_closure_SYSV): Fix the stack layout for
947         the 64-bit return value.  Update copyright years.
949 2003-09-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
951         * testsuite/lib/libffi-dg.exp (libffi_target_compile): Search in
952         srcdir for ffi_mips.h.
954 2003-09-12  Alan Modra  <amodra@bigpond.net.au>
956         * src/prep_cif.c (initialize_aggregate): Include tail padding in
957         structure size.
958         * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Correct
959         placement of float result.
960         * testsuite/libffi.special/unwindtest.cc (closure_test_fn1): Correct
961         cast of "resp" for big-endian 64 bit machines.
963 2003-09-11  Alan Modra  <amodra@bigpond.net.au>
965         * src/types.c (double, longdouble): Merge identical SH and ARM
966         typedefs, and add POWERPC64.
967         * src/powerpc/ffi.c (ffi_prep_args64): Correct next_arg calc for
968         struct split over gpr and rest.
969         (ffi_prep_cif_machdep): Correct intarg_count for structures.
970         * src/powerpc/linux64.S (ffi_call_LINUX64): Fix gpr offsets.
972 2003-09-09  Andreas Tobler  <a.tobler@schweiz.ch>
974         * src/powerpc/ffi.c (ffi_closure_helper_SYSV) Handle struct
975         passing correctly.
977 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
979         * configure: Regenerate.
981 2003-09-04  Andreas Tobler  <a.tobler@schweiz.ch>
983         * Makefile.am: Remove build rules for ffitest.
984         * Makefile.in: Rebuilt.
986 2003-09-04  Andreas Tobler  <a.tobler@schweiz.ch>
988         * src/java_raw_api.c: Include <stdlib.h> to fix compiler warning
989         about implicit declaration of abort().
991 2003-09-04  Andreas Tobler  <a.tobler@schweiz.ch>
993         * Makefile.am: Add dejagnu test framework. Fixes PR other/11411.
994         * Makefile.in: Rebuilt.
995         * configure.in: Add dejagnu test framework.
996         * configure: Rebuilt.
998         * testsuite/Makefile.am: New file.
999         * testsuite/Makefile.in: Built
1000         * testsuite/lib/libffi-dg.exp: New file.
1001         * testsuite/config/default.exp: Likewise.
1002         * testsuite/libffi.call/call.exp: Likewise.
1003         * testsuite/libffi.call/ffitest.h: Likewise.
1004         * testsuite/libffi.call/closure_fn0.c: Likewise.
1005         * testsuite/libffi.call/closure_fn1.c: Likewise.
1006         * testsuite/libffi.call/closure_fn2.c: Likewise.
1007         * testsuite/libffi.call/closure_fn3.c: Likewise.
1008         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
1009         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
1010         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
1011         * testsuite/libffi.call/cls_2byte.c: Likewise.
1012         * testsuite/libffi.call/cls_3byte1.c: Likewise.
1013         * testsuite/libffi.call/cls_3byte2.c: Likewise.
1014         * testsuite/libffi.call/cls_4byte.c: Likewise.
1015         * testsuite/libffi.call/cls_5byte.c: Likewise.
1016         * testsuite/libffi.call/cls_6byte.c: Likewise.
1017         * testsuite/libffi.call/cls_7byte.c: Likewise.
1018         * testsuite/libffi.call/cls_8byte.c: Likewise.
1019         * testsuite/libffi.call/cls_12byte.c: Likewise.
1020         * testsuite/libffi.call/cls_16byte.c: Likewise.
1021         * testsuite/libffi.call/cls_20byte.c: Likewise.
1022         * testsuite/libffi.call/cls_24byte.c: Likewise.
1023         * testsuite/libffi.call/cls_double.c: Likewise.
1024         * testsuite/libffi.call/cls_float.c: Likewise.
1025         * testsuite/libffi.call/cls_uchar.c: Likewise.
1026         * testsuite/libffi.call/cls_uint.c: Likewise.
1027         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
1028         * testsuite/libffi.call/cls_ushort.c: Likewise.
1029         * testsuite/libffi.call/float.c: Likewise.
1030         * testsuite/libffi.call/float1.c: Likewise.
1031         * testsuite/libffi.call/float2.c: Likewise.
1032         * testsuite/libffi.call/many.c: Likewise.
1033         * testsuite/libffi.call/many_win32.c: Likewise.
1034         * testsuite/libffi.call/nested_struct.c: Likewise.
1035         * testsuite/libffi.call/nested_struct1.c: Likewise.
1036         * testsuite/libffi.call/pyobjc-tc.c: Likewise.
1037         * testsuite/libffi.call/problem1.c: Likewise.
1038         * testsuite/libffi.call/promotion.c: Likewise.
1039         * testsuite/libffi.call/return_ll.c: Likewise.
1040         * testsuite/libffi.call/return_sc.c: Likewise.
1041         * testsuite/libffi.call/return_uc.c: Likewise.
1042         * testsuite/libffi.call/strlen.c: Likewise.
1043         * testsuite/libffi.call/strlen_win32.c: Likewise.
1044         * testsuite/libffi.call/struct1.c: Likewise.
1045         * testsuite/libffi.call/struct2.c: Likewise.
1046         * testsuite/libffi.call/struct3.c: Likewise.
1047         * testsuite/libffi.call/struct4.c: Likewise.
1048         * testsuite/libffi.call/struct5.c: Likewise.
1049         * testsuite/libffi.call/struct6.c: Likewise.
1050         * testsuite/libffi.call/struct7.c: Likewise.
1051         * testsuite/libffi.call/struct8.c: Likewise.
1052         * testsuite/libffi.call/struct9.c: Likewise.
1053         * testsuite/libffi.special/special.exp: New file.
1054         * testsuite/libffi.special/ffitestcxx.h: Likewise.
1055         * testsuite/libffi.special/unwindtest.cc: Likewise.
1058 2003-08-13  Kaz Kojima  <kkojima@gcc.gnu.org>
1060         * src/sh/ffi.c (OFS_INT16): Set 0 for little endian case.  Update
1061         copyright years.
1063 2003-08-02  Alan Modra  <amodra@bigpond.net.au>
1065         * src/powerpc/ffi.c (ffi_prep_args64): Modify for changed gcc
1066         structure passing.
1067         (ffi_closure_helper_LINUX64): Likewise.
1068         * src/powerpc/linux64.S: Remove code writing to parm save area.
1069         * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Use return
1070         address in lr from ffi_closure_helper_LINUX64 call to calculate
1071         table address.  Optimize function tail.
1073 2003-07-28  Andreas Tobler  <a.tobler@schweiz.ch>
1075         * src/sparc/ffi.c: Handle all floating point registers.
1076         * src/sparc/v9.S: Likewise. Fixes second part of PR target/11410.
1078 2003-07-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1080         * README: Note that libffi is not part of GCC.  Update the project
1081         URL and status.
1083 2003-06-19  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1085         * src/powerpc/ppc_closure.S: Include ffi.h.
1087 2003-06-13  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1089         * src/x86/sysv.S: Avoid gas-only .uleb128/.sleb128 directives.
1090         Use C style comments.
1092 2003-06-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1094         * Makefile.am: Add SHmedia support.  Fix a typo of SH support.
1095         * Makefile.in: Regenerate.
1096         * configure.in (sh64-*-linux*, sh5*-*-linux*): Add target.
1097         * configure: Regenerate.
1098         * include/ffi.h.in: Add SHmedia support.
1099         * src/sh64/ffi.c: New file.
1100         * src/sh64/sysv.S: New file.
1102 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
1104         * configure.in (HAVE_RO_EH_FRAME): Check whether .eh_frame section
1105         should be read-only.
1106         * configure: Rebuilt.
1107         * fficonfig.h.in: Rebuilt.
1108         * include/ffi.h.in (EH_FRAME_FLAGS): Define.
1109         * src/alpha/osf.S: Use EH_FRAME_FLAGS.
1110         * src/powerpc/linux64.S: Likewise.
1111         * src/powerpc/linux64_closure.S: Likewise.  Include ffi.h.
1112         * src/powerpc/sysv.S: Use EH_FRAME_FLAGS.  Use pcrel encoding
1113         if -fpic/-fPIC/-mrelocatable.
1114         * src/powerpc/powerpc_closure.S: Likewise.
1115         * src/sparc/v8.S: If HAVE_RO_EH_FRAME is defined, don't include
1116         #write in .eh_frame flags.
1117         * src/sparc/v9.S: Likewise.
1118         * src/x86/unix64.S: Use EH_FRAME_FLAGS.
1119         * src/x86/sysv.S: Likewise.  Use pcrel encoding if -fpic/-fPIC.
1120         * src/s390/sysv.S: Use EH_FRAME_FLAGS.  Include ffi.h.
1122 2003-05-07  Jeff Sturm  <jsturm@one-point.com>
1124         Fixes PR bootstrap/10656
1125         * configure.in (HAVE_AS_REGISTER_PSEUDO_OP): Test assembler
1126         support for .register pseudo-op.
1127         * src/sparc/v8.S: Use it.
1128         * fficonfig.h.in: Rebuilt.
1129         * configure: Rebuilt.
1131 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
1133         * include/ffi.h.in (POWERPC64): Define if 64-bit.
1134         (enum ffi_abi): Add FFI_LINUX64 on POWERPC.
1135         Make it the default on POWERPC64.
1136         (FFI_TRAMPOLINE_SIZE): Define to 24 on POWERPC64.
1137         * configure.in: Change powerpc-*-linux* into powerpc*-*-linux*.
1138         * configure: Rebuilt.
1139         * src/powerpc/ffi.c (hidden): Define.
1140         (ffi_prep_args_SYSV): Renamed from
1141         ffi_prep_args.  Cast pointers to unsigned long to shut up warnings.
1142         (NUM_GPR_ARG_REGISTERS64, NUM_FPR_ARG_REGISTERS64,
1143         ASM_NEEDS_REGISTERS64): New.
1144         (ffi_prep_args64): New function.
1145         (ffi_prep_cif_machdep): Handle FFI_LINUX64 ABI.
1146         (ffi_call): Likewise.
1147         (ffi_prep_closure): Likewise.
1148         (flush_icache): Surround by #ifndef POWERPC64.
1149         (ffi_dblfl): New union type.
1150         (ffi_closure_helper_SYSV): Use it to avoid aliasing problems.
1151         (ffi_closure_helper_LINUX64): New function.
1152         * src/powerpc/ppc_closure.S: Surround whole file by #ifndef
1153         __powerpc64__.
1154         * src/powerpc/sysv.S: Likewise.
1155         (ffi_call_SYSV): Rename ffi_prep_args to ffi_prep_args_SYSV.
1156         * src/powerpc/linux64.S: New file.
1157         * src/powerpc/linux64_closure.S: New file.
1158         * Makefile.am (EXTRA_DIST): Add src/powerpc/linux64.S and
1159         src/powerpc/linux64_closure.S.
1160         (TARGET_SRC_POWERPC): Likewise.
1162         * src/ffitest.c (closure_test_fn, closure_test_fn1, closure_test_fn2,
1163         closure_test_fn3): Fix result printing on big-endian 64-bit
1164         machines.
1165         (main): Print tst2_arg instead of uninitialized tst2_result.
1167         * src/ffitest.c (main): Hide what closure pointer really points to
1168         from the compiler.
1170 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
1172         * configure.in (arm-*-netbsdelf*): Add configuration.
1173         (configure): Regenerated.
1175 2003-04-04  Loren J. Rittle  <ljrittle@acm.org>
1177         * include/Makefile.in: Regenerate.
1179 2003-03-21  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1181         * libffi/include/ffi.h.in: Define X86 instead of X86_64 in 32
1182         bit mode.
1183         * libffi/src/x86/ffi.c (ffi_closure_SYSV, ffi_closure_raw_SYSV):
1184         Receive closure pointer through parameter, read args using
1185         __builtin_dwarf_cfa.
1186         (FFI_INIT_TRAMPOLINE): Send closure reference through eax.
1188 2003-03-12  Andreas Schwab  <schwab@suse.de>
1190         * configure.in: Avoid trailing /. in toolexeclibdir.
1191         * configure: Rebuilt.
1193 2003-03-03  Andreas Tobler <a.tobler@schweiz.ch>
1195         * src/powerpc/darwin_closure.S: Recode to fit dynamic libraries.
1197 2003-02-06  Andreas Tobler <a.tobler@schweiz.ch>
1199         * libffi/src/powerpc/darwin_closure.S:
1200         Fix alignement bug, allocate 8 bytes for the result.
1201         * libffi/src/powerpc/aix_closure.S:
1202         Likewise.
1203         * libffi/src/powerpc/ffi_darwin.c:
1204         Update stackframe description for aix/darwin_closure.S.
1206 2003-02-06  Jakub Jelinek  <jakub@redhat.com>
1208         * src/s390/ffi.c (ffi_closure_helper_SYSV): Add hidden visibility
1209         attribute.
1211 2003-01-31  Christian Cornelssen  <ccorn@cs.tu-berlin.de>,
1212             Andreas Schwab  <schwab@suse.de>
1214         * configure.in: Adjust command to source config-ml.in to account
1215         for changes to the libffi_basedir definition.
1216         (libffi_basedir): Remove ${srcdir} from value and include trailing
1217         slash if nonempty.
1219         * configure: Regenerate.
1221 2003-01-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1223         * src/powerpc/ppc_closure.S: Recode to fit shared libs.
1225 2003-01-28  Andrew Haley  <aph@redhat.com>
1227         * include/ffi.h.in: Enable FFI_CLOSURES for x86_64.
1228         * src/x86/ffi64.c (ffi_prep_closure): New.
1229         (ffi_closure_UNIX64_inner): New.
1230         * src/x86/unix64.S (ffi_closure_UNIX64): New.
1232 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
1234         * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
1235         Remove USE_LIBDIR conditional.
1236         * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
1237         * Makefile.in, configure: Rebuilt.
1239 2003-01027  David Edelsohn  <edelsohn@gnu.org>
1241         * Makefile.am (TARGET_SRC_POWERPC_AIX): Fix typo.
1242         * Makefile.in: Regenerate.
1244 2003-01-22  Andrew Haley  <aph@redhat.com>
1246         * src/powerpc/darwin.S (_ffi_call_AIX): Add Augmentation size to
1247         unwind info.
1249 2003-01-21  Andreas Tobler  <a.tobler@schweiz.ch>
1251         * src/powerpc/darwin.S: Add unwind info.
1252         * src/powerpc/darwin_closure.S: Likewise.
1254 2003-01-14  Andrew Haley  <aph@redhat.com>
1256         * src/x86/ffi64.c (ffi_prep_args): Check for void retval.
1257         (ffi_prep_cif_machdep): Likewise.
1258         * src/x86/unix64.S: Add unwind info.
1260 2003-01-14  Andreas Jaeger  <aj@suse.de>
1262         * src/ffitest.c (main): Only use ffi_closures if those are
1263         supported.
1265 2003-01-13 Andreas Tobler <a.tobler@schweiz.ch>
1267         * libffi/src/ffitest.c
1268          add closure testcases
1270 2003-01-13 Kevin B. Hendricks <khendricks@ivey.uwo.ca>
1272         * libffi/src/powerpc/ffi.c
1273          fix alignment bug for float (4 byte aligned iso 8 byte)
1275 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
1277         * src/powerpc/ffi_darwin.c: Remove RCS version string.
1278         * src/powerpc/darwin.S: Remove RCS version string.
1280 2003-01-03  Jeff Sturm  <jsturm@one-point.com>
1282         * include/ffi.h.in: Add closure defines for SPARC, SPARC64.
1283         * src/ffitest.c (main): Use static storage for closure.
1284         * src/sparc/ffi.c (ffi_prep_closure, ffi_closure_sparc_inner): New.
1285         * src/sparc/v8.S (ffi_closure_v8): New.
1286         * src/sparc/v9.S (ffi_closure_v9): New.
1288 2002-11-10  Ranjit Mathew <rmathew@hotmail.com>
1290         * include/ffi.h.in: Added FFI_STDCALL ffi_type
1291           enumeration for X86_WIN32.
1292         * src/x86/win32.S: Added ffi_call_STDCALL function
1293           definition.
1294         * src/x86/ffi.c (ffi_call/ffi_raw_call): Added
1295           switch cases for recognising FFI_STDCALL and
1296           calling ffi_call_STDCALL if target is X86_WIN32.
1297         * src/ffitest.c (my_stdcall_strlen/stdcall_many):
1298           stdcall versions of the "my_strlen" and "many"
1299           test functions (for X86_WIN32).
1300           Added test cases to test stdcall invocation using
1301           these functions.
1303 2002-12-02  Kaz Kojima  <kkojima@gcc.gnu.org>
1305         * src/sh/sysv.S: Add DWARF2 unwind info.
1307 2002-11-27  Ulrich Weigand  <uweigand@de.ibm.com>
1309         * src/s390/sysv.S (.eh_frame section): Make section read-only.
1311 2002-11-26  Jim Wilson  <wilson@redhat.com>
1313         * src/types.c (FFI_TYPE_POINTER): Has size 8 on IA64.
1315 2002-11-23  H.J. Lu <hjl@gnu.org>
1317         * acinclude.m4: Add dummy AM_PROG_LIBTOOL.
1318         Include ../config/accross.m4.
1319         * aclocal.m4; Rebuild.
1320         * configure: Likewise.
1322 2002-11-15  Ulrich Weigand  <uweigand@de.ibm.com>
1324         * src/s390/sysv.S (.eh_frame section): Adapt to pcrel FDE encoding.
1326 2002-11-11  DJ Delorie  <dj@redhat.com>
1328         * configure.in: Look for common files in the right place.
1330 2002-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
1332         * src/java_raw_api.c (ffi_java_raw_to_ptrarray): Interpret
1333         raw data as _Jv_word values, not ffi_raw.
1334         (ffi_java_ptrarray_to_raw): Likewise.
1335         (ffi_java_rvalue_to_raw): New function.
1336         (ffi_java_raw_call): Call it.
1337         (ffi_java_raw_to_rvalue): New function.
1338         (ffi_java_translate_args): Call it.
1339         * src/ffitest.c (closure_test_fn): Interpret return value
1340         as ffi_arg, not int.
1341         * src/s390/ffi.c (ffi_prep_cif_machdep): Add missing
1342         FFI_TYPE_POINTER case.
1343         (ffi_closure_helper_SYSV): Likewise.  Also, assume return
1344         values extended to word size.
1346 2002-10-02  Andreas Jaeger  <aj@suse.de>
1348         * src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.
1350 2002-10-01  Bo Thorsen  <bo@smetana.suse.de>
1352         * include/ffi.h.in: Fix i386 win32 compilation.
1354 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
1356         * configure.in: Add s390x-*-linux-* target.
1357         * configure: Regenerate.
1358         * include/ffi.h.in: Define S390X for s390x targets.
1359         (FFI_CLOSURES): Define for s390/s390x.
1360         (FFI_TRAMPOLINE_SIZE): Likewise.
1361         (FFI_NATIVE_RAW_API): Likewise.
1362         * src/prep_cif.c (ffi_prep_cif): Do not compute stack space for s390.
1363         * src/types.c (FFI_TYPE_POINTER): Use 8-byte pointers on s390x.
1364         * src/s390/ffi.c: Major rework of existing code.  Add support for
1365         s390x targets.  Add closure support.
1366         * src/s390/sysv.S: Likewise.
1368 2002-09-29  Richard Earnshaw  <rearnsha@arm.com>
1370         * src/arm/sysv.S: Fix typo.
1372 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
1374         * src/arm/sysv.S: If we don't have machine/asm.h and the pre-processor
1375         has defined __USER_LABEL_PREFIX__, then use it in CNAME.
1376         (ffi_call_SYSV): Handle soft-float.
1378 2002-09-27  Bo Thorsen  <bo@suse.de>
1380         * include/ffi.h.in: Fix multilib x86-64 support.
1382 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1384         * Makefile.am (all-multi): Fix multilib parallel build.
1386 2002-07-19  Kaz Kojima  <kkojima@gcc.gnu.org>
1388         * configure.in (sh[34]*-*-linux*): Add brackets.
1389         * configure: Regenerate.
1391 2002-07-18  Kaz Kojima  <kkojima@gcc.gnu.org>
1393         * Makefile.am: Add SH support.
1394         * Makefile.in: Regenerate.
1395         * configure.in (sh-*-linux*, sh[34]*-*-linux*): Add target.
1396         * configure: Regenerate.
1397         * include/ffi.h.in: Add SH support.
1398         * src/sh/ffi.c: New file.
1399         * src/sh/sysv.S: New file.
1400         * src/types.c: Add SH support.
1402 2002-07-16  Bo Thorsen  <bo@suse.de>
1404         * src/x86/ffi64.c: New file that adds x86-64 support.
1405         * src/x86/unix64.S: New file that handles argument setup for
1406         x86-64.
1407         * src/x86/sysv.S: Don't use this on x86-64.
1408         * src/x86/ffi.c: Don't use this on x86-64.
1409         Remove unused vars.
1410         * src/prep_cif.c (ffi_prep_cif): Don't do stack size calculation
1411         for x86-64.
1412         * src/ffitest.c (struct6): New test that tests a special case in
1413         the x86-64 ABI.
1414         (struct7): Likewise.
1415         (struct8): Likewise.
1416         (struct9): Likewise.
1417         (closure_test_fn): Silence warning about this when it's not used.
1418         (main): Add the new tests.
1419         (main): Fix a couple of wrong casts and silence some compiler warnings.
1420         * include/ffi.h.in: Add x86-64 ABI definition.
1421         * fficonfig.h.in: Regenerate.
1422         * Makefile.am: Add x86-64 support.
1423         * configure.in: Likewise.
1424         * Makefile.in: Regenerate.
1425         * configure: Likewise.
1427 2002-06-24  Bo Thorsen  <bo@suse.de>
1429         * src/types.c: Merge settings for similar architectures.
1430         Add x86-64 sizes and alignments.
1432 2002-06-23  Bo Thorsen  <bo@suse.de>
1434         * src/arm/ffi.c (ffi_prep_args): Remove unused vars.
1435         * src/sparc/ffi.c (ffi_prep_args_v8): Likewise.
1436         * src/mips/ffi.c (ffi_prep_args): Likewise.
1437         * src/m68k/ffi.c (ffi_prep_args): Likewise.
1439 2002-07-18  H.J. Lu  (hjl@gnu.org)
1441         * Makefile.am (TARGET_SRC_MIPS_LINUX): New.
1442         (libffi_la_SOURCES): Support MIPS_LINUX.
1443         (libffi_convenience_la_SOURCES): Likewise.
1444         * Makefile.in: Regenerated.
1446         * configure.in (mips64*-*): Skip.
1447         (mips*-*-linux*): New.
1448         * configure: Regenerated.
1450         * src/mips/ffi.c: Include <sgidefs.h>.
1452 2002-06-06  Ulrich Weigand  <uweigand@de.ibm.com>
1454         * src/s390/sysv.S: Save/restore %r6.  Add DWARF-2 unwind info.
1456 2002-05-27  Roger Sayle  <roger@eyesopen.com>
1458         * src/x86/ffi.c (ffi_prep_args): Remove reference to avn.
1460 2002-05-27  Bo Thorsen  <bo@suse.de>
1462         * src/x86/ffi.c (ffi_prep_args): Remove unused variable and
1463         fix formatting.
1465 2002-05-13  Andreas Tobler  <a.tobler@schweiz.ch>
1467         * src/powerpc/ffi_darwin.c (ffi_prep_closure): Declare fd at
1468         beginning of function (for older apple cc).
1470 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
1472         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
1473         script entry, and set LD to it when configuring multilibs.
1474         * configure: Rebuilt.
1476 2002-05-05  Jason Thorpe  <thorpej@wasabisystems.com>
1478         * configure.in (sparc64-*-netbsd*): Add target.
1479         (sparc-*-netbsdelf*): Likewise.
1480         * configure: Regenerate.
1482 2002-04-28  David S. Miller  <davem@redhat.com>
1484         * configure.in, configure: Fix SPARC test in previous change.
1486 2002-04-29  Gerhard Tonn  <GerhardTonn@swol.de>
1488         * Makefile.am: Add Linux for S/390 support.
1489         * Makefile.in: Regenerate.
1490         * configure.in: Add Linux for S/390 support.
1491         * configure: Regenerate.
1492         * include/ffi.h.in: Add Linux for S/390 support.
1493         * src/s390/ffi.c: New file from libffi CVS tree.
1494         * src/s390/sysv.S: New file from libffi CVS tree.
1496 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
1498         * configure.in (HAVE_AS_SPARC_UA_PCREL): Check for working
1499         %r_disp32().
1500         * src/sparc/v8.S: Use it.
1501         * src/sparc/v9.S: Likewise.
1502         * fficonfig.h.in: Rebuilt.
1503         * configure: Rebuilt.
1505 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
1507         * src/java_raw_api.c (ffi_java_raw_size): Handle FFI_TYPE_DOUBLE
1508         correctly.
1509         * src/ia64/unix.S: Add unwind information. Fix comments.
1510         Save sp in a way that's compatible with unwind info.
1511         (ffi_call_unix): Correctly restore sp in all cases.
1512         * src/ia64/ffi.c: Add, fix comments.
1514 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
1516         * src/sparc/v8.S: Make .eh_frame dependent on target word size.
1518 2002-04-06  Jason Thorpe  <thorpej@wasabisystems.com>
1520         * configure.in (alpha*-*-netbsd*): Add target.
1521         * configure: Regenerate.
1523 2002-04-04  Jeff Sturm  <jsturm@one-point.com>
1525         * src/sparc/v8.S: Add unwind info.
1526         * src/sparc/v9.S: Likewise.
1528 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
1530         * configure.in: Enable i*86-*-netbsdelf*.
1531         * configure: Rebuilt.
1533 2002-03-29  David Billinghurst <David.Billinghurst@riotinto.com>
1535         PR other/2620
1536         * src/mips/n32.s: Delete
1537         * src/mips/o32.s: Delete
1539 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
1541         * configure.in: Enable alpha*-*-freebsd*.
1542         * configure: Rebuilt.
1544 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1546         * Makefile.am: libfficonvenience -> libffi_convenience.
1547         * Makefile.in: Rebuilt.
1549         * Makefile.am: Define ffitest_OBJECTS.
1550         * Makefile.in: Rebuilt.
1552 2002-03-07  Andreas Tobler  <toa@pop.agri.ch>
1553             David Edelsohn  <edelsohn@gnu.org>
1555         * Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.
1556         (TARGET_SRC_POWERPC_AIX): Add aix_closure.S.
1557         (TARGET_SRC_POWERPC_DARWIN): Add darwin_closure.S.
1558         * Makefile.in: Regenerate.
1559         * include/ffi.h.in: Add AIX and Darwin closure definitions.
1560         * src/powerpc/ffi_darwin.c (ffi_prep_closure): New function.
1561         (flush_icache, flush_range): New functions.
1562         (ffi_closure_helper_DARWIN): New function.
1563         * src/powerpc/aix_closure.S: New file.
1564         * src/powerpc/darwin_closure.S: New file.
1566 2002-02-24  Jeff Sturm  <jsturm@one-point.com>
1568         * include/ffi.h.in: Add typedef for ffi_arg.
1569         * src/ffitest.c (main): Declare rint with ffi_arg.
1571 2002-02-21  Andreas Tobler  <toa@pop.agri.ch>
1573         * src/powerpc/ffi_darwin.c (ffi_prep_args): Skip appropriate
1574         number of GPRs for floating-point arguments.
1576 2002-01-31  Anthony Green  <green@redhat.com>
1578         * configure: Rebuilt.
1579         * configure.in: Replace CHECK_SIZEOF and endian tests with
1580         cross-compiler friendly macros.
1581         * aclocal.m4 (AC_COMPILE_CHECK_SIZEOF, AC_C_BIGENDIAN_CROSS): New
1582         macros.
1584 2002-01-18  David Edelsohn  <edelsohn@gnu.org>
1586         * src/powerpc/darwin.S (_ffi_call_AIX): New.
1587         * src/powerpc/aix.S (ffi_call_DARWIN): New.
1589 2002-01-17  David Edelsohn  <edelsohn@gnu.org>
1591         * Makefile.am (EXTRA_DIST): Add Darwin and AIX files.
1592         (TARGET_SRC_POWERPC_AIX): New.
1593         (POWERPC_AIX): New stanza.
1594         * Makefile.in: Regenerate.
1595         * configure.in: Add AIX case.
1596         * configure: Regenerate.
1597         * include/ffi.h.in (ffi_abi): Add FFI_AIX.
1598         * src/powerpc/ffi_darwin.c (ffi_status): Use "long" to scale frame
1599         size.  Fix "long double" support.
1600         (ffi_call): Add FFI_AIX case.
1601         * src/powerpc/aix.S: New.
1603 2001-10-09  John Hornkvist  <john@toastedmarshmallow.com>
1605         Implement Darwin PowerPC ABI.
1606         * configure.in: Handle powerpc-*-darwin*.
1607         * Makefile.am: Set source files for POWERPC_DARWIN.
1608         * configure: Rebuilt.
1609         * Makefile.in: Rebuilt.
1610         * include/ffi.h.in: Define FFI_DARWIN and FFI_DEFAULT_ABI for
1611         POWERPC_DARWIN.
1612         * src/powerpc/darwin.S: New file.
1613         * src/powerpc/ffi_darwin.c: New file.
1615 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1617         * src/x86/ffi.c: Fix spelling error of "separate" as "seperate".
1619 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1621         * src/x86/sysv.S: Avoid gas-only .balign directive.
1622         Use C style comments.
1624 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1626         * src/alpha/ffi.c (ffi_prep_closure): Avoid gas-only mnemonic.
1627         Fixes PR bootstrap/3563.
1629 2001-06-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1631         * src/alpha/osf.S (ffi_closure_osf): Use .rdata for ECOFF.
1633 2001-06-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1635         * configure.in: Recognize sparc*-sun-* host.
1636         * configure: Regenerate.
1638 2001-06-06  Andrew Haley  <aph@redhat.com>
1640         * src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF.
1642 2001-06-03  Andrew Haley  <aph@redhat.com>
1644         * src/alpha/osf.S: Add unwind info.
1645         * src/powerpc/sysv.S: Add unwind info.
1646         * src/powerpc/ppc_closure.S: Likewise.
1648 2000-05-31  Jeff Sturm  <jsturm@one-point.com>
1650         * configure.in: Fix AC_ARG_ENABLE usage.
1651         * configure: Rebuilt.
1653 2001-05-06  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1655         * configure.in: Remove warning about beta code.
1656         * configure: Rebuilt.
1658 2001-04-25  Hans Boehm <Hans_Boehm@hp.com>
1660         * src/ia64/unix.S: Restore stack pointer when returning from
1661         ffi_closure_UNIX.
1662         * src/ia64/ffi.c: Fix typo in comment.
1664 2001-04-18  Jim Wilson  <wilson@redhat.com>
1666         * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2
1667         to eliminate RAW DV.
1669 2001-04-12  Bryce McKinlay  <bryce@albatross.co.nz>
1671         * Makefile.am: Make a libtool convenience library.
1672         * Makefile.in: Rebuilt.
1674 2001-03-29  Bryce McKinlay  <bryce@albatross.co.nz>
1676         * configure.in: Use different syntax for subdirectory creation.
1677         * configure: Rebuilt.
1679 2001-03-27  Jon Beniston  <jon@beniston.com>
1681         * configure.in: Added X86_WIN32 target (Win32, CygWin, MingW).
1682         * configure: Rebuilt.
1683         * Makefile.am: Added X86_WIN32 target support.
1684         * Makefile.in: Rebuilt.
1686         * include/ffi.h.in: Added X86_WIN32 target support.
1688         * src/ffitest.c: Doesn't run structure tests for X86_WIN32 targets.
1689         * src/types.c: Added X86_WIN32 target support.
1691         * src/x86/win32.S: New file. Based on sysv.S, but with EH
1692         stuff removed and made to work with CygWin's gas.
1694 2001-03-26  Bryce McKinlay  <bryce@albatross.co.nz>
1696         * configure.in: Make target subdirectory in build dir.
1697         * Makefile.am: Override suffix based rules to specify correct output
1698         subdirectory.
1699         * Makefile.in: Rebuilt.
1700         * configure: Rebuilt.
1702 2001-03-23  Kevin B Hendricks  <khendricks@ivey.uwo.ca>
1704         * src/powerpc/ppc_closure.S: New file.
1705         * src/powerpc/ffi.c (ffi_prep_args): Fixed ABI compatibility bug
1706         involving long long and register pairs.
1707         (ffi_prep_closure): New function.
1708         (flush_icache): Likewise.
1709         (ffi_closure_helper_SYSV): Likewise.
1710         * include/ffi.h.in (FFI_CLOSURES): Define on PPC.
1711         (FFI_TRAMPOLINE_SIZE): Likewise.
1712         (FFI_NATIVE_RAW_API): Likewise.
1713         * Makefile.in: Rebuilt.
1714         * Makefile.am (EXTRA_DIST): Added src/powerpc/ppc_closure.S.
1715         (TARGET_SRC_POWERPC): Likewise.
1717 2001-03-19  Tom Tromey  <tromey@redhat.com>
1719         * Makefile.in: Rebuilt.
1720         * Makefile.am (ffitest_LDFLAGS): New macro.
1722 2001-03-02  Nick Clifton  <nickc@redhat.com>
1724         * include/ffi.h.in: Remove RCS ident string.
1725         * include/ffi_mips.h: Remove RCS ident string.
1726         * src/debug.c: Remove RCS ident string.
1727         * src/ffitest.c: Remove RCS ident string.
1728         * src/prep_cif.c: Remove RCS ident string.
1729         * src/types.c: Remove RCS ident string.
1730         * src/alpha/ffi.c: Remove RCS ident string.
1731         * src/alpha/osf.S: Remove RCS ident string.
1732         * src/arm/ffi.c: Remove RCS ident string.
1733         * src/arm/sysv.S: Remove RCS ident string.
1734         * src/mips/ffi.c: Remove RCS ident string.
1735         * src/mips/n32.S: Remove RCS ident string.
1736         * src/mips/o32.S: Remove RCS ident string.
1737         * src/sparc/ffi.c: Remove RCS ident string.
1738         * src/sparc/v8.S: Remove RCS ident string.
1739         * src/sparc/v9.S: Remove RCS ident string.
1740         * src/x86/ffi.c: Remove RCS ident string.
1741         * src/x86/sysv.S: Remove RCS ident string.
1743 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1745         * include/ffi.h.in: Change sourceware.cygnus.com references to
1746         gcc.gnu.org.
1748 2000-12-09  Richard Henderson  <rth@redhat.com>
1750         * src/alpha/ffi.c (ffi_call): Simplify struct return test.
1751         (ffi_closure_osf_inner): Index rather than increment avalue
1752         and arg_types.  Give ffi_closure_osf the raw return value type.
1753         * src/alpha/osf.S (ffi_closure_osf): Handle return value type
1754         promotion.
1756 2000-12-07  Richard Henderson  <rth@redhat.com>
1758         * src/raw_api.c (ffi_translate_args): Fix typo.
1759         (ffi_prep_closure): Likewise.
1761         * include/ffi.h.in [ALPHA]: Define FFI_CLOSURES and
1762         FFI_TRAMPOLINE_SIZE.
1763         * src/alpha/ffi.c (ffi_prep_cif_machdep): Adjust minimal
1764         cif->bytes for new ffi_call_osf implementation.
1765         (ffi_prep_args): Absorb into ...
1766         (ffi_call): ... here.  Do all stack allocation here and
1767         avoid a callback function.
1768         (ffi_prep_closure, ffi_closure_osf_inner): New.
1769         * src/alpha/osf.S (ffi_call_osf): Reimplement with no callback.
1770         (ffi_closure_osf): New.
1772 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
1774         * config.guess, config.sub, install-sh: Removed.
1775         * ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise.
1776         * Makefile.in: Rebuilt.
1778         * acinclude.m4: Include libtool macros from the top level.
1779         * aclocal.m4, configure: Rebuilt.
1781 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
1783         * configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set.
1784         * configure: Rebuilt.
1786 2000-05-11  Scott Bambrough  <scottb@netwinder.org>
1788         * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to
1789         memory correctly.  Use conditional instructions, not branches where
1790         possible.
1792 2000-05-04  Tom Tromey  <tromey@cygnus.com>
1794         * configure: Rebuilt.
1795         * configure.in: Match `arm*-*-linux-*'.
1796         From Chris Dornan <cdornan@arm.com>.
1798 2000-04-28  Jakub Jelinek  <jakub@redhat.com>
1800         * Makefile.am (SUBDIRS): Define.
1801         (AM_MAKEFLAGS): Likewise.
1802         (Multilib support.): Add section.
1803         * Makefile.in: Rebuilt.
1804         * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
1805         New variables. Set for gcc using -print-multi-lib. Export them
1806         to libtool.
1807         (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
1808         * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
1809         for -shared links.
1810         (extra_compiler_flags_value, extra_compiler_flags): Check these
1811         for extra compiler options which need to be passed down in
1812         compiler_flags.
1814 2000-04-16  Anthony Green  <green@redhat.com>
1816         * configure: Rebuilt.
1817         * configure.in: Change i*86-pc-linux* to i*86-*-linux*.
1819 2000-04-14  Jakub Jelinek  <jakub@redhat.com>
1821         * include/ffi.h.in (SPARC64): Define for 64bit SPARC builds.
1822         Set SPARC FFI_DEFAULT_ABI based on SPARC64 define.
1823         * src/sparc/ffi.c (ffi_prep_args_v8): Renamed from ffi_prep_args.
1824         Replace all void * sizeofs with sizeof(int).
1825         Only compare type with FFI_TYPE_LONGDOUBLE if LONGDOUBLE is
1826         different than DOUBLE.
1827         Remove FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases (handled elsewhere).
1828         (ffi_prep_args_v9): New function.
1829         (ffi_prep_cif_machdep): Handle V9 ABI and long long on V8.
1830         (ffi_V9_return_struct): New function.
1831         (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from
1832         32bit code (not yet cross-arch calls).
1833         * src/sparc/v8.S: Add struct return delay nop.
1834         Handle long long.
1835         * src/sparc/v9.S: New file.
1836         * src/prep_cif.c (ffi_prep_cif): Return structure pointer
1837         is used on sparc64 only for structures larger than 32 bytes.
1838         Pass by reference for structures is done for structure arguments
1839         larger than 16 bytes.
1840         * src/ffitest.c (main): Use 64bit rint on sparc64.
1841         Run long long tests on sparc.
1842         * src/types.c (FFI_TYPE_POINTER): Pointer is 64bit on alpha and
1843         sparc64.
1844         (FFI_TYPE_LONGDOUBLE): long double is 128 bit aligned to 128 bits
1845         on sparc64.
1846         * configure.in (sparc-*-linux*): New supported target.
1847         (sparc64-*-linux*): Likewise.
1848         * configure: Rebuilt.
1849         * Makefile.am: Add v9.S to SPARC files.
1850         * Makefile.in: Likewise.
1851         (LINK): Surround $(CCLD) into double quotes, so that multilib
1852         compiles work correctly.
1854 2000-04-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1856         * configure: Rebuilt.
1857         * configure.in: (i*86-*-solaris*): New libffi target. Patch
1858         proposed by Bryce McKinlay.
1860 2000-03-20  Tom Tromey  <tromey@cygnus.com>
1862         * Makefile.in: Hand edit for java_raw_api.lo.
1864 2000-03-08  Bryce McKinlay  <bryce@albatross.co.nz>
1866         * config.guess, config.sub: Update from the gcc tree.
1867         Fix for PR libgcj/168.
1869 2000-03-03  Tom Tromey  <tromey@cygnus.com>
1871         * Makefile.in: Fixed ia64 by hand.
1873         * configure: Rebuilt.
1874         * configure.in (--enable-multilib): New option.
1875         (libffi_basedir): New subst.
1876         (AC_OUTPUT): Added multilib code.
1878 2000-03-02  Tom Tromey  <tromey@cygnus.com>
1880         * Makefile.in: Rebuilt.
1881         * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
1882         directory name.
1884 2000-02-25  Hans Boehm <boehm@acm.org>
1886         * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
1887         files.
1888         * src/raw_api.c (ffi_translate_args): Fixed typo in argument
1889         list.
1890         (ffi_prep_raw_closure): Use ffi_translate_args, not
1891         ffi_closure_translate.
1892         * src/java_raw_api.c: New file.
1893         * src/ffitest.c (closure_test_fn): New function.
1894         (main): Define `rint' as long long on IA64.  Added new test when
1895         FFI_CLOSURES is defined.
1896         * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
1897         (ffi_abi): Recognize IA64.
1898         (ffi_raw): Added `flt' field.
1899         Added "Java raw API" code.
1900         * configure.in: Recognize ia64.
1901         * Makefile.am (TARGET_SRC_IA64): New macro.
1902         (libffi_la_common_SOURCES): Added java_raw_api.c.
1903         (libffi_la_SOURCES): Define in IA64 case.
1905 2000-01-04  Tom Tromey  <tromey@cygnus.com>
1907         * Makefile.in: Rebuilt with newer automake.
1909 1999-12-31  Tom Tromey  <tromey@cygnus.com>
1911         * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
1913 1999-09-01  Tom Tromey  <tromey@cygnus.com>
1915         * include/ffi.h.in: Removed PACKAGE and VERSION defines and
1916         undefs.
1917         * fficonfig.h.in: Rebuilt.
1918         * configure: Rebuilt.
1919         * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
1920         Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
1921         * acconfig.h: Don't #undef PACKAGE or VERSION.
1923 1999-08-09  Anthony Green  <green@cygnus.com>
1925         * include/ffi.h.in: Try to work around messy header problem
1926         with PACKAGE and VERSION.
1928         * configure: Rebuilt.
1929         * configure.in: Change version to 2.00-beta.
1931         * fficonfig.h.in: Rebuilt.
1932         * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
1934         * src/x86/ffi.c (ffi_raw_call): Rename.
1936 1999-08-02  Kresten Krab Thorup  <krab@dominiq.is.s.u-tokyo.ac.jp>
1938         * src/x86/ffi.c (ffi_closure_SYSV): New function.
1939         (ffi_prep_incoming_args_SYSV): Ditto.
1940         (ffi_prep_closure): Ditto.
1941         (ffi_closure_raw_SYSV): Ditto.
1942         (ffi_prep_raw_closure): More ditto.
1943         (ffi_call_raw): Final ditto.
1945         * include/ffi.h.in: Add definitions for closure and raw API.
1947         * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
1948         FFI_TYPE_UINT64.
1950         * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
1952         * src/raw_api.c: New file.
1954         * include/ffi.h.in (ffi_raw): New type.
1955         (UINT_ARG, SINT_ARG): New defines.
1956         (ffi_closure, ffi_raw_closure): New types.
1957         (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
1959         * configure.in: Add check for endianness and sizeof void*.
1961         * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
1962         instead of directly.
1964         * configure: Rebuilt.
1966 Thu Jul  8 14:28:42 1999  Anthony Green  <green@cygnus.com>
1968         * configure.in: Add x86 and powerpc BeOS configurations.
1969         From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
1971 1999-05-09  Anthony Green  <green@cygnus.com>
1973         * configure.in: Add warning about this being beta code.
1974         Remove src/Makefile.am from the picture.
1975         * configure: Rebuilt.
1977         * Makefile.am: Move logic from src/Makefile.am.  Add changes
1978         to support libffi as a target library.
1979         * Makefile.in: Rebuilt.
1981         * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
1982         Upgraded to new autoconf, automake, libtool.
1984         * README: Tweaks.
1986         * LICENSE: Update copyright date.
1988         * src/Makefile.am, src/Makefile.in: Removed.
1990 1998-11-29  Anthony Green  <green@cygnus.com>
1992         * include/ChangeLog: Removed.
1993         * src/ChangeLog: Removed.
1994         * src/mips/ChangeLog: Removed.
1995         * src/sparc/ChangeLog: Remboved.
1996         * src/x86/ChangeLog: Removed.
1998         * ChangeLog.v1: Created.