2005-05-12 Daniel Berlin <dberlin@dberlin.org>
[official-gcc.git] / libffi / ChangeLog
blob8e24c80f2aeefad2c425c99995b156b81934f2b9
1 2005-05-09  Mike Stump  <mrs@apple.com>
3         * configure: Regenerate.
5 2005-05-08  Richard Henderson  <rth@redhat.com>
7         PR libffi/21285
8         * src/alpha/osf.S: Update unwind into to match code.
10 2005-05-04  Andreas Degert <ad@papyrus-gmbh.de>
11             Richard Henderson  <rth@redhat.com>
13         * src/x86/ffi64.c (ffi_prep_cif_machdep): Save sse-used flag in
14         bit 11 of flags.
15         (ffi_call): Mask return type field.  Pass ssecount to ffi_call_unix64.
16         (ffi_prep_closure): Set carry bit if sse-used flag set.
17         * src/x86/unix64.S (ffi_call_unix64): Add ssecount argument.
18         Only load sse registers if ssecount non-zero.
19         (ffi_closure_unix64): Only save sse registers if carry set on entry.
21 2005-04-29  Ralf Corsepius  <ralf.corsepius@rtems.org>
23         * configure.ac: Add i*86-*-rtems*, sparc*-*-rtems*,
24         powerpc-*rtems*, arm*-*-rtems*, sh-*-rtems*.
25         * configure: Regenerate.
27 2005-04-20  Hans-Peter Nilsson  <hp@axis.com>
29         * testsuite/lib/libffi-dg.exp (libffi-dg-test-1): In regsub use,
30         have Tcl8.3-compatible intermediate variable.
32 2005-04-18  Simon Posnjak <simon.posnjak@siol.net> 
33             Hans-Peter Nilsson  <hp@axis.com>
35         * Makefile.am: Add CRIS support.
36         * configure.ac: Likewise.
37         * Makefile.in, configure, testsuite/Makefile.in,
38         include/Makefile.in: Regenerate.
39         * src/cris: New directory.
40         * src/cris/ffi.c, src/cris/sysv.S, src/cris/ffitarget.h: New files.
41         * src/prep_cif.c (ffi_prep_cif): Wrap in #ifndef __CRIS__.
43         * testsuite/lib/libffi-dg.exp (libffi-dg-test-1): Replace \n with
44         \r?\n in output tests.
46 2005-04-12  Mike Stump  <mrs@apple.com>
48         * configure: Regenerate.
50 2005-03-30  Hans Boehm  <Hans.Boehm@hp.com>
52         * src/ia64/ffitarget.h (ffi_arg): Use long long instead of DI.
53         
54 2005-03-30  Steve Ellcey  <sje@cup.hp.com>
56         * src/ia64/ffitarget.h (ffi_arg) ADD DI attribute.
57         (ffi_sarg) Ditto.
58         * src/ia64/unix.S (ffi_closure_unix): Extend gp
59         to 64 bits in ILP32 mode.
60         Load 64 bits even for short data.
62 2005-03-23  Mike Stump  <mrs@apple.com>
64         * src/powerpc/darwin.S: Update for -m64 multilib.
65         * src/powerpc/darwin_closure.S: Likewise.
67 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
69         * configure.ac: Do not invoke TL_AC_GCC_VERSION.
70         Do not set tool_include_dir.
71         * aclocal.m4, configure, Makefile.in, testsuite/Makefile.in:
72         Regenerate.
73         * include/Makefile.am: Set gcc_version and toollibffidir.
74         * include/Makefile.in: Regenerate.
76 2005-02-22  Andrew Haley  <aph@redhat.com>
78         * src/powerpc/ffi.c (ffi_prep_cif_machdep): Bump alignment to
79         odd-numbered register pairs for 64-bit integer types.
81 2005-02-23  Andreas Tobler  <a.tobler@schweiz.ch>
83         PR libffi/20104
84         * testsuite/libffi.call/return_ll1.c: New test case.
86 2005-02-11  Janis Johnson  <janis187@us.ibm.com>
88         * testsuite/libffi.call/cls_align_longdouble.c: Remove dg-options.
89         * testsuite/libffi.call/float.c: Ditto.
90         * testsuite/libffi.call/float2.c: Ditto.
91         * testsuite/libffi.call/float3.c: Ditto.
93 2005-02-08  Andreas Tobler  <a.tobler@schweiz.ch>
95         * src/frv/ffitarget.h: Remove PPC stuff which does not belong to frv.
97 2005-01-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
99         * testsuite/libffi.special/special.exp (cxx_options): Add
100         -shared-libgcc.
102 2004-12-31  Richard Henderson  <rth@redhat.com>
104         * src/types.c (FFI_AGGREGATE_TYPEDEF): Remove.
105         (FFI_TYPEDEF): Rename from FFI_INTEGRAL_TYPEDEF.  Replace size and
106         offset parameters with a type parameter; deduce size and structure
107         alignment.  Update all users.
109 2004-12-31  Richard Henderson  <rth@redhat.com>
111         * src/types.c (FFI_TYPE_POINTER): Define with sizeof.
112         (FFI_TYPE_LONGDOUBLE): Fix for ia64.
113         * src/ia64/ffitarget.h (struct ffi_ia64_trampoline_struct): Move
114         into ffi_prep_closure.
115         * src/ia64/ia64_flags.h, src/ia64/ffi.c, src/ia64/unix.S: Rewrite
116         from scratch.
118 2004-12-27  Richard Henderson  <rth@redhat.com>
120         * src/x86/unix64.S: Fix typo in unwind info.
122 2004-12-25  Richard Henderson  <rth@redhat.com>
124         * src/x86/ffi64.c (struct register_args): Rename from stackLayout.
125         (enum x86_64_reg_class): Add X86_64_COMPLEX_X87_CLASS.
126         (merge_classes): Check for it.
127         (SSE_CLASS_P): New.
128         (classify_argument): Pass byte_offset by value; perform all updates
129         inside struct case.
130         (examine_argument): Add classes argument; handle
131         X86_64_COMPLEX_X87_CLASS.
132         (ffi_prep_args): Merge into ...
133         (ffi_call): ... here.  Share stack frame with ffi_call_unix64.
134         (ffi_prep_cif_machdep): Setup cif->flags for proper structure return.
135         (ffi_fill_return_value): Remove.
136         (ffi_prep_closure): Remove dead assert.
137         (ffi_closure_unix64_inner): Rename from ffi_closure_UNIX64_inner.
138         Rewrite to use struct register_args instead of va_list.  Create
139         flags for handling structure returns.
140         * src/x86/unix64.S: Remove dead strings.
141         (ffi_call_unix64): Rename from ffi_call_UNIX64.  Rewrite to share
142         stack frame with ffi_call.  Handle structure returns properly.
143         (float2sse, floatfloat2sse, double2sse): Remove.
144         (sse2float, sse2double, sse2floatfloat): Remove.
145         (ffi_closure_unix64): Rename from ffi_closure_UNIX64.  Rewrite
146         to handle structure returns properly.
148 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
150         * Makefile.am (AM_MAKEFLAGS): Remove duplicate LIBCFLAGS and
151         PICFLAG.
152         * Makefile.in: Regenerated.
154 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
156         * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
157         * configure, aclocal.m4, Makefile.in: Regenerate.
158         * include/Makefile.in, testsuite/Makefile.in: Regenerate.
160 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
162         * configure: Regenerate for libtool change.
164 2004-11-25  Kelley Cook  <kcook@gcc.gnu.org>
166         * configure: Regenerate for libtool reversion.
168 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
170         * configure: Regenerate for libtool change.
172 2004-11-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
174         * testsuite/lib/libffi-dg.exp: Use new procs in target-libpath.exp.
176 2004-11-23  Richard Sandiford  <rsandifo@redhat.com>
178         * src/mips/o32.S (ffi_call_O32, ffi_closure_O32): Use jalr instead
179         of jal.  Use an absolute encoding for the frame information.
181 2004-11-23  Kelley Cook  <kcook@gcc.gnu.org>
183         * Makefile.am: Remove no-dependencies.  Add ACLOCAL_AMFLAGS.
184         * acinclude.m4: Delete logic for sincludes.
185         * aclocal.m4, Makefile.in, configure: Regenerate.
186         * include/Makefile: Likewise.
187         * testsuite/Makefile: Likewise.
189 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
191         * src/sparc/ffi.c (ffi_prep_closure): Align doubles and 64-bit integers
192         on a 8-byte boundary.
193         * src/sparc/v8.S (ffi_closure_v8): Reserve frame space for arguments.
195 2004-10-27  Richard Earnshaw  <rearnsha@arm.com>
197         * src/arm/ffi.c (ffi_prep_cif_machdep): Handle functions that return
198         long long values.  Round stack allocation to a multiple of 8 bytes
199         for ATPCS compatibility.
200         * src/arm/sysv.S (ffi_call_SYSV): Rework to avoid use of APCS register
201         names.  Handle returning long long types.  Add Thumb and interworking
202         support.  Improve soft-float code.
204 2004-10-27  Richard Earnshaw  <rearnsha@arm.com>
206         * testsuite/lib/libffi-db.exp (load_gcc_lib): New function.
207         (libffi_exit): New function.
208         (libffi_init): Build the testglue wrapper if needed.
210 2004-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
212         PR other/18138
213         * testsuite/lib/libffi-dg.exp: Accept more than one multilib libgcc.
215 2004-10-25  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
217         * src/m32r/libffitarget.h (FFI_CLOSURES): Set to 0.
219 2004-10-20  Kaz Kojima  <kkojima@gcc.gnu.org>
221         * src/sh/sysv.S (ffi_call_SYSV): Don't align for double data.
222         * testsuite/libffi.call/float3.c: New test case.
224 2004-10-18  Kaz Kojima  <kkojima@gcc.gnu.org>
226         * src/sh/ffi.c (ffi_prep_closure): Set T bit in trampoline for
227         the function returning a structure pointed with R2.
228         * src/sh/sysv.S (ffi_closure_SYSV): Use R2 as the pointer to
229         the structure return value if T bit set.  Emit position
230         independent code and EH data if PIC.
232 2004-10-13  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
234         * Makefile.am: Add m32r support.
235         * configure.ac: Likewise.
236         * Makefile.in: Regenerate.
237         * confiugre: Regenerate.
238         * src/types.c: Add m32r port to FFI_INTERNAL_TYPEDEF
239         (uint64, sint64, double, longdouble)
240         * src/m32r: New directory.
241         * src/m32r/ffi.c: New file.
242         * src/m32r/sysv.S: Likewise.
243         * src/m32r/ffitarget.h: Likewise.
245 2004-10-02  Kaz Kojima  <kkojima@gcc.gnu.org>
247         * testsuite/libffi.call/negint.c: New test case.
249 2004-09-14  H.J. Lu  <hongjiu.lu@intel.com>
251         PR libgcj/17465
252         * testsuite/lib/libffi-dg.exp: Don't use global ld_library_path.
253         Set up LD_LIBRARY_PATH, SHLIB_PATH, LD_LIBRARYN32_PATH,
254         LD_LIBRARY64_PATH, LD_LIBRARY_PATH_32, LD_LIBRARY_PATH_64 and
255         DYLD_LIBRARY_PATH.
257 2004-09-05  Andreas Tobler  <a.tobler@schweiz.ch>
259         * testsuite/libffi.call/many_win32.c: Remove whitespaces.
260         * testsuite/libffi.call/promotion.c: Likewise.
261         * testsuite/libffi.call/return_ll.c: Remove unused var. Cleanup
262         whitespaces.
263         * testsuite/libffi.call/return_sc.c: Likewise.
264         * testsuite/libffi.call/return_uc.c: Likewise.
266 2004-09-05  Andreas Tobler  <a.tobler@schweiz.ch>
268         * src/powerpc/darwin.S: Fix comments and identation.
269         * src/powerpc/darwin_closure.S: Likewise.
271 2004-09-02  Andreas Tobler  <a.tobler@schweiz.ch>
273         * src/powerpc/ffi_darwin.c: Add flag for longdouble return values.
274         (ffi_prep_args): Handle longdouble arguments.
275         (ffi_prep_cif_machdep): Set flags for longdouble. Calculate space for
276         longdouble.
277         (ffi_closure_helper_DARWIN): Add closure handling for longdouble.
278         * src/powerpc/darwin.S (_ffi_call_DARWIN): Add handling of longdouble
279         values.
280         * src/powerpc/darwin_closure.S (_ffi_closure_ASM): Likewise.
281         * src/types.c: Defined longdouble size and alignment for darwin.
283 2004-09-02  Andreas Tobler  <a.tobler@schweiz.ch>
285         * src/powerpc/aix.S: Remove whitespaces.
286         * src/powerpc/aix_closure.S: Likewise.
287         * src/powerpc/asm.h: Likewise.
288         * src/powerpc/ffi.c: Likewise.
289         * src/powerpc/ffitarget.h: Likewise.
290         * src/powerpc/linux64.S: Likewise.
291         * src/powerpc/linux64_closure.S: Likewise.
292         * src/powerpc/ppc_closure.S: Likewise.
293         * src/powerpc/sysv.S: Likewise.
295 2004-08-30  Anthony Green  <green@redhat.com>
297         * Makefile.am: Add frv support.
298         * Makefile.in, testsuite/Makefile.in: Rebuilt.
299         * configure.ac: Read configure.host.
300         * configure.in: Read configure.host.
301         * configure.host: New file.  frv-elf needs libgloss.
302         * include/ffi.h.in: Force ffi_closure to have a nice big (8)
303         alignment.  This is needed to frv and shouldn't harm the others.
304         * include/ffi_common.h (ALIGN_DOWN): New macro.
305         * src/frv/ffi.c, src/frv/ffitarget.h, src/frv/eabi.S: New files.
307 2004-08-24  David Daney  <daney@avtrex.com>
309         * testsuite/libffi.call/closure_fn0.c: Xfail mips64* instead of mips*.
310         * testsuite/libffi.call/closure_fn1.c: Likewise.
311         * testsuite/libffi.call/closure_fn2.c  Likewise.
312         * testsuite/libffi.call/closure_fn3.c: Likewise.
313         * testsuite/libffi.call/closure_fn4.c: Likewise.
314         * testsuite/libffi.call/closure_fn5.c: Likewise.
315         * testsuite/libffi.call/cls_18byte.c: Likewise.
316         * testsuite/libffi.call/cls_19byte.c: Likewise.
317         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
318         * testsuite/libffi.call/cls_20byte.c: Likewise.
319         * testsuite/libffi.call/cls_20byte1.c: Likewise.
320         * testsuite/libffi.call/cls_24byte.c: Likewise.
321         * testsuite/libffi.call/cls_2byte.c: Likewise.
322         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
323         * testsuite/libffi.call/cls_3byte1.c: Likewise.
324         * testsuite/libffi.call/cls_3byte2.c: Likewise.
325         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
326         * testsuite/libffi.call/cls_4byte.c: Likewise.
327         * testsuite/libffi.call/cls_64byte.c: Likewise.
328         * testsuite/libffi.call/cls_6byte.c: Likewise.
329         * testsuite/libffi.call/cls_7byte.c: Likewise.
330         * testsuite/libffi.call/cls_8byte.c: Likewise.
331         * testsuite/libffi.call/cls_9byte1.c: Likewise.
332         * testsuite/libffi.call/cls_9byte2.c: Likewise.
333         * testsuite/libffi.call/cls_align_double.c: Likewise.
334         * testsuite/libffi.call/cls_align_float.c: Likewise.
335         * testsuite/libffi.call/cls_align_longdouble.c: Likewise.
336         * testsuite/libffi.call/cls_align_pointer.c: Likewise.
337         * testsuite/libffi.call/cls_align_sint16.c: Likewise.
338         * testsuite/libffi.call/cls_align_sint32.c: Likewise.
339         * testsuite/libffi.call/cls_align_sint64.c: Likewise.
340         * testsuite/libffi.call/cls_align_uint16.c: Likewise.
341         * testsuite/libffi.call/cls_align_uint32.c: Likewise.
342         * testsuite/libffi.call/cls_align_uint64.c: Likewise.
343         * testsuite/libffi.call/cls_double.c: Likewise.
344         * testsuite/libffi.call/cls_float.c: Likewise.
345         * testsuite/libffi.call/cls_multi_schar.c: Likewise.
346         * testsuite/libffi.call/cls_multi_sshort.c: Likewise.
347         * testsuite/libffi.call/cls_multi_sshortchar.c: Likewise.
348         * testsuite/libffi.call/cls_multi_uchar.c: Likewise.
349         * testsuite/libffi.call/cls_multi_ushort.c: Likewise.
350         * testsuite/libffi.call/cls_multi_ushortchar.c: Likewise.
351         * testsuite/libffi.call/cls_schar.c: Likewise.
352         * testsuite/libffi.call/cls_sint.c: Likewise.
353         * testsuite/libffi.call/cls_sshort.c: Likewise.
354         * testsuite/libffi.call/cls_uchar.c: Likewise.
355         * testsuite/libffi.call/cls_uint.c: Likewise.
356         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
357         * testsuite/libffi.call/cls_ushort.c: Likewise.
358         * testsuite/libffi.call/nested_struct.c: Likewise.
359         * testsuite/libffi.call/nested_struct1.c: Likewise.
360         * testsuite/libffi.call/nested_struct2.c: Likewise.
361         * testsuite/libffi.call/nested_struct3.c: Likewise.
362         * testsuite/libffi.call/problem1.c: Likewise.
363         * testsuite/libffi.special/unwindtest.cc: Likewise.
364         * testsuite/libffi.call/cls_12byte.c: Likewise and set return value
365         to zero.
366         * testsuite/libffi.call/cls_16byte.c: Likewise.
367         * testsuite/libffi.call/cls_5byte.c: Likewise.
369 2004-08-23  David Daney <daney@avtrex.com>
371         PR libgcj/13141
372         * src/mips/ffitarget.h (FFI_O32_SOFT_FLOAT): New ABI.
373         * src/mips/ffi.c (ffi_prep_args): Fix alignment calculation.
374         (ffi_prep_cif_machdep): Handle FFI_O32_SOFT_FLOAT floating point
375         parameters and return types.
376         (ffi_call): Handle FFI_O32_SOFT_FLOAT ABI.
377         (ffi_prep_closure): Ditto.
378         (ffi_closure_mips_inner_O32): Handle FFI_O32_SOFT_FLOAT ABI, fix
379         alignment calculations.
380         * src/mips/o32.S (ffi_closure_O32): Don't use floating point
381         instructions if FFI_O32_SOFT_FLOAT, make stack frame ABI compliant.
383 2004-08-14  Casey Marshall <csm@gnu.org>
385         * src/mips/ffi.c (ffi_pref_cif_machdep): set `cif->flags' to
386         contain `FFI_TYPE_UINT64' as return type for any 64-bit
387         integer (O32 ABI only).
388         (ffi_prep_closure): new function.
389         (ffi_closure_mips_inner_O32): new function.
390         * src/mips/ffitarget.h: Define `FFI_CLOSURES' and
391         `FFI_TRAMPOLINE_SIZE' appropriately if the ABI is o32.
392         * src/mips/o32.S (ffi_call_O32): add labels for .eh_frame. Return
393         64 bit integers correctly.
394         (ffi_closure_O32): new function.
395         Added DWARF-2 unwind info for both functions.
397 2004-08-10  Andrew Haley  <aph@redhat.com>
399         * src/x86/ffi64.c (ffi_prep_args ): 8-align all stack arguments.
401 2004-08-01  Robert Millan  <robertmh@gnu.org>
403         * configure.ac: Detect knetbsd-gnu and kfreebsd-gnu.
404         * configure: Regenerate.
406 2004-07-30  Maciej W. Rozycki  <macro@linux-mips.org>
408         * acinclude.m4 (AC_FUNC_MMAP_BLACKLIST): Check for <sys/mman.h>
409         and mmap() explicitly instead of relying on preset autoconf cache
410         variables.
411         * aclocal.m4: Regenerate.
412         * configure: Regenerate.
414 2004-07-11  Ulrich Weigand  <uweigand@de.ibm.com>
416         * src/s390/ffi.c (ffi_prep_args): Fix C aliasing violation.
417         (ffi_check_float_struct): Remove unused prototype.
419 2004-06-30  Geoffrey Keating  <geoffk@apple.com>
421         * src/powerpc/ffi_darwin.c (flush_icache): ';' is a comment
422         character on Darwin, use '\n\t' instead.
424 2004-06-26  Matthias Klose  <doko@debian.org>
426         * libtool-version: Fix typo in revision/age.
428 2004-06-17  Matthias Klose  <doko@debian.org>
430         * libtool-version: New.
431         * Makefile.am (libffi_la_LDFLAGS): Use -version-info for soname.
432         * Makefile.in: Regenerate.
434 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
436         * Makefile.am: Remove useless multilib rules.
437         * Makefile.in: Regenerate.
438         * aclocal.m4: Regenerate with automake 1.8.5.
439         * configure.ac: Remove useless multilib configury.
440         * configure: Regenerate.
442 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
444         * .cvsignore: New file.
446 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
448         * src/ia64/unix.S (ffi_call_unix): Insert group barrier break
449         fp_done.
450         (ffi_closure_UNIX): Fix f14/f15 adjustment if FLOAT_SZ is ever
451         changed from 8.
453 2004-06-06  Sean McNeil  <sean@mcneil.com>
455         * configure.ac: Add x86_64-*-freebsd* support.
456         * configure: Regenerate.
458 2004-04-26  Joe Buck <jbuck@welsh-buck.org>
460         Bug 15093
461         * configure.ac: Test for existence of mmap and sys/mman.h before
462         checking blacklist.  Fix suggested by Jim Wilson.
463         * configure: Regenerate.
465 2004-04-26  Matt Austern  <austern@apple.com>
467         * src/powerpc/darwin.S: Go through a non-lazy pointer for initial
468         FDE location.
469         * src/powerpc/darwin_closure.S: Likewise.
471 2004-04-24  Andreas Tobler  <a.tobler@schweiz.ch>
473         * testsuite/libffi.call/cls_multi_schar.c (main): Fix initialization
474         error. Reported by Thomas Heller <theller@python.net>.
475         * testsuite/libffi.call/cls_multi_sshort.c (main): Likewise.
476         * testsuite/libffi.call/cls_multi_ushort.c (main): Likewise.
478 2004-03-20  Matthias Klose  <doko@debian.org>
480         * src/pa/linux.S: Fix typo.
482 2004-03-19  Matthias Klose  <doko@debian.org>
484         * Makefile.am: Update.
485         * Makefile.in: Regenerate.
486         * src/pa/ffi.h.in: Remove.
487         * src/pa/ffitarget.h: New file.
489 2004-02-10  Randolph Chung  <tausq@debian.org>
491         * Makefile.am: Add PA support.
492         * Makefile.in: Regenerate.
493         * include/Makefile.in: Regenerate.
494         * configure.ac: Add PA target.
495         * configure: Regenerate.
496         * src/pa/ffi.c: New file.
497         * src/pa/ffi.h.in: Add PA support.
498         * src/pa/linux.S: New file.
499         * prep_cif.c: Add PA support.
501 2004-03-16  Hosaka Yuji  <hos@tamanegi.org>
503         * src/types.c: Fix alignment size of X86_WIN32 case int64 and
504         double.
505         * src/x86/ffi.c (ffi_prep_args): Replace ecif->cif->rtype->type
506         with ecif->cif->flags.
507         (ffi_call, ffi_prep_incoming_args_SYSV): Replace cif->rtype->type
508         with cif->flags.
509         (ffi_prep_cif_machdep): Add X86_WIN32 struct case.
510         (ffi_closure_SYSV): Add 1 or 2-bytes struct case for X86_WIN32.
511         * src/x86/win32.S (retstruct1b, retstruct2b, sc_retstruct1b,
512         sc_retstruct2b): Add for 1 or 2-bytes struct case.
514 2004-03-15 Kelley Cook <kcook@gcc.gnu.org>
516         * configure.in: Rename file to ...
517         * configure.ac: ... this.
518         * fficonfig.h.in: Regenerate.
519         * Makefile.in: Regenerate.
520         * include/Makefile.in: Regenerate.
521         * testsuite/Makefile.in: Regenerate.
523 2004-03-12  Matt Austern  <austern@apple.com>
525         * src/powerpc/darwin.S: Fix EH information so it corresponds to
526         changes in EH format resulting from addition of linkonce support.
527         * src/powerpc/darwin_closure.S: Likewise.
529 2004-03-11  Andreas Tobler  <a.tobler@schweiz.ch>
530             Paolo Bonzini  <bonzini@gnu.org>
532         * Makefile.am (AUTOMAKE_OPTIONS): Set them.
533         Remove VPATH. Remove rules for object files. Remove multilib support.
534         (AM_CCASFLAGS): Add.
535         * configure.in (AC_CONFIG_HEADERS): Relace AM_CONFIG_HEADER.
536         (AC_PREREQ): Bump version to 2.59.
537         (AC_INIT): Fill with version info and bug address.
538         (ORIGINAL_LD_FOR_MULTILIBS): Remove.
539         (AM_ENABLE_MULTILIB): Use this instead of AC_ARG_ENABLE.
540         De-precious CC so that the right flags are passed down to multilibs.
541         (AC_MSG_ERROR): Replace obsolete macro AC_ERROR.
542         (AC_CONFIG_FILES): Replace obsolete macro AC_LINK_FILES.
543         (AC_OUTPUT): Reorganize the output with AC_CONFIG_COMMANDS.
544         * configure: Rebuilt.
545         * aclocal.m4: Likewise.
546         * Makefile.in, include/Makefile.in, testsuite/Makefile.in: Likewise.
547         * fficonfig.h.in: Likewise.
549 2004-03-11  Andreas Schwab  <schwab@suse.de>
551         * src/ia64/ffi.c (ffi_prep_incoming_args_UNIX): Get floating point
552         arguments from fp registers only for the first 8 parameter slots.
553         Don't convert a float parameter when passed in memory.
555 2004-03-09  Hans-Peter Nilsson  <hp@axis.com>
557         * configure: Regenerate for config/accross.m4 correction.
559 2004-02-25  Matt Kraai  <kraai@alumni.cmu.edu>
561         * src/powerpc/ffi.c (ffi_prep_args_SYSV): Change
562         ecif->cif->bytes to bytes.
563         (ffi_prep_cif_machdep): Add braces around nested if statement.
565 2004-02-09  Alan Modra  <amodra@bigpond.net.au>
567         * src/types.c (pointer): POWERPC64 has 8 byte pointers.
569         * src/powerpc/ffi.c (ffi_prep_args64): Correct long double handling.
570         (ffi_closure_helper_LINUX64): Fix typo.
571         * testsuite/libffi.call/cls_align_longdouble.c: Pass -mlong-double-128
572         for powerpc64-*-*.
573         * testsuite/libffi.call/float.c: Likewise.
574         * testsuite/libffi.call/float2.c: Likewise.
576 2004-02-08  Alan Modra  <amodra@bigpond.net.au>
578         * src/powerpc/ffi.c (ffi_prep_cif_machdep <FFI_LINUX64>): Correct
579         long double function return and long double arg handling.
580         (ffi_closure_helper_LINUX64): Formatting.  Delete unused "ng" var.
581         Use "end_pfr" instead of "nf".  Correct long double handling.
582         Localise "temp".
583         * src/powerpc/linux64.S (ffi_call_LINUX64): Save f2 long double
584         return value.
585         * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Allocate
586         space for long double return value.  Adjust stack frame and offsets.
587         Load f2 long double return.
589 2004-02-07  Alan Modra  <amodra@bigpond.net.au>
591         * src/types.c: Use 16 byte long double for POWERPC64.
593 2004-01-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
595         * src/sparc/ffi.c (ffi_prep_args_v9): Shift the parameter array
596         when the structure return address is passed in %o0.
597         (ffi_V9_return_struct): Rename into ffi_v9_layout_struct.
598         (ffi_v9_layout_struct): Align the field following a nested structure
599         on a word boundary.  Use memmove instead of memcpy.
600         (ffi_call): Update call to ffi_V9_return_struct.
601         (ffi_prep_closure): Define 'ctx' only for V8.
602         (ffi_closure_sparc_inner): Clone into ffi_closure_sparc_inner_v8
603         and ffi_closure_sparc_inner_v9.
604         (ffi_closure_sparc_inner_v8): Return long doubles by reference.
605         Always skip the structure return address.  For structures and long
606         doubles, copy the argument directly.
607         (ffi_closure_sparc_inner_v9): Skip the structure return address only
608         if required.  Shift the maximum floating-point slot accordingly.  For
609         big structures, copy the argument directly; otherwise, left-justify the
610         argument and call ffi_v9_layout_struct to lay out the structure on
611         the stack.
612         * src/sparc/v8.S: Undef STACKFRAME before defining it.
613         (ffi_closure_v8): Pass the structure return address.  Update call to
614         ffi_closure_sparc_inner_v8.  Short-circuit FFI_TYPE_INT handling.
615         Skip the 'unimp' insn when returning long doubles and structures.
616         * src/sparc/v9.S: Undef STACKFRAME before defining it.
617         (ffi_closure_v9): Increase the frame size by 2 words.  Short-circuit
618         FFI_TYPE_INT handling.  Load structures both in integers and
619         floating-point registers on return.
620         * README: Update status of the SPARC port.
622 2004-01-24  Andreas Tobler  <a.tobler@schweiz.ch>
624         * testsuite/libffi.call/pyobjc-tc.c (main): Treat result value
625         as of type ffi_arg.
626         * testsuite/libffi.call/struct3.c (main): Fix CHECK.
628 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
630         * testsuite/libffi.call/cls_uint.c (cls_ret_uint_fn): Treat result
631         value as of type ffi_arg, not unsigned int.
633 2004-01-21  Michael Ritzert  <ritzert@t-online.de>
635         * ffi64.c (ffi_prep_args): Cast the RHS of an assignment instead
636         of the LHS.
638 2004-01-12  Andreas Tobler  <a.tobler@schweiz.ch>
640         * testsuite/lib/libffi-dg.exp: Set LD_LIBRARY_PATH_32 for
641         Solaris.
643 2004-01-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
645         * testsuite/libffi.call/ffitest.h (allocate_mmap): Cast MAP_FAILED
646         to void *.
648 2003-12-10  Richard Henderson  <rth@redhat.com>
650         * testsuite/libffi.call/cls_align_pointer.c: Cast pointers to
651         size_t instead of int.
653 2003-12-04  Hosaka Yuji  <hos@tamanegi.org>
655         * testsuite/libffi.call/many_win32.c: Include <float.h>.
656         * testsuite/libffi.call/many_win32.c (main): Replace variable
657         int i with unsigned long ul.
659         * testsuite/libffi.call/cls_align_uint64.c: New test case.
660         * testsuite/libffi.call/cls_align_sint64.c: Likewise.
661         * testsuite/libffi.call/cls_align_uint32.c: Likewise.
662         * testsuite/libffi.call/cls_align_sint32.c: Likewise.
663         * testsuite/libffi.call/cls_align_uint16.c: Likewise.
664         * testsuite/libffi.call/cls_align_sint16.c: Likewise.
665         * testsuite/libffi.call/cls_align_float.c: Likewise.
666         * testsuite/libffi.call/cls_align_double.c: Likewise.
667         * testsuite/libffi.call/cls_align_longdouble.c: Likewise.
668         * testsuite/libffi.call/cls_align_pointer.c: Likewise.
670 2003-12-02  Hosaka Yuji  <hos@tamanegi.org>
672         PR other/13221
673         * src/x86/ffi.c (ffi_prep_args, ffi_prep_incoming_args_SYSV):
674         Align arguments to 32 bits.
676 2003-12-01  Andreas Tobler  <a.tobler@schweiz.ch>
678         PR other/13221
679         * testsuite/libffi.call/cls_multi_sshort.c: New test case.
680         * testsuite/libffi.call/cls_multi_sshortchar.c: Likewise.
681         * testsuite/libffi.call/cls_multi_uchar.c: Likewise.
682         * testsuite/libffi.call/cls_multi_schar.c: Likewise.
683         * testsuite/libffi.call/cls_multi_ushortchar.c: Likewise.
684         * testsuite/libffi.call/cls_multi_ushort.c: Likewise.
686         * testsuite/libffi.special/unwindtest.cc: Cosmetics.
688 2003-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
690         * testsuite/libffi.call/ffitest.h: Include <fcntl.h>.
691         * testsuite/libffi.special/ffitestcxx.h: Likewise.
693 2003-11-22  Andreas Tobler  <a.tobler@schweiz.ch>
695         * Makefile.in: Rebuilt.
696         * configure: Likewise.
697         * testsuite/libffi.special/unwindtest.cc: Convert the mmap to
698         the right type.
700 2003-11-21  Andreas Jaeger  <aj@suse.de>
701             Andreas Tobler  <a.tobler@schweiz.ch>
703         * acinclude.m4: Add AC_FUNC_MMAP_BLACKLIST.
704         * configure.in: Call AC_FUNC_MMAP_BLACKLIST.
705         * Makefile.in: Rebuilt.
706         * aclocal.m4: Likewise.
707         * configure: Likewise.
708         * fficonfig.h.in: Likewise.
709         * testsuite/lib/libffi-dg.exp: Add include dir.
710         * testsuite/libffi.call/ffitest.h: Add MMAP definitions.
711         * testsuite/libffi.special/ffitestcxx.h: Likewise.
712         * testsuite/libffi.call/closure_fn0.c: Use MMAP functionality
713         for ffi_closure if available.
714         * testsuite/libffi.call/closure_fn1.c: Likewise.
715         * testsuite/libffi.call/closure_fn2.c: Likewise.
716         * testsuite/libffi.call/closure_fn3.c: Likewise.
717         * testsuite/libffi.call/closure_fn4.c: Likewise.
718         * testsuite/libffi.call/closure_fn5.c: Likewise.
719         * testsuite/libffi.call/cls_12byte.c: Likewise.
720         * testsuite/libffi.call/cls_16byte.c: Likewise.
721         * testsuite/libffi.call/cls_18byte.c: Likewise.
722         * testsuite/libffi.call/cls_19byte.c: Likewise.
723         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
724         * testsuite/libffi.call/cls_20byte.c: Likewise.
725         * testsuite/libffi.call/cls_20byte1.c: Likewise.
726         * testsuite/libffi.call/cls_24byte.c: Likewise.
727         * testsuite/libffi.call/cls_2byte.c: Likewise.
728         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
729         * testsuite/libffi.call/cls_3byte1.c: Likewise.
730         * testsuite/libffi.call/cls_3byte2.c: Likewise.
731         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
732         * testsuite/libffi.call/cls_4byte.c: Likewise.
733         * testsuite/libffi.call/cls_5byte.c: Likewise.
734         * testsuite/libffi.call/cls_64byte.c: Likewise.
735         * testsuite/libffi.call/cls_6byte.c: Likewise.
736         * testsuite/libffi.call/cls_7byte.c: Likewise.
737         * testsuite/libffi.call/cls_8byte.c: Likewise.
738         * testsuite/libffi.call/cls_9byte1.c: Likewise.
739         * testsuite/libffi.call/cls_9byte2.c: Likewise.
740         * testsuite/libffi.call/cls_double.c: Likewise.
741         * testsuite/libffi.call/cls_float.c: Likewise.
742         * testsuite/libffi.call/cls_schar.c: Likewise.
743         * testsuite/libffi.call/cls_sint.c: Likewise.
744         * testsuite/libffi.call/cls_sshort.c: Likewise.
745         * testsuite/libffi.call/cls_uchar.c: Likewise.
746         * testsuite/libffi.call/cls_uint.c: Likewise.
747         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
748         * testsuite/libffi.call/cls_ushort.c: Likewise.
749         * testsuite/libffi.call/nested_struct.c: Likewise.
750         * testsuite/libffi.call/nested_struct1.c: Likewise.
751         * testsuite/libffi.call/nested_struct2.c: Likewise.
752         * testsuite/libffi.call/nested_struct3.c: Likewise.
753         * testsuite/libffi.call/problem1.c: Likewise.
754         * testsuite/libffi.special/unwindtest.cc: Likewise.
756 2003-11-20  Andreas Tobler  <a.tobler@schweiz.ch>
758         * testsuite/lib/libffi-dg.exp: Make the -lgcc_s conditional.
760 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
762         * testsuite/lib/libffi-dg.exp: Add DYLD_LIBRARY_PATH for darwin.
763         Add -lgcc_s to additional flags.
765 2003-11-12  Andreas Tobler  <a.tobler@schweiz.ch>
767         * configure.in, include/Makefile.am: PR libgcj/11147, install
768         the ffitarget.h header file in a gcc versioned and target
769         dependent place.
770         * configure: Regenerated.
771         * Makefile.in, include/Makefile.in: Likewise.
772         * testsuite/Makefile.in: Likewise.
774 2003-11-09  Andreas Tobler  <a.tobler@schweiz.ch>
776         * testsuite/libffi.call/closure_fn0.c: Print result and check
777         with dg-output to make debugging easier.
778         * testsuite/libffi.call/closure_fn1.c: Likewise.
779         * testsuite/libffi.call/closure_fn2.c: Likewise.
780         * testsuite/libffi.call/closure_fn3.c: Likewise.
781         * testsuite/libffi.call/closure_fn4.c: Likewise.
782         * testsuite/libffi.call/closure_fn5.c: Likewise.
783         * testsuite/libffi.call/cls_12byte.c: Likewise.
784         * testsuite/libffi.call/cls_16byte.c: Likewise.
785         * testsuite/libffi.call/cls_18byte.c: Likewise.
786         * testsuite/libffi.call/cls_19byte.c: Likewise.
787         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
788         * testsuite/libffi.call/cls_20byte.c: Likewise.
789         * testsuite/libffi.call/cls_20byte1.c: Likewise.
790         * testsuite/libffi.call/cls_24byte.c: Likewise.
791         * testsuite/libffi.call/cls_2byte.c: Likewise.
792         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
793         * testsuite/libffi.call/cls_3byte1.c: Likewise.
794         * testsuite/libffi.call/cls_3byte2.c: Likewise.
795         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
796         * testsuite/libffi.call/cls_4byte.c: Likewise.
797         * testsuite/libffi.call/cls_5byte.c: Likewise.
798         * testsuite/libffi.call/cls_64byte.c: Likewise.
799         * testsuite/libffi.call/cls_6byte.c: Likewise.
800         * testsuite/libffi.call/cls_7byte.c: Likewise.
801         * testsuite/libffi.call/cls_8byte.c: Likewise.
802         * testsuite/libffi.call/cls_9byte1.c: Likewise.
803         * testsuite/libffi.call/cls_9byte2.c: Likewise.
804         * testsuite/libffi.call/cls_double.c: Likewise.
805         * testsuite/libffi.call/cls_float.c: Likewise.
806         * testsuite/libffi.call/cls_schar.c: Likewise.
807         * testsuite/libffi.call/cls_sint.c: Likewise.
808         * testsuite/libffi.call/cls_sshort.c: Likewise.
809         * testsuite/libffi.call/cls_uchar.c: Likewise.
810         * testsuite/libffi.call/cls_uint.c: Likewise.
811         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
812         * testsuite/libffi.call/cls_ushort.c: Likewise.
813         * testsuite/libffi.call/problem1.c: Likewise.
815         * testsuite/libffi.special/unwindtest.cc: Make ffi_closure
816         static.
818 2003-11-08  Andreas Tobler  <a.tobler@schweiz.ch>
820         * testsuite/libffi.call/cls_9byte2.c: New test case.
821         * testsuite/libffi.call/cls_9byte1.c: Likewise.
822         * testsuite/libffi.call/cls_64byte.c: Likewise.
823         * testsuite/libffi.call/cls_20byte1.c: Likewise.
824         * testsuite/libffi.call/cls_19byte.c: Likewise.
825         * testsuite/libffi.call/cls_18byte.c: Likewise.
826         * testsuite/libffi.call/closure_fn4.c: Likewise.
827         * testsuite/libffi.call/closure_fn5.c: Likewise.
828         * testsuite/libffi.call/cls_schar.c: Likewise.
829         * testsuite/libffi.call/cls_sint.c: Likewise.
830         * testsuite/libffi.call/cls_sshort.c: Likewise.
831         * testsuite/libffi.call/nested_struct2.c: Likewise.
832         * testsuite/libffi.call/nested_struct3.c: Likewise.
834 2003-11-08  Andreas Tobler  <a.tobler@schweiz.ch>
836         * testsuite/libffi.call/cls_double.c: Do a check on the result.
837         * testsuite/libffi.call/cls_uchar.c: Likewise.
838         * testsuite/libffi.call/cls_uint.c: Likewise.
839         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
840         * testsuite/libffi.call/cls_ushort.c: Likewise.
841         * testsuite/libffi.call/return_sc.c: Cleanup whitespaces.
843 2003-11-06  Andreas Tobler  <a.tobler@schweiz.ch>
845         * src/prep_cif.c (ffi_prep_cif): Move the validity check after
846         the initialization.
848 2003-10-23  Andreas Tobler  <a.tobler@schweiz.ch>
850         * src/java_raw_api.c (ffi_java_ptrarray_to_raw): Replace
851         FFI_ASSERT(FALSE) with FFI_ASSERT(0).
853 2003-10-22  David Daney  <ddaney@avtrex.com>
855         * src/mips/ffitarget.h: Replace undefined UINT32 and friends with
856         __attribute__((__mode__(__SI__))) and friends.
858 2003-10-22  Andreas Schwab  <schwab@suse.de>
860         * src/ia64/ffi.c: Replace FALSE/TRUE with false/true.
862 2003-10-21  Andreas Tobler  <a.tobler@schweiz.ch>
864         * configure.in: AC_LINK_FILES(ffitarget.h).
865         * configure: Regenerate.
866         * Makefile.in: Likewise.
867         * include/Makefile.in: Likewise.
868         * testsuite/Makefile.in: Likewise.
869         * fficonfig.h.in: Likewise.
871 2003-10-21  Paolo Bonzini  <bonzini@gnu.org>
872             Richard Henderson  <rth@redhat.com>
874         Avoid that ffi.h includes fficonfig.h.
876         * Makefile.am (EXTRA_DIST): Include ffitarget.h files
877         (TARGET_SRC_MIPS_GCC): Renamed to TARGET_SRC_MIPS_IRIX.
878         (TARGET_SRC_MIPS_SGI): Removed.
879         (MIPS_GCC): Renamed to TARGET_SRC_MIPS_IRIX.
880         (MIPS_SGI): Removed.
881         (CLEANFILES): Removed.
882         (mostlyclean-am, clean-am, mostlyclean-sub, clean-sub): New
883         targets.
884         * acconfig.h: Removed.
885         * configure.in: Compute sizeofs only for double and long double.
886         Use them to define and subst HAVE_LONG_DOUBLE.  Include comments
887         into AC_DEFINE instead of using acconfig.h.  Create
888         include/ffitarget.h instead of include/fficonfig.h.  Rename
889         MIPS_GCC to MIPS_IRIX, drop MIPS_SGI since we are in gcc's tree.
890         AC_DEFINE EH_FRAME_FLAGS.
891         * include/Makefile.am (DISTCLEANFILES): New automake macro.
892         (hack_DATA): Add ffitarget.h.
893         * include/ffi.h.in: Remove all system specific definitions.
894         Declare raw API even if it is not installed, why bother?
895         Use limits.h instead of SIZEOF_* to define ffi_type_*.  Do
896         not define EH_FRAME_FLAGS, it is in fficonfig.h now.  Include
897         ffitarget.h instead of fficonfig.h.  Remove ALIGN macro.
898         (UINT_ARG, INT_ARG): Removed, use ffi_arg and ffi_sarg instead.
899         * include/ffi_common.h (bool): Do not define.
900         (ffi_assert): Accept failed assertion.
901         (ffi_type_test): Return void and accept file/line.
902         (FFI_ASSERT): Pass stringized failed assertion.
903         (FFI_ASSERT_AT): New macro.
904         (FFI_ASSERT_VALID_TYPE): New macro.
905         (UINT8, SINT8, UINT16, SINT16, UINT32, SINT32,
906         UINT64, SINT64): Define here with gcc's __attribute__ macro
907         instead of in ffi.h
908         (FLOAT32, ALIGN): Define here instead of in ffi.h
909         * include/ffi-mips.h: Removed.  Its content moved to
910         src/mips/ffitarget.h after separating assembly and C sections.
911         * src/alpha/ffi.c, src/alpha/ffi.c, src/java_raw_api.c
912         src/prep_cif.c, src/raw_api.c, src/ia64/ffi.c,
913         src/mips/ffi.c, src/mips/n32.S, src/mips/o32.S,
914         src/mips/ffitarget.h, src/sparc/ffi.c, src/x86/ffi64.c:
915         SIZEOF_ARG -> FFI_SIZEOF_ARG.
916         * src/ia64/ffi.c: Include stdbool.h (provided by GCC 2.95+).
917         * src/debug.c (ffi_assert): Accept stringized failed assertion.
918         (ffi_type_test): Rewritten.
919         * src/prep-cif.c (initialize_aggregate, ffi_prep_cif): Call
920         FFI_ASSERT_VALID_TYPE.
921         * src/alpha/ffitarget.h, src/arm/ffitarget.h,
922         src/ia64/ffitarget.h, src/m68k/ffitarget.h,
923         src/mips/ffitarget.h, src/powerpc/ffitarget.h,
924         src/s390/ffitarget.h, src/sh/ffitarget.h,
925         src/sh64/ffitarget.h, src/sparc/ffitarget.h,
926         src/x86/ffitarget.h: New files.
927         * src/alpha/osf.S, src/arm/sysv.S, src/ia64/unix.S,
928         src/m68k/sysv.S, src/mips/n32.S, src/mips/o32.S,
929         src/powerpc/aix.S, src/powerpc/darwin.S,
930         src/powerpc/ffi_darwin.c, src/powerpc/linux64.S,
931         src/powerpc/linux64_closure.S, src/powerpc/ppc_closure.S,
932         src/powerpc/sysv.S, src/s390/sysv.S, src/sh/sysv.S,
933         src/sh64/sysv.S, src/sparc/v8.S, src/sparc/v9.S,
934         src/x86/sysv.S, src/x86/unix64.S, src/x86/win32.S:
935         include fficonfig.h
937 2003-10-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
939         * src/mips/ffi.c: Use _ABIN32, _ABIO32 instead of external
940         _MIPS_SIM_NABI32, _MIPS_SIM_ABI32.
942 2003-10-19  Andreas Tobler  <a.tobler@schweiz.ch>
944         * src/powerpc/ffi_darwin.c (ffi_prep_args): Declare bytes again.
945         Used when FFI_DEBUG = 1.
947 2003-10-14  Alan Modra  <amodra@bigpond.net.au>
949         * src/types.c (double, longdouble): Default POWERPC64 to 8 byte size
950         and align.
952 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
954         * include/ffi_mips.h: Define FFI_MIPS_N32 for N32/N64 ABIs,
955         FFI_MIPS_O32 for O32 ABI.
957 2003-10-01  Andreas Tobler  <a.tobler@schweiz.ch>
959         * testsuite/lib/libffi-dg.exp: Set LD_LIBRARY_PATH_64 for
960         SPARC64. Cleanup whitespaces.
962 2003-09-19  Andreas Tobler  <a.tobler@schweiz.ch>
964         * testsuite/libffi.call/closure_fn0.c: Xfail mips, arm,
965         strongarm, xscale. Cleanup whitespaces.
966         * testsuite/libffi.call/closure_fn1.c: Likewise.
967         * testsuite/libffi.call/closure_fn2.c: Likewise.
968         * testsuite/libffi.call/closure_fn3.c: Likewise.
969         * testsuite/libffi.call/cls_12byte.c: Likewise.
970         * testsuite/libffi.call/cls_16byte.c: Likewise.
971         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
972         * testsuite/libffi.call/cls_20byte.c: Likewise.
973         * testsuite/libffi.call/cls_24byte.c: Likewise.
974         * testsuite/libffi.call/cls_2byte.c: Likewise.
975         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
976         * testsuite/libffi.call/cls_3byte1.c: Likewise.
977         * testsuite/libffi.call/cls_3byte2.c: Likewise.
978         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
979         * testsuite/libffi.call/cls_4byte.c: Likewise.
980         * testsuite/libffi.call/cls_5byte.c: Likewise.
981         * testsuite/libffi.call/cls_6byte.c: Likewise.
982         * testsuite/libffi.call/cls_7byte.c: Likewise.
983         * testsuite/libffi.call/cls_8byte.c: Likewise.
984         * testsuite/libffi.call/cls_double.c: Likewise.
985         * testsuite/libffi.call/cls_float.c: Likewise.
986         * testsuite/libffi.call/cls_uchar.c: Likewise.
987         * testsuite/libffi.call/cls_uint.c: Likewise.
988         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
989         * testsuite/libffi.call/cls_ushort.c: Likewise.
990         * testsuite/libffi.call/nested_struct.c: Likewise.
991         * testsuite/libffi.call/nested_struct1.c: Likewise.
992         * testsuite/libffi.call/problem1.c: Likewise.
993         * testsuite/libffi.special/unwindtest.cc: Likewise.
994         * testsuite/libffi.call/pyobjc-tc.c: Cleanup whitespaces.
996 2003-09-18  David Edelsohn  <edelsohn@gnu.org>
998         * src/powerpc/aix.S: Cleanup whitespaces.
999         * src/powerpc/aix_closure.S: Likewise.
1001 2003-09-18  Andreas Tobler  <a.tobler@schweiz.ch>
1003         * src/powerpc/darwin.S: Cleanup whitespaces, comment formatting.
1004         * src/powerpc/darwin_closure.S: Likewise.
1005         * src/powerpc/ffi_darwin.c: Likewise.
1007 2003-09-18  Andreas Tobler  <a.tobler@schweiz.ch>
1008             David Edelsohn  <edelsohn@gnu.org>
1010         * src/types.c (double): Add AIX and Darwin to the right TYPEDEF.
1011         * src/powerpc/aix_closure.S: Remove the pointer to the outgoing
1012         parameter stack.
1013         * src/powerpc/darwin_closure.S: Likewise.
1014         * src/powerpc/ffi_darwin.c (ffi_prep_args): Handle structures
1015         according to the Darwin/AIX ABI.
1016         (ffi_prep_cif_machdep): Likewise.
1017         (ffi_closure_helper_DARWIN): Likewise.
1018         Remove the outgoing parameter stack logic. Simplify the evaluation
1019         of the different CASE types.
1020         (ffi_prep_clousure): Avoid the casts on lvalues. Change the branch
1021         statement in the trampoline code.
1023 2003-09-18  Kaz Kojima  <kkojima@gcc.gnu.org>
1025         * src/sh/ffi.c (ffi_prep_args): Take account into the alignement
1026         for the register size.
1027         (ffi_closure_helper_SYSV): Handle the structure return value
1028         address correctly.
1029         (ffi_closure_helper_SYSV): Return the appropriate type when
1030         the registers are used for the structure return value.
1031         * src/sh/sysv.S (ffi_closure_SYSV): Fix the stack layout for
1032         the 64-bit return value.  Update copyright years.
1034 2003-09-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1036         * testsuite/lib/libffi-dg.exp (libffi_target_compile): Search in
1037         srcdir for ffi_mips.h.
1039 2003-09-12  Alan Modra  <amodra@bigpond.net.au>
1041         * src/prep_cif.c (initialize_aggregate): Include tail padding in
1042         structure size.
1043         * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Correct
1044         placement of float result.
1045         * testsuite/libffi.special/unwindtest.cc (closure_test_fn1): Correct
1046         cast of "resp" for big-endian 64 bit machines.
1048 2003-09-11  Alan Modra  <amodra@bigpond.net.au>
1050         * src/types.c (double, longdouble): Merge identical SH and ARM
1051         typedefs, and add POWERPC64.
1052         * src/powerpc/ffi.c (ffi_prep_args64): Correct next_arg calc for
1053         struct split over gpr and rest.
1054         (ffi_prep_cif_machdep): Correct intarg_count for structures.
1055         * src/powerpc/linux64.S (ffi_call_LINUX64): Fix gpr offsets.
1057 2003-09-09  Andreas Tobler  <a.tobler@schweiz.ch>
1059         * src/powerpc/ffi.c (ffi_closure_helper_SYSV) Handle struct
1060         passing correctly.
1062 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
1064         * configure: Regenerate.
1066 2003-09-04  Andreas Tobler  <a.tobler@schweiz.ch>
1068         * Makefile.am: Remove build rules for ffitest.
1069         * Makefile.in: Rebuilt.
1071 2003-09-04  Andreas Tobler  <a.tobler@schweiz.ch>
1073         * src/java_raw_api.c: Include <stdlib.h> to fix compiler warning
1074         about implicit declaration of abort().
1076 2003-09-04  Andreas Tobler  <a.tobler@schweiz.ch>
1078         * Makefile.am: Add dejagnu test framework. Fixes PR other/11411.
1079         * Makefile.in: Rebuilt.
1080         * configure.in: Add dejagnu test framework.
1081         * configure: Rebuilt.
1083         * testsuite/Makefile.am: New file.
1084         * testsuite/Makefile.in: Built
1085         * testsuite/lib/libffi-dg.exp: New file.
1086         * testsuite/config/default.exp: Likewise.
1087         * testsuite/libffi.call/call.exp: Likewise.
1088         * testsuite/libffi.call/ffitest.h: Likewise.
1089         * testsuite/libffi.call/closure_fn0.c: Likewise.
1090         * testsuite/libffi.call/closure_fn1.c: Likewise.
1091         * testsuite/libffi.call/closure_fn2.c: Likewise.
1092         * testsuite/libffi.call/closure_fn3.c: Likewise.
1093         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
1094         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
1095         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
1096         * testsuite/libffi.call/cls_2byte.c: Likewise.
1097         * testsuite/libffi.call/cls_3byte1.c: Likewise.
1098         * testsuite/libffi.call/cls_3byte2.c: Likewise.
1099         * testsuite/libffi.call/cls_4byte.c: Likewise.
1100         * testsuite/libffi.call/cls_5byte.c: Likewise.
1101         * testsuite/libffi.call/cls_6byte.c: Likewise.
1102         * testsuite/libffi.call/cls_7byte.c: Likewise.
1103         * testsuite/libffi.call/cls_8byte.c: Likewise.
1104         * testsuite/libffi.call/cls_12byte.c: Likewise.
1105         * testsuite/libffi.call/cls_16byte.c: Likewise.
1106         * testsuite/libffi.call/cls_20byte.c: Likewise.
1107         * testsuite/libffi.call/cls_24byte.c: Likewise.
1108         * testsuite/libffi.call/cls_double.c: Likewise.
1109         * testsuite/libffi.call/cls_float.c: Likewise.
1110         * testsuite/libffi.call/cls_uchar.c: Likewise.
1111         * testsuite/libffi.call/cls_uint.c: Likewise.
1112         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
1113         * testsuite/libffi.call/cls_ushort.c: Likewise.
1114         * testsuite/libffi.call/float.c: Likewise.
1115         * testsuite/libffi.call/float1.c: Likewise.
1116         * testsuite/libffi.call/float2.c: Likewise.
1117         * testsuite/libffi.call/many.c: Likewise.
1118         * testsuite/libffi.call/many_win32.c: Likewise.
1119         * testsuite/libffi.call/nested_struct.c: Likewise.
1120         * testsuite/libffi.call/nested_struct1.c: Likewise.
1121         * testsuite/libffi.call/pyobjc-tc.c: Likewise.
1122         * testsuite/libffi.call/problem1.c: Likewise.
1123         * testsuite/libffi.call/promotion.c: Likewise.
1124         * testsuite/libffi.call/return_ll.c: Likewise.
1125         * testsuite/libffi.call/return_sc.c: Likewise.
1126         * testsuite/libffi.call/return_uc.c: Likewise.
1127         * testsuite/libffi.call/strlen.c: Likewise.
1128         * testsuite/libffi.call/strlen_win32.c: Likewise.
1129         * testsuite/libffi.call/struct1.c: Likewise.
1130         * testsuite/libffi.call/struct2.c: Likewise.
1131         * testsuite/libffi.call/struct3.c: Likewise.
1132         * testsuite/libffi.call/struct4.c: Likewise.
1133         * testsuite/libffi.call/struct5.c: Likewise.
1134         * testsuite/libffi.call/struct6.c: Likewise.
1135         * testsuite/libffi.call/struct7.c: Likewise.
1136         * testsuite/libffi.call/struct8.c: Likewise.
1137         * testsuite/libffi.call/struct9.c: Likewise.
1138         * testsuite/libffi.special/special.exp: New file.
1139         * testsuite/libffi.special/ffitestcxx.h: Likewise.
1140         * testsuite/libffi.special/unwindtest.cc: Likewise.
1143 2003-08-13  Kaz Kojima  <kkojima@gcc.gnu.org>
1145         * src/sh/ffi.c (OFS_INT16): Set 0 for little endian case.  Update
1146         copyright years.
1148 2003-08-02  Alan Modra  <amodra@bigpond.net.au>
1150         * src/powerpc/ffi.c (ffi_prep_args64): Modify for changed gcc
1151         structure passing.
1152         (ffi_closure_helper_LINUX64): Likewise.
1153         * src/powerpc/linux64.S: Remove code writing to parm save area.
1154         * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Use return
1155         address in lr from ffi_closure_helper_LINUX64 call to calculate
1156         table address.  Optimize function tail.
1158 2003-07-28  Andreas Tobler  <a.tobler@schweiz.ch>
1160         * src/sparc/ffi.c: Handle all floating point registers.
1161         * src/sparc/v9.S: Likewise. Fixes second part of PR target/11410.
1163 2003-07-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1165         * README: Note that libffi is not part of GCC.  Update the project
1166         URL and status.
1168 2003-06-19  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1170         * src/powerpc/ppc_closure.S: Include ffi.h.
1172 2003-06-13  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1174         * src/x86/sysv.S: Avoid gas-only .uleb128/.sleb128 directives.
1175         Use C style comments.
1177 2003-06-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1179         * Makefile.am: Add SHmedia support.  Fix a typo of SH support.
1180         * Makefile.in: Regenerate.
1181         * configure.in (sh64-*-linux*, sh5*-*-linux*): Add target.
1182         * configure: Regenerate.
1183         * include/ffi.h.in: Add SHmedia support.
1184         * src/sh64/ffi.c: New file.
1185         * src/sh64/sysv.S: New file.
1187 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
1189         * configure.in (HAVE_RO_EH_FRAME): Check whether .eh_frame section
1190         should be read-only.
1191         * configure: Rebuilt.
1192         * fficonfig.h.in: Rebuilt.
1193         * include/ffi.h.in (EH_FRAME_FLAGS): Define.
1194         * src/alpha/osf.S: Use EH_FRAME_FLAGS.
1195         * src/powerpc/linux64.S: Likewise.
1196         * src/powerpc/linux64_closure.S: Likewise.  Include ffi.h.
1197         * src/powerpc/sysv.S: Use EH_FRAME_FLAGS.  Use pcrel encoding
1198         if -fpic/-fPIC/-mrelocatable.
1199         * src/powerpc/powerpc_closure.S: Likewise.
1200         * src/sparc/v8.S: If HAVE_RO_EH_FRAME is defined, don't include
1201         #write in .eh_frame flags.
1202         * src/sparc/v9.S: Likewise.
1203         * src/x86/unix64.S: Use EH_FRAME_FLAGS.
1204         * src/x86/sysv.S: Likewise.  Use pcrel encoding if -fpic/-fPIC.
1205         * src/s390/sysv.S: Use EH_FRAME_FLAGS.  Include ffi.h.
1207 2003-05-07  Jeff Sturm  <jsturm@one-point.com>
1209         Fixes PR bootstrap/10656
1210         * configure.in (HAVE_AS_REGISTER_PSEUDO_OP): Test assembler
1211         support for .register pseudo-op.
1212         * src/sparc/v8.S: Use it.
1213         * fficonfig.h.in: Rebuilt.
1214         * configure: Rebuilt.
1216 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
1218         * include/ffi.h.in (POWERPC64): Define if 64-bit.
1219         (enum ffi_abi): Add FFI_LINUX64 on POWERPC.
1220         Make it the default on POWERPC64.
1221         (FFI_TRAMPOLINE_SIZE): Define to 24 on POWERPC64.
1222         * configure.in: Change powerpc-*-linux* into powerpc*-*-linux*.
1223         * configure: Rebuilt.
1224         * src/powerpc/ffi.c (hidden): Define.
1225         (ffi_prep_args_SYSV): Renamed from
1226         ffi_prep_args.  Cast pointers to unsigned long to shut up warnings.
1227         (NUM_GPR_ARG_REGISTERS64, NUM_FPR_ARG_REGISTERS64,
1228         ASM_NEEDS_REGISTERS64): New.
1229         (ffi_prep_args64): New function.
1230         (ffi_prep_cif_machdep): Handle FFI_LINUX64 ABI.
1231         (ffi_call): Likewise.
1232         (ffi_prep_closure): Likewise.
1233         (flush_icache): Surround by #ifndef POWERPC64.
1234         (ffi_dblfl): New union type.
1235         (ffi_closure_helper_SYSV): Use it to avoid aliasing problems.
1236         (ffi_closure_helper_LINUX64): New function.
1237         * src/powerpc/ppc_closure.S: Surround whole file by #ifndef
1238         __powerpc64__.
1239         * src/powerpc/sysv.S: Likewise.
1240         (ffi_call_SYSV): Rename ffi_prep_args to ffi_prep_args_SYSV.
1241         * src/powerpc/linux64.S: New file.
1242         * src/powerpc/linux64_closure.S: New file.
1243         * Makefile.am (EXTRA_DIST): Add src/powerpc/linux64.S and
1244         src/powerpc/linux64_closure.S.
1245         (TARGET_SRC_POWERPC): Likewise.
1247         * src/ffitest.c (closure_test_fn, closure_test_fn1, closure_test_fn2,
1248         closure_test_fn3): Fix result printing on big-endian 64-bit
1249         machines.
1250         (main): Print tst2_arg instead of uninitialized tst2_result.
1252         * src/ffitest.c (main): Hide what closure pointer really points to
1253         from the compiler.
1255 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
1257         * configure.in (arm-*-netbsdelf*): Add configuration.
1258         (configure): Regenerated.
1260 2003-04-04  Loren J. Rittle  <ljrittle@acm.org>
1262         * include/Makefile.in: Regenerate.
1264 2003-03-21  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1266         * libffi/include/ffi.h.in: Define X86 instead of X86_64 in 32
1267         bit mode.
1268         * libffi/src/x86/ffi.c (ffi_closure_SYSV, ffi_closure_raw_SYSV):
1269         Receive closure pointer through parameter, read args using
1270         __builtin_dwarf_cfa.
1271         (FFI_INIT_TRAMPOLINE): Send closure reference through eax.
1273 2003-03-12  Andreas Schwab  <schwab@suse.de>
1275         * configure.in: Avoid trailing /. in toolexeclibdir.
1276         * configure: Rebuilt.
1278 2003-03-03  Andreas Tobler <a.tobler@schweiz.ch>
1280         * src/powerpc/darwin_closure.S: Recode to fit dynamic libraries.
1282 2003-02-06  Andreas Tobler <a.tobler@schweiz.ch>
1284         * libffi/src/powerpc/darwin_closure.S:
1285         Fix alignement bug, allocate 8 bytes for the result.
1286         * libffi/src/powerpc/aix_closure.S:
1287         Likewise.
1288         * libffi/src/powerpc/ffi_darwin.c:
1289         Update stackframe description for aix/darwin_closure.S.
1291 2003-02-06  Jakub Jelinek  <jakub@redhat.com>
1293         * src/s390/ffi.c (ffi_closure_helper_SYSV): Add hidden visibility
1294         attribute.
1296 2003-01-31  Christian Cornelssen  <ccorn@cs.tu-berlin.de>,
1297             Andreas Schwab  <schwab@suse.de>
1299         * configure.in: Adjust command to source config-ml.in to account
1300         for changes to the libffi_basedir definition.
1301         (libffi_basedir): Remove ${srcdir} from value and include trailing
1302         slash if nonempty.
1304         * configure: Regenerate.
1306 2003-01-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1308         * src/powerpc/ppc_closure.S: Recode to fit shared libs.
1310 2003-01-28  Andrew Haley  <aph@redhat.com>
1312         * include/ffi.h.in: Enable FFI_CLOSURES for x86_64.
1313         * src/x86/ffi64.c (ffi_prep_closure): New.
1314         (ffi_closure_UNIX64_inner): New.
1315         * src/x86/unix64.S (ffi_closure_UNIX64): New.
1317 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
1319         * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
1320         Remove USE_LIBDIR conditional.
1321         * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
1322         * Makefile.in, configure: Rebuilt.
1324 2003-01027  David Edelsohn  <edelsohn@gnu.org>
1326         * Makefile.am (TARGET_SRC_POWERPC_AIX): Fix typo.
1327         * Makefile.in: Regenerate.
1329 2003-01-22  Andrew Haley  <aph@redhat.com>
1331         * src/powerpc/darwin.S (_ffi_call_AIX): Add Augmentation size to
1332         unwind info.
1334 2003-01-21  Andreas Tobler  <a.tobler@schweiz.ch>
1336         * src/powerpc/darwin.S: Add unwind info.
1337         * src/powerpc/darwin_closure.S: Likewise.
1339 2003-01-14  Andrew Haley  <aph@redhat.com>
1341         * src/x86/ffi64.c (ffi_prep_args): Check for void retval.
1342         (ffi_prep_cif_machdep): Likewise.
1343         * src/x86/unix64.S: Add unwind info.
1345 2003-01-14  Andreas Jaeger  <aj@suse.de>
1347         * src/ffitest.c (main): Only use ffi_closures if those are
1348         supported.
1350 2003-01-13 Andreas Tobler <a.tobler@schweiz.ch>
1352         * libffi/src/ffitest.c
1353          add closure testcases
1355 2003-01-13 Kevin B. Hendricks <khendricks@ivey.uwo.ca>
1357         * libffi/src/powerpc/ffi.c
1358          fix alignment bug for float (4 byte aligned iso 8 byte)
1360 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
1362         * src/powerpc/ffi_darwin.c: Remove RCS version string.
1363         * src/powerpc/darwin.S: Remove RCS version string.
1365 2003-01-03  Jeff Sturm  <jsturm@one-point.com>
1367         * include/ffi.h.in: Add closure defines for SPARC, SPARC64.
1368         * src/ffitest.c (main): Use static storage for closure.
1369         * src/sparc/ffi.c (ffi_prep_closure, ffi_closure_sparc_inner): New.
1370         * src/sparc/v8.S (ffi_closure_v8): New.
1371         * src/sparc/v9.S (ffi_closure_v9): New.
1373 2002-11-10  Ranjit Mathew <rmathew@hotmail.com>
1375         * include/ffi.h.in: Added FFI_STDCALL ffi_type
1376           enumeration for X86_WIN32.
1377         * src/x86/win32.S: Added ffi_call_STDCALL function
1378           definition.
1379         * src/x86/ffi.c (ffi_call/ffi_raw_call): Added
1380           switch cases for recognising FFI_STDCALL and
1381           calling ffi_call_STDCALL if target is X86_WIN32.
1382         * src/ffitest.c (my_stdcall_strlen/stdcall_many):
1383           stdcall versions of the "my_strlen" and "many"
1384           test functions (for X86_WIN32).
1385           Added test cases to test stdcall invocation using
1386           these functions.
1388 2002-12-02  Kaz Kojima  <kkojima@gcc.gnu.org>
1390         * src/sh/sysv.S: Add DWARF2 unwind info.
1392 2002-11-27  Ulrich Weigand  <uweigand@de.ibm.com>
1394         * src/s390/sysv.S (.eh_frame section): Make section read-only.
1396 2002-11-26  Jim Wilson  <wilson@redhat.com>
1398         * src/types.c (FFI_TYPE_POINTER): Has size 8 on IA64.
1400 2002-11-23  H.J. Lu <hjl@gnu.org>
1402         * acinclude.m4: Add dummy AM_PROG_LIBTOOL.
1403         Include ../config/accross.m4.
1404         * aclocal.m4; Rebuild.
1405         * configure: Likewise.
1407 2002-11-15  Ulrich Weigand  <uweigand@de.ibm.com>
1409         * src/s390/sysv.S (.eh_frame section): Adapt to pcrel FDE encoding.
1411 2002-11-11  DJ Delorie  <dj@redhat.com>
1413         * configure.in: Look for common files in the right place.
1415 2002-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
1417         * src/java_raw_api.c (ffi_java_raw_to_ptrarray): Interpret
1418         raw data as _Jv_word values, not ffi_raw.
1419         (ffi_java_ptrarray_to_raw): Likewise.
1420         (ffi_java_rvalue_to_raw): New function.
1421         (ffi_java_raw_call): Call it.
1422         (ffi_java_raw_to_rvalue): New function.
1423         (ffi_java_translate_args): Call it.
1424         * src/ffitest.c (closure_test_fn): Interpret return value
1425         as ffi_arg, not int.
1426         * src/s390/ffi.c (ffi_prep_cif_machdep): Add missing
1427         FFI_TYPE_POINTER case.
1428         (ffi_closure_helper_SYSV): Likewise.  Also, assume return
1429         values extended to word size.
1431 2002-10-02  Andreas Jaeger  <aj@suse.de>
1433         * src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.
1435 2002-10-01  Bo Thorsen  <bo@smetana.suse.de>
1437         * include/ffi.h.in: Fix i386 win32 compilation.
1439 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
1441         * configure.in: Add s390x-*-linux-* target.
1442         * configure: Regenerate.
1443         * include/ffi.h.in: Define S390X for s390x targets.
1444         (FFI_CLOSURES): Define for s390/s390x.
1445         (FFI_TRAMPOLINE_SIZE): Likewise.
1446         (FFI_NATIVE_RAW_API): Likewise.
1447         * src/prep_cif.c (ffi_prep_cif): Do not compute stack space for s390.
1448         * src/types.c (FFI_TYPE_POINTER): Use 8-byte pointers on s390x.
1449         * src/s390/ffi.c: Major rework of existing code.  Add support for
1450         s390x targets.  Add closure support.
1451         * src/s390/sysv.S: Likewise.
1453 2002-09-29  Richard Earnshaw  <rearnsha@arm.com>
1455         * src/arm/sysv.S: Fix typo.
1457 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
1459         * src/arm/sysv.S: If we don't have machine/asm.h and the pre-processor
1460         has defined __USER_LABEL_PREFIX__, then use it in CNAME.
1461         (ffi_call_SYSV): Handle soft-float.
1463 2002-09-27  Bo Thorsen  <bo@suse.de>
1465         * include/ffi.h.in: Fix multilib x86-64 support.
1467 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1469         * Makefile.am (all-multi): Fix multilib parallel build.
1471 2002-07-19  Kaz Kojima  <kkojima@gcc.gnu.org>
1473         * configure.in (sh[34]*-*-linux*): Add brackets.
1474         * configure: Regenerate.
1476 2002-07-18  Kaz Kojima  <kkojima@gcc.gnu.org>
1478         * Makefile.am: Add SH support.
1479         * Makefile.in: Regenerate.
1480         * configure.in (sh-*-linux*, sh[34]*-*-linux*): Add target.
1481         * configure: Regenerate.
1482         * include/ffi.h.in: Add SH support.
1483         * src/sh/ffi.c: New file.
1484         * src/sh/sysv.S: New file.
1485         * src/types.c: Add SH support.
1487 2002-07-16  Bo Thorsen  <bo@suse.de>
1489         * src/x86/ffi64.c: New file that adds x86-64 support.
1490         * src/x86/unix64.S: New file that handles argument setup for
1491         x86-64.
1492         * src/x86/sysv.S: Don't use this on x86-64.
1493         * src/x86/ffi.c: Don't use this on x86-64.
1494         Remove unused vars.
1495         * src/prep_cif.c (ffi_prep_cif): Don't do stack size calculation
1496         for x86-64.
1497         * src/ffitest.c (struct6): New test that tests a special case in
1498         the x86-64 ABI.
1499         (struct7): Likewise.
1500         (struct8): Likewise.
1501         (struct9): Likewise.
1502         (closure_test_fn): Silence warning about this when it's not used.
1503         (main): Add the new tests.
1504         (main): Fix a couple of wrong casts and silence some compiler warnings.
1505         * include/ffi.h.in: Add x86-64 ABI definition.
1506         * fficonfig.h.in: Regenerate.
1507         * Makefile.am: Add x86-64 support.
1508         * configure.in: Likewise.
1509         * Makefile.in: Regenerate.
1510         * configure: Likewise.
1512 2002-06-24  Bo Thorsen  <bo@suse.de>
1514         * src/types.c: Merge settings for similar architectures.
1515         Add x86-64 sizes and alignments.
1517 2002-06-23  Bo Thorsen  <bo@suse.de>
1519         * src/arm/ffi.c (ffi_prep_args): Remove unused vars.
1520         * src/sparc/ffi.c (ffi_prep_args_v8): Likewise.
1521         * src/mips/ffi.c (ffi_prep_args): Likewise.
1522         * src/m68k/ffi.c (ffi_prep_args): Likewise.
1524 2002-07-18  H.J. Lu  (hjl@gnu.org)
1526         * Makefile.am (TARGET_SRC_MIPS_LINUX): New.
1527         (libffi_la_SOURCES): Support MIPS_LINUX.
1528         (libffi_convenience_la_SOURCES): Likewise.
1529         * Makefile.in: Regenerated.
1531         * configure.in (mips64*-*): Skip.
1532         (mips*-*-linux*): New.
1533         * configure: Regenerated.
1535         * src/mips/ffi.c: Include <sgidefs.h>.
1537 2002-06-06  Ulrich Weigand  <uweigand@de.ibm.com>
1539         * src/s390/sysv.S: Save/restore %r6.  Add DWARF-2 unwind info.
1541 2002-05-27  Roger Sayle  <roger@eyesopen.com>
1543         * src/x86/ffi.c (ffi_prep_args): Remove reference to avn.
1545 2002-05-27  Bo Thorsen  <bo@suse.de>
1547         * src/x86/ffi.c (ffi_prep_args): Remove unused variable and
1548         fix formatting.
1550 2002-05-13  Andreas Tobler  <a.tobler@schweiz.ch>
1552         * src/powerpc/ffi_darwin.c (ffi_prep_closure): Declare fd at
1553         beginning of function (for older apple cc).
1555 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
1557         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
1558         script entry, and set LD to it when configuring multilibs.
1559         * configure: Rebuilt.
1561 2002-05-05  Jason Thorpe  <thorpej@wasabisystems.com>
1563         * configure.in (sparc64-*-netbsd*): Add target.
1564         (sparc-*-netbsdelf*): Likewise.
1565         * configure: Regenerate.
1567 2002-04-28  David S. Miller  <davem@redhat.com>
1569         * configure.in, configure: Fix SPARC test in previous change.
1571 2002-04-29  Gerhard Tonn  <GerhardTonn@swol.de>
1573         * Makefile.am: Add Linux for S/390 support.
1574         * Makefile.in: Regenerate.
1575         * configure.in: Add Linux for S/390 support.
1576         * configure: Regenerate.
1577         * include/ffi.h.in: Add Linux for S/390 support.
1578         * src/s390/ffi.c: New file from libffi CVS tree.
1579         * src/s390/sysv.S: New file from libffi CVS tree.
1581 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
1583         * configure.in (HAVE_AS_SPARC_UA_PCREL): Check for working
1584         %r_disp32().
1585         * src/sparc/v8.S: Use it.
1586         * src/sparc/v9.S: Likewise.
1587         * fficonfig.h.in: Rebuilt.
1588         * configure: Rebuilt.
1590 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
1592         * src/java_raw_api.c (ffi_java_raw_size): Handle FFI_TYPE_DOUBLE
1593         correctly.
1594         * src/ia64/unix.S: Add unwind information. Fix comments.
1595         Save sp in a way that's compatible with unwind info.
1596         (ffi_call_unix): Correctly restore sp in all cases.
1597         * src/ia64/ffi.c: Add, fix comments.
1599 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
1601         * src/sparc/v8.S: Make .eh_frame dependent on target word size.
1603 2002-04-06  Jason Thorpe  <thorpej@wasabisystems.com>
1605         * configure.in (alpha*-*-netbsd*): Add target.
1606         * configure: Regenerate.
1608 2002-04-04  Jeff Sturm  <jsturm@one-point.com>
1610         * src/sparc/v8.S: Add unwind info.
1611         * src/sparc/v9.S: Likewise.
1613 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
1615         * configure.in: Enable i*86-*-netbsdelf*.
1616         * configure: Rebuilt.
1618 2002-03-29  David Billinghurst <David.Billinghurst@riotinto.com>
1620         PR other/2620
1621         * src/mips/n32.s: Delete
1622         * src/mips/o32.s: Delete
1624 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
1626         * configure.in: Enable alpha*-*-freebsd*.
1627         * configure: Rebuilt.
1629 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1631         * Makefile.am: libfficonvenience -> libffi_convenience.
1632         * Makefile.in: Rebuilt.
1634         * Makefile.am: Define ffitest_OBJECTS.
1635         * Makefile.in: Rebuilt.
1637 2002-03-07  Andreas Tobler  <toa@pop.agri.ch>
1638             David Edelsohn  <edelsohn@gnu.org>
1640         * Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.
1641         (TARGET_SRC_POWERPC_AIX): Add aix_closure.S.
1642         (TARGET_SRC_POWERPC_DARWIN): Add darwin_closure.S.
1643         * Makefile.in: Regenerate.
1644         * include/ffi.h.in: Add AIX and Darwin closure definitions.
1645         * src/powerpc/ffi_darwin.c (ffi_prep_closure): New function.
1646         (flush_icache, flush_range): New functions.
1647         (ffi_closure_helper_DARWIN): New function.
1648         * src/powerpc/aix_closure.S: New file.
1649         * src/powerpc/darwin_closure.S: New file.
1651 2002-02-24  Jeff Sturm  <jsturm@one-point.com>
1653         * include/ffi.h.in: Add typedef for ffi_arg.
1654         * src/ffitest.c (main): Declare rint with ffi_arg.
1656 2002-02-21  Andreas Tobler  <toa@pop.agri.ch>
1658         * src/powerpc/ffi_darwin.c (ffi_prep_args): Skip appropriate
1659         number of GPRs for floating-point arguments.
1661 2002-01-31  Anthony Green  <green@redhat.com>
1663         * configure: Rebuilt.
1664         * configure.in: Replace CHECK_SIZEOF and endian tests with
1665         cross-compiler friendly macros.
1666         * aclocal.m4 (AC_COMPILE_CHECK_SIZEOF, AC_C_BIGENDIAN_CROSS): New
1667         macros.
1669 2002-01-18  David Edelsohn  <edelsohn@gnu.org>
1671         * src/powerpc/darwin.S (_ffi_call_AIX): New.
1672         * src/powerpc/aix.S (ffi_call_DARWIN): New.
1674 2002-01-17  David Edelsohn  <edelsohn@gnu.org>
1676         * Makefile.am (EXTRA_DIST): Add Darwin and AIX files.
1677         (TARGET_SRC_POWERPC_AIX): New.
1678         (POWERPC_AIX): New stanza.
1679         * Makefile.in: Regenerate.
1680         * configure.in: Add AIX case.
1681         * configure: Regenerate.
1682         * include/ffi.h.in (ffi_abi): Add FFI_AIX.
1683         * src/powerpc/ffi_darwin.c (ffi_status): Use "long" to scale frame
1684         size.  Fix "long double" support.
1685         (ffi_call): Add FFI_AIX case.
1686         * src/powerpc/aix.S: New.
1688 2001-10-09  John Hornkvist  <john@toastedmarshmallow.com>
1690         Implement Darwin PowerPC ABI.
1691         * configure.in: Handle powerpc-*-darwin*.
1692         * Makefile.am: Set source files for POWERPC_DARWIN.
1693         * configure: Rebuilt.
1694         * Makefile.in: Rebuilt.
1695         * include/ffi.h.in: Define FFI_DARWIN and FFI_DEFAULT_ABI for
1696         POWERPC_DARWIN.
1697         * src/powerpc/darwin.S: New file.
1698         * src/powerpc/ffi_darwin.c: New file.
1700 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1702         * src/x86/ffi.c: Fix spelling error of "separate" as "seperate".
1704 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1706         * src/x86/sysv.S: Avoid gas-only .balign directive.
1707         Use C style comments.
1709 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1711         * src/alpha/ffi.c (ffi_prep_closure): Avoid gas-only mnemonic.
1712         Fixes PR bootstrap/3563.
1714 2001-06-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1716         * src/alpha/osf.S (ffi_closure_osf): Use .rdata for ECOFF.
1718 2001-06-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1720         * configure.in: Recognize sparc*-sun-* host.
1721         * configure: Regenerate.
1723 2001-06-06  Andrew Haley  <aph@redhat.com>
1725         * src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF.
1727 2001-06-03  Andrew Haley  <aph@redhat.com>
1729         * src/alpha/osf.S: Add unwind info.
1730         * src/powerpc/sysv.S: Add unwind info.
1731         * src/powerpc/ppc_closure.S: Likewise.
1733 2000-05-31  Jeff Sturm  <jsturm@one-point.com>
1735         * configure.in: Fix AC_ARG_ENABLE usage.
1736         * configure: Rebuilt.
1738 2001-05-06  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1740         * configure.in: Remove warning about beta code.
1741         * configure: Rebuilt.
1743 2001-04-25  Hans Boehm <Hans_Boehm@hp.com>
1745         * src/ia64/unix.S: Restore stack pointer when returning from
1746         ffi_closure_UNIX.
1747         * src/ia64/ffi.c: Fix typo in comment.
1749 2001-04-18  Jim Wilson  <wilson@redhat.com>
1751         * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2
1752         to eliminate RAW DV.
1754 2001-04-12  Bryce McKinlay  <bryce@albatross.co.nz>
1756         * Makefile.am: Make a libtool convenience library.
1757         * Makefile.in: Rebuilt.
1759 2001-03-29  Bryce McKinlay  <bryce@albatross.co.nz>
1761         * configure.in: Use different syntax for subdirectory creation.
1762         * configure: Rebuilt.
1764 2001-03-27  Jon Beniston  <jon@beniston.com>
1766         * configure.in: Added X86_WIN32 target (Win32, CygWin, MingW).
1767         * configure: Rebuilt.
1768         * Makefile.am: Added X86_WIN32 target support.
1769         * Makefile.in: Rebuilt.
1771         * include/ffi.h.in: Added X86_WIN32 target support.
1773         * src/ffitest.c: Doesn't run structure tests for X86_WIN32 targets.
1774         * src/types.c: Added X86_WIN32 target support.
1776         * src/x86/win32.S: New file. Based on sysv.S, but with EH
1777         stuff removed and made to work with CygWin's gas.
1779 2001-03-26  Bryce McKinlay  <bryce@albatross.co.nz>
1781         * configure.in: Make target subdirectory in build dir.
1782         * Makefile.am: Override suffix based rules to specify correct output
1783         subdirectory.
1784         * Makefile.in: Rebuilt.
1785         * configure: Rebuilt.
1787 2001-03-23  Kevin B Hendricks  <khendricks@ivey.uwo.ca>
1789         * src/powerpc/ppc_closure.S: New file.
1790         * src/powerpc/ffi.c (ffi_prep_args): Fixed ABI compatibility bug
1791         involving long long and register pairs.
1792         (ffi_prep_closure): New function.
1793         (flush_icache): Likewise.
1794         (ffi_closure_helper_SYSV): Likewise.
1795         * include/ffi.h.in (FFI_CLOSURES): Define on PPC.
1796         (FFI_TRAMPOLINE_SIZE): Likewise.
1797         (FFI_NATIVE_RAW_API): Likewise.
1798         * Makefile.in: Rebuilt.
1799         * Makefile.am (EXTRA_DIST): Added src/powerpc/ppc_closure.S.
1800         (TARGET_SRC_POWERPC): Likewise.
1802 2001-03-19  Tom Tromey  <tromey@redhat.com>
1804         * Makefile.in: Rebuilt.
1805         * Makefile.am (ffitest_LDFLAGS): New macro.
1807 2001-03-02  Nick Clifton  <nickc@redhat.com>
1809         * include/ffi.h.in: Remove RCS ident string.
1810         * include/ffi_mips.h: Remove RCS ident string.
1811         * src/debug.c: Remove RCS ident string.
1812         * src/ffitest.c: Remove RCS ident string.
1813         * src/prep_cif.c: Remove RCS ident string.
1814         * src/types.c: Remove RCS ident string.
1815         * src/alpha/ffi.c: Remove RCS ident string.
1816         * src/alpha/osf.S: Remove RCS ident string.
1817         * src/arm/ffi.c: Remove RCS ident string.
1818         * src/arm/sysv.S: Remove RCS ident string.
1819         * src/mips/ffi.c: Remove RCS ident string.
1820         * src/mips/n32.S: Remove RCS ident string.
1821         * src/mips/o32.S: Remove RCS ident string.
1822         * src/sparc/ffi.c: Remove RCS ident string.
1823         * src/sparc/v8.S: Remove RCS ident string.
1824         * src/sparc/v9.S: Remove RCS ident string.
1825         * src/x86/ffi.c: Remove RCS ident string.
1826         * src/x86/sysv.S: Remove RCS ident string.
1828 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1830         * include/ffi.h.in: Change sourceware.cygnus.com references to
1831         gcc.gnu.org.
1833 2000-12-09  Richard Henderson  <rth@redhat.com>
1835         * src/alpha/ffi.c (ffi_call): Simplify struct return test.
1836         (ffi_closure_osf_inner): Index rather than increment avalue
1837         and arg_types.  Give ffi_closure_osf the raw return value type.
1838         * src/alpha/osf.S (ffi_closure_osf): Handle return value type
1839         promotion.
1841 2000-12-07  Richard Henderson  <rth@redhat.com>
1843         * src/raw_api.c (ffi_translate_args): Fix typo.
1844         (ffi_prep_closure): Likewise.
1846         * include/ffi.h.in [ALPHA]: Define FFI_CLOSURES and
1847         FFI_TRAMPOLINE_SIZE.
1848         * src/alpha/ffi.c (ffi_prep_cif_machdep): Adjust minimal
1849         cif->bytes for new ffi_call_osf implementation.
1850         (ffi_prep_args): Absorb into ...
1851         (ffi_call): ... here.  Do all stack allocation here and
1852         avoid a callback function.
1853         (ffi_prep_closure, ffi_closure_osf_inner): New.
1854         * src/alpha/osf.S (ffi_call_osf): Reimplement with no callback.
1855         (ffi_closure_osf): New.
1857 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
1859         * config.guess, config.sub, install-sh: Removed.
1860         * ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise.
1861         * Makefile.in: Rebuilt.
1863         * acinclude.m4: Include libtool macros from the top level.
1864         * aclocal.m4, configure: Rebuilt.
1866 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
1868         * configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set.
1869         * configure: Rebuilt.
1871 2000-05-11  Scott Bambrough  <scottb@netwinder.org>
1873         * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to
1874         memory correctly.  Use conditional instructions, not branches where
1875         possible.
1877 2000-05-04  Tom Tromey  <tromey@cygnus.com>
1879         * configure: Rebuilt.
1880         * configure.in: Match `arm*-*-linux-*'.
1881         From Chris Dornan <cdornan@arm.com>.
1883 2000-04-28  Jakub Jelinek  <jakub@redhat.com>
1885         * Makefile.am (SUBDIRS): Define.
1886         (AM_MAKEFLAGS): Likewise.
1887         (Multilib support.): Add section.
1888         * Makefile.in: Rebuilt.
1889         * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
1890         New variables. Set for gcc using -print-multi-lib. Export them
1891         to libtool.
1892         (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
1893         * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
1894         for -shared links.
1895         (extra_compiler_flags_value, extra_compiler_flags): Check these
1896         for extra compiler options which need to be passed down in
1897         compiler_flags.
1899 2000-04-16  Anthony Green  <green@redhat.com>
1901         * configure: Rebuilt.
1902         * configure.in: Change i*86-pc-linux* to i*86-*-linux*.
1904 2000-04-14  Jakub Jelinek  <jakub@redhat.com>
1906         * include/ffi.h.in (SPARC64): Define for 64bit SPARC builds.
1907         Set SPARC FFI_DEFAULT_ABI based on SPARC64 define.
1908         * src/sparc/ffi.c (ffi_prep_args_v8): Renamed from ffi_prep_args.
1909         Replace all void * sizeofs with sizeof(int).
1910         Only compare type with FFI_TYPE_LONGDOUBLE if LONGDOUBLE is
1911         different than DOUBLE.
1912         Remove FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases (handled elsewhere).
1913         (ffi_prep_args_v9): New function.
1914         (ffi_prep_cif_machdep): Handle V9 ABI and long long on V8.
1915         (ffi_V9_return_struct): New function.
1916         (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from
1917         32bit code (not yet cross-arch calls).
1918         * src/sparc/v8.S: Add struct return delay nop.
1919         Handle long long.
1920         * src/sparc/v9.S: New file.
1921         * src/prep_cif.c (ffi_prep_cif): Return structure pointer
1922         is used on sparc64 only for structures larger than 32 bytes.
1923         Pass by reference for structures is done for structure arguments
1924         larger than 16 bytes.
1925         * src/ffitest.c (main): Use 64bit rint on sparc64.
1926         Run long long tests on sparc.
1927         * src/types.c (FFI_TYPE_POINTER): Pointer is 64bit on alpha and
1928         sparc64.
1929         (FFI_TYPE_LONGDOUBLE): long double is 128 bit aligned to 128 bits
1930         on sparc64.
1931         * configure.in (sparc-*-linux*): New supported target.
1932         (sparc64-*-linux*): Likewise.
1933         * configure: Rebuilt.
1934         * Makefile.am: Add v9.S to SPARC files.
1935         * Makefile.in: Likewise.
1936         (LINK): Surround $(CCLD) into double quotes, so that multilib
1937         compiles work correctly.
1939 2000-04-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1941         * configure: Rebuilt.
1942         * configure.in: (i*86-*-solaris*): New libffi target. Patch
1943         proposed by Bryce McKinlay.
1945 2000-03-20  Tom Tromey  <tromey@cygnus.com>
1947         * Makefile.in: Hand edit for java_raw_api.lo.
1949 2000-03-08  Bryce McKinlay  <bryce@albatross.co.nz>
1951         * config.guess, config.sub: Update from the gcc tree.
1952         Fix for PR libgcj/168.
1954 2000-03-03  Tom Tromey  <tromey@cygnus.com>
1956         * Makefile.in: Fixed ia64 by hand.
1958         * configure: Rebuilt.
1959         * configure.in (--enable-multilib): New option.
1960         (libffi_basedir): New subst.
1961         (AC_OUTPUT): Added multilib code.
1963 2000-03-02  Tom Tromey  <tromey@cygnus.com>
1965         * Makefile.in: Rebuilt.
1966         * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
1967         directory name.
1969 2000-02-25  Hans Boehm <boehm@acm.org>
1971         * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
1972         files.
1973         * src/raw_api.c (ffi_translate_args): Fixed typo in argument
1974         list.
1975         (ffi_prep_raw_closure): Use ffi_translate_args, not
1976         ffi_closure_translate.
1977         * src/java_raw_api.c: New file.
1978         * src/ffitest.c (closure_test_fn): New function.
1979         (main): Define `rint' as long long on IA64.  Added new test when
1980         FFI_CLOSURES is defined.
1981         * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
1982         (ffi_abi): Recognize IA64.
1983         (ffi_raw): Added `flt' field.
1984         Added "Java raw API" code.
1985         * configure.in: Recognize ia64.
1986         * Makefile.am (TARGET_SRC_IA64): New macro.
1987         (libffi_la_common_SOURCES): Added java_raw_api.c.
1988         (libffi_la_SOURCES): Define in IA64 case.
1990 2000-01-04  Tom Tromey  <tromey@cygnus.com>
1992         * Makefile.in: Rebuilt with newer automake.
1994 1999-12-31  Tom Tromey  <tromey@cygnus.com>
1996         * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
1998 1999-09-01  Tom Tromey  <tromey@cygnus.com>
2000         * include/ffi.h.in: Removed PACKAGE and VERSION defines and
2001         undefs.
2002         * fficonfig.h.in: Rebuilt.
2003         * configure: Rebuilt.
2004         * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
2005         Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
2006         * acconfig.h: Don't #undef PACKAGE or VERSION.
2008 1999-08-09  Anthony Green  <green@cygnus.com>
2010         * include/ffi.h.in: Try to work around messy header problem
2011         with PACKAGE and VERSION.
2013         * configure: Rebuilt.
2014         * configure.in: Change version to 2.00-beta.
2016         * fficonfig.h.in: Rebuilt.
2017         * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
2019         * src/x86/ffi.c (ffi_raw_call): Rename.
2021 1999-08-02  Kresten Krab Thorup  <krab@dominiq.is.s.u-tokyo.ac.jp>
2023         * src/x86/ffi.c (ffi_closure_SYSV): New function.
2024         (ffi_prep_incoming_args_SYSV): Ditto.
2025         (ffi_prep_closure): Ditto.
2026         (ffi_closure_raw_SYSV): Ditto.
2027         (ffi_prep_raw_closure): More ditto.
2028         (ffi_call_raw): Final ditto.
2030         * include/ffi.h.in: Add definitions for closure and raw API.
2032         * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
2033         FFI_TYPE_UINT64.
2035         * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
2037         * src/raw_api.c: New file.
2039         * include/ffi.h.in (ffi_raw): New type.
2040         (UINT_ARG, SINT_ARG): New defines.
2041         (ffi_closure, ffi_raw_closure): New types.
2042         (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
2044         * configure.in: Add check for endianness and sizeof void*.
2046         * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
2047         instead of directly.
2049         * configure: Rebuilt.
2051 Thu Jul  8 14:28:42 1999  Anthony Green  <green@cygnus.com>
2053         * configure.in: Add x86 and powerpc BeOS configurations.
2054         From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
2056 1999-05-09  Anthony Green  <green@cygnus.com>
2058         * configure.in: Add warning about this being beta code.
2059         Remove src/Makefile.am from the picture.
2060         * configure: Rebuilt.
2062         * Makefile.am: Move logic from src/Makefile.am.  Add changes
2063         to support libffi as a target library.
2064         * Makefile.in: Rebuilt.
2066         * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
2067         Upgraded to new autoconf, automake, libtool.
2069         * README: Tweaks.
2071         * LICENSE: Update copyright date.
2073         * src/Makefile.am, src/Makefile.in: Removed.
2075 1998-11-29  Anthony Green  <green@cygnus.com>
2077         * include/ChangeLog: Removed.
2078         * src/ChangeLog: Removed.
2079         * src/mips/ChangeLog: Removed.
2080         * src/sparc/ChangeLog: Remboved.
2081         * src/x86/ChangeLog: Removed.
2083         * ChangeLog.v1: Created.