PR libffi/21285
[official-gcc.git] / libffi / ChangeLog
bloba686d39e995319b101f98e0a7e72c41f968f0795
1 2005-05-08  Richard Henderson  <rth@redhat.com>
3         PR libffi/21285
4         * src/alpha/osf.S: Update unwind into to match code.
6 2005-05-04  Andreas Degert <ad@papyrus-gmbh.de>
7             Richard Henderson  <rth@redhat.com>
9         * src/x86/ffi64.c (ffi_prep_cif_machdep): Save sse-used flag in
10         bit 11 of flags.
11         (ffi_call): Mask return type field.  Pass ssecount to ffi_call_unix64.
12         (ffi_prep_closure): Set carry bit if sse-used flag set.
13         * src/x86/unix64.S (ffi_call_unix64): Add ssecount argument.
14         Only load sse registers if ssecount non-zero.
15         (ffi_closure_unix64): Only save sse registers if carry set on entry.
17 2005-04-29  Ralf Corsepius  <ralf.corsepius@rtems.org>
19         * configure.ac: Add i*86-*-rtems*, sparc*-*-rtems*,
20         powerpc-*rtems*, arm*-*-rtems*, sh-*-rtems*.
21         * configure: Regenerate.
23 2005-04-20  Hans-Peter Nilsson  <hp@axis.com>
25         * testsuite/lib/libffi-dg.exp (libffi-dg-test-1): In regsub use,
26         have Tcl8.3-compatible intermediate variable.
28 2005-04-18  Simon Posnjak <simon.posnjak@siol.net> 
29             Hans-Peter Nilsson  <hp@axis.com>
31         * Makefile.am: Add CRIS support.
32         * configure.ac: Likewise.
33         * Makefile.in, configure, testsuite/Makefile.in,
34         include/Makefile.in: Regenerate.
35         * src/cris: New directory.
36         * src/cris/ffi.c, src/cris/sysv.S, src/cris/ffitarget.h: New files.
37         * src/prep_cif.c (ffi_prep_cif): Wrap in #ifndef __CRIS__.
39         * testsuite/lib/libffi-dg.exp (libffi-dg-test-1): Replace \n with
40         \r?\n in output tests.
42 2005-04-12  Mike Stump  <mrs@apple.com>
44         * configure: Regenerate.
46 2005-03-30  Hans Boehm  <Hans.Boehm@hp.com>
48         * src/ia64/ffitarget.h (ffi_arg): Use long long instead of DI.
49         
50 2005-03-30  Steve Ellcey  <sje@cup.hp.com>
52         * src/ia64/ffitarget.h (ffi_arg) ADD DI attribute.
53         (ffi_sarg) Ditto.
54         * src/ia64/unix.S (ffi_closure_unix): Extend gp
55         to 64 bits in ILP32 mode.
56         Load 64 bits even for short data.
58 2005-03-23  Mike Stump  <mrs@apple.com>
60         * src/powerpc/darwin.S: Update for -m64 multilib.
61         * src/powerpc/darwin_closure.S: Likewise.
63 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
65         * configure.ac: Do not invoke TL_AC_GCC_VERSION.
66         Do not set tool_include_dir.
67         * aclocal.m4, configure, Makefile.in, testsuite/Makefile.in:
68         Regenerate.
69         * include/Makefile.am: Set gcc_version and toollibffidir.
70         * include/Makefile.in: Regenerate.
72 2005-02-22  Andrew Haley  <aph@redhat.com>
74         * src/powerpc/ffi.c (ffi_prep_cif_machdep): Bump alignment to
75         odd-numbered register pairs for 64-bit integer types.
77 2005-02-23  Andreas Tobler  <a.tobler@schweiz.ch>
79         PR libffi/20104
80         * testsuite/libffi.call/return_ll1.c: New test case.
82 2005-02-11  Janis Johnson  <janis187@us.ibm.com>
84         * testsuite/libffi.call/cls_align_longdouble.c: Remove dg-options.
85         * testsuite/libffi.call/float.c: Ditto.
86         * testsuite/libffi.call/float2.c: Ditto.
87         * testsuite/libffi.call/float3.c: Ditto.
89 2005-02-08  Andreas Tobler  <a.tobler@schweiz.ch>
91         * src/frv/ffitarget.h: Remove PPC stuff which does not belong to frv.
93 2005-01-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
95         * testsuite/libffi.special/special.exp (cxx_options): Add
96         -shared-libgcc.
98 2004-12-31  Richard Henderson  <rth@redhat.com>
100         * src/types.c (FFI_AGGREGATE_TYPEDEF): Remove.
101         (FFI_TYPEDEF): Rename from FFI_INTEGRAL_TYPEDEF.  Replace size and
102         offset parameters with a type parameter; deduce size and structure
103         alignment.  Update all users.
105 2004-12-31  Richard Henderson  <rth@redhat.com>
107         * src/types.c (FFI_TYPE_POINTER): Define with sizeof.
108         (FFI_TYPE_LONGDOUBLE): Fix for ia64.
109         * src/ia64/ffitarget.h (struct ffi_ia64_trampoline_struct): Move
110         into ffi_prep_closure.
111         * src/ia64/ia64_flags.h, src/ia64/ffi.c, src/ia64/unix.S: Rewrite
112         from scratch.
114 2004-12-27  Richard Henderson  <rth@redhat.com>
116         * src/x86/unix64.S: Fix typo in unwind info.
118 2004-12-25  Richard Henderson  <rth@redhat.com>
120         * src/x86/ffi64.c (struct register_args): Rename from stackLayout.
121         (enum x86_64_reg_class): Add X86_64_COMPLEX_X87_CLASS.
122         (merge_classes): Check for it.
123         (SSE_CLASS_P): New.
124         (classify_argument): Pass byte_offset by value; perform all updates
125         inside struct case.
126         (examine_argument): Add classes argument; handle
127         X86_64_COMPLEX_X87_CLASS.
128         (ffi_prep_args): Merge into ...
129         (ffi_call): ... here.  Share stack frame with ffi_call_unix64.
130         (ffi_prep_cif_machdep): Setup cif->flags for proper structure return.
131         (ffi_fill_return_value): Remove.
132         (ffi_prep_closure): Remove dead assert.
133         (ffi_closure_unix64_inner): Rename from ffi_closure_UNIX64_inner.
134         Rewrite to use struct register_args instead of va_list.  Create
135         flags for handling structure returns.
136         * src/x86/unix64.S: Remove dead strings.
137         (ffi_call_unix64): Rename from ffi_call_UNIX64.  Rewrite to share
138         stack frame with ffi_call.  Handle structure returns properly.
139         (float2sse, floatfloat2sse, double2sse): Remove.
140         (sse2float, sse2double, sse2floatfloat): Remove.
141         (ffi_closure_unix64): Rename from ffi_closure_UNIX64.  Rewrite
142         to handle structure returns properly.
144 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
146         * Makefile.am (AM_MAKEFLAGS): Remove duplicate LIBCFLAGS and
147         PICFLAG.
148         * Makefile.in: Regenerated.
150 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
152         * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
153         * configure, aclocal.m4, Makefile.in: Regenerate.
154         * include/Makefile.in, testsuite/Makefile.in: Regenerate.
156 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
158         * configure: Regenerate for libtool change.
160 2004-11-25  Kelley Cook  <kcook@gcc.gnu.org>
162         * configure: Regenerate for libtool reversion.
164 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
166         * configure: Regenerate for libtool change.
168 2004-11-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
170         * testsuite/lib/libffi-dg.exp: Use new procs in target-libpath.exp.
172 2004-11-23  Richard Sandiford  <rsandifo@redhat.com>
174         * src/mips/o32.S (ffi_call_O32, ffi_closure_O32): Use jalr instead
175         of jal.  Use an absolute encoding for the frame information.
177 2004-11-23  Kelley Cook  <kcook@gcc.gnu.org>
179         * Makefile.am: Remove no-dependencies.  Add ACLOCAL_AMFLAGS.
180         * acinclude.m4: Delete logic for sincludes.
181         * aclocal.m4, Makefile.in, configure: Regenerate.
182         * include/Makefile: Likewise.
183         * testsuite/Makefile: Likewise.
185 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
187         * src/sparc/ffi.c (ffi_prep_closure): Align doubles and 64-bit integers
188         on a 8-byte boundary.
189         * src/sparc/v8.S (ffi_closure_v8): Reserve frame space for arguments.
191 2004-10-27  Richard Earnshaw  <rearnsha@arm.com>
193         * src/arm/ffi.c (ffi_prep_cif_machdep): Handle functions that return
194         long long values.  Round stack allocation to a multiple of 8 bytes
195         for ATPCS compatibility.
196         * src/arm/sysv.S (ffi_call_SYSV): Rework to avoid use of APCS register
197         names.  Handle returning long long types.  Add Thumb and interworking
198         support.  Improve soft-float code.
200 2004-10-27  Richard Earnshaw  <rearnsha@arm.com>
202         * testsuite/lib/libffi-db.exp (load_gcc_lib): New function.
203         (libffi_exit): New function.
204         (libffi_init): Build the testglue wrapper if needed.
206 2004-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
208         PR other/18138
209         * testsuite/lib/libffi-dg.exp: Accept more than one multilib libgcc.
211 2004-10-25  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
213         * src/m32r/libffitarget.h (FFI_CLOSURES): Set to 0.
215 2004-10-20  Kaz Kojima  <kkojima@gcc.gnu.org>
217         * src/sh/sysv.S (ffi_call_SYSV): Don't align for double data.
218         * testsuite/libffi.call/float3.c: New test case.
220 2004-10-18  Kaz Kojima  <kkojima@gcc.gnu.org>
222         * src/sh/ffi.c (ffi_prep_closure): Set T bit in trampoline for
223         the function returning a structure pointed with R2.
224         * src/sh/sysv.S (ffi_closure_SYSV): Use R2 as the pointer to
225         the structure return value if T bit set.  Emit position
226         independent code and EH data if PIC.
228 2004-10-13  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
230         * Makefile.am: Add m32r support.
231         * configure.ac: Likewise.
232         * Makefile.in: Regenerate.
233         * confiugre: Regenerate.
234         * src/types.c: Add m32r port to FFI_INTERNAL_TYPEDEF
235         (uint64, sint64, double, longdouble)
236         * src/m32r: New directory.
237         * src/m32r/ffi.c: New file.
238         * src/m32r/sysv.S: Likewise.
239         * src/m32r/ffitarget.h: Likewise.
241 2004-10-02  Kaz Kojima  <kkojima@gcc.gnu.org>
243         * testsuite/libffi.call/negint.c: New test case.
245 2004-09-14  H.J. Lu  <hongjiu.lu@intel.com>
247         PR libgcj/17465
248         * testsuite/lib/libffi-dg.exp: Don't use global ld_library_path.
249         Set up LD_LIBRARY_PATH, SHLIB_PATH, LD_LIBRARYN32_PATH,
250         LD_LIBRARY64_PATH, LD_LIBRARY_PATH_32, LD_LIBRARY_PATH_64 and
251         DYLD_LIBRARY_PATH.
253 2004-09-05  Andreas Tobler  <a.tobler@schweiz.ch>
255         * testsuite/libffi.call/many_win32.c: Remove whitespaces.
256         * testsuite/libffi.call/promotion.c: Likewise.
257         * testsuite/libffi.call/return_ll.c: Remove unused var. Cleanup
258         whitespaces.
259         * testsuite/libffi.call/return_sc.c: Likewise.
260         * testsuite/libffi.call/return_uc.c: Likewise.
262 2004-09-05  Andreas Tobler  <a.tobler@schweiz.ch>
264         * src/powerpc/darwin.S: Fix comments and identation.
265         * src/powerpc/darwin_closure.S: Likewise.
267 2004-09-02  Andreas Tobler  <a.tobler@schweiz.ch>
269         * src/powerpc/ffi_darwin.c: Add flag for longdouble return values.
270         (ffi_prep_args): Handle longdouble arguments.
271         (ffi_prep_cif_machdep): Set flags for longdouble. Calculate space for
272         longdouble.
273         (ffi_closure_helper_DARWIN): Add closure handling for longdouble.
274         * src/powerpc/darwin.S (_ffi_call_DARWIN): Add handling of longdouble
275         values.
276         * src/powerpc/darwin_closure.S (_ffi_closure_ASM): Likewise.
277         * src/types.c: Defined longdouble size and alignment for darwin.
279 2004-09-02  Andreas Tobler  <a.tobler@schweiz.ch>
281         * src/powerpc/aix.S: Remove whitespaces.
282         * src/powerpc/aix_closure.S: Likewise.
283         * src/powerpc/asm.h: Likewise.
284         * src/powerpc/ffi.c: Likewise.
285         * src/powerpc/ffitarget.h: Likewise.
286         * src/powerpc/linux64.S: Likewise.
287         * src/powerpc/linux64_closure.S: Likewise.
288         * src/powerpc/ppc_closure.S: Likewise.
289         * src/powerpc/sysv.S: Likewise.
291 2004-08-30  Anthony Green  <green@redhat.com>
293         * Makefile.am: Add frv support.
294         * Makefile.in, testsuite/Makefile.in: Rebuilt.
295         * configure.ac: Read configure.host.
296         * configure.in: Read configure.host.
297         * configure.host: New file.  frv-elf needs libgloss.
298         * include/ffi.h.in: Force ffi_closure to have a nice big (8)
299         alignment.  This is needed to frv and shouldn't harm the others.
300         * include/ffi_common.h (ALIGN_DOWN): New macro.
301         * src/frv/ffi.c, src/frv/ffitarget.h, src/frv/eabi.S: New files.
303 2004-08-24  David Daney  <daney@avtrex.com>
305         * testsuite/libffi.call/closure_fn0.c: Xfail mips64* instead of mips*.
306         * testsuite/libffi.call/closure_fn1.c: Likewise.
307         * testsuite/libffi.call/closure_fn2.c  Likewise.
308         * testsuite/libffi.call/closure_fn3.c: Likewise.
309         * testsuite/libffi.call/closure_fn4.c: Likewise.
310         * testsuite/libffi.call/closure_fn5.c: Likewise.
311         * testsuite/libffi.call/cls_18byte.c: Likewise.
312         * testsuite/libffi.call/cls_19byte.c: Likewise.
313         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
314         * testsuite/libffi.call/cls_20byte.c: Likewise.
315         * testsuite/libffi.call/cls_20byte1.c: Likewise.
316         * testsuite/libffi.call/cls_24byte.c: Likewise.
317         * testsuite/libffi.call/cls_2byte.c: Likewise.
318         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
319         * testsuite/libffi.call/cls_3byte1.c: Likewise.
320         * testsuite/libffi.call/cls_3byte2.c: Likewise.
321         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
322         * testsuite/libffi.call/cls_4byte.c: Likewise.
323         * testsuite/libffi.call/cls_64byte.c: Likewise.
324         * testsuite/libffi.call/cls_6byte.c: Likewise.
325         * testsuite/libffi.call/cls_7byte.c: Likewise.
326         * testsuite/libffi.call/cls_8byte.c: Likewise.
327         * testsuite/libffi.call/cls_9byte1.c: Likewise.
328         * testsuite/libffi.call/cls_9byte2.c: Likewise.
329         * testsuite/libffi.call/cls_align_double.c: Likewise.
330         * testsuite/libffi.call/cls_align_float.c: Likewise.
331         * testsuite/libffi.call/cls_align_longdouble.c: Likewise.
332         * testsuite/libffi.call/cls_align_pointer.c: Likewise.
333         * testsuite/libffi.call/cls_align_sint16.c: Likewise.
334         * testsuite/libffi.call/cls_align_sint32.c: Likewise.
335         * testsuite/libffi.call/cls_align_sint64.c: Likewise.
336         * testsuite/libffi.call/cls_align_uint16.c: Likewise.
337         * testsuite/libffi.call/cls_align_uint32.c: Likewise.
338         * testsuite/libffi.call/cls_align_uint64.c: Likewise.
339         * testsuite/libffi.call/cls_double.c: Likewise.
340         * testsuite/libffi.call/cls_float.c: Likewise.
341         * testsuite/libffi.call/cls_multi_schar.c: Likewise.
342         * testsuite/libffi.call/cls_multi_sshort.c: Likewise.
343         * testsuite/libffi.call/cls_multi_sshortchar.c: Likewise.
344         * testsuite/libffi.call/cls_multi_uchar.c: Likewise.
345         * testsuite/libffi.call/cls_multi_ushort.c: Likewise.
346         * testsuite/libffi.call/cls_multi_ushortchar.c: Likewise.
347         * testsuite/libffi.call/cls_schar.c: Likewise.
348         * testsuite/libffi.call/cls_sint.c: Likewise.
349         * testsuite/libffi.call/cls_sshort.c: Likewise.
350         * testsuite/libffi.call/cls_uchar.c: Likewise.
351         * testsuite/libffi.call/cls_uint.c: Likewise.
352         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
353         * testsuite/libffi.call/cls_ushort.c: Likewise.
354         * testsuite/libffi.call/nested_struct.c: Likewise.
355         * testsuite/libffi.call/nested_struct1.c: Likewise.
356         * testsuite/libffi.call/nested_struct2.c: Likewise.
357         * testsuite/libffi.call/nested_struct3.c: Likewise.
358         * testsuite/libffi.call/problem1.c: Likewise.
359         * testsuite/libffi.special/unwindtest.cc: Likewise.
360         * testsuite/libffi.call/cls_12byte.c: Likewise and set return value
361         to zero.
362         * testsuite/libffi.call/cls_16byte.c: Likewise.
363         * testsuite/libffi.call/cls_5byte.c: Likewise.
365 2004-08-23  David Daney <daney@avtrex.com>
367         PR libgcj/13141
368         * src/mips/ffitarget.h (FFI_O32_SOFT_FLOAT): New ABI.
369         * src/mips/ffi.c (ffi_prep_args): Fix alignment calculation.
370         (ffi_prep_cif_machdep): Handle FFI_O32_SOFT_FLOAT floating point
371         parameters and return types.
372         (ffi_call): Handle FFI_O32_SOFT_FLOAT ABI.
373         (ffi_prep_closure): Ditto.
374         (ffi_closure_mips_inner_O32): Handle FFI_O32_SOFT_FLOAT ABI, fix
375         alignment calculations.
376         * src/mips/o32.S (ffi_closure_O32): Don't use floating point
377         instructions if FFI_O32_SOFT_FLOAT, make stack frame ABI compliant.
379 2004-08-14  Casey Marshall <csm@gnu.org>
381         * src/mips/ffi.c (ffi_pref_cif_machdep): set `cif->flags' to
382         contain `FFI_TYPE_UINT64' as return type for any 64-bit
383         integer (O32 ABI only).
384         (ffi_prep_closure): new function.
385         (ffi_closure_mips_inner_O32): new function.
386         * src/mips/ffitarget.h: Define `FFI_CLOSURES' and
387         `FFI_TRAMPOLINE_SIZE' appropriately if the ABI is o32.
388         * src/mips/o32.S (ffi_call_O32): add labels for .eh_frame. Return
389         64 bit integers correctly.
390         (ffi_closure_O32): new function.
391         Added DWARF-2 unwind info for both functions.
393 2004-08-10  Andrew Haley  <aph@redhat.com>
395         * src/x86/ffi64.c (ffi_prep_args ): 8-align all stack arguments.
397 2004-08-01  Robert Millan  <robertmh@gnu.org>
399         * configure.ac: Detect knetbsd-gnu and kfreebsd-gnu.
400         * configure: Regenerate.
402 2004-07-30  Maciej W. Rozycki  <macro@linux-mips.org>
404         * acinclude.m4 (AC_FUNC_MMAP_BLACKLIST): Check for <sys/mman.h>
405         and mmap() explicitly instead of relying on preset autoconf cache
406         variables.
407         * aclocal.m4: Regenerate.
408         * configure: Regenerate.
410 2004-07-11  Ulrich Weigand  <uweigand@de.ibm.com>
412         * src/s390/ffi.c (ffi_prep_args): Fix C aliasing violation.
413         (ffi_check_float_struct): Remove unused prototype.
415 2004-06-30  Geoffrey Keating  <geoffk@apple.com>
417         * src/powerpc/ffi_darwin.c (flush_icache): ';' is a comment
418         character on Darwin, use '\n\t' instead.
420 2004-06-26  Matthias Klose  <doko@debian.org>
422         * libtool-version: Fix typo in revision/age.
424 2004-06-17  Matthias Klose  <doko@debian.org>
426         * libtool-version: New.
427         * Makefile.am (libffi_la_LDFLAGS): Use -version-info for soname.
428         * Makefile.in: Regenerate.
430 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
432         * Makefile.am: Remove useless multilib rules.
433         * Makefile.in: Regenerate.
434         * aclocal.m4: Regenerate with automake 1.8.5.
435         * configure.ac: Remove useless multilib configury.
436         * configure: Regenerate.
438 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
440         * .cvsignore: New file.
442 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
444         * src/ia64/unix.S (ffi_call_unix): Insert group barrier break
445         fp_done.
446         (ffi_closure_UNIX): Fix f14/f15 adjustment if FLOAT_SZ is ever
447         changed from 8.
449 2004-06-06  Sean McNeil  <sean@mcneil.com>
451         * configure.ac: Add x86_64-*-freebsd* support.
452         * configure: Regenerate.
454 2004-04-26  Joe Buck <jbuck@welsh-buck.org>
456         Bug 15093
457         * configure.ac: Test for existence of mmap and sys/mman.h before
458         checking blacklist.  Fix suggested by Jim Wilson.
459         * configure: Regenerate.
461 2004-04-26  Matt Austern  <austern@apple.com>
463         * src/powerpc/darwin.S: Go through a non-lazy pointer for initial
464         FDE location.
465         * src/powerpc/darwin_closure.S: Likewise.
467 2004-04-24  Andreas Tobler  <a.tobler@schweiz.ch>
469         * testsuite/libffi.call/cls_multi_schar.c (main): Fix initialization
470         error. Reported by Thomas Heller <theller@python.net>.
471         * testsuite/libffi.call/cls_multi_sshort.c (main): Likewise.
472         * testsuite/libffi.call/cls_multi_ushort.c (main): Likewise.
474 2004-03-20  Matthias Klose  <doko@debian.org>
476         * src/pa/linux.S: Fix typo.
478 2004-03-19  Matthias Klose  <doko@debian.org>
480         * Makefile.am: Update.
481         * Makefile.in: Regenerate.
482         * src/pa/ffi.h.in: Remove.
483         * src/pa/ffitarget.h: New file.
485 2004-02-10  Randolph Chung  <tausq@debian.org>
487         * Makefile.am: Add PA support.
488         * Makefile.in: Regenerate.
489         * include/Makefile.in: Regenerate.
490         * configure.ac: Add PA target.
491         * configure: Regenerate.
492         * src/pa/ffi.c: New file.
493         * src/pa/ffi.h.in: Add PA support.
494         * src/pa/linux.S: New file.
495         * prep_cif.c: Add PA support.
497 2004-03-16  Hosaka Yuji  <hos@tamanegi.org>
499         * src/types.c: Fix alignment size of X86_WIN32 case int64 and
500         double.
501         * src/x86/ffi.c (ffi_prep_args): Replace ecif->cif->rtype->type
502         with ecif->cif->flags.
503         (ffi_call, ffi_prep_incoming_args_SYSV): Replace cif->rtype->type
504         with cif->flags.
505         (ffi_prep_cif_machdep): Add X86_WIN32 struct case.
506         (ffi_closure_SYSV): Add 1 or 2-bytes struct case for X86_WIN32.
507         * src/x86/win32.S (retstruct1b, retstruct2b, sc_retstruct1b,
508         sc_retstruct2b): Add for 1 or 2-bytes struct case.
510 2004-03-15 Kelley Cook <kcook@gcc.gnu.org>
512         * configure.in: Rename file to ...
513         * configure.ac: ... this.
514         * fficonfig.h.in: Regenerate.
515         * Makefile.in: Regenerate.
516         * include/Makefile.in: Regenerate.
517         * testsuite/Makefile.in: Regenerate.
519 2004-03-12  Matt Austern  <austern@apple.com>
521         * src/powerpc/darwin.S: Fix EH information so it corresponds to
522         changes in EH format resulting from addition of linkonce support.
523         * src/powerpc/darwin_closure.S: Likewise.
525 2004-03-11  Andreas Tobler  <a.tobler@schweiz.ch>
526             Paolo Bonzini  <bonzini@gnu.org>
528         * Makefile.am (AUTOMAKE_OPTIONS): Set them.
529         Remove VPATH. Remove rules for object files. Remove multilib support.
530         (AM_CCASFLAGS): Add.
531         * configure.in (AC_CONFIG_HEADERS): Relace AM_CONFIG_HEADER.
532         (AC_PREREQ): Bump version to 2.59.
533         (AC_INIT): Fill with version info and bug address.
534         (ORIGINAL_LD_FOR_MULTILIBS): Remove.
535         (AM_ENABLE_MULTILIB): Use this instead of AC_ARG_ENABLE.
536         De-precious CC so that the right flags are passed down to multilibs.
537         (AC_MSG_ERROR): Replace obsolete macro AC_ERROR.
538         (AC_CONFIG_FILES): Replace obsolete macro AC_LINK_FILES.
539         (AC_OUTPUT): Reorganize the output with AC_CONFIG_COMMANDS.
540         * configure: Rebuilt.
541         * aclocal.m4: Likewise.
542         * Makefile.in, include/Makefile.in, testsuite/Makefile.in: Likewise.
543         * fficonfig.h.in: Likewise.
545 2004-03-11  Andreas Schwab  <schwab@suse.de>
547         * src/ia64/ffi.c (ffi_prep_incoming_args_UNIX): Get floating point
548         arguments from fp registers only for the first 8 parameter slots.
549         Don't convert a float parameter when passed in memory.
551 2004-03-09  Hans-Peter Nilsson  <hp@axis.com>
553         * configure: Regenerate for config/accross.m4 correction.
555 2004-02-25  Matt Kraai  <kraai@alumni.cmu.edu>
557         * src/powerpc/ffi.c (ffi_prep_args_SYSV): Change
558         ecif->cif->bytes to bytes.
559         (ffi_prep_cif_machdep): Add braces around nested if statement.
561 2004-02-09  Alan Modra  <amodra@bigpond.net.au>
563         * src/types.c (pointer): POWERPC64 has 8 byte pointers.
565         * src/powerpc/ffi.c (ffi_prep_args64): Correct long double handling.
566         (ffi_closure_helper_LINUX64): Fix typo.
567         * testsuite/libffi.call/cls_align_longdouble.c: Pass -mlong-double-128
568         for powerpc64-*-*.
569         * testsuite/libffi.call/float.c: Likewise.
570         * testsuite/libffi.call/float2.c: Likewise.
572 2004-02-08  Alan Modra  <amodra@bigpond.net.au>
574         * src/powerpc/ffi.c (ffi_prep_cif_machdep <FFI_LINUX64>): Correct
575         long double function return and long double arg handling.
576         (ffi_closure_helper_LINUX64): Formatting.  Delete unused "ng" var.
577         Use "end_pfr" instead of "nf".  Correct long double handling.
578         Localise "temp".
579         * src/powerpc/linux64.S (ffi_call_LINUX64): Save f2 long double
580         return value.
581         * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Allocate
582         space for long double return value.  Adjust stack frame and offsets.
583         Load f2 long double return.
585 2004-02-07  Alan Modra  <amodra@bigpond.net.au>
587         * src/types.c: Use 16 byte long double for POWERPC64.
589 2004-01-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
591         * src/sparc/ffi.c (ffi_prep_args_v9): Shift the parameter array
592         when the structure return address is passed in %o0.
593         (ffi_V9_return_struct): Rename into ffi_v9_layout_struct.
594         (ffi_v9_layout_struct): Align the field following a nested structure
595         on a word boundary.  Use memmove instead of memcpy.
596         (ffi_call): Update call to ffi_V9_return_struct.
597         (ffi_prep_closure): Define 'ctx' only for V8.
598         (ffi_closure_sparc_inner): Clone into ffi_closure_sparc_inner_v8
599         and ffi_closure_sparc_inner_v9.
600         (ffi_closure_sparc_inner_v8): Return long doubles by reference.
601         Always skip the structure return address.  For structures and long
602         doubles, copy the argument directly.
603         (ffi_closure_sparc_inner_v9): Skip the structure return address only
604         if required.  Shift the maximum floating-point slot accordingly.  For
605         big structures, copy the argument directly; otherwise, left-justify the
606         argument and call ffi_v9_layout_struct to lay out the structure on
607         the stack.
608         * src/sparc/v8.S: Undef STACKFRAME before defining it.
609         (ffi_closure_v8): Pass the structure return address.  Update call to
610         ffi_closure_sparc_inner_v8.  Short-circuit FFI_TYPE_INT handling.
611         Skip the 'unimp' insn when returning long doubles and structures.
612         * src/sparc/v9.S: Undef STACKFRAME before defining it.
613         (ffi_closure_v9): Increase the frame size by 2 words.  Short-circuit
614         FFI_TYPE_INT handling.  Load structures both in integers and
615         floating-point registers on return.
616         * README: Update status of the SPARC port.
618 2004-01-24  Andreas Tobler  <a.tobler@schweiz.ch>
620         * testsuite/libffi.call/pyobjc-tc.c (main): Treat result value
621         as of type ffi_arg.
622         * testsuite/libffi.call/struct3.c (main): Fix CHECK.
624 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
626         * testsuite/libffi.call/cls_uint.c (cls_ret_uint_fn): Treat result
627         value as of type ffi_arg, not unsigned int.
629 2004-01-21  Michael Ritzert  <ritzert@t-online.de>
631         * ffi64.c (ffi_prep_args): Cast the RHS of an assignment instead
632         of the LHS.
634 2004-01-12  Andreas Tobler  <a.tobler@schweiz.ch>
636         * testsuite/lib/libffi-dg.exp: Set LD_LIBRARY_PATH_32 for
637         Solaris.
639 2004-01-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
641         * testsuite/libffi.call/ffitest.h (allocate_mmap): Cast MAP_FAILED
642         to void *.
644 2003-12-10  Richard Henderson  <rth@redhat.com>
646         * testsuite/libffi.call/cls_align_pointer.c: Cast pointers to
647         size_t instead of int.
649 2003-12-04  Hosaka Yuji  <hos@tamanegi.org>
651         * testsuite/libffi.call/many_win32.c: Include <float.h>.
652         * testsuite/libffi.call/many_win32.c (main): Replace variable
653         int i with unsigned long ul.
655         * testsuite/libffi.call/cls_align_uint64.c: New test case.
656         * testsuite/libffi.call/cls_align_sint64.c: Likewise.
657         * testsuite/libffi.call/cls_align_uint32.c: Likewise.
658         * testsuite/libffi.call/cls_align_sint32.c: Likewise.
659         * testsuite/libffi.call/cls_align_uint16.c: Likewise.
660         * testsuite/libffi.call/cls_align_sint16.c: Likewise.
661         * testsuite/libffi.call/cls_align_float.c: Likewise.
662         * testsuite/libffi.call/cls_align_double.c: Likewise.
663         * testsuite/libffi.call/cls_align_longdouble.c: Likewise.
664         * testsuite/libffi.call/cls_align_pointer.c: Likewise.
666 2003-12-02  Hosaka Yuji  <hos@tamanegi.org>
668         PR other/13221
669         * src/x86/ffi.c (ffi_prep_args, ffi_prep_incoming_args_SYSV):
670         Align arguments to 32 bits.
672 2003-12-01  Andreas Tobler  <a.tobler@schweiz.ch>
674         PR other/13221
675         * testsuite/libffi.call/cls_multi_sshort.c: New test case.
676         * testsuite/libffi.call/cls_multi_sshortchar.c: Likewise.
677         * testsuite/libffi.call/cls_multi_uchar.c: Likewise.
678         * testsuite/libffi.call/cls_multi_schar.c: Likewise.
679         * testsuite/libffi.call/cls_multi_ushortchar.c: Likewise.
680         * testsuite/libffi.call/cls_multi_ushort.c: Likewise.
682         * testsuite/libffi.special/unwindtest.cc: Cosmetics.
684 2003-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
686         * testsuite/libffi.call/ffitest.h: Include <fcntl.h>.
687         * testsuite/libffi.special/ffitestcxx.h: Likewise.
689 2003-11-22  Andreas Tobler  <a.tobler@schweiz.ch>
691         * Makefile.in: Rebuilt.
692         * configure: Likewise.
693         * testsuite/libffi.special/unwindtest.cc: Convert the mmap to
694         the right type.
696 2003-11-21  Andreas Jaeger  <aj@suse.de>
697             Andreas Tobler  <a.tobler@schweiz.ch>
699         * acinclude.m4: Add AC_FUNC_MMAP_BLACKLIST.
700         * configure.in: Call AC_FUNC_MMAP_BLACKLIST.
701         * Makefile.in: Rebuilt.
702         * aclocal.m4: Likewise.
703         * configure: Likewise.
704         * fficonfig.h.in: Likewise.
705         * testsuite/lib/libffi-dg.exp: Add include dir.
706         * testsuite/libffi.call/ffitest.h: Add MMAP definitions.
707         * testsuite/libffi.special/ffitestcxx.h: Likewise.
708         * testsuite/libffi.call/closure_fn0.c: Use MMAP functionality
709         for ffi_closure if available.
710         * testsuite/libffi.call/closure_fn1.c: Likewise.
711         * testsuite/libffi.call/closure_fn2.c: Likewise.
712         * testsuite/libffi.call/closure_fn3.c: Likewise.
713         * testsuite/libffi.call/closure_fn4.c: Likewise.
714         * testsuite/libffi.call/closure_fn5.c: Likewise.
715         * testsuite/libffi.call/cls_12byte.c: Likewise.
716         * testsuite/libffi.call/cls_16byte.c: Likewise.
717         * testsuite/libffi.call/cls_18byte.c: Likewise.
718         * testsuite/libffi.call/cls_19byte.c: Likewise.
719         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
720         * testsuite/libffi.call/cls_20byte.c: Likewise.
721         * testsuite/libffi.call/cls_20byte1.c: Likewise.
722         * testsuite/libffi.call/cls_24byte.c: Likewise.
723         * testsuite/libffi.call/cls_2byte.c: Likewise.
724         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
725         * testsuite/libffi.call/cls_3byte1.c: Likewise.
726         * testsuite/libffi.call/cls_3byte2.c: Likewise.
727         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
728         * testsuite/libffi.call/cls_4byte.c: Likewise.
729         * testsuite/libffi.call/cls_5byte.c: Likewise.
730         * testsuite/libffi.call/cls_64byte.c: Likewise.
731         * testsuite/libffi.call/cls_6byte.c: Likewise.
732         * testsuite/libffi.call/cls_7byte.c: Likewise.
733         * testsuite/libffi.call/cls_8byte.c: Likewise.
734         * testsuite/libffi.call/cls_9byte1.c: Likewise.
735         * testsuite/libffi.call/cls_9byte2.c: Likewise.
736         * testsuite/libffi.call/cls_double.c: Likewise.
737         * testsuite/libffi.call/cls_float.c: Likewise.
738         * testsuite/libffi.call/cls_schar.c: Likewise.
739         * testsuite/libffi.call/cls_sint.c: Likewise.
740         * testsuite/libffi.call/cls_sshort.c: Likewise.
741         * testsuite/libffi.call/cls_uchar.c: Likewise.
742         * testsuite/libffi.call/cls_uint.c: Likewise.
743         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
744         * testsuite/libffi.call/cls_ushort.c: Likewise.
745         * testsuite/libffi.call/nested_struct.c: Likewise.
746         * testsuite/libffi.call/nested_struct1.c: Likewise.
747         * testsuite/libffi.call/nested_struct2.c: Likewise.
748         * testsuite/libffi.call/nested_struct3.c: Likewise.
749         * testsuite/libffi.call/problem1.c: Likewise.
750         * testsuite/libffi.special/unwindtest.cc: Likewise.
752 2003-11-20  Andreas Tobler  <a.tobler@schweiz.ch>
754         * testsuite/lib/libffi-dg.exp: Make the -lgcc_s conditional.
756 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
758         * testsuite/lib/libffi-dg.exp: Add DYLD_LIBRARY_PATH for darwin.
759         Add -lgcc_s to additional flags.
761 2003-11-12  Andreas Tobler  <a.tobler@schweiz.ch>
763         * configure.in, include/Makefile.am: PR libgcj/11147, install
764         the ffitarget.h header file in a gcc versioned and target
765         dependent place.
766         * configure: Regenerated.
767         * Makefile.in, include/Makefile.in: Likewise.
768         * testsuite/Makefile.in: Likewise.
770 2003-11-09  Andreas Tobler  <a.tobler@schweiz.ch>
772         * testsuite/libffi.call/closure_fn0.c: Print result and check
773         with dg-output to make debugging easier.
774         * testsuite/libffi.call/closure_fn1.c: Likewise.
775         * testsuite/libffi.call/closure_fn2.c: Likewise.
776         * testsuite/libffi.call/closure_fn3.c: Likewise.
777         * testsuite/libffi.call/closure_fn4.c: Likewise.
778         * testsuite/libffi.call/closure_fn5.c: Likewise.
779         * testsuite/libffi.call/cls_12byte.c: Likewise.
780         * testsuite/libffi.call/cls_16byte.c: Likewise.
781         * testsuite/libffi.call/cls_18byte.c: Likewise.
782         * testsuite/libffi.call/cls_19byte.c: Likewise.
783         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
784         * testsuite/libffi.call/cls_20byte.c: Likewise.
785         * testsuite/libffi.call/cls_20byte1.c: Likewise.
786         * testsuite/libffi.call/cls_24byte.c: Likewise.
787         * testsuite/libffi.call/cls_2byte.c: Likewise.
788         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
789         * testsuite/libffi.call/cls_3byte1.c: Likewise.
790         * testsuite/libffi.call/cls_3byte2.c: Likewise.
791         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
792         * testsuite/libffi.call/cls_4byte.c: Likewise.
793         * testsuite/libffi.call/cls_5byte.c: Likewise.
794         * testsuite/libffi.call/cls_64byte.c: Likewise.
795         * testsuite/libffi.call/cls_6byte.c: Likewise.
796         * testsuite/libffi.call/cls_7byte.c: Likewise.
797         * testsuite/libffi.call/cls_8byte.c: Likewise.
798         * testsuite/libffi.call/cls_9byte1.c: Likewise.
799         * testsuite/libffi.call/cls_9byte2.c: Likewise.
800         * testsuite/libffi.call/cls_double.c: Likewise.
801         * testsuite/libffi.call/cls_float.c: Likewise.
802         * testsuite/libffi.call/cls_schar.c: Likewise.
803         * testsuite/libffi.call/cls_sint.c: Likewise.
804         * testsuite/libffi.call/cls_sshort.c: Likewise.
805         * testsuite/libffi.call/cls_uchar.c: Likewise.
806         * testsuite/libffi.call/cls_uint.c: Likewise.
807         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
808         * testsuite/libffi.call/cls_ushort.c: Likewise.
809         * testsuite/libffi.call/problem1.c: Likewise.
811         * testsuite/libffi.special/unwindtest.cc: Make ffi_closure
812         static.
814 2003-11-08  Andreas Tobler  <a.tobler@schweiz.ch>
816         * testsuite/libffi.call/cls_9byte2.c: New test case.
817         * testsuite/libffi.call/cls_9byte1.c: Likewise.
818         * testsuite/libffi.call/cls_64byte.c: Likewise.
819         * testsuite/libffi.call/cls_20byte1.c: Likewise.
820         * testsuite/libffi.call/cls_19byte.c: Likewise.
821         * testsuite/libffi.call/cls_18byte.c: Likewise.
822         * testsuite/libffi.call/closure_fn4.c: Likewise.
823         * testsuite/libffi.call/closure_fn5.c: Likewise.
824         * testsuite/libffi.call/cls_schar.c: Likewise.
825         * testsuite/libffi.call/cls_sint.c: Likewise.
826         * testsuite/libffi.call/cls_sshort.c: Likewise.
827         * testsuite/libffi.call/nested_struct2.c: Likewise.
828         * testsuite/libffi.call/nested_struct3.c: Likewise.
830 2003-11-08  Andreas Tobler  <a.tobler@schweiz.ch>
832         * testsuite/libffi.call/cls_double.c: Do a check on the result.
833         * testsuite/libffi.call/cls_uchar.c: Likewise.
834         * testsuite/libffi.call/cls_uint.c: Likewise.
835         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
836         * testsuite/libffi.call/cls_ushort.c: Likewise.
837         * testsuite/libffi.call/return_sc.c: Cleanup whitespaces.
839 2003-11-06  Andreas Tobler  <a.tobler@schweiz.ch>
841         * src/prep_cif.c (ffi_prep_cif): Move the validity check after
842         the initialization.
844 2003-10-23  Andreas Tobler  <a.tobler@schweiz.ch>
846         * src/java_raw_api.c (ffi_java_ptrarray_to_raw): Replace
847         FFI_ASSERT(FALSE) with FFI_ASSERT(0).
849 2003-10-22  David Daney  <ddaney@avtrex.com>
851         * src/mips/ffitarget.h: Replace undefined UINT32 and friends with
852         __attribute__((__mode__(__SI__))) and friends.
854 2003-10-22  Andreas Schwab  <schwab@suse.de>
856         * src/ia64/ffi.c: Replace FALSE/TRUE with false/true.
858 2003-10-21  Andreas Tobler  <a.tobler@schweiz.ch>
860         * configure.in: AC_LINK_FILES(ffitarget.h).
861         * configure: Regenerate.
862         * Makefile.in: Likewise.
863         * include/Makefile.in: Likewise.
864         * testsuite/Makefile.in: Likewise.
865         * fficonfig.h.in: Likewise.
867 2003-10-21  Paolo Bonzini  <bonzini@gnu.org>
868             Richard Henderson  <rth@redhat.com>
870         Avoid that ffi.h includes fficonfig.h.
872         * Makefile.am (EXTRA_DIST): Include ffitarget.h files
873         (TARGET_SRC_MIPS_GCC): Renamed to TARGET_SRC_MIPS_IRIX.
874         (TARGET_SRC_MIPS_SGI): Removed.
875         (MIPS_GCC): Renamed to TARGET_SRC_MIPS_IRIX.
876         (MIPS_SGI): Removed.
877         (CLEANFILES): Removed.
878         (mostlyclean-am, clean-am, mostlyclean-sub, clean-sub): New
879         targets.
880         * acconfig.h: Removed.
881         * configure.in: Compute sizeofs only for double and long double.
882         Use them to define and subst HAVE_LONG_DOUBLE.  Include comments
883         into AC_DEFINE instead of using acconfig.h.  Create
884         include/ffitarget.h instead of include/fficonfig.h.  Rename
885         MIPS_GCC to MIPS_IRIX, drop MIPS_SGI since we are in gcc's tree.
886         AC_DEFINE EH_FRAME_FLAGS.
887         * include/Makefile.am (DISTCLEANFILES): New automake macro.
888         (hack_DATA): Add ffitarget.h.
889         * include/ffi.h.in: Remove all system specific definitions.
890         Declare raw API even if it is not installed, why bother?
891         Use limits.h instead of SIZEOF_* to define ffi_type_*.  Do
892         not define EH_FRAME_FLAGS, it is in fficonfig.h now.  Include
893         ffitarget.h instead of fficonfig.h.  Remove ALIGN macro.
894         (UINT_ARG, INT_ARG): Removed, use ffi_arg and ffi_sarg instead.
895         * include/ffi_common.h (bool): Do not define.
896         (ffi_assert): Accept failed assertion.
897         (ffi_type_test): Return void and accept file/line.
898         (FFI_ASSERT): Pass stringized failed assertion.
899         (FFI_ASSERT_AT): New macro.
900         (FFI_ASSERT_VALID_TYPE): New macro.
901         (UINT8, SINT8, UINT16, SINT16, UINT32, SINT32,
902         UINT64, SINT64): Define here with gcc's __attribute__ macro
903         instead of in ffi.h
904         (FLOAT32, ALIGN): Define here instead of in ffi.h
905         * include/ffi-mips.h: Removed.  Its content moved to
906         src/mips/ffitarget.h after separating assembly and C sections.
907         * src/alpha/ffi.c, src/alpha/ffi.c, src/java_raw_api.c
908         src/prep_cif.c, src/raw_api.c, src/ia64/ffi.c,
909         src/mips/ffi.c, src/mips/n32.S, src/mips/o32.S,
910         src/mips/ffitarget.h, src/sparc/ffi.c, src/x86/ffi64.c:
911         SIZEOF_ARG -> FFI_SIZEOF_ARG.
912         * src/ia64/ffi.c: Include stdbool.h (provided by GCC 2.95+).
913         * src/debug.c (ffi_assert): Accept stringized failed assertion.
914         (ffi_type_test): Rewritten.
915         * src/prep-cif.c (initialize_aggregate, ffi_prep_cif): Call
916         FFI_ASSERT_VALID_TYPE.
917         * src/alpha/ffitarget.h, src/arm/ffitarget.h,
918         src/ia64/ffitarget.h, src/m68k/ffitarget.h,
919         src/mips/ffitarget.h, src/powerpc/ffitarget.h,
920         src/s390/ffitarget.h, src/sh/ffitarget.h,
921         src/sh64/ffitarget.h, src/sparc/ffitarget.h,
922         src/x86/ffitarget.h: New files.
923         * src/alpha/osf.S, src/arm/sysv.S, src/ia64/unix.S,
924         src/m68k/sysv.S, src/mips/n32.S, src/mips/o32.S,
925         src/powerpc/aix.S, src/powerpc/darwin.S,
926         src/powerpc/ffi_darwin.c, src/powerpc/linux64.S,
927         src/powerpc/linux64_closure.S, src/powerpc/ppc_closure.S,
928         src/powerpc/sysv.S, src/s390/sysv.S, src/sh/sysv.S,
929         src/sh64/sysv.S, src/sparc/v8.S, src/sparc/v9.S,
930         src/x86/sysv.S, src/x86/unix64.S, src/x86/win32.S:
931         include fficonfig.h
933 2003-10-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
935         * src/mips/ffi.c: Use _ABIN32, _ABIO32 instead of external
936         _MIPS_SIM_NABI32, _MIPS_SIM_ABI32.
938 2003-10-19  Andreas Tobler  <a.tobler@schweiz.ch>
940         * src/powerpc/ffi_darwin.c (ffi_prep_args): Declare bytes again.
941         Used when FFI_DEBUG = 1.
943 2003-10-14  Alan Modra  <amodra@bigpond.net.au>
945         * src/types.c (double, longdouble): Default POWERPC64 to 8 byte size
946         and align.
948 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
950         * include/ffi_mips.h: Define FFI_MIPS_N32 for N32/N64 ABIs,
951         FFI_MIPS_O32 for O32 ABI.
953 2003-10-01  Andreas Tobler  <a.tobler@schweiz.ch>
955         * testsuite/lib/libffi-dg.exp: Set LD_LIBRARY_PATH_64 for
956         SPARC64. Cleanup whitespaces.
958 2003-09-19  Andreas Tobler  <a.tobler@schweiz.ch>
960         * testsuite/libffi.call/closure_fn0.c: Xfail mips, arm,
961         strongarm, xscale. Cleanup whitespaces.
962         * testsuite/libffi.call/closure_fn1.c: Likewise.
963         * testsuite/libffi.call/closure_fn2.c: Likewise.
964         * testsuite/libffi.call/closure_fn3.c: Likewise.
965         * testsuite/libffi.call/cls_12byte.c: Likewise.
966         * testsuite/libffi.call/cls_16byte.c: Likewise.
967         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
968         * testsuite/libffi.call/cls_20byte.c: Likewise.
969         * testsuite/libffi.call/cls_24byte.c: Likewise.
970         * testsuite/libffi.call/cls_2byte.c: Likewise.
971         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
972         * testsuite/libffi.call/cls_3byte1.c: Likewise.
973         * testsuite/libffi.call/cls_3byte2.c: Likewise.
974         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
975         * testsuite/libffi.call/cls_4byte.c: Likewise.
976         * testsuite/libffi.call/cls_5byte.c: Likewise.
977         * testsuite/libffi.call/cls_6byte.c: Likewise.
978         * testsuite/libffi.call/cls_7byte.c: Likewise.
979         * testsuite/libffi.call/cls_8byte.c: Likewise.
980         * testsuite/libffi.call/cls_double.c: Likewise.
981         * testsuite/libffi.call/cls_float.c: Likewise.
982         * testsuite/libffi.call/cls_uchar.c: Likewise.
983         * testsuite/libffi.call/cls_uint.c: Likewise.
984         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
985         * testsuite/libffi.call/cls_ushort.c: Likewise.
986         * testsuite/libffi.call/nested_struct.c: Likewise.
987         * testsuite/libffi.call/nested_struct1.c: Likewise.
988         * testsuite/libffi.call/problem1.c: Likewise.
989         * testsuite/libffi.special/unwindtest.cc: Likewise.
990         * testsuite/libffi.call/pyobjc-tc.c: Cleanup whitespaces.
992 2003-09-18  David Edelsohn  <edelsohn@gnu.org>
994         * src/powerpc/aix.S: Cleanup whitespaces.
995         * src/powerpc/aix_closure.S: Likewise.
997 2003-09-18  Andreas Tobler  <a.tobler@schweiz.ch>
999         * src/powerpc/darwin.S: Cleanup whitespaces, comment formatting.
1000         * src/powerpc/darwin_closure.S: Likewise.
1001         * src/powerpc/ffi_darwin.c: Likewise.
1003 2003-09-18  Andreas Tobler  <a.tobler@schweiz.ch>
1004             David Edelsohn  <edelsohn@gnu.org>
1006         * src/types.c (double): Add AIX and Darwin to the right TYPEDEF.
1007         * src/powerpc/aix_closure.S: Remove the pointer to the outgoing
1008         parameter stack.
1009         * src/powerpc/darwin_closure.S: Likewise.
1010         * src/powerpc/ffi_darwin.c (ffi_prep_args): Handle structures
1011         according to the Darwin/AIX ABI.
1012         (ffi_prep_cif_machdep): Likewise.
1013         (ffi_closure_helper_DARWIN): Likewise.
1014         Remove the outgoing parameter stack logic. Simplify the evaluation
1015         of the different CASE types.
1016         (ffi_prep_clousure): Avoid the casts on lvalues. Change the branch
1017         statement in the trampoline code.
1019 2003-09-18  Kaz Kojima  <kkojima@gcc.gnu.org>
1021         * src/sh/ffi.c (ffi_prep_args): Take account into the alignement
1022         for the register size.
1023         (ffi_closure_helper_SYSV): Handle the structure return value
1024         address correctly.
1025         (ffi_closure_helper_SYSV): Return the appropriate type when
1026         the registers are used for the structure return value.
1027         * src/sh/sysv.S (ffi_closure_SYSV): Fix the stack layout for
1028         the 64-bit return value.  Update copyright years.
1030 2003-09-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1032         * testsuite/lib/libffi-dg.exp (libffi_target_compile): Search in
1033         srcdir for ffi_mips.h.
1035 2003-09-12  Alan Modra  <amodra@bigpond.net.au>
1037         * src/prep_cif.c (initialize_aggregate): Include tail padding in
1038         structure size.
1039         * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Correct
1040         placement of float result.
1041         * testsuite/libffi.special/unwindtest.cc (closure_test_fn1): Correct
1042         cast of "resp" for big-endian 64 bit machines.
1044 2003-09-11  Alan Modra  <amodra@bigpond.net.au>
1046         * src/types.c (double, longdouble): Merge identical SH and ARM
1047         typedefs, and add POWERPC64.
1048         * src/powerpc/ffi.c (ffi_prep_args64): Correct next_arg calc for
1049         struct split over gpr and rest.
1050         (ffi_prep_cif_machdep): Correct intarg_count for structures.
1051         * src/powerpc/linux64.S (ffi_call_LINUX64): Fix gpr offsets.
1053 2003-09-09  Andreas Tobler  <a.tobler@schweiz.ch>
1055         * src/powerpc/ffi.c (ffi_closure_helper_SYSV) Handle struct
1056         passing correctly.
1058 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
1060         * configure: Regenerate.
1062 2003-09-04  Andreas Tobler  <a.tobler@schweiz.ch>
1064         * Makefile.am: Remove build rules for ffitest.
1065         * Makefile.in: Rebuilt.
1067 2003-09-04  Andreas Tobler  <a.tobler@schweiz.ch>
1069         * src/java_raw_api.c: Include <stdlib.h> to fix compiler warning
1070         about implicit declaration of abort().
1072 2003-09-04  Andreas Tobler  <a.tobler@schweiz.ch>
1074         * Makefile.am: Add dejagnu test framework. Fixes PR other/11411.
1075         * Makefile.in: Rebuilt.
1076         * configure.in: Add dejagnu test framework.
1077         * configure: Rebuilt.
1079         * testsuite/Makefile.am: New file.
1080         * testsuite/Makefile.in: Built
1081         * testsuite/lib/libffi-dg.exp: New file.
1082         * testsuite/config/default.exp: Likewise.
1083         * testsuite/libffi.call/call.exp: Likewise.
1084         * testsuite/libffi.call/ffitest.h: Likewise.
1085         * testsuite/libffi.call/closure_fn0.c: Likewise.
1086         * testsuite/libffi.call/closure_fn1.c: Likewise.
1087         * testsuite/libffi.call/closure_fn2.c: Likewise.
1088         * testsuite/libffi.call/closure_fn3.c: Likewise.
1089         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
1090         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
1091         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
1092         * testsuite/libffi.call/cls_2byte.c: Likewise.
1093         * testsuite/libffi.call/cls_3byte1.c: Likewise.
1094         * testsuite/libffi.call/cls_3byte2.c: Likewise.
1095         * testsuite/libffi.call/cls_4byte.c: Likewise.
1096         * testsuite/libffi.call/cls_5byte.c: Likewise.
1097         * testsuite/libffi.call/cls_6byte.c: Likewise.
1098         * testsuite/libffi.call/cls_7byte.c: Likewise.
1099         * testsuite/libffi.call/cls_8byte.c: Likewise.
1100         * testsuite/libffi.call/cls_12byte.c: Likewise.
1101         * testsuite/libffi.call/cls_16byte.c: Likewise.
1102         * testsuite/libffi.call/cls_20byte.c: Likewise.
1103         * testsuite/libffi.call/cls_24byte.c: Likewise.
1104         * testsuite/libffi.call/cls_double.c: Likewise.
1105         * testsuite/libffi.call/cls_float.c: Likewise.
1106         * testsuite/libffi.call/cls_uchar.c: Likewise.
1107         * testsuite/libffi.call/cls_uint.c: Likewise.
1108         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
1109         * testsuite/libffi.call/cls_ushort.c: Likewise.
1110         * testsuite/libffi.call/float.c: Likewise.
1111         * testsuite/libffi.call/float1.c: Likewise.
1112         * testsuite/libffi.call/float2.c: Likewise.
1113         * testsuite/libffi.call/many.c: Likewise.
1114         * testsuite/libffi.call/many_win32.c: Likewise.
1115         * testsuite/libffi.call/nested_struct.c: Likewise.
1116         * testsuite/libffi.call/nested_struct1.c: Likewise.
1117         * testsuite/libffi.call/pyobjc-tc.c: Likewise.
1118         * testsuite/libffi.call/problem1.c: Likewise.
1119         * testsuite/libffi.call/promotion.c: Likewise.
1120         * testsuite/libffi.call/return_ll.c: Likewise.
1121         * testsuite/libffi.call/return_sc.c: Likewise.
1122         * testsuite/libffi.call/return_uc.c: Likewise.
1123         * testsuite/libffi.call/strlen.c: Likewise.
1124         * testsuite/libffi.call/strlen_win32.c: Likewise.
1125         * testsuite/libffi.call/struct1.c: Likewise.
1126         * testsuite/libffi.call/struct2.c: Likewise.
1127         * testsuite/libffi.call/struct3.c: Likewise.
1128         * testsuite/libffi.call/struct4.c: Likewise.
1129         * testsuite/libffi.call/struct5.c: Likewise.
1130         * testsuite/libffi.call/struct6.c: Likewise.
1131         * testsuite/libffi.call/struct7.c: Likewise.
1132         * testsuite/libffi.call/struct8.c: Likewise.
1133         * testsuite/libffi.call/struct9.c: Likewise.
1134         * testsuite/libffi.special/special.exp: New file.
1135         * testsuite/libffi.special/ffitestcxx.h: Likewise.
1136         * testsuite/libffi.special/unwindtest.cc: Likewise.
1139 2003-08-13  Kaz Kojima  <kkojima@gcc.gnu.org>
1141         * src/sh/ffi.c (OFS_INT16): Set 0 for little endian case.  Update
1142         copyright years.
1144 2003-08-02  Alan Modra  <amodra@bigpond.net.au>
1146         * src/powerpc/ffi.c (ffi_prep_args64): Modify for changed gcc
1147         structure passing.
1148         (ffi_closure_helper_LINUX64): Likewise.
1149         * src/powerpc/linux64.S: Remove code writing to parm save area.
1150         * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Use return
1151         address in lr from ffi_closure_helper_LINUX64 call to calculate
1152         table address.  Optimize function tail.
1154 2003-07-28  Andreas Tobler  <a.tobler@schweiz.ch>
1156         * src/sparc/ffi.c: Handle all floating point registers.
1157         * src/sparc/v9.S: Likewise. Fixes second part of PR target/11410.
1159 2003-07-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1161         * README: Note that libffi is not part of GCC.  Update the project
1162         URL and status.
1164 2003-06-19  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1166         * src/powerpc/ppc_closure.S: Include ffi.h.
1168 2003-06-13  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1170         * src/x86/sysv.S: Avoid gas-only .uleb128/.sleb128 directives.
1171         Use C style comments.
1173 2003-06-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1175         * Makefile.am: Add SHmedia support.  Fix a typo of SH support.
1176         * Makefile.in: Regenerate.
1177         * configure.in (sh64-*-linux*, sh5*-*-linux*): Add target.
1178         * configure: Regenerate.
1179         * include/ffi.h.in: Add SHmedia support.
1180         * src/sh64/ffi.c: New file.
1181         * src/sh64/sysv.S: New file.
1183 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
1185         * configure.in (HAVE_RO_EH_FRAME): Check whether .eh_frame section
1186         should be read-only.
1187         * configure: Rebuilt.
1188         * fficonfig.h.in: Rebuilt.
1189         * include/ffi.h.in (EH_FRAME_FLAGS): Define.
1190         * src/alpha/osf.S: Use EH_FRAME_FLAGS.
1191         * src/powerpc/linux64.S: Likewise.
1192         * src/powerpc/linux64_closure.S: Likewise.  Include ffi.h.
1193         * src/powerpc/sysv.S: Use EH_FRAME_FLAGS.  Use pcrel encoding
1194         if -fpic/-fPIC/-mrelocatable.
1195         * src/powerpc/powerpc_closure.S: Likewise.
1196         * src/sparc/v8.S: If HAVE_RO_EH_FRAME is defined, don't include
1197         #write in .eh_frame flags.
1198         * src/sparc/v9.S: Likewise.
1199         * src/x86/unix64.S: Use EH_FRAME_FLAGS.
1200         * src/x86/sysv.S: Likewise.  Use pcrel encoding if -fpic/-fPIC.
1201         * src/s390/sysv.S: Use EH_FRAME_FLAGS.  Include ffi.h.
1203 2003-05-07  Jeff Sturm  <jsturm@one-point.com>
1205         Fixes PR bootstrap/10656
1206         * configure.in (HAVE_AS_REGISTER_PSEUDO_OP): Test assembler
1207         support for .register pseudo-op.
1208         * src/sparc/v8.S: Use it.
1209         * fficonfig.h.in: Rebuilt.
1210         * configure: Rebuilt.
1212 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
1214         * include/ffi.h.in (POWERPC64): Define if 64-bit.
1215         (enum ffi_abi): Add FFI_LINUX64 on POWERPC.
1216         Make it the default on POWERPC64.
1217         (FFI_TRAMPOLINE_SIZE): Define to 24 on POWERPC64.
1218         * configure.in: Change powerpc-*-linux* into powerpc*-*-linux*.
1219         * configure: Rebuilt.
1220         * src/powerpc/ffi.c (hidden): Define.
1221         (ffi_prep_args_SYSV): Renamed from
1222         ffi_prep_args.  Cast pointers to unsigned long to shut up warnings.
1223         (NUM_GPR_ARG_REGISTERS64, NUM_FPR_ARG_REGISTERS64,
1224         ASM_NEEDS_REGISTERS64): New.
1225         (ffi_prep_args64): New function.
1226         (ffi_prep_cif_machdep): Handle FFI_LINUX64 ABI.
1227         (ffi_call): Likewise.
1228         (ffi_prep_closure): Likewise.
1229         (flush_icache): Surround by #ifndef POWERPC64.
1230         (ffi_dblfl): New union type.
1231         (ffi_closure_helper_SYSV): Use it to avoid aliasing problems.
1232         (ffi_closure_helper_LINUX64): New function.
1233         * src/powerpc/ppc_closure.S: Surround whole file by #ifndef
1234         __powerpc64__.
1235         * src/powerpc/sysv.S: Likewise.
1236         (ffi_call_SYSV): Rename ffi_prep_args to ffi_prep_args_SYSV.
1237         * src/powerpc/linux64.S: New file.
1238         * src/powerpc/linux64_closure.S: New file.
1239         * Makefile.am (EXTRA_DIST): Add src/powerpc/linux64.S and
1240         src/powerpc/linux64_closure.S.
1241         (TARGET_SRC_POWERPC): Likewise.
1243         * src/ffitest.c (closure_test_fn, closure_test_fn1, closure_test_fn2,
1244         closure_test_fn3): Fix result printing on big-endian 64-bit
1245         machines.
1246         (main): Print tst2_arg instead of uninitialized tst2_result.
1248         * src/ffitest.c (main): Hide what closure pointer really points to
1249         from the compiler.
1251 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
1253         * configure.in (arm-*-netbsdelf*): Add configuration.
1254         (configure): Regenerated.
1256 2003-04-04  Loren J. Rittle  <ljrittle@acm.org>
1258         * include/Makefile.in: Regenerate.
1260 2003-03-21  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1262         * libffi/include/ffi.h.in: Define X86 instead of X86_64 in 32
1263         bit mode.
1264         * libffi/src/x86/ffi.c (ffi_closure_SYSV, ffi_closure_raw_SYSV):
1265         Receive closure pointer through parameter, read args using
1266         __builtin_dwarf_cfa.
1267         (FFI_INIT_TRAMPOLINE): Send closure reference through eax.
1269 2003-03-12  Andreas Schwab  <schwab@suse.de>
1271         * configure.in: Avoid trailing /. in toolexeclibdir.
1272         * configure: Rebuilt.
1274 2003-03-03  Andreas Tobler <a.tobler@schweiz.ch>
1276         * src/powerpc/darwin_closure.S: Recode to fit dynamic libraries.
1278 2003-02-06  Andreas Tobler <a.tobler@schweiz.ch>
1280         * libffi/src/powerpc/darwin_closure.S:
1281         Fix alignement bug, allocate 8 bytes for the result.
1282         * libffi/src/powerpc/aix_closure.S:
1283         Likewise.
1284         * libffi/src/powerpc/ffi_darwin.c:
1285         Update stackframe description for aix/darwin_closure.S.
1287 2003-02-06  Jakub Jelinek  <jakub@redhat.com>
1289         * src/s390/ffi.c (ffi_closure_helper_SYSV): Add hidden visibility
1290         attribute.
1292 2003-01-31  Christian Cornelssen  <ccorn@cs.tu-berlin.de>,
1293             Andreas Schwab  <schwab@suse.de>
1295         * configure.in: Adjust command to source config-ml.in to account
1296         for changes to the libffi_basedir definition.
1297         (libffi_basedir): Remove ${srcdir} from value and include trailing
1298         slash if nonempty.
1300         * configure: Regenerate.
1302 2003-01-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1304         * src/powerpc/ppc_closure.S: Recode to fit shared libs.
1306 2003-01-28  Andrew Haley  <aph@redhat.com>
1308         * include/ffi.h.in: Enable FFI_CLOSURES for x86_64.
1309         * src/x86/ffi64.c (ffi_prep_closure): New.
1310         (ffi_closure_UNIX64_inner): New.
1311         * src/x86/unix64.S (ffi_closure_UNIX64): New.
1313 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
1315         * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
1316         Remove USE_LIBDIR conditional.
1317         * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
1318         * Makefile.in, configure: Rebuilt.
1320 2003-01027  David Edelsohn  <edelsohn@gnu.org>
1322         * Makefile.am (TARGET_SRC_POWERPC_AIX): Fix typo.
1323         * Makefile.in: Regenerate.
1325 2003-01-22  Andrew Haley  <aph@redhat.com>
1327         * src/powerpc/darwin.S (_ffi_call_AIX): Add Augmentation size to
1328         unwind info.
1330 2003-01-21  Andreas Tobler  <a.tobler@schweiz.ch>
1332         * src/powerpc/darwin.S: Add unwind info.
1333         * src/powerpc/darwin_closure.S: Likewise.
1335 2003-01-14  Andrew Haley  <aph@redhat.com>
1337         * src/x86/ffi64.c (ffi_prep_args): Check for void retval.
1338         (ffi_prep_cif_machdep): Likewise.
1339         * src/x86/unix64.S: Add unwind info.
1341 2003-01-14  Andreas Jaeger  <aj@suse.de>
1343         * src/ffitest.c (main): Only use ffi_closures if those are
1344         supported.
1346 2003-01-13 Andreas Tobler <a.tobler@schweiz.ch>
1348         * libffi/src/ffitest.c
1349          add closure testcases
1351 2003-01-13 Kevin B. Hendricks <khendricks@ivey.uwo.ca>
1353         * libffi/src/powerpc/ffi.c
1354          fix alignment bug for float (4 byte aligned iso 8 byte)
1356 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
1358         * src/powerpc/ffi_darwin.c: Remove RCS version string.
1359         * src/powerpc/darwin.S: Remove RCS version string.
1361 2003-01-03  Jeff Sturm  <jsturm@one-point.com>
1363         * include/ffi.h.in: Add closure defines for SPARC, SPARC64.
1364         * src/ffitest.c (main): Use static storage for closure.
1365         * src/sparc/ffi.c (ffi_prep_closure, ffi_closure_sparc_inner): New.
1366         * src/sparc/v8.S (ffi_closure_v8): New.
1367         * src/sparc/v9.S (ffi_closure_v9): New.
1369 2002-11-10  Ranjit Mathew <rmathew@hotmail.com>
1371         * include/ffi.h.in: Added FFI_STDCALL ffi_type
1372           enumeration for X86_WIN32.
1373         * src/x86/win32.S: Added ffi_call_STDCALL function
1374           definition.
1375         * src/x86/ffi.c (ffi_call/ffi_raw_call): Added
1376           switch cases for recognising FFI_STDCALL and
1377           calling ffi_call_STDCALL if target is X86_WIN32.
1378         * src/ffitest.c (my_stdcall_strlen/stdcall_many):
1379           stdcall versions of the "my_strlen" and "many"
1380           test functions (for X86_WIN32).
1381           Added test cases to test stdcall invocation using
1382           these functions.
1384 2002-12-02  Kaz Kojima  <kkojima@gcc.gnu.org>
1386         * src/sh/sysv.S: Add DWARF2 unwind info.
1388 2002-11-27  Ulrich Weigand  <uweigand@de.ibm.com>
1390         * src/s390/sysv.S (.eh_frame section): Make section read-only.
1392 2002-11-26  Jim Wilson  <wilson@redhat.com>
1394         * src/types.c (FFI_TYPE_POINTER): Has size 8 on IA64.
1396 2002-11-23  H.J. Lu <hjl@gnu.org>
1398         * acinclude.m4: Add dummy AM_PROG_LIBTOOL.
1399         Include ../config/accross.m4.
1400         * aclocal.m4; Rebuild.
1401         * configure: Likewise.
1403 2002-11-15  Ulrich Weigand  <uweigand@de.ibm.com>
1405         * src/s390/sysv.S (.eh_frame section): Adapt to pcrel FDE encoding.
1407 2002-11-11  DJ Delorie  <dj@redhat.com>
1409         * configure.in: Look for common files in the right place.
1411 2002-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
1413         * src/java_raw_api.c (ffi_java_raw_to_ptrarray): Interpret
1414         raw data as _Jv_word values, not ffi_raw.
1415         (ffi_java_ptrarray_to_raw): Likewise.
1416         (ffi_java_rvalue_to_raw): New function.
1417         (ffi_java_raw_call): Call it.
1418         (ffi_java_raw_to_rvalue): New function.
1419         (ffi_java_translate_args): Call it.
1420         * src/ffitest.c (closure_test_fn): Interpret return value
1421         as ffi_arg, not int.
1422         * src/s390/ffi.c (ffi_prep_cif_machdep): Add missing
1423         FFI_TYPE_POINTER case.
1424         (ffi_closure_helper_SYSV): Likewise.  Also, assume return
1425         values extended to word size.
1427 2002-10-02  Andreas Jaeger  <aj@suse.de>
1429         * src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.
1431 2002-10-01  Bo Thorsen  <bo@smetana.suse.de>
1433         * include/ffi.h.in: Fix i386 win32 compilation.
1435 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
1437         * configure.in: Add s390x-*-linux-* target.
1438         * configure: Regenerate.
1439         * include/ffi.h.in: Define S390X for s390x targets.
1440         (FFI_CLOSURES): Define for s390/s390x.
1441         (FFI_TRAMPOLINE_SIZE): Likewise.
1442         (FFI_NATIVE_RAW_API): Likewise.
1443         * src/prep_cif.c (ffi_prep_cif): Do not compute stack space for s390.
1444         * src/types.c (FFI_TYPE_POINTER): Use 8-byte pointers on s390x.
1445         * src/s390/ffi.c: Major rework of existing code.  Add support for
1446         s390x targets.  Add closure support.
1447         * src/s390/sysv.S: Likewise.
1449 2002-09-29  Richard Earnshaw  <rearnsha@arm.com>
1451         * src/arm/sysv.S: Fix typo.
1453 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
1455         * src/arm/sysv.S: If we don't have machine/asm.h and the pre-processor
1456         has defined __USER_LABEL_PREFIX__, then use it in CNAME.
1457         (ffi_call_SYSV): Handle soft-float.
1459 2002-09-27  Bo Thorsen  <bo@suse.de>
1461         * include/ffi.h.in: Fix multilib x86-64 support.
1463 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1465         * Makefile.am (all-multi): Fix multilib parallel build.
1467 2002-07-19  Kaz Kojima  <kkojima@gcc.gnu.org>
1469         * configure.in (sh[34]*-*-linux*): Add brackets.
1470         * configure: Regenerate.
1472 2002-07-18  Kaz Kojima  <kkojima@gcc.gnu.org>
1474         * Makefile.am: Add SH support.
1475         * Makefile.in: Regenerate.
1476         * configure.in (sh-*-linux*, sh[34]*-*-linux*): Add target.
1477         * configure: Regenerate.
1478         * include/ffi.h.in: Add SH support.
1479         * src/sh/ffi.c: New file.
1480         * src/sh/sysv.S: New file.
1481         * src/types.c: Add SH support.
1483 2002-07-16  Bo Thorsen  <bo@suse.de>
1485         * src/x86/ffi64.c: New file that adds x86-64 support.
1486         * src/x86/unix64.S: New file that handles argument setup for
1487         x86-64.
1488         * src/x86/sysv.S: Don't use this on x86-64.
1489         * src/x86/ffi.c: Don't use this on x86-64.
1490         Remove unused vars.
1491         * src/prep_cif.c (ffi_prep_cif): Don't do stack size calculation
1492         for x86-64.
1493         * src/ffitest.c (struct6): New test that tests a special case in
1494         the x86-64 ABI.
1495         (struct7): Likewise.
1496         (struct8): Likewise.
1497         (struct9): Likewise.
1498         (closure_test_fn): Silence warning about this when it's not used.
1499         (main): Add the new tests.
1500         (main): Fix a couple of wrong casts and silence some compiler warnings.
1501         * include/ffi.h.in: Add x86-64 ABI definition.
1502         * fficonfig.h.in: Regenerate.
1503         * Makefile.am: Add x86-64 support.
1504         * configure.in: Likewise.
1505         * Makefile.in: Regenerate.
1506         * configure: Likewise.
1508 2002-06-24  Bo Thorsen  <bo@suse.de>
1510         * src/types.c: Merge settings for similar architectures.
1511         Add x86-64 sizes and alignments.
1513 2002-06-23  Bo Thorsen  <bo@suse.de>
1515         * src/arm/ffi.c (ffi_prep_args): Remove unused vars.
1516         * src/sparc/ffi.c (ffi_prep_args_v8): Likewise.
1517         * src/mips/ffi.c (ffi_prep_args): Likewise.
1518         * src/m68k/ffi.c (ffi_prep_args): Likewise.
1520 2002-07-18  H.J. Lu  (hjl@gnu.org)
1522         * Makefile.am (TARGET_SRC_MIPS_LINUX): New.
1523         (libffi_la_SOURCES): Support MIPS_LINUX.
1524         (libffi_convenience_la_SOURCES): Likewise.
1525         * Makefile.in: Regenerated.
1527         * configure.in (mips64*-*): Skip.
1528         (mips*-*-linux*): New.
1529         * configure: Regenerated.
1531         * src/mips/ffi.c: Include <sgidefs.h>.
1533 2002-06-06  Ulrich Weigand  <uweigand@de.ibm.com>
1535         * src/s390/sysv.S: Save/restore %r6.  Add DWARF-2 unwind info.
1537 2002-05-27  Roger Sayle  <roger@eyesopen.com>
1539         * src/x86/ffi.c (ffi_prep_args): Remove reference to avn.
1541 2002-05-27  Bo Thorsen  <bo@suse.de>
1543         * src/x86/ffi.c (ffi_prep_args): Remove unused variable and
1544         fix formatting.
1546 2002-05-13  Andreas Tobler  <a.tobler@schweiz.ch>
1548         * src/powerpc/ffi_darwin.c (ffi_prep_closure): Declare fd at
1549         beginning of function (for older apple cc).
1551 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
1553         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
1554         script entry, and set LD to it when configuring multilibs.
1555         * configure: Rebuilt.
1557 2002-05-05  Jason Thorpe  <thorpej@wasabisystems.com>
1559         * configure.in (sparc64-*-netbsd*): Add target.
1560         (sparc-*-netbsdelf*): Likewise.
1561         * configure: Regenerate.
1563 2002-04-28  David S. Miller  <davem@redhat.com>
1565         * configure.in, configure: Fix SPARC test in previous change.
1567 2002-04-29  Gerhard Tonn  <GerhardTonn@swol.de>
1569         * Makefile.am: Add Linux for S/390 support.
1570         * Makefile.in: Regenerate.
1571         * configure.in: Add Linux for S/390 support.
1572         * configure: Regenerate.
1573         * include/ffi.h.in: Add Linux for S/390 support.
1574         * src/s390/ffi.c: New file from libffi CVS tree.
1575         * src/s390/sysv.S: New file from libffi CVS tree.
1577 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
1579         * configure.in (HAVE_AS_SPARC_UA_PCREL): Check for working
1580         %r_disp32().
1581         * src/sparc/v8.S: Use it.
1582         * src/sparc/v9.S: Likewise.
1583         * fficonfig.h.in: Rebuilt.
1584         * configure: Rebuilt.
1586 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
1588         * src/java_raw_api.c (ffi_java_raw_size): Handle FFI_TYPE_DOUBLE
1589         correctly.
1590         * src/ia64/unix.S: Add unwind information. Fix comments.
1591         Save sp in a way that's compatible with unwind info.
1592         (ffi_call_unix): Correctly restore sp in all cases.
1593         * src/ia64/ffi.c: Add, fix comments.
1595 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
1597         * src/sparc/v8.S: Make .eh_frame dependent on target word size.
1599 2002-04-06  Jason Thorpe  <thorpej@wasabisystems.com>
1601         * configure.in (alpha*-*-netbsd*): Add target.
1602         * configure: Regenerate.
1604 2002-04-04  Jeff Sturm  <jsturm@one-point.com>
1606         * src/sparc/v8.S: Add unwind info.
1607         * src/sparc/v9.S: Likewise.
1609 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
1611         * configure.in: Enable i*86-*-netbsdelf*.
1612         * configure: Rebuilt.
1614 2002-03-29  David Billinghurst <David.Billinghurst@riotinto.com>
1616         PR other/2620
1617         * src/mips/n32.s: Delete
1618         * src/mips/o32.s: Delete
1620 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
1622         * configure.in: Enable alpha*-*-freebsd*.
1623         * configure: Rebuilt.
1625 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1627         * Makefile.am: libfficonvenience -> libffi_convenience.
1628         * Makefile.in: Rebuilt.
1630         * Makefile.am: Define ffitest_OBJECTS.
1631         * Makefile.in: Rebuilt.
1633 2002-03-07  Andreas Tobler  <toa@pop.agri.ch>
1634             David Edelsohn  <edelsohn@gnu.org>
1636         * Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.
1637         (TARGET_SRC_POWERPC_AIX): Add aix_closure.S.
1638         (TARGET_SRC_POWERPC_DARWIN): Add darwin_closure.S.
1639         * Makefile.in: Regenerate.
1640         * include/ffi.h.in: Add AIX and Darwin closure definitions.
1641         * src/powerpc/ffi_darwin.c (ffi_prep_closure): New function.
1642         (flush_icache, flush_range): New functions.
1643         (ffi_closure_helper_DARWIN): New function.
1644         * src/powerpc/aix_closure.S: New file.
1645         * src/powerpc/darwin_closure.S: New file.
1647 2002-02-24  Jeff Sturm  <jsturm@one-point.com>
1649         * include/ffi.h.in: Add typedef for ffi_arg.
1650         * src/ffitest.c (main): Declare rint with ffi_arg.
1652 2002-02-21  Andreas Tobler  <toa@pop.agri.ch>
1654         * src/powerpc/ffi_darwin.c (ffi_prep_args): Skip appropriate
1655         number of GPRs for floating-point arguments.
1657 2002-01-31  Anthony Green  <green@redhat.com>
1659         * configure: Rebuilt.
1660         * configure.in: Replace CHECK_SIZEOF and endian tests with
1661         cross-compiler friendly macros.
1662         * aclocal.m4 (AC_COMPILE_CHECK_SIZEOF, AC_C_BIGENDIAN_CROSS): New
1663         macros.
1665 2002-01-18  David Edelsohn  <edelsohn@gnu.org>
1667         * src/powerpc/darwin.S (_ffi_call_AIX): New.
1668         * src/powerpc/aix.S (ffi_call_DARWIN): New.
1670 2002-01-17  David Edelsohn  <edelsohn@gnu.org>
1672         * Makefile.am (EXTRA_DIST): Add Darwin and AIX files.
1673         (TARGET_SRC_POWERPC_AIX): New.
1674         (POWERPC_AIX): New stanza.
1675         * Makefile.in: Regenerate.
1676         * configure.in: Add AIX case.
1677         * configure: Regenerate.
1678         * include/ffi.h.in (ffi_abi): Add FFI_AIX.
1679         * src/powerpc/ffi_darwin.c (ffi_status): Use "long" to scale frame
1680         size.  Fix "long double" support.
1681         (ffi_call): Add FFI_AIX case.
1682         * src/powerpc/aix.S: New.
1684 2001-10-09  John Hornkvist  <john@toastedmarshmallow.com>
1686         Implement Darwin PowerPC ABI.
1687         * configure.in: Handle powerpc-*-darwin*.
1688         * Makefile.am: Set source files for POWERPC_DARWIN.
1689         * configure: Rebuilt.
1690         * Makefile.in: Rebuilt.
1691         * include/ffi.h.in: Define FFI_DARWIN and FFI_DEFAULT_ABI for
1692         POWERPC_DARWIN.
1693         * src/powerpc/darwin.S: New file.
1694         * src/powerpc/ffi_darwin.c: New file.
1696 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1698         * src/x86/ffi.c: Fix spelling error of "separate" as "seperate".
1700 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1702         * src/x86/sysv.S: Avoid gas-only .balign directive.
1703         Use C style comments.
1705 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1707         * src/alpha/ffi.c (ffi_prep_closure): Avoid gas-only mnemonic.
1708         Fixes PR bootstrap/3563.
1710 2001-06-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1712         * src/alpha/osf.S (ffi_closure_osf): Use .rdata for ECOFF.
1714 2001-06-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1716         * configure.in: Recognize sparc*-sun-* host.
1717         * configure: Regenerate.
1719 2001-06-06  Andrew Haley  <aph@redhat.com>
1721         * src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF.
1723 2001-06-03  Andrew Haley  <aph@redhat.com>
1725         * src/alpha/osf.S: Add unwind info.
1726         * src/powerpc/sysv.S: Add unwind info.
1727         * src/powerpc/ppc_closure.S: Likewise.
1729 2000-05-31  Jeff Sturm  <jsturm@one-point.com>
1731         * configure.in: Fix AC_ARG_ENABLE usage.
1732         * configure: Rebuilt.
1734 2001-05-06  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1736         * configure.in: Remove warning about beta code.
1737         * configure: Rebuilt.
1739 2001-04-25  Hans Boehm <Hans_Boehm@hp.com>
1741         * src/ia64/unix.S: Restore stack pointer when returning from
1742         ffi_closure_UNIX.
1743         * src/ia64/ffi.c: Fix typo in comment.
1745 2001-04-18  Jim Wilson  <wilson@redhat.com>
1747         * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2
1748         to eliminate RAW DV.
1750 2001-04-12  Bryce McKinlay  <bryce@albatross.co.nz>
1752         * Makefile.am: Make a libtool convenience library.
1753         * Makefile.in: Rebuilt.
1755 2001-03-29  Bryce McKinlay  <bryce@albatross.co.nz>
1757         * configure.in: Use different syntax for subdirectory creation.
1758         * configure: Rebuilt.
1760 2001-03-27  Jon Beniston  <jon@beniston.com>
1762         * configure.in: Added X86_WIN32 target (Win32, CygWin, MingW).
1763         * configure: Rebuilt.
1764         * Makefile.am: Added X86_WIN32 target support.
1765         * Makefile.in: Rebuilt.
1767         * include/ffi.h.in: Added X86_WIN32 target support.
1769         * src/ffitest.c: Doesn't run structure tests for X86_WIN32 targets.
1770         * src/types.c: Added X86_WIN32 target support.
1772         * src/x86/win32.S: New file. Based on sysv.S, but with EH
1773         stuff removed and made to work with CygWin's gas.
1775 2001-03-26  Bryce McKinlay  <bryce@albatross.co.nz>
1777         * configure.in: Make target subdirectory in build dir.
1778         * Makefile.am: Override suffix based rules to specify correct output
1779         subdirectory.
1780         * Makefile.in: Rebuilt.
1781         * configure: Rebuilt.
1783 2001-03-23  Kevin B Hendricks  <khendricks@ivey.uwo.ca>
1785         * src/powerpc/ppc_closure.S: New file.
1786         * src/powerpc/ffi.c (ffi_prep_args): Fixed ABI compatibility bug
1787         involving long long and register pairs.
1788         (ffi_prep_closure): New function.
1789         (flush_icache): Likewise.
1790         (ffi_closure_helper_SYSV): Likewise.
1791         * include/ffi.h.in (FFI_CLOSURES): Define on PPC.
1792         (FFI_TRAMPOLINE_SIZE): Likewise.
1793         (FFI_NATIVE_RAW_API): Likewise.
1794         * Makefile.in: Rebuilt.
1795         * Makefile.am (EXTRA_DIST): Added src/powerpc/ppc_closure.S.
1796         (TARGET_SRC_POWERPC): Likewise.
1798 2001-03-19  Tom Tromey  <tromey@redhat.com>
1800         * Makefile.in: Rebuilt.
1801         * Makefile.am (ffitest_LDFLAGS): New macro.
1803 2001-03-02  Nick Clifton  <nickc@redhat.com>
1805         * include/ffi.h.in: Remove RCS ident string.
1806         * include/ffi_mips.h: Remove RCS ident string.
1807         * src/debug.c: Remove RCS ident string.
1808         * src/ffitest.c: Remove RCS ident string.
1809         * src/prep_cif.c: Remove RCS ident string.
1810         * src/types.c: Remove RCS ident string.
1811         * src/alpha/ffi.c: Remove RCS ident string.
1812         * src/alpha/osf.S: Remove RCS ident string.
1813         * src/arm/ffi.c: Remove RCS ident string.
1814         * src/arm/sysv.S: Remove RCS ident string.
1815         * src/mips/ffi.c: Remove RCS ident string.
1816         * src/mips/n32.S: Remove RCS ident string.
1817         * src/mips/o32.S: Remove RCS ident string.
1818         * src/sparc/ffi.c: Remove RCS ident string.
1819         * src/sparc/v8.S: Remove RCS ident string.
1820         * src/sparc/v9.S: Remove RCS ident string.
1821         * src/x86/ffi.c: Remove RCS ident string.
1822         * src/x86/sysv.S: Remove RCS ident string.
1824 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1826         * include/ffi.h.in: Change sourceware.cygnus.com references to
1827         gcc.gnu.org.
1829 2000-12-09  Richard Henderson  <rth@redhat.com>
1831         * src/alpha/ffi.c (ffi_call): Simplify struct return test.
1832         (ffi_closure_osf_inner): Index rather than increment avalue
1833         and arg_types.  Give ffi_closure_osf the raw return value type.
1834         * src/alpha/osf.S (ffi_closure_osf): Handle return value type
1835         promotion.
1837 2000-12-07  Richard Henderson  <rth@redhat.com>
1839         * src/raw_api.c (ffi_translate_args): Fix typo.
1840         (ffi_prep_closure): Likewise.
1842         * include/ffi.h.in [ALPHA]: Define FFI_CLOSURES and
1843         FFI_TRAMPOLINE_SIZE.
1844         * src/alpha/ffi.c (ffi_prep_cif_machdep): Adjust minimal
1845         cif->bytes for new ffi_call_osf implementation.
1846         (ffi_prep_args): Absorb into ...
1847         (ffi_call): ... here.  Do all stack allocation here and
1848         avoid a callback function.
1849         (ffi_prep_closure, ffi_closure_osf_inner): New.
1850         * src/alpha/osf.S (ffi_call_osf): Reimplement with no callback.
1851         (ffi_closure_osf): New.
1853 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
1855         * config.guess, config.sub, install-sh: Removed.
1856         * ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise.
1857         * Makefile.in: Rebuilt.
1859         * acinclude.m4: Include libtool macros from the top level.
1860         * aclocal.m4, configure: Rebuilt.
1862 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
1864         * configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set.
1865         * configure: Rebuilt.
1867 2000-05-11  Scott Bambrough  <scottb@netwinder.org>
1869         * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to
1870         memory correctly.  Use conditional instructions, not branches where
1871         possible.
1873 2000-05-04  Tom Tromey  <tromey@cygnus.com>
1875         * configure: Rebuilt.
1876         * configure.in: Match `arm*-*-linux-*'.
1877         From Chris Dornan <cdornan@arm.com>.
1879 2000-04-28  Jakub Jelinek  <jakub@redhat.com>
1881         * Makefile.am (SUBDIRS): Define.
1882         (AM_MAKEFLAGS): Likewise.
1883         (Multilib support.): Add section.
1884         * Makefile.in: Rebuilt.
1885         * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
1886         New variables. Set for gcc using -print-multi-lib. Export them
1887         to libtool.
1888         (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
1889         * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
1890         for -shared links.
1891         (extra_compiler_flags_value, extra_compiler_flags): Check these
1892         for extra compiler options which need to be passed down in
1893         compiler_flags.
1895 2000-04-16  Anthony Green  <green@redhat.com>
1897         * configure: Rebuilt.
1898         * configure.in: Change i*86-pc-linux* to i*86-*-linux*.
1900 2000-04-14  Jakub Jelinek  <jakub@redhat.com>
1902         * include/ffi.h.in (SPARC64): Define for 64bit SPARC builds.
1903         Set SPARC FFI_DEFAULT_ABI based on SPARC64 define.
1904         * src/sparc/ffi.c (ffi_prep_args_v8): Renamed from ffi_prep_args.
1905         Replace all void * sizeofs with sizeof(int).
1906         Only compare type with FFI_TYPE_LONGDOUBLE if LONGDOUBLE is
1907         different than DOUBLE.
1908         Remove FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases (handled elsewhere).
1909         (ffi_prep_args_v9): New function.
1910         (ffi_prep_cif_machdep): Handle V9 ABI and long long on V8.
1911         (ffi_V9_return_struct): New function.
1912         (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from
1913         32bit code (not yet cross-arch calls).
1914         * src/sparc/v8.S: Add struct return delay nop.
1915         Handle long long.
1916         * src/sparc/v9.S: New file.
1917         * src/prep_cif.c (ffi_prep_cif): Return structure pointer
1918         is used on sparc64 only for structures larger than 32 bytes.
1919         Pass by reference for structures is done for structure arguments
1920         larger than 16 bytes.
1921         * src/ffitest.c (main): Use 64bit rint on sparc64.
1922         Run long long tests on sparc.
1923         * src/types.c (FFI_TYPE_POINTER): Pointer is 64bit on alpha and
1924         sparc64.
1925         (FFI_TYPE_LONGDOUBLE): long double is 128 bit aligned to 128 bits
1926         on sparc64.
1927         * configure.in (sparc-*-linux*): New supported target.
1928         (sparc64-*-linux*): Likewise.
1929         * configure: Rebuilt.
1930         * Makefile.am: Add v9.S to SPARC files.
1931         * Makefile.in: Likewise.
1932         (LINK): Surround $(CCLD) into double quotes, so that multilib
1933         compiles work correctly.
1935 2000-04-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1937         * configure: Rebuilt.
1938         * configure.in: (i*86-*-solaris*): New libffi target. Patch
1939         proposed by Bryce McKinlay.
1941 2000-03-20  Tom Tromey  <tromey@cygnus.com>
1943         * Makefile.in: Hand edit for java_raw_api.lo.
1945 2000-03-08  Bryce McKinlay  <bryce@albatross.co.nz>
1947         * config.guess, config.sub: Update from the gcc tree.
1948         Fix for PR libgcj/168.
1950 2000-03-03  Tom Tromey  <tromey@cygnus.com>
1952         * Makefile.in: Fixed ia64 by hand.
1954         * configure: Rebuilt.
1955         * configure.in (--enable-multilib): New option.
1956         (libffi_basedir): New subst.
1957         (AC_OUTPUT): Added multilib code.
1959 2000-03-02  Tom Tromey  <tromey@cygnus.com>
1961         * Makefile.in: Rebuilt.
1962         * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
1963         directory name.
1965 2000-02-25  Hans Boehm <boehm@acm.org>
1967         * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
1968         files.
1969         * src/raw_api.c (ffi_translate_args): Fixed typo in argument
1970         list.
1971         (ffi_prep_raw_closure): Use ffi_translate_args, not
1972         ffi_closure_translate.
1973         * src/java_raw_api.c: New file.
1974         * src/ffitest.c (closure_test_fn): New function.
1975         (main): Define `rint' as long long on IA64.  Added new test when
1976         FFI_CLOSURES is defined.
1977         * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
1978         (ffi_abi): Recognize IA64.
1979         (ffi_raw): Added `flt' field.
1980         Added "Java raw API" code.
1981         * configure.in: Recognize ia64.
1982         * Makefile.am (TARGET_SRC_IA64): New macro.
1983         (libffi_la_common_SOURCES): Added java_raw_api.c.
1984         (libffi_la_SOURCES): Define in IA64 case.
1986 2000-01-04  Tom Tromey  <tromey@cygnus.com>
1988         * Makefile.in: Rebuilt with newer automake.
1990 1999-12-31  Tom Tromey  <tromey@cygnus.com>
1992         * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
1994 1999-09-01  Tom Tromey  <tromey@cygnus.com>
1996         * include/ffi.h.in: Removed PACKAGE and VERSION defines and
1997         undefs.
1998         * fficonfig.h.in: Rebuilt.
1999         * configure: Rebuilt.
2000         * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
2001         Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
2002         * acconfig.h: Don't #undef PACKAGE or VERSION.
2004 1999-08-09  Anthony Green  <green@cygnus.com>
2006         * include/ffi.h.in: Try to work around messy header problem
2007         with PACKAGE and VERSION.
2009         * configure: Rebuilt.
2010         * configure.in: Change version to 2.00-beta.
2012         * fficonfig.h.in: Rebuilt.
2013         * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
2015         * src/x86/ffi.c (ffi_raw_call): Rename.
2017 1999-08-02  Kresten Krab Thorup  <krab@dominiq.is.s.u-tokyo.ac.jp>
2019         * src/x86/ffi.c (ffi_closure_SYSV): New function.
2020         (ffi_prep_incoming_args_SYSV): Ditto.
2021         (ffi_prep_closure): Ditto.
2022         (ffi_closure_raw_SYSV): Ditto.
2023         (ffi_prep_raw_closure): More ditto.
2024         (ffi_call_raw): Final ditto.
2026         * include/ffi.h.in: Add definitions for closure and raw API.
2028         * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
2029         FFI_TYPE_UINT64.
2031         * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
2033         * src/raw_api.c: New file.
2035         * include/ffi.h.in (ffi_raw): New type.
2036         (UINT_ARG, SINT_ARG): New defines.
2037         (ffi_closure, ffi_raw_closure): New types.
2038         (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
2040         * configure.in: Add check for endianness and sizeof void*.
2042         * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
2043         instead of directly.
2045         * configure: Rebuilt.
2047 Thu Jul  8 14:28:42 1999  Anthony Green  <green@cygnus.com>
2049         * configure.in: Add x86 and powerpc BeOS configurations.
2050         From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
2052 1999-05-09  Anthony Green  <green@cygnus.com>
2054         * configure.in: Add warning about this being beta code.
2055         Remove src/Makefile.am from the picture.
2056         * configure: Rebuilt.
2058         * Makefile.am: Move logic from src/Makefile.am.  Add changes
2059         to support libffi as a target library.
2060         * Makefile.in: Rebuilt.
2062         * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
2063         Upgraded to new autoconf, automake, libtool.
2065         * README: Tweaks.
2067         * LICENSE: Update copyright date.
2069         * src/Makefile.am, src/Makefile.in: Removed.
2071 1998-11-29  Anthony Green  <green@cygnus.com>
2073         * include/ChangeLog: Removed.
2074         * src/ChangeLog: Removed.
2075         * src/mips/ChangeLog: Removed.
2076         * src/sparc/ChangeLog: Remboved.
2077         * src/x86/ChangeLog: Removed.
2079         * ChangeLog.v1: Created.