* reorg.c (dbr_schedule): Remove #if 0 code to call final.
[official-gcc.git] / libffi / ChangeLog
blob88dc9581e0ae999f58acd129f883a6934d86a520
1 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
3         * configure.ac: Do not invoke TL_AC_GCC_VERSION.
4         Do not set tool_include_dir.
5         * aclocal.m4, configure, Makefile.in, testsuite/Makefile.in:
6         Regenerate.
7         * include/Makefile.am: Set gcc_version and toollibffidir.
8         * include/Makefile.in: Regenerate.
10 2005-02-22  Andrew Haley  <aph@redhat.com>
12         * src/powerpc/ffi.c (ffi_prep_cif_machdep): Bump alignment to
13         odd-numbered register pairs for 64-bit integer types.
15 2005-02-23  Andreas Tobler  <a.tobler@schweiz.ch>
17         PR libffi/20104
18         * testsuite/libffi.call/return_ll1.c: New test case.
20 2005-02-11  Janis Johnson  <janis187@us.ibm.com>
22         * testsuite/libffi.call/cls_align_longdouble.c: Remove dg-options.
23         * testsuite/libffi.call/float.c: Ditto.
24         * testsuite/libffi.call/float2.c: Ditto.
25         * testsuite/libffi.call/float3.c: Ditto.
27 2005-02-08  Andreas Tobler  <a.tobler@schweiz.ch>
29         * src/frv/ffitarget.h: Remove PPC stuff which does not belong to frv.
31 2005-01-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
33         * testsuite/libffi.special/special.exp (cxx_options): Add
34         -shared-libgcc.
36 2004-12-31  Richard Henderson  <rth@redhat.com>
38         * src/types.c (FFI_AGGREGATE_TYPEDEF): Remove.
39         (FFI_TYPEDEF): Rename from FFI_INTEGRAL_TYPEDEF.  Replace size and
40         offset parameters with a type parameter; deduce size and structure
41         alignment.  Update all users.
43 2004-12-31  Richard Henderson  <rth@redhat.com>
45         * src/types.c (FFI_TYPE_POINTER): Define with sizeof.
46         (FFI_TYPE_LONGDOUBLE): Fix for ia64.
47         * src/ia64/ffitarget.h (struct ffi_ia64_trampoline_struct): Move
48         into ffi_prep_closure.
49         * src/ia64/ia64_flags.h, src/ia64/ffi.c, src/ia64/unix.S: Rewrite
50         from scratch.
52 2004-12-27  Richard Henderson  <rth@redhat.com>
54         * src/x86/unix64.S: Fix typo in unwind info.
56 2004-12-25  Richard Henderson  <rth@redhat.com>
58         * src/x86/ffi64.c (struct register_args): Rename from stackLayout.
59         (enum x86_64_reg_class): Add X86_64_COMPLEX_X87_CLASS.
60         (merge_classes): Check for it.
61         (SSE_CLASS_P): New.
62         (classify_argument): Pass byte_offset by value; perform all updates
63         inside struct case.
64         (examine_argument): Add classes argument; handle
65         X86_64_COMPLEX_X87_CLASS.
66         (ffi_prep_args): Merge into ...
67         (ffi_call): ... here.  Share stack frame with ffi_call_unix64.
68         (ffi_prep_cif_machdep): Setup cif->flags for proper structure return.
69         (ffi_fill_return_value): Remove.
70         (ffi_prep_closure): Remove dead assert.
71         (ffi_closure_unix64_inner): Rename from ffi_closure_UNIX64_inner.
72         Rewrite to use struct register_args instead of va_list.  Create
73         flags for handling structure returns.
74         * src/x86/unix64.S: Remove dead strings.
75         (ffi_call_unix64): Rename from ffi_call_UNIX64.  Rewrite to share
76         stack frame with ffi_call.  Handle structure returns properly.
77         (float2sse, floatfloat2sse, double2sse): Remove.
78         (sse2float, sse2double, sse2floatfloat): Remove.
79         (ffi_closure_unix64): Rename from ffi_closure_UNIX64.  Rewrite
80         to handle structure returns properly.
82 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
84         * Makefile.am (AM_MAKEFLAGS): Remove duplicate LIBCFLAGS and
85         PICFLAG.
86         * Makefile.in: Regenerated.
88 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
90         * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
91         * configure, aclocal.m4, Makefile.in: Regenerate.
92         * include/Makefile.in, testsuite/Makefile.in: Regenerate.
94 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
96         * configure: Regenerate for libtool change.
98 2004-11-25  Kelley Cook  <kcook@gcc.gnu.org>
100         * configure: Regenerate for libtool reversion.
102 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
104         * configure: Regenerate for libtool change.
106 2004-11-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
108         * testsuite/lib/libffi-dg.exp: Use new procs in target-libpath.exp.
110 2004-11-23  Richard Sandiford  <rsandifo@redhat.com>
112         * src/mips/o32.S (ffi_call_O32, ffi_closure_O32): Use jalr instead
113         of jal.  Use an absolute encoding for the frame information.
115 2004-11-23  Kelley Cook  <kcook@gcc.gnu.org>
117         * Makefile.am: Remove no-dependencies.  Add ACLOCAL_AMFLAGS.
118         * acinclude.m4: Delete logic for sincludes.
119         * aclocal.m4, Makefile.in, configure: Regenerate.
120         * include/Makefile: Likewise.
121         * testsuite/Makefile: Likewise.
123 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
125         * src/sparc/ffi.c (ffi_prep_closure): Align doubles and 64-bit integers
126         on a 8-byte boundary.
127         * src/sparc/v8.S (ffi_closure_v8): Reserve frame space for arguments.
129 2004-10-27  Richard Earnshaw  <rearnsha@arm.com>
131         * src/arm/ffi.c (ffi_prep_cif_machdep): Handle functions that return
132         long long values.  Round stack allocation to a multiple of 8 bytes
133         for ATPCS compatibility.
134         * src/arm/sysv.S (ffi_call_SYSV): Rework to avoid use of APCS register
135         names.  Handle returning long long types.  Add Thumb and interworking
136         support.  Improve soft-float code.
138 2004-10-27  Richard Earnshaw  <rearnsha@arm.com>
140         * testsuite/lib/libffi-db.exp (load_gcc_lib): New function.
141         (libffi_exit): New function.
142         (libffi_init): Build the testglue wrapper if needed.
144 2004-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
146         PR other/18138
147         * testsuite/lib/libffi-dg.exp: Accept more than one multilib libgcc.
149 2004-10-25  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
151         * src/m32r/libffitarget.h (FFI_CLOSURES): Set to 0.
153 2004-10-20  Kaz Kojima  <kkojima@gcc.gnu.org>
155         * src/sh/sysv.S (ffi_call_SYSV): Don't align for double data.
156         * testsuite/libffi.call/float3.c: New test case.
158 2004-10-18  Kaz Kojima  <kkojima@gcc.gnu.org>
160         * src/sh/ffi.c (ffi_prep_closure): Set T bit in trampoline for
161         the function returning a structure pointed with R2.
162         * src/sh/sysv.S (ffi_closure_SYSV): Use R2 as the pointer to
163         the structure return value if T bit set.  Emit position
164         independent code and EH data if PIC.
166 2004-10-13  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
168         * Makefile.am: Add m32r support.
169         * configure.ac: Likewise.
170         * Makefile.in: Regenerate.
171         * confiugre: Regenerate.
172         * src/types.c: Add m32r port to FFI_INTERNAL_TYPEDEF
173         (uint64, sint64, double, longdouble)
174         * src/m32r: New directory.
175         * src/m32r/ffi.c: New file.
176         * src/m32r/sysv.S: Likewise.
177         * src/m32r/ffitarget.h: Likewise.
179 2004-10-02  Kaz Kojima  <kkojima@gcc.gnu.org>
181         * testsuite/libffi.call/negint.c: New test case.
183 2004-09-14  H.J. Lu  <hongjiu.lu@intel.com>
185         PR libgcj/17465
186         * testsuite/lib/libffi-dg.exp: Don't use global ld_library_path.
187         Set up LD_LIBRARY_PATH, SHLIB_PATH, LD_LIBRARYN32_PATH,
188         LD_LIBRARY64_PATH, LD_LIBRARY_PATH_32, LD_LIBRARY_PATH_64 and
189         DYLD_LIBRARY_PATH.
191 2004-09-05  Andreas Tobler  <a.tobler@schweiz.ch>
193         * testsuite/libffi.call/many_win32.c: Remove whitespaces.
194         * testsuite/libffi.call/promotion.c: Likewise.
195         * testsuite/libffi.call/return_ll.c: Remove unused var. Cleanup
196         whitespaces.
197         * testsuite/libffi.call/return_sc.c: Likewise.
198         * testsuite/libffi.call/return_uc.c: Likewise.
200 2004-09-05  Andreas Tobler  <a.tobler@schweiz.ch>
202         * src/powerpc/darwin.S: Fix comments and identation.
203         * src/powerpc/darwin_closure.S: Likewise.
205 2004-09-02  Andreas Tobler  <a.tobler@schweiz.ch>
207         * src/powerpc/ffi_darwin.c: Add flag for longdouble return values.
208         (ffi_prep_args): Handle longdouble arguments.
209         (ffi_prep_cif_machdep): Set flags for longdouble. Calculate space for
210         longdouble.
211         (ffi_closure_helper_DARWIN): Add closure handling for longdouble.
212         * src/powerpc/darwin.S (_ffi_call_DARWIN): Add handling of longdouble
213         values.
214         * src/powerpc/darwin_closure.S (_ffi_closure_ASM): Likewise.
215         * src/types.c: Defined longdouble size and alignment for darwin.
217 2004-09-02  Andreas Tobler  <a.tobler@schweiz.ch>
219         * src/powerpc/aix.S: Remove whitespaces.
220         * src/powerpc/aix_closure.S: Likewise.
221         * src/powerpc/asm.h: Likewise.
222         * src/powerpc/ffi.c: Likewise.
223         * src/powerpc/ffitarget.h: Likewise.
224         * src/powerpc/linux64.S: Likewise.
225         * src/powerpc/linux64_closure.S: Likewise.
226         * src/powerpc/ppc_closure.S: Likewise.
227         * src/powerpc/sysv.S: Likewise.
229 2004-08-30  Anthony Green  <green@redhat.com>
231         * Makefile.am: Add frv support.
232         * Makefile.in, testsuite/Makefile.in: Rebuilt.
233         * configure.ac: Read configure.host.
234         * configure.in: Read configure.host.
235         * configure.host: New file.  frv-elf needs libgloss.
236         * include/ffi.h.in: Force ffi_closure to have a nice big (8)
237         alignment.  This is needed to frv and shouldn't harm the others.
238         * include/ffi_common.h (ALIGN_DOWN): New macro.
239         * src/frv/ffi.c, src/frv/ffitarget.h, src/frv/eabi.S: New files.
241 2004-08-24  David Daney  <daney@avtrex.com>
243         * testsuite/libffi.call/closure_fn0.c: Xfail mips64* instead of mips*.
244         * testsuite/libffi.call/closure_fn1.c: Likewise.
245         * testsuite/libffi.call/closure_fn2.c  Likewise.
246         * testsuite/libffi.call/closure_fn3.c: Likewise.
247         * testsuite/libffi.call/closure_fn4.c: Likewise.
248         * testsuite/libffi.call/closure_fn5.c: Likewise.
249         * testsuite/libffi.call/cls_18byte.c: Likewise.
250         * testsuite/libffi.call/cls_19byte.c: Likewise.
251         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
252         * testsuite/libffi.call/cls_20byte.c: Likewise.
253         * testsuite/libffi.call/cls_20byte1.c: Likewise.
254         * testsuite/libffi.call/cls_24byte.c: Likewise.
255         * testsuite/libffi.call/cls_2byte.c: Likewise.
256         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
257         * testsuite/libffi.call/cls_3byte1.c: Likewise.
258         * testsuite/libffi.call/cls_3byte2.c: Likewise.
259         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
260         * testsuite/libffi.call/cls_4byte.c: Likewise.
261         * testsuite/libffi.call/cls_64byte.c: Likewise.
262         * testsuite/libffi.call/cls_6byte.c: Likewise.
263         * testsuite/libffi.call/cls_7byte.c: Likewise.
264         * testsuite/libffi.call/cls_8byte.c: Likewise.
265         * testsuite/libffi.call/cls_9byte1.c: Likewise.
266         * testsuite/libffi.call/cls_9byte2.c: Likewise.
267         * testsuite/libffi.call/cls_align_double.c: Likewise.
268         * testsuite/libffi.call/cls_align_float.c: Likewise.
269         * testsuite/libffi.call/cls_align_longdouble.c: Likewise.
270         * testsuite/libffi.call/cls_align_pointer.c: Likewise.
271         * testsuite/libffi.call/cls_align_sint16.c: Likewise.
272         * testsuite/libffi.call/cls_align_sint32.c: Likewise.
273         * testsuite/libffi.call/cls_align_sint64.c: Likewise.
274         * testsuite/libffi.call/cls_align_uint16.c: Likewise.
275         * testsuite/libffi.call/cls_align_uint32.c: Likewise.
276         * testsuite/libffi.call/cls_align_uint64.c: Likewise.
277         * testsuite/libffi.call/cls_double.c: Likewise.
278         * testsuite/libffi.call/cls_float.c: Likewise.
279         * testsuite/libffi.call/cls_multi_schar.c: Likewise.
280         * testsuite/libffi.call/cls_multi_sshort.c: Likewise.
281         * testsuite/libffi.call/cls_multi_sshortchar.c: Likewise.
282         * testsuite/libffi.call/cls_multi_uchar.c: Likewise.
283         * testsuite/libffi.call/cls_multi_ushort.c: Likewise.
284         * testsuite/libffi.call/cls_multi_ushortchar.c: Likewise.
285         * testsuite/libffi.call/cls_schar.c: Likewise.
286         * testsuite/libffi.call/cls_sint.c: Likewise.
287         * testsuite/libffi.call/cls_sshort.c: Likewise.
288         * testsuite/libffi.call/cls_uchar.c: Likewise.
289         * testsuite/libffi.call/cls_uint.c: Likewise.
290         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
291         * testsuite/libffi.call/cls_ushort.c: Likewise.
292         * testsuite/libffi.call/nested_struct.c: Likewise.
293         * testsuite/libffi.call/nested_struct1.c: Likewise.
294         * testsuite/libffi.call/nested_struct2.c: Likewise.
295         * testsuite/libffi.call/nested_struct3.c: Likewise.
296         * testsuite/libffi.call/problem1.c: Likewise.
297         * testsuite/libffi.special/unwindtest.cc: Likewise.
298         * testsuite/libffi.call/cls_12byte.c: Likewise and set return value
299         to zero.
300         * testsuite/libffi.call/cls_16byte.c: Likewise.
301         * testsuite/libffi.call/cls_5byte.c: Likewise.
303 2004-08-23  David Daney <daney@avtrex.com>
305         PR libgcj/13141
306         * src/mips/ffitarget.h (FFI_O32_SOFT_FLOAT): New ABI.
307         * src/mips/ffi.c (ffi_prep_args): Fix alignment calculation.
308         (ffi_prep_cif_machdep): Handle FFI_O32_SOFT_FLOAT floating point
309         parameters and return types.
310         (ffi_call): Handle FFI_O32_SOFT_FLOAT ABI.
311         (ffi_prep_closure): Ditto.
312         (ffi_closure_mips_inner_O32): Handle FFI_O32_SOFT_FLOAT ABI, fix
313         alignment calculations.
314         * src/mips/o32.S (ffi_closure_O32): Don't use floating point
315         instructions if FFI_O32_SOFT_FLOAT, make stack frame ABI compliant.
317 2004-08-14  Casey Marshall <csm@gnu.org>
319         * src/mips/ffi.c (ffi_pref_cif_machdep): set `cif->flags' to
320         contain `FFI_TYPE_UINT64' as return type for any 64-bit
321         integer (O32 ABI only).
322         (ffi_prep_closure): new function.
323         (ffi_closure_mips_inner_O32): new function.
324         * src/mips/ffitarget.h: Define `FFI_CLOSURES' and
325         `FFI_TRAMPOLINE_SIZE' appropriately if the ABI is o32.
326         * src/mips/o32.S (ffi_call_O32): add labels for .eh_frame. Return
327         64 bit integers correctly.
328         (ffi_closure_O32): new function.
329         Added DWARF-2 unwind info for both functions.
331 2004-08-10  Andrew Haley  <aph@redhat.com>
333         * src/x86/ffi64.c (ffi_prep_args ): 8-align all stack arguments.
335 2004-08-01  Robert Millan  <robertmh@gnu.org>
337         * configure.ac: Detect knetbsd-gnu and kfreebsd-gnu.
338         * configure: Regenerate.
340 2004-07-30  Maciej W. Rozycki  <macro@linux-mips.org>
342         * acinclude.m4 (AC_FUNC_MMAP_BLACKLIST): Check for <sys/mman.h>
343         and mmap() explicitly instead of relying on preset autoconf cache
344         variables.
345         * aclocal.m4: Regenerate.
346         * configure: Regenerate.
348 2004-07-11  Ulrich Weigand  <uweigand@de.ibm.com>
350         * src/s390/ffi.c (ffi_prep_args): Fix C aliasing violation.
351         (ffi_check_float_struct): Remove unused prototype.
353 2004-06-30  Geoffrey Keating  <geoffk@apple.com>
355         * src/powerpc/ffi_darwin.c (flush_icache): ';' is a comment
356         character on Darwin, use '\n\t' instead.
358 2004-06-26  Matthias Klose  <doko@debian.org>
360         * libtool-version: Fix typo in revision/age.
362 2004-06-17  Matthias Klose  <doko@debian.org>
364         * libtool-version: New.
365         * Makefile.am (libffi_la_LDFLAGS): Use -version-info for soname.
366         * Makefile.in: Regenerate.
368 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
370         * Makefile.am: Remove useless multilib rules.
371         * Makefile.in: Regenerate.
372         * aclocal.m4: Regenerate with automake 1.8.5.
373         * configure.ac: Remove useless multilib configury.
374         * configure: Regenerate.
376 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
378         * .cvsignore: New file.
380 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
382         * src/ia64/unix.S (ffi_call_unix): Insert group barrier break
383         fp_done.
384         (ffi_closure_UNIX): Fix f14/f15 adjustment if FLOAT_SZ is ever
385         changed from 8.
387 2004-06-06  Sean McNeil  <sean@mcneil.com>
389         * configure.ac: Add x86_64-*-freebsd* support.
390         * configure: Regenerate.
392 2004-04-26  Joe Buck <jbuck@welsh-buck.org>
394         Bug 15093
395         * configure.ac: Test for existence of mmap and sys/mman.h before
396         checking blacklist.  Fix suggested by Jim Wilson.
397         * configure: Regenerate.
399 2004-04-26  Matt Austern  <austern@apple.com>
401         * src/powerpc/darwin.S: Go through a non-lazy pointer for initial
402         FDE location.
403         * src/powerpc/darwin_closure.S: Likewise.
405 2004-04-24  Andreas Tobler  <a.tobler@schweiz.ch>
407         * testsuite/libffi.call/cls_multi_schar.c (main): Fix initialization
408         error. Reported by Thomas Heller <theller@python.net>.
409         * testsuite/libffi.call/cls_multi_sshort.c (main): Likewise.
410         * testsuite/libffi.call/cls_multi_ushort.c (main): Likewise.
412 2004-03-20  Matthias Klose  <doko@debian.org>
414         * src/pa/linux.S: Fix typo.
416 2004-03-19  Matthias Klose  <doko@debian.org>
418         * Makefile.am: Update.
419         * Makefile.in: Regenerate.
420         * src/pa/ffi.h.in: Remove.
421         * src/pa/ffitarget.h: New file.
423 2004-02-10  Randolph Chung  <tausq@debian.org>
425         * Makefile.am: Add PA support.
426         * Makefile.in: Regenerate.
427         * include/Makefile.in: Regenerate.
428         * configure.ac: Add PA target.
429         * configure: Regenerate.
430         * src/pa/ffi.c: New file.
431         * src/pa/ffi.h.in: Add PA support.
432         * src/pa/linux.S: New file.
433         * prep_cif.c: Add PA support.
435 2004-03-16  Hosaka Yuji  <hos@tamanegi.org>
437         * src/types.c: Fix alignment size of X86_WIN32 case int64 and
438         double.
439         * src/x86/ffi.c (ffi_prep_args): Replace ecif->cif->rtype->type
440         with ecif->cif->flags.
441         (ffi_call, ffi_prep_incoming_args_SYSV): Replace cif->rtype->type
442         with cif->flags.
443         (ffi_prep_cif_machdep): Add X86_WIN32 struct case.
444         (ffi_closure_SYSV): Add 1 or 2-bytes struct case for X86_WIN32.
445         * src/x86/win32.S (retstruct1b, retstruct2b, sc_retstruct1b,
446         sc_retstruct2b): Add for 1 or 2-bytes struct case.
448 2004-03-15 Kelley Cook <kcook@gcc.gnu.org>
450         * configure.in: Rename file to ...
451         * configure.ac: ... this.
452         * fficonfig.h.in: Regenerate.
453         * Makefile.in: Regenerate.
454         * include/Makefile.in: Regenerate.
455         * testsuite/Makefile.in: Regenerate.
457 2004-03-12  Matt Austern  <austern@apple.com>
459         * src/powerpc/darwin.S: Fix EH information so it corresponds to
460         changes in EH format resulting from addition of linkonce support.
461         * src/powerpc/darwin_closure.S: Likewise.
463 2004-03-11  Andreas Tobler  <a.tobler@schweiz.ch>
464             Paolo Bonzini  <bonzini@gnu.org>
466         * Makefile.am (AUTOMAKE_OPTIONS): Set them.
467         Remove VPATH. Remove rules for object files. Remove multilib support.
468         (AM_CCASFLAGS): Add.
469         * configure.in (AC_CONFIG_HEADERS): Relace AM_CONFIG_HEADER.
470         (AC_PREREQ): Bump version to 2.59.
471         (AC_INIT): Fill with version info and bug address.
472         (ORIGINAL_LD_FOR_MULTILIBS): Remove.
473         (AM_ENABLE_MULTILIB): Use this instead of AC_ARG_ENABLE.
474         De-precious CC so that the right flags are passed down to multilibs.
475         (AC_MSG_ERROR): Replace obsolete macro AC_ERROR.
476         (AC_CONFIG_FILES): Replace obsolete macro AC_LINK_FILES.
477         (AC_OUTPUT): Reorganize the output with AC_CONFIG_COMMANDS.
478         * configure: Rebuilt.
479         * aclocal.m4: Likewise.
480         * Makefile.in, include/Makefile.in, testsuite/Makefile.in: Likewise.
481         * fficonfig.h.in: Likewise.
483 2004-03-11  Andreas Schwab  <schwab@suse.de>
485         * src/ia64/ffi.c (ffi_prep_incoming_args_UNIX): Get floating point
486         arguments from fp registers only for the first 8 parameter slots.
487         Don't convert a float parameter when passed in memory.
489 2004-03-09  Hans-Peter Nilsson  <hp@axis.com>
491         * configure: Regenerate for config/accross.m4 correction.
493 2004-02-25  Matt Kraai  <kraai@alumni.cmu.edu>
495         * src/powerpc/ffi.c (ffi_prep_args_SYSV): Change
496         ecif->cif->bytes to bytes.
497         (ffi_prep_cif_machdep): Add braces around nested if statement.
499 2004-02-09  Alan Modra  <amodra@bigpond.net.au>
501         * src/types.c (pointer): POWERPC64 has 8 byte pointers.
503         * src/powerpc/ffi.c (ffi_prep_args64): Correct long double handling.
504         (ffi_closure_helper_LINUX64): Fix typo.
505         * testsuite/libffi.call/cls_align_longdouble.c: Pass -mlong-double-128
506         for powerpc64-*-*.
507         * testsuite/libffi.call/float.c: Likewise.
508         * testsuite/libffi.call/float2.c: Likewise.
510 2004-02-08  Alan Modra  <amodra@bigpond.net.au>
512         * src/powerpc/ffi.c (ffi_prep_cif_machdep <FFI_LINUX64>): Correct
513         long double function return and long double arg handling.
514         (ffi_closure_helper_LINUX64): Formatting.  Delete unused "ng" var.
515         Use "end_pfr" instead of "nf".  Correct long double handling.
516         Localise "temp".
517         * src/powerpc/linux64.S (ffi_call_LINUX64): Save f2 long double
518         return value.
519         * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Allocate
520         space for long double return value.  Adjust stack frame and offsets.
521         Load f2 long double return.
523 2004-02-07  Alan Modra  <amodra@bigpond.net.au>
525         * src/types.c: Use 16 byte long double for POWERPC64.
527 2004-01-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
529         * src/sparc/ffi.c (ffi_prep_args_v9): Shift the parameter array
530         when the structure return address is passed in %o0.
531         (ffi_V9_return_struct): Rename into ffi_v9_layout_struct.
532         (ffi_v9_layout_struct): Align the field following a nested structure
533         on a word boundary.  Use memmove instead of memcpy.
534         (ffi_call): Update call to ffi_V9_return_struct.
535         (ffi_prep_closure): Define 'ctx' only for V8.
536         (ffi_closure_sparc_inner): Clone into ffi_closure_sparc_inner_v8
537         and ffi_closure_sparc_inner_v9.
538         (ffi_closure_sparc_inner_v8): Return long doubles by reference.
539         Always skip the structure return address.  For structures and long
540         doubles, copy the argument directly.
541         (ffi_closure_sparc_inner_v9): Skip the structure return address only
542         if required.  Shift the maximum floating-point slot accordingly.  For
543         big structures, copy the argument directly; otherwise, left-justify the
544         argument and call ffi_v9_layout_struct to lay out the structure on
545         the stack.
546         * src/sparc/v8.S: Undef STACKFRAME before defining it.
547         (ffi_closure_v8): Pass the structure return address.  Update call to
548         ffi_closure_sparc_inner_v8.  Short-circuit FFI_TYPE_INT handling.
549         Skip the 'unimp' insn when returning long doubles and structures.
550         * src/sparc/v9.S: Undef STACKFRAME before defining it.
551         (ffi_closure_v9): Increase the frame size by 2 words.  Short-circuit
552         FFI_TYPE_INT handling.  Load structures both in integers and
553         floating-point registers on return.
554         * README: Update status of the SPARC port.
556 2004-01-24  Andreas Tobler  <a.tobler@schweiz.ch>
558         * testsuite/libffi.call/pyobjc-tc.c (main): Treat result value
559         as of type ffi_arg.
560         * testsuite/libffi.call/struct3.c (main): Fix CHECK.
562 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
564         * testsuite/libffi.call/cls_uint.c (cls_ret_uint_fn): Treat result
565         value as of type ffi_arg, not unsigned int.
567 2004-01-21  Michael Ritzert  <ritzert@t-online.de>
569         * ffi64.c (ffi_prep_args): Cast the RHS of an assignment instead
570         of the LHS.
572 2004-01-12  Andreas Tobler  <a.tobler@schweiz.ch>
574         * testsuite/lib/libffi-dg.exp: Set LD_LIBRARY_PATH_32 for
575         Solaris.
577 2004-01-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
579         * testsuite/libffi.call/ffitest.h (allocate_mmap): Cast MAP_FAILED
580         to void *.
582 2003-12-10  Richard Henderson  <rth@redhat.com>
584         * testsuite/libffi.call/cls_align_pointer.c: Cast pointers to
585         size_t instead of int.
587 2003-12-04  Hosaka Yuji  <hos@tamanegi.org>
589         * testsuite/libffi.call/many_win32.c: Include <float.h>.
590         * testsuite/libffi.call/many_win32.c (main): Replace variable
591         int i with unsigned long ul.
593         * testsuite/libffi.call/cls_align_uint64.c: New test case.
594         * testsuite/libffi.call/cls_align_sint64.c: Likewise.
595         * testsuite/libffi.call/cls_align_uint32.c: Likewise.
596         * testsuite/libffi.call/cls_align_sint32.c: Likewise.
597         * testsuite/libffi.call/cls_align_uint16.c: Likewise.
598         * testsuite/libffi.call/cls_align_sint16.c: Likewise.
599         * testsuite/libffi.call/cls_align_float.c: Likewise.
600         * testsuite/libffi.call/cls_align_double.c: Likewise.
601         * testsuite/libffi.call/cls_align_longdouble.c: Likewise.
602         * testsuite/libffi.call/cls_align_pointer.c: Likewise.
604 2003-12-02  Hosaka Yuji  <hos@tamanegi.org>
606         PR other/13221
607         * src/x86/ffi.c (ffi_prep_args, ffi_prep_incoming_args_SYSV):
608         Align arguments to 32 bits.
610 2003-12-01  Andreas Tobler  <a.tobler@schweiz.ch>
612         PR other/13221
613         * testsuite/libffi.call/cls_multi_sshort.c: New test case.
614         * testsuite/libffi.call/cls_multi_sshortchar.c: Likewise.
615         * testsuite/libffi.call/cls_multi_uchar.c: Likewise.
616         * testsuite/libffi.call/cls_multi_schar.c: Likewise.
617         * testsuite/libffi.call/cls_multi_ushortchar.c: Likewise.
618         * testsuite/libffi.call/cls_multi_ushort.c: Likewise.
620         * testsuite/libffi.special/unwindtest.cc: Cosmetics.
622 2003-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
624         * testsuite/libffi.call/ffitest.h: Include <fcntl.h>.
625         * testsuite/libffi.special/ffitestcxx.h: Likewise.
627 2003-11-22  Andreas Tobler  <a.tobler@schweiz.ch>
629         * Makefile.in: Rebuilt.
630         * configure: Likewise.
631         * testsuite/libffi.special/unwindtest.cc: Convert the mmap to
632         the right type.
634 2003-11-21  Andreas Jaeger  <aj@suse.de>
635             Andreas Tobler  <a.tobler@schweiz.ch>
637         * acinclude.m4: Add AC_FUNC_MMAP_BLACKLIST.
638         * configure.in: Call AC_FUNC_MMAP_BLACKLIST.
639         * Makefile.in: Rebuilt.
640         * aclocal.m4: Likewise.
641         * configure: Likewise.
642         * fficonfig.h.in: Likewise.
643         * testsuite/lib/libffi-dg.exp: Add include dir.
644         * testsuite/libffi.call/ffitest.h: Add MMAP definitions.
645         * testsuite/libffi.special/ffitestcxx.h: Likewise.
646         * testsuite/libffi.call/closure_fn0.c: Use MMAP functionality
647         for ffi_closure if available.
648         * testsuite/libffi.call/closure_fn1.c: Likewise.
649         * testsuite/libffi.call/closure_fn2.c: Likewise.
650         * testsuite/libffi.call/closure_fn3.c: Likewise.
651         * testsuite/libffi.call/closure_fn4.c: Likewise.
652         * testsuite/libffi.call/closure_fn5.c: Likewise.
653         * testsuite/libffi.call/cls_12byte.c: Likewise.
654         * testsuite/libffi.call/cls_16byte.c: Likewise.
655         * testsuite/libffi.call/cls_18byte.c: Likewise.
656         * testsuite/libffi.call/cls_19byte.c: Likewise.
657         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
658         * testsuite/libffi.call/cls_20byte.c: Likewise.
659         * testsuite/libffi.call/cls_20byte1.c: Likewise.
660         * testsuite/libffi.call/cls_24byte.c: Likewise.
661         * testsuite/libffi.call/cls_2byte.c: Likewise.
662         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
663         * testsuite/libffi.call/cls_3byte1.c: Likewise.
664         * testsuite/libffi.call/cls_3byte2.c: Likewise.
665         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
666         * testsuite/libffi.call/cls_4byte.c: Likewise.
667         * testsuite/libffi.call/cls_5byte.c: Likewise.
668         * testsuite/libffi.call/cls_64byte.c: Likewise.
669         * testsuite/libffi.call/cls_6byte.c: Likewise.
670         * testsuite/libffi.call/cls_7byte.c: Likewise.
671         * testsuite/libffi.call/cls_8byte.c: Likewise.
672         * testsuite/libffi.call/cls_9byte1.c: Likewise.
673         * testsuite/libffi.call/cls_9byte2.c: Likewise.
674         * testsuite/libffi.call/cls_double.c: Likewise.
675         * testsuite/libffi.call/cls_float.c: Likewise.
676         * testsuite/libffi.call/cls_schar.c: Likewise.
677         * testsuite/libffi.call/cls_sint.c: Likewise.
678         * testsuite/libffi.call/cls_sshort.c: Likewise.
679         * testsuite/libffi.call/cls_uchar.c: Likewise.
680         * testsuite/libffi.call/cls_uint.c: Likewise.
681         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
682         * testsuite/libffi.call/cls_ushort.c: Likewise.
683         * testsuite/libffi.call/nested_struct.c: Likewise.
684         * testsuite/libffi.call/nested_struct1.c: Likewise.
685         * testsuite/libffi.call/nested_struct2.c: Likewise.
686         * testsuite/libffi.call/nested_struct3.c: Likewise.
687         * testsuite/libffi.call/problem1.c: Likewise.
688         * testsuite/libffi.special/unwindtest.cc: Likewise.
690 2003-11-20  Andreas Tobler  <a.tobler@schweiz.ch>
692         * testsuite/lib/libffi-dg.exp: Make the -lgcc_s conditional.
694 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
696         * testsuite/lib/libffi-dg.exp: Add DYLD_LIBRARY_PATH for darwin.
697         Add -lgcc_s to additional flags.
699 2003-11-12  Andreas Tobler  <a.tobler@schweiz.ch>
701         * configure.in, include/Makefile.am: PR libgcj/11147, install
702         the ffitarget.h header file in a gcc versioned and target
703         dependent place.
704         * configure: Regenerated.
705         * Makefile.in, include/Makefile.in: Likewise.
706         * testsuite/Makefile.in: Likewise.
708 2003-11-09  Andreas Tobler  <a.tobler@schweiz.ch>
710         * testsuite/libffi.call/closure_fn0.c: Print result and check
711         with dg-output to make debugging easier.
712         * testsuite/libffi.call/closure_fn1.c: Likewise.
713         * testsuite/libffi.call/closure_fn2.c: Likewise.
714         * testsuite/libffi.call/closure_fn3.c: Likewise.
715         * testsuite/libffi.call/closure_fn4.c: Likewise.
716         * testsuite/libffi.call/closure_fn5.c: Likewise.
717         * testsuite/libffi.call/cls_12byte.c: Likewise.
718         * testsuite/libffi.call/cls_16byte.c: Likewise.
719         * testsuite/libffi.call/cls_18byte.c: Likewise.
720         * testsuite/libffi.call/cls_19byte.c: Likewise.
721         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
722         * testsuite/libffi.call/cls_20byte.c: Likewise.
723         * testsuite/libffi.call/cls_20byte1.c: Likewise.
724         * testsuite/libffi.call/cls_24byte.c: Likewise.
725         * testsuite/libffi.call/cls_2byte.c: Likewise.
726         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
727         * testsuite/libffi.call/cls_3byte1.c: Likewise.
728         * testsuite/libffi.call/cls_3byte2.c: Likewise.
729         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
730         * testsuite/libffi.call/cls_4byte.c: Likewise.
731         * testsuite/libffi.call/cls_5byte.c: Likewise.
732         * testsuite/libffi.call/cls_64byte.c: Likewise.
733         * testsuite/libffi.call/cls_6byte.c: Likewise.
734         * testsuite/libffi.call/cls_7byte.c: Likewise.
735         * testsuite/libffi.call/cls_8byte.c: Likewise.
736         * testsuite/libffi.call/cls_9byte1.c: Likewise.
737         * testsuite/libffi.call/cls_9byte2.c: Likewise.
738         * testsuite/libffi.call/cls_double.c: Likewise.
739         * testsuite/libffi.call/cls_float.c: Likewise.
740         * testsuite/libffi.call/cls_schar.c: Likewise.
741         * testsuite/libffi.call/cls_sint.c: Likewise.
742         * testsuite/libffi.call/cls_sshort.c: Likewise.
743         * testsuite/libffi.call/cls_uchar.c: Likewise.
744         * testsuite/libffi.call/cls_uint.c: Likewise.
745         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
746         * testsuite/libffi.call/cls_ushort.c: Likewise.
747         * testsuite/libffi.call/problem1.c: Likewise.
749         * testsuite/libffi.special/unwindtest.cc: Make ffi_closure
750         static.
752 2003-11-08  Andreas Tobler  <a.tobler@schweiz.ch>
754         * testsuite/libffi.call/cls_9byte2.c: New test case.
755         * testsuite/libffi.call/cls_9byte1.c: Likewise.
756         * testsuite/libffi.call/cls_64byte.c: Likewise.
757         * testsuite/libffi.call/cls_20byte1.c: Likewise.
758         * testsuite/libffi.call/cls_19byte.c: Likewise.
759         * testsuite/libffi.call/cls_18byte.c: Likewise.
760         * testsuite/libffi.call/closure_fn4.c: Likewise.
761         * testsuite/libffi.call/closure_fn5.c: Likewise.
762         * testsuite/libffi.call/cls_schar.c: Likewise.
763         * testsuite/libffi.call/cls_sint.c: Likewise.
764         * testsuite/libffi.call/cls_sshort.c: Likewise.
765         * testsuite/libffi.call/nested_struct2.c: Likewise.
766         * testsuite/libffi.call/nested_struct3.c: Likewise.
768 2003-11-08  Andreas Tobler  <a.tobler@schweiz.ch>
770         * testsuite/libffi.call/cls_double.c: Do a check on the result.
771         * testsuite/libffi.call/cls_uchar.c: Likewise.
772         * testsuite/libffi.call/cls_uint.c: Likewise.
773         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
774         * testsuite/libffi.call/cls_ushort.c: Likewise.
775         * testsuite/libffi.call/return_sc.c: Cleanup whitespaces.
777 2003-11-06  Andreas Tobler  <a.tobler@schweiz.ch>
779         * src/prep_cif.c (ffi_prep_cif): Move the validity check after
780         the initialization.
782 2003-10-23  Andreas Tobler  <a.tobler@schweiz.ch>
784         * src/java_raw_api.c (ffi_java_ptrarray_to_raw): Replace
785         FFI_ASSERT(FALSE) with FFI_ASSERT(0).
787 2003-10-22  David Daney  <ddaney@avtrex.com>
789         * src/mips/ffitarget.h: Replace undefined UINT32 and friends with
790         __attribute__((__mode__(__SI__))) and friends.
792 2003-10-22  Andreas Schwab  <schwab@suse.de>
794         * src/ia64/ffi.c: Replace FALSE/TRUE with false/true.
796 2003-10-21  Andreas Tobler  <a.tobler@schweiz.ch>
798         * configure.in: AC_LINK_FILES(ffitarget.h).
799         * configure: Regenerate.
800         * Makefile.in: Likewise.
801         * include/Makefile.in: Likewise.
802         * testsuite/Makefile.in: Likewise.
803         * fficonfig.h.in: Likewise.
805 2003-10-21  Paolo Bonzini  <bonzini@gnu.org>
806             Richard Henderson  <rth@redhat.com>
808         Avoid that ffi.h includes fficonfig.h.
810         * Makefile.am (EXTRA_DIST): Include ffitarget.h files
811         (TARGET_SRC_MIPS_GCC): Renamed to TARGET_SRC_MIPS_IRIX.
812         (TARGET_SRC_MIPS_SGI): Removed.
813         (MIPS_GCC): Renamed to TARGET_SRC_MIPS_IRIX.
814         (MIPS_SGI): Removed.
815         (CLEANFILES): Removed.
816         (mostlyclean-am, clean-am, mostlyclean-sub, clean-sub): New
817         targets.
818         * acconfig.h: Removed.
819         * configure.in: Compute sizeofs only for double and long double.
820         Use them to define and subst HAVE_LONG_DOUBLE.  Include comments
821         into AC_DEFINE instead of using acconfig.h.  Create
822         include/ffitarget.h instead of include/fficonfig.h.  Rename
823         MIPS_GCC to MIPS_IRIX, drop MIPS_SGI since we are in gcc's tree.
824         AC_DEFINE EH_FRAME_FLAGS.
825         * include/Makefile.am (DISTCLEANFILES): New automake macro.
826         (hack_DATA): Add ffitarget.h.
827         * include/ffi.h.in: Remove all system specific definitions.
828         Declare raw API even if it is not installed, why bother?
829         Use limits.h instead of SIZEOF_* to define ffi_type_*.  Do
830         not define EH_FRAME_FLAGS, it is in fficonfig.h now.  Include
831         ffitarget.h instead of fficonfig.h.  Remove ALIGN macro.
832         (UINT_ARG, INT_ARG): Removed, use ffi_arg and ffi_sarg instead.
833         * include/ffi_common.h (bool): Do not define.
834         (ffi_assert): Accept failed assertion.
835         (ffi_type_test): Return void and accept file/line.
836         (FFI_ASSERT): Pass stringized failed assertion.
837         (FFI_ASSERT_AT): New macro.
838         (FFI_ASSERT_VALID_TYPE): New macro.
839         (UINT8, SINT8, UINT16, SINT16, UINT32, SINT32,
840         UINT64, SINT64): Define here with gcc's __attribute__ macro
841         instead of in ffi.h
842         (FLOAT32, ALIGN): Define here instead of in ffi.h
843         * include/ffi-mips.h: Removed.  Its content moved to
844         src/mips/ffitarget.h after separating assembly and C sections.
845         * src/alpha/ffi.c, src/alpha/ffi.c, src/java_raw_api.c
846         src/prep_cif.c, src/raw_api.c, src/ia64/ffi.c,
847         src/mips/ffi.c, src/mips/n32.S, src/mips/o32.S,
848         src/mips/ffitarget.h, src/sparc/ffi.c, src/x86/ffi64.c:
849         SIZEOF_ARG -> FFI_SIZEOF_ARG.
850         * src/ia64/ffi.c: Include stdbool.h (provided by GCC 2.95+).
851         * src/debug.c (ffi_assert): Accept stringized failed assertion.
852         (ffi_type_test): Rewritten.
853         * src/prep-cif.c (initialize_aggregate, ffi_prep_cif): Call
854         FFI_ASSERT_VALID_TYPE.
855         * src/alpha/ffitarget.h, src/arm/ffitarget.h,
856         src/ia64/ffitarget.h, src/m68k/ffitarget.h,
857         src/mips/ffitarget.h, src/powerpc/ffitarget.h,
858         src/s390/ffitarget.h, src/sh/ffitarget.h,
859         src/sh64/ffitarget.h, src/sparc/ffitarget.h,
860         src/x86/ffitarget.h: New files.
861         * src/alpha/osf.S, src/arm/sysv.S, src/ia64/unix.S,
862         src/m68k/sysv.S, src/mips/n32.S, src/mips/o32.S,
863         src/powerpc/aix.S, src/powerpc/darwin.S,
864         src/powerpc/ffi_darwin.c, src/powerpc/linux64.S,
865         src/powerpc/linux64_closure.S, src/powerpc/ppc_closure.S,
866         src/powerpc/sysv.S, src/s390/sysv.S, src/sh/sysv.S,
867         src/sh64/sysv.S, src/sparc/v8.S, src/sparc/v9.S,
868         src/x86/sysv.S, src/x86/unix64.S, src/x86/win32.S:
869         include fficonfig.h
871 2003-10-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
873         * src/mips/ffi.c: Use _ABIN32, _ABIO32 instead of external
874         _MIPS_SIM_NABI32, _MIPS_SIM_ABI32.
876 2003-10-19  Andreas Tobler  <a.tobler@schweiz.ch>
878         * src/powerpc/ffi_darwin.c (ffi_prep_args): Declare bytes again.
879         Used when FFI_DEBUG = 1.
881 2003-10-14  Alan Modra  <amodra@bigpond.net.au>
883         * src/types.c (double, longdouble): Default POWERPC64 to 8 byte size
884         and align.
886 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
888         * include/ffi_mips.h: Define FFI_MIPS_N32 for N32/N64 ABIs,
889         FFI_MIPS_O32 for O32 ABI.
891 2003-10-01  Andreas Tobler  <a.tobler@schweiz.ch>
893         * testsuite/lib/libffi-dg.exp: Set LD_LIBRARY_PATH_64 for
894         SPARC64. Cleanup whitespaces.
896 2003-09-19  Andreas Tobler  <a.tobler@schweiz.ch>
898         * testsuite/libffi.call/closure_fn0.c: Xfail mips, arm,
899         strongarm, xscale. Cleanup whitespaces.
900         * testsuite/libffi.call/closure_fn1.c: Likewise.
901         * testsuite/libffi.call/closure_fn2.c: Likewise.
902         * testsuite/libffi.call/closure_fn3.c: Likewise.
903         * testsuite/libffi.call/cls_12byte.c: Likewise.
904         * testsuite/libffi.call/cls_16byte.c: Likewise.
905         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
906         * testsuite/libffi.call/cls_20byte.c: Likewise.
907         * testsuite/libffi.call/cls_24byte.c: Likewise.
908         * testsuite/libffi.call/cls_2byte.c: Likewise.
909         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
910         * testsuite/libffi.call/cls_3byte1.c: Likewise.
911         * testsuite/libffi.call/cls_3byte2.c: Likewise.
912         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
913         * testsuite/libffi.call/cls_4byte.c: Likewise.
914         * testsuite/libffi.call/cls_5byte.c: Likewise.
915         * testsuite/libffi.call/cls_6byte.c: Likewise.
916         * testsuite/libffi.call/cls_7byte.c: Likewise.
917         * testsuite/libffi.call/cls_8byte.c: Likewise.
918         * testsuite/libffi.call/cls_double.c: Likewise.
919         * testsuite/libffi.call/cls_float.c: Likewise.
920         * testsuite/libffi.call/cls_uchar.c: Likewise.
921         * testsuite/libffi.call/cls_uint.c: Likewise.
922         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
923         * testsuite/libffi.call/cls_ushort.c: Likewise.
924         * testsuite/libffi.call/nested_struct.c: Likewise.
925         * testsuite/libffi.call/nested_struct1.c: Likewise.
926         * testsuite/libffi.call/problem1.c: Likewise.
927         * testsuite/libffi.special/unwindtest.cc: Likewise.
928         * testsuite/libffi.call/pyobjc-tc.c: Cleanup whitespaces.
930 2003-09-18  David Edelsohn  <edelsohn@gnu.org>
932         * src/powerpc/aix.S: Cleanup whitespaces.
933         * src/powerpc/aix_closure.S: Likewise.
935 2003-09-18  Andreas Tobler  <a.tobler@schweiz.ch>
937         * src/powerpc/darwin.S: Cleanup whitespaces, comment formatting.
938         * src/powerpc/darwin_closure.S: Likewise.
939         * src/powerpc/ffi_darwin.c: Likewise.
941 2003-09-18  Andreas Tobler  <a.tobler@schweiz.ch>
942             David Edelsohn  <edelsohn@gnu.org>
944         * src/types.c (double): Add AIX and Darwin to the right TYPEDEF.
945         * src/powerpc/aix_closure.S: Remove the pointer to the outgoing
946         parameter stack.
947         * src/powerpc/darwin_closure.S: Likewise.
948         * src/powerpc/ffi_darwin.c (ffi_prep_args): Handle structures
949         according to the Darwin/AIX ABI.
950         (ffi_prep_cif_machdep): Likewise.
951         (ffi_closure_helper_DARWIN): Likewise.
952         Remove the outgoing parameter stack logic. Simplify the evaluation
953         of the different CASE types.
954         (ffi_prep_clousure): Avoid the casts on lvalues. Change the branch
955         statement in the trampoline code.
957 2003-09-18  Kaz Kojima  <kkojima@gcc.gnu.org>
959         * src/sh/ffi.c (ffi_prep_args): Take account into the alignement
960         for the register size.
961         (ffi_closure_helper_SYSV): Handle the structure return value
962         address correctly.
963         (ffi_closure_helper_SYSV): Return the appropriate type when
964         the registers are used for the structure return value.
965         * src/sh/sysv.S (ffi_closure_SYSV): Fix the stack layout for
966         the 64-bit return value.  Update copyright years.
968 2003-09-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
970         * testsuite/lib/libffi-dg.exp (libffi_target_compile): Search in
971         srcdir for ffi_mips.h.
973 2003-09-12  Alan Modra  <amodra@bigpond.net.au>
975         * src/prep_cif.c (initialize_aggregate): Include tail padding in
976         structure size.
977         * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Correct
978         placement of float result.
979         * testsuite/libffi.special/unwindtest.cc (closure_test_fn1): Correct
980         cast of "resp" for big-endian 64 bit machines.
982 2003-09-11  Alan Modra  <amodra@bigpond.net.au>
984         * src/types.c (double, longdouble): Merge identical SH and ARM
985         typedefs, and add POWERPC64.
986         * src/powerpc/ffi.c (ffi_prep_args64): Correct next_arg calc for
987         struct split over gpr and rest.
988         (ffi_prep_cif_machdep): Correct intarg_count for structures.
989         * src/powerpc/linux64.S (ffi_call_LINUX64): Fix gpr offsets.
991 2003-09-09  Andreas Tobler  <a.tobler@schweiz.ch>
993         * src/powerpc/ffi.c (ffi_closure_helper_SYSV) Handle struct
994         passing correctly.
996 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
998         * configure: Regenerate.
1000 2003-09-04  Andreas Tobler  <a.tobler@schweiz.ch>
1002         * Makefile.am: Remove build rules for ffitest.
1003         * Makefile.in: Rebuilt.
1005 2003-09-04  Andreas Tobler  <a.tobler@schweiz.ch>
1007         * src/java_raw_api.c: Include <stdlib.h> to fix compiler warning
1008         about implicit declaration of abort().
1010 2003-09-04  Andreas Tobler  <a.tobler@schweiz.ch>
1012         * Makefile.am: Add dejagnu test framework. Fixes PR other/11411.
1013         * Makefile.in: Rebuilt.
1014         * configure.in: Add dejagnu test framework.
1015         * configure: Rebuilt.
1017         * testsuite/Makefile.am: New file.
1018         * testsuite/Makefile.in: Built
1019         * testsuite/lib/libffi-dg.exp: New file.
1020         * testsuite/config/default.exp: Likewise.
1021         * testsuite/libffi.call/call.exp: Likewise.
1022         * testsuite/libffi.call/ffitest.h: Likewise.
1023         * testsuite/libffi.call/closure_fn0.c: Likewise.
1024         * testsuite/libffi.call/closure_fn1.c: Likewise.
1025         * testsuite/libffi.call/closure_fn2.c: Likewise.
1026         * testsuite/libffi.call/closure_fn3.c: Likewise.
1027         * testsuite/libffi.call/cls_1_1byte.c: Likewise.
1028         * testsuite/libffi.call/cls_3_1byte.c: Likewise.
1029         * testsuite/libffi.call/cls_4_1byte.c: Likewise.
1030         * testsuite/libffi.call/cls_2byte.c: Likewise.
1031         * testsuite/libffi.call/cls_3byte1.c: Likewise.
1032         * testsuite/libffi.call/cls_3byte2.c: Likewise.
1033         * testsuite/libffi.call/cls_4byte.c: Likewise.
1034         * testsuite/libffi.call/cls_5byte.c: Likewise.
1035         * testsuite/libffi.call/cls_6byte.c: Likewise.
1036         * testsuite/libffi.call/cls_7byte.c: Likewise.
1037         * testsuite/libffi.call/cls_8byte.c: Likewise.
1038         * testsuite/libffi.call/cls_12byte.c: Likewise.
1039         * testsuite/libffi.call/cls_16byte.c: Likewise.
1040         * testsuite/libffi.call/cls_20byte.c: Likewise.
1041         * testsuite/libffi.call/cls_24byte.c: Likewise.
1042         * testsuite/libffi.call/cls_double.c: Likewise.
1043         * testsuite/libffi.call/cls_float.c: Likewise.
1044         * testsuite/libffi.call/cls_uchar.c: Likewise.
1045         * testsuite/libffi.call/cls_uint.c: Likewise.
1046         * testsuite/libffi.call/cls_ulonglong.c: Likewise.
1047         * testsuite/libffi.call/cls_ushort.c: Likewise.
1048         * testsuite/libffi.call/float.c: Likewise.
1049         * testsuite/libffi.call/float1.c: Likewise.
1050         * testsuite/libffi.call/float2.c: Likewise.
1051         * testsuite/libffi.call/many.c: Likewise.
1052         * testsuite/libffi.call/many_win32.c: Likewise.
1053         * testsuite/libffi.call/nested_struct.c: Likewise.
1054         * testsuite/libffi.call/nested_struct1.c: Likewise.
1055         * testsuite/libffi.call/pyobjc-tc.c: Likewise.
1056         * testsuite/libffi.call/problem1.c: Likewise.
1057         * testsuite/libffi.call/promotion.c: Likewise.
1058         * testsuite/libffi.call/return_ll.c: Likewise.
1059         * testsuite/libffi.call/return_sc.c: Likewise.
1060         * testsuite/libffi.call/return_uc.c: Likewise.
1061         * testsuite/libffi.call/strlen.c: Likewise.
1062         * testsuite/libffi.call/strlen_win32.c: Likewise.
1063         * testsuite/libffi.call/struct1.c: Likewise.
1064         * testsuite/libffi.call/struct2.c: Likewise.
1065         * testsuite/libffi.call/struct3.c: Likewise.
1066         * testsuite/libffi.call/struct4.c: Likewise.
1067         * testsuite/libffi.call/struct5.c: Likewise.
1068         * testsuite/libffi.call/struct6.c: Likewise.
1069         * testsuite/libffi.call/struct7.c: Likewise.
1070         * testsuite/libffi.call/struct8.c: Likewise.
1071         * testsuite/libffi.call/struct9.c: Likewise.
1072         * testsuite/libffi.special/special.exp: New file.
1073         * testsuite/libffi.special/ffitestcxx.h: Likewise.
1074         * testsuite/libffi.special/unwindtest.cc: Likewise.
1077 2003-08-13  Kaz Kojima  <kkojima@gcc.gnu.org>
1079         * src/sh/ffi.c (OFS_INT16): Set 0 for little endian case.  Update
1080         copyright years.
1082 2003-08-02  Alan Modra  <amodra@bigpond.net.au>
1084         * src/powerpc/ffi.c (ffi_prep_args64): Modify for changed gcc
1085         structure passing.
1086         (ffi_closure_helper_LINUX64): Likewise.
1087         * src/powerpc/linux64.S: Remove code writing to parm save area.
1088         * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Use return
1089         address in lr from ffi_closure_helper_LINUX64 call to calculate
1090         table address.  Optimize function tail.
1092 2003-07-28  Andreas Tobler  <a.tobler@schweiz.ch>
1094         * src/sparc/ffi.c: Handle all floating point registers.
1095         * src/sparc/v9.S: Likewise. Fixes second part of PR target/11410.
1097 2003-07-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1099         * README: Note that libffi is not part of GCC.  Update the project
1100         URL and status.
1102 2003-06-19  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1104         * src/powerpc/ppc_closure.S: Include ffi.h.
1106 2003-06-13  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1108         * src/x86/sysv.S: Avoid gas-only .uleb128/.sleb128 directives.
1109         Use C style comments.
1111 2003-06-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1113         * Makefile.am: Add SHmedia support.  Fix a typo of SH support.
1114         * Makefile.in: Regenerate.
1115         * configure.in (sh64-*-linux*, sh5*-*-linux*): Add target.
1116         * configure: Regenerate.
1117         * include/ffi.h.in: Add SHmedia support.
1118         * src/sh64/ffi.c: New file.
1119         * src/sh64/sysv.S: New file.
1121 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
1123         * configure.in (HAVE_RO_EH_FRAME): Check whether .eh_frame section
1124         should be read-only.
1125         * configure: Rebuilt.
1126         * fficonfig.h.in: Rebuilt.
1127         * include/ffi.h.in (EH_FRAME_FLAGS): Define.
1128         * src/alpha/osf.S: Use EH_FRAME_FLAGS.
1129         * src/powerpc/linux64.S: Likewise.
1130         * src/powerpc/linux64_closure.S: Likewise.  Include ffi.h.
1131         * src/powerpc/sysv.S: Use EH_FRAME_FLAGS.  Use pcrel encoding
1132         if -fpic/-fPIC/-mrelocatable.
1133         * src/powerpc/powerpc_closure.S: Likewise.
1134         * src/sparc/v8.S: If HAVE_RO_EH_FRAME is defined, don't include
1135         #write in .eh_frame flags.
1136         * src/sparc/v9.S: Likewise.
1137         * src/x86/unix64.S: Use EH_FRAME_FLAGS.
1138         * src/x86/sysv.S: Likewise.  Use pcrel encoding if -fpic/-fPIC.
1139         * src/s390/sysv.S: Use EH_FRAME_FLAGS.  Include ffi.h.
1141 2003-05-07  Jeff Sturm  <jsturm@one-point.com>
1143         Fixes PR bootstrap/10656
1144         * configure.in (HAVE_AS_REGISTER_PSEUDO_OP): Test assembler
1145         support for .register pseudo-op.
1146         * src/sparc/v8.S: Use it.
1147         * fficonfig.h.in: Rebuilt.
1148         * configure: Rebuilt.
1150 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
1152         * include/ffi.h.in (POWERPC64): Define if 64-bit.
1153         (enum ffi_abi): Add FFI_LINUX64 on POWERPC.
1154         Make it the default on POWERPC64.
1155         (FFI_TRAMPOLINE_SIZE): Define to 24 on POWERPC64.
1156         * configure.in: Change powerpc-*-linux* into powerpc*-*-linux*.
1157         * configure: Rebuilt.
1158         * src/powerpc/ffi.c (hidden): Define.
1159         (ffi_prep_args_SYSV): Renamed from
1160         ffi_prep_args.  Cast pointers to unsigned long to shut up warnings.
1161         (NUM_GPR_ARG_REGISTERS64, NUM_FPR_ARG_REGISTERS64,
1162         ASM_NEEDS_REGISTERS64): New.
1163         (ffi_prep_args64): New function.
1164         (ffi_prep_cif_machdep): Handle FFI_LINUX64 ABI.
1165         (ffi_call): Likewise.
1166         (ffi_prep_closure): Likewise.
1167         (flush_icache): Surround by #ifndef POWERPC64.
1168         (ffi_dblfl): New union type.
1169         (ffi_closure_helper_SYSV): Use it to avoid aliasing problems.
1170         (ffi_closure_helper_LINUX64): New function.
1171         * src/powerpc/ppc_closure.S: Surround whole file by #ifndef
1172         __powerpc64__.
1173         * src/powerpc/sysv.S: Likewise.
1174         (ffi_call_SYSV): Rename ffi_prep_args to ffi_prep_args_SYSV.
1175         * src/powerpc/linux64.S: New file.
1176         * src/powerpc/linux64_closure.S: New file.
1177         * Makefile.am (EXTRA_DIST): Add src/powerpc/linux64.S and
1178         src/powerpc/linux64_closure.S.
1179         (TARGET_SRC_POWERPC): Likewise.
1181         * src/ffitest.c (closure_test_fn, closure_test_fn1, closure_test_fn2,
1182         closure_test_fn3): Fix result printing on big-endian 64-bit
1183         machines.
1184         (main): Print tst2_arg instead of uninitialized tst2_result.
1186         * src/ffitest.c (main): Hide what closure pointer really points to
1187         from the compiler.
1189 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
1191         * configure.in (arm-*-netbsdelf*): Add configuration.
1192         (configure): Regenerated.
1194 2003-04-04  Loren J. Rittle  <ljrittle@acm.org>
1196         * include/Makefile.in: Regenerate.
1198 2003-03-21  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1200         * libffi/include/ffi.h.in: Define X86 instead of X86_64 in 32
1201         bit mode.
1202         * libffi/src/x86/ffi.c (ffi_closure_SYSV, ffi_closure_raw_SYSV):
1203         Receive closure pointer through parameter, read args using
1204         __builtin_dwarf_cfa.
1205         (FFI_INIT_TRAMPOLINE): Send closure reference through eax.
1207 2003-03-12  Andreas Schwab  <schwab@suse.de>
1209         * configure.in: Avoid trailing /. in toolexeclibdir.
1210         * configure: Rebuilt.
1212 2003-03-03  Andreas Tobler <a.tobler@schweiz.ch>
1214         * src/powerpc/darwin_closure.S: Recode to fit dynamic libraries.
1216 2003-02-06  Andreas Tobler <a.tobler@schweiz.ch>
1218         * libffi/src/powerpc/darwin_closure.S:
1219         Fix alignement bug, allocate 8 bytes for the result.
1220         * libffi/src/powerpc/aix_closure.S:
1221         Likewise.
1222         * libffi/src/powerpc/ffi_darwin.c:
1223         Update stackframe description for aix/darwin_closure.S.
1225 2003-02-06  Jakub Jelinek  <jakub@redhat.com>
1227         * src/s390/ffi.c (ffi_closure_helper_SYSV): Add hidden visibility
1228         attribute.
1230 2003-01-31  Christian Cornelssen  <ccorn@cs.tu-berlin.de>,
1231             Andreas Schwab  <schwab@suse.de>
1233         * configure.in: Adjust command to source config-ml.in to account
1234         for changes to the libffi_basedir definition.
1235         (libffi_basedir): Remove ${srcdir} from value and include trailing
1236         slash if nonempty.
1238         * configure: Regenerate.
1240 2003-01-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1242         * src/powerpc/ppc_closure.S: Recode to fit shared libs.
1244 2003-01-28  Andrew Haley  <aph@redhat.com>
1246         * include/ffi.h.in: Enable FFI_CLOSURES for x86_64.
1247         * src/x86/ffi64.c (ffi_prep_closure): New.
1248         (ffi_closure_UNIX64_inner): New.
1249         * src/x86/unix64.S (ffi_closure_UNIX64): New.
1251 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
1253         * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
1254         Remove USE_LIBDIR conditional.
1255         * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
1256         * Makefile.in, configure: Rebuilt.
1258 2003-01027  David Edelsohn  <edelsohn@gnu.org>
1260         * Makefile.am (TARGET_SRC_POWERPC_AIX): Fix typo.
1261         * Makefile.in: Regenerate.
1263 2003-01-22  Andrew Haley  <aph@redhat.com>
1265         * src/powerpc/darwin.S (_ffi_call_AIX): Add Augmentation size to
1266         unwind info.
1268 2003-01-21  Andreas Tobler  <a.tobler@schweiz.ch>
1270         * src/powerpc/darwin.S: Add unwind info.
1271         * src/powerpc/darwin_closure.S: Likewise.
1273 2003-01-14  Andrew Haley  <aph@redhat.com>
1275         * src/x86/ffi64.c (ffi_prep_args): Check for void retval.
1276         (ffi_prep_cif_machdep): Likewise.
1277         * src/x86/unix64.S: Add unwind info.
1279 2003-01-14  Andreas Jaeger  <aj@suse.de>
1281         * src/ffitest.c (main): Only use ffi_closures if those are
1282         supported.
1284 2003-01-13 Andreas Tobler <a.tobler@schweiz.ch>
1286         * libffi/src/ffitest.c
1287          add closure testcases
1289 2003-01-13 Kevin B. Hendricks <khendricks@ivey.uwo.ca>
1291         * libffi/src/powerpc/ffi.c
1292          fix alignment bug for float (4 byte aligned iso 8 byte)
1294 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
1296         * src/powerpc/ffi_darwin.c: Remove RCS version string.
1297         * src/powerpc/darwin.S: Remove RCS version string.
1299 2003-01-03  Jeff Sturm  <jsturm@one-point.com>
1301         * include/ffi.h.in: Add closure defines for SPARC, SPARC64.
1302         * src/ffitest.c (main): Use static storage for closure.
1303         * src/sparc/ffi.c (ffi_prep_closure, ffi_closure_sparc_inner): New.
1304         * src/sparc/v8.S (ffi_closure_v8): New.
1305         * src/sparc/v9.S (ffi_closure_v9): New.
1307 2002-11-10  Ranjit Mathew <rmathew@hotmail.com>
1309         * include/ffi.h.in: Added FFI_STDCALL ffi_type
1310           enumeration for X86_WIN32.
1311         * src/x86/win32.S: Added ffi_call_STDCALL function
1312           definition.
1313         * src/x86/ffi.c (ffi_call/ffi_raw_call): Added
1314           switch cases for recognising FFI_STDCALL and
1315           calling ffi_call_STDCALL if target is X86_WIN32.
1316         * src/ffitest.c (my_stdcall_strlen/stdcall_many):
1317           stdcall versions of the "my_strlen" and "many"
1318           test functions (for X86_WIN32).
1319           Added test cases to test stdcall invocation using
1320           these functions.
1322 2002-12-02  Kaz Kojima  <kkojima@gcc.gnu.org>
1324         * src/sh/sysv.S: Add DWARF2 unwind info.
1326 2002-11-27  Ulrich Weigand  <uweigand@de.ibm.com>
1328         * src/s390/sysv.S (.eh_frame section): Make section read-only.
1330 2002-11-26  Jim Wilson  <wilson@redhat.com>
1332         * src/types.c (FFI_TYPE_POINTER): Has size 8 on IA64.
1334 2002-11-23  H.J. Lu <hjl@gnu.org>
1336         * acinclude.m4: Add dummy AM_PROG_LIBTOOL.
1337         Include ../config/accross.m4.
1338         * aclocal.m4; Rebuild.
1339         * configure: Likewise.
1341 2002-11-15  Ulrich Weigand  <uweigand@de.ibm.com>
1343         * src/s390/sysv.S (.eh_frame section): Adapt to pcrel FDE encoding.
1345 2002-11-11  DJ Delorie  <dj@redhat.com>
1347         * configure.in: Look for common files in the right place.
1349 2002-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
1351         * src/java_raw_api.c (ffi_java_raw_to_ptrarray): Interpret
1352         raw data as _Jv_word values, not ffi_raw.
1353         (ffi_java_ptrarray_to_raw): Likewise.
1354         (ffi_java_rvalue_to_raw): New function.
1355         (ffi_java_raw_call): Call it.
1356         (ffi_java_raw_to_rvalue): New function.
1357         (ffi_java_translate_args): Call it.
1358         * src/ffitest.c (closure_test_fn): Interpret return value
1359         as ffi_arg, not int.
1360         * src/s390/ffi.c (ffi_prep_cif_machdep): Add missing
1361         FFI_TYPE_POINTER case.
1362         (ffi_closure_helper_SYSV): Likewise.  Also, assume return
1363         values extended to word size.
1365 2002-10-02  Andreas Jaeger  <aj@suse.de>
1367         * src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.
1369 2002-10-01  Bo Thorsen  <bo@smetana.suse.de>
1371         * include/ffi.h.in: Fix i386 win32 compilation.
1373 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
1375         * configure.in: Add s390x-*-linux-* target.
1376         * configure: Regenerate.
1377         * include/ffi.h.in: Define S390X for s390x targets.
1378         (FFI_CLOSURES): Define for s390/s390x.
1379         (FFI_TRAMPOLINE_SIZE): Likewise.
1380         (FFI_NATIVE_RAW_API): Likewise.
1381         * src/prep_cif.c (ffi_prep_cif): Do not compute stack space for s390.
1382         * src/types.c (FFI_TYPE_POINTER): Use 8-byte pointers on s390x.
1383         * src/s390/ffi.c: Major rework of existing code.  Add support for
1384         s390x targets.  Add closure support.
1385         * src/s390/sysv.S: Likewise.
1387 2002-09-29  Richard Earnshaw  <rearnsha@arm.com>
1389         * src/arm/sysv.S: Fix typo.
1391 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
1393         * src/arm/sysv.S: If we don't have machine/asm.h and the pre-processor
1394         has defined __USER_LABEL_PREFIX__, then use it in CNAME.
1395         (ffi_call_SYSV): Handle soft-float.
1397 2002-09-27  Bo Thorsen  <bo@suse.de>
1399         * include/ffi.h.in: Fix multilib x86-64 support.
1401 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1403         * Makefile.am (all-multi): Fix multilib parallel build.
1405 2002-07-19  Kaz Kojima  <kkojima@gcc.gnu.org>
1407         * configure.in (sh[34]*-*-linux*): Add brackets.
1408         * configure: Regenerate.
1410 2002-07-18  Kaz Kojima  <kkojima@gcc.gnu.org>
1412         * Makefile.am: Add SH support.
1413         * Makefile.in: Regenerate.
1414         * configure.in (sh-*-linux*, sh[34]*-*-linux*): Add target.
1415         * configure: Regenerate.
1416         * include/ffi.h.in: Add SH support.
1417         * src/sh/ffi.c: New file.
1418         * src/sh/sysv.S: New file.
1419         * src/types.c: Add SH support.
1421 2002-07-16  Bo Thorsen  <bo@suse.de>
1423         * src/x86/ffi64.c: New file that adds x86-64 support.
1424         * src/x86/unix64.S: New file that handles argument setup for
1425         x86-64.
1426         * src/x86/sysv.S: Don't use this on x86-64.
1427         * src/x86/ffi.c: Don't use this on x86-64.
1428         Remove unused vars.
1429         * src/prep_cif.c (ffi_prep_cif): Don't do stack size calculation
1430         for x86-64.
1431         * src/ffitest.c (struct6): New test that tests a special case in
1432         the x86-64 ABI.
1433         (struct7): Likewise.
1434         (struct8): Likewise.
1435         (struct9): Likewise.
1436         (closure_test_fn): Silence warning about this when it's not used.
1437         (main): Add the new tests.
1438         (main): Fix a couple of wrong casts and silence some compiler warnings.
1439         * include/ffi.h.in: Add x86-64 ABI definition.
1440         * fficonfig.h.in: Regenerate.
1441         * Makefile.am: Add x86-64 support.
1442         * configure.in: Likewise.
1443         * Makefile.in: Regenerate.
1444         * configure: Likewise.
1446 2002-06-24  Bo Thorsen  <bo@suse.de>
1448         * src/types.c: Merge settings for similar architectures.
1449         Add x86-64 sizes and alignments.
1451 2002-06-23  Bo Thorsen  <bo@suse.de>
1453         * src/arm/ffi.c (ffi_prep_args): Remove unused vars.
1454         * src/sparc/ffi.c (ffi_prep_args_v8): Likewise.
1455         * src/mips/ffi.c (ffi_prep_args): Likewise.
1456         * src/m68k/ffi.c (ffi_prep_args): Likewise.
1458 2002-07-18  H.J. Lu  (hjl@gnu.org)
1460         * Makefile.am (TARGET_SRC_MIPS_LINUX): New.
1461         (libffi_la_SOURCES): Support MIPS_LINUX.
1462         (libffi_convenience_la_SOURCES): Likewise.
1463         * Makefile.in: Regenerated.
1465         * configure.in (mips64*-*): Skip.
1466         (mips*-*-linux*): New.
1467         * configure: Regenerated.
1469         * src/mips/ffi.c: Include <sgidefs.h>.
1471 2002-06-06  Ulrich Weigand  <uweigand@de.ibm.com>
1473         * src/s390/sysv.S: Save/restore %r6.  Add DWARF-2 unwind info.
1475 2002-05-27  Roger Sayle  <roger@eyesopen.com>
1477         * src/x86/ffi.c (ffi_prep_args): Remove reference to avn.
1479 2002-05-27  Bo Thorsen  <bo@suse.de>
1481         * src/x86/ffi.c (ffi_prep_args): Remove unused variable and
1482         fix formatting.
1484 2002-05-13  Andreas Tobler  <a.tobler@schweiz.ch>
1486         * src/powerpc/ffi_darwin.c (ffi_prep_closure): Declare fd at
1487         beginning of function (for older apple cc).
1489 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
1491         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
1492         script entry, and set LD to it when configuring multilibs.
1493         * configure: Rebuilt.
1495 2002-05-05  Jason Thorpe  <thorpej@wasabisystems.com>
1497         * configure.in (sparc64-*-netbsd*): Add target.
1498         (sparc-*-netbsdelf*): Likewise.
1499         * configure: Regenerate.
1501 2002-04-28  David S. Miller  <davem@redhat.com>
1503         * configure.in, configure: Fix SPARC test in previous change.
1505 2002-04-29  Gerhard Tonn  <GerhardTonn@swol.de>
1507         * Makefile.am: Add Linux for S/390 support.
1508         * Makefile.in: Regenerate.
1509         * configure.in: Add Linux for S/390 support.
1510         * configure: Regenerate.
1511         * include/ffi.h.in: Add Linux for S/390 support.
1512         * src/s390/ffi.c: New file from libffi CVS tree.
1513         * src/s390/sysv.S: New file from libffi CVS tree.
1515 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
1517         * configure.in (HAVE_AS_SPARC_UA_PCREL): Check for working
1518         %r_disp32().
1519         * src/sparc/v8.S: Use it.
1520         * src/sparc/v9.S: Likewise.
1521         * fficonfig.h.in: Rebuilt.
1522         * configure: Rebuilt.
1524 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
1526         * src/java_raw_api.c (ffi_java_raw_size): Handle FFI_TYPE_DOUBLE
1527         correctly.
1528         * src/ia64/unix.S: Add unwind information. Fix comments.
1529         Save sp in a way that's compatible with unwind info.
1530         (ffi_call_unix): Correctly restore sp in all cases.
1531         * src/ia64/ffi.c: Add, fix comments.
1533 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
1535         * src/sparc/v8.S: Make .eh_frame dependent on target word size.
1537 2002-04-06  Jason Thorpe  <thorpej@wasabisystems.com>
1539         * configure.in (alpha*-*-netbsd*): Add target.
1540         * configure: Regenerate.
1542 2002-04-04  Jeff Sturm  <jsturm@one-point.com>
1544         * src/sparc/v8.S: Add unwind info.
1545         * src/sparc/v9.S: Likewise.
1547 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
1549         * configure.in: Enable i*86-*-netbsdelf*.
1550         * configure: Rebuilt.
1552 2002-03-29  David Billinghurst <David.Billinghurst@riotinto.com>
1554         PR other/2620
1555         * src/mips/n32.s: Delete
1556         * src/mips/o32.s: Delete
1558 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
1560         * configure.in: Enable alpha*-*-freebsd*.
1561         * configure: Rebuilt.
1563 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1565         * Makefile.am: libfficonvenience -> libffi_convenience.
1566         * Makefile.in: Rebuilt.
1568         * Makefile.am: Define ffitest_OBJECTS.
1569         * Makefile.in: Rebuilt.
1571 2002-03-07  Andreas Tobler  <toa@pop.agri.ch>
1572             David Edelsohn  <edelsohn@gnu.org>
1574         * Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.
1575         (TARGET_SRC_POWERPC_AIX): Add aix_closure.S.
1576         (TARGET_SRC_POWERPC_DARWIN): Add darwin_closure.S.
1577         * Makefile.in: Regenerate.
1578         * include/ffi.h.in: Add AIX and Darwin closure definitions.
1579         * src/powerpc/ffi_darwin.c (ffi_prep_closure): New function.
1580         (flush_icache, flush_range): New functions.
1581         (ffi_closure_helper_DARWIN): New function.
1582         * src/powerpc/aix_closure.S: New file.
1583         * src/powerpc/darwin_closure.S: New file.
1585 2002-02-24  Jeff Sturm  <jsturm@one-point.com>
1587         * include/ffi.h.in: Add typedef for ffi_arg.
1588         * src/ffitest.c (main): Declare rint with ffi_arg.
1590 2002-02-21  Andreas Tobler  <toa@pop.agri.ch>
1592         * src/powerpc/ffi_darwin.c (ffi_prep_args): Skip appropriate
1593         number of GPRs for floating-point arguments.
1595 2002-01-31  Anthony Green  <green@redhat.com>
1597         * configure: Rebuilt.
1598         * configure.in: Replace CHECK_SIZEOF and endian tests with
1599         cross-compiler friendly macros.
1600         * aclocal.m4 (AC_COMPILE_CHECK_SIZEOF, AC_C_BIGENDIAN_CROSS): New
1601         macros.
1603 2002-01-18  David Edelsohn  <edelsohn@gnu.org>
1605         * src/powerpc/darwin.S (_ffi_call_AIX): New.
1606         * src/powerpc/aix.S (ffi_call_DARWIN): New.
1608 2002-01-17  David Edelsohn  <edelsohn@gnu.org>
1610         * Makefile.am (EXTRA_DIST): Add Darwin and AIX files.
1611         (TARGET_SRC_POWERPC_AIX): New.
1612         (POWERPC_AIX): New stanza.
1613         * Makefile.in: Regenerate.
1614         * configure.in: Add AIX case.
1615         * configure: Regenerate.
1616         * include/ffi.h.in (ffi_abi): Add FFI_AIX.
1617         * src/powerpc/ffi_darwin.c (ffi_status): Use "long" to scale frame
1618         size.  Fix "long double" support.
1619         (ffi_call): Add FFI_AIX case.
1620         * src/powerpc/aix.S: New.
1622 2001-10-09  John Hornkvist  <john@toastedmarshmallow.com>
1624         Implement Darwin PowerPC ABI.
1625         * configure.in: Handle powerpc-*-darwin*.
1626         * Makefile.am: Set source files for POWERPC_DARWIN.
1627         * configure: Rebuilt.
1628         * Makefile.in: Rebuilt.
1629         * include/ffi.h.in: Define FFI_DARWIN and FFI_DEFAULT_ABI for
1630         POWERPC_DARWIN.
1631         * src/powerpc/darwin.S: New file.
1632         * src/powerpc/ffi_darwin.c: New file.
1634 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1636         * src/x86/ffi.c: Fix spelling error of "separate" as "seperate".
1638 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1640         * src/x86/sysv.S: Avoid gas-only .balign directive.
1641         Use C style comments.
1643 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1645         * src/alpha/ffi.c (ffi_prep_closure): Avoid gas-only mnemonic.
1646         Fixes PR bootstrap/3563.
1648 2001-06-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1650         * src/alpha/osf.S (ffi_closure_osf): Use .rdata for ECOFF.
1652 2001-06-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1654         * configure.in: Recognize sparc*-sun-* host.
1655         * configure: Regenerate.
1657 2001-06-06  Andrew Haley  <aph@redhat.com>
1659         * src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF.
1661 2001-06-03  Andrew Haley  <aph@redhat.com>
1663         * src/alpha/osf.S: Add unwind info.
1664         * src/powerpc/sysv.S: Add unwind info.
1665         * src/powerpc/ppc_closure.S: Likewise.
1667 2000-05-31  Jeff Sturm  <jsturm@one-point.com>
1669         * configure.in: Fix AC_ARG_ENABLE usage.
1670         * configure: Rebuilt.
1672 2001-05-06  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1674         * configure.in: Remove warning about beta code.
1675         * configure: Rebuilt.
1677 2001-04-25  Hans Boehm <Hans_Boehm@hp.com>
1679         * src/ia64/unix.S: Restore stack pointer when returning from
1680         ffi_closure_UNIX.
1681         * src/ia64/ffi.c: Fix typo in comment.
1683 2001-04-18  Jim Wilson  <wilson@redhat.com>
1685         * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2
1686         to eliminate RAW DV.
1688 2001-04-12  Bryce McKinlay  <bryce@albatross.co.nz>
1690         * Makefile.am: Make a libtool convenience library.
1691         * Makefile.in: Rebuilt.
1693 2001-03-29  Bryce McKinlay  <bryce@albatross.co.nz>
1695         * configure.in: Use different syntax for subdirectory creation.
1696         * configure: Rebuilt.
1698 2001-03-27  Jon Beniston  <jon@beniston.com>
1700         * configure.in: Added X86_WIN32 target (Win32, CygWin, MingW).
1701         * configure: Rebuilt.
1702         * Makefile.am: Added X86_WIN32 target support.
1703         * Makefile.in: Rebuilt.
1705         * include/ffi.h.in: Added X86_WIN32 target support.
1707         * src/ffitest.c: Doesn't run structure tests for X86_WIN32 targets.
1708         * src/types.c: Added X86_WIN32 target support.
1710         * src/x86/win32.S: New file. Based on sysv.S, but with EH
1711         stuff removed and made to work with CygWin's gas.
1713 2001-03-26  Bryce McKinlay  <bryce@albatross.co.nz>
1715         * configure.in: Make target subdirectory in build dir.
1716         * Makefile.am: Override suffix based rules to specify correct output
1717         subdirectory.
1718         * Makefile.in: Rebuilt.
1719         * configure: Rebuilt.
1721 2001-03-23  Kevin B Hendricks  <khendricks@ivey.uwo.ca>
1723         * src/powerpc/ppc_closure.S: New file.
1724         * src/powerpc/ffi.c (ffi_prep_args): Fixed ABI compatibility bug
1725         involving long long and register pairs.
1726         (ffi_prep_closure): New function.
1727         (flush_icache): Likewise.
1728         (ffi_closure_helper_SYSV): Likewise.
1729         * include/ffi.h.in (FFI_CLOSURES): Define on PPC.
1730         (FFI_TRAMPOLINE_SIZE): Likewise.
1731         (FFI_NATIVE_RAW_API): Likewise.
1732         * Makefile.in: Rebuilt.
1733         * Makefile.am (EXTRA_DIST): Added src/powerpc/ppc_closure.S.
1734         (TARGET_SRC_POWERPC): Likewise.
1736 2001-03-19  Tom Tromey  <tromey@redhat.com>
1738         * Makefile.in: Rebuilt.
1739         * Makefile.am (ffitest_LDFLAGS): New macro.
1741 2001-03-02  Nick Clifton  <nickc@redhat.com>
1743         * include/ffi.h.in: Remove RCS ident string.
1744         * include/ffi_mips.h: Remove RCS ident string.
1745         * src/debug.c: Remove RCS ident string.
1746         * src/ffitest.c: Remove RCS ident string.
1747         * src/prep_cif.c: Remove RCS ident string.
1748         * src/types.c: Remove RCS ident string.
1749         * src/alpha/ffi.c: Remove RCS ident string.
1750         * src/alpha/osf.S: Remove RCS ident string.
1751         * src/arm/ffi.c: Remove RCS ident string.
1752         * src/arm/sysv.S: Remove RCS ident string.
1753         * src/mips/ffi.c: Remove RCS ident string.
1754         * src/mips/n32.S: Remove RCS ident string.
1755         * src/mips/o32.S: Remove RCS ident string.
1756         * src/sparc/ffi.c: Remove RCS ident string.
1757         * src/sparc/v8.S: Remove RCS ident string.
1758         * src/sparc/v9.S: Remove RCS ident string.
1759         * src/x86/ffi.c: Remove RCS ident string.
1760         * src/x86/sysv.S: Remove RCS ident string.
1762 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1764         * include/ffi.h.in: Change sourceware.cygnus.com references to
1765         gcc.gnu.org.
1767 2000-12-09  Richard Henderson  <rth@redhat.com>
1769         * src/alpha/ffi.c (ffi_call): Simplify struct return test.
1770         (ffi_closure_osf_inner): Index rather than increment avalue
1771         and arg_types.  Give ffi_closure_osf the raw return value type.
1772         * src/alpha/osf.S (ffi_closure_osf): Handle return value type
1773         promotion.
1775 2000-12-07  Richard Henderson  <rth@redhat.com>
1777         * src/raw_api.c (ffi_translate_args): Fix typo.
1778         (ffi_prep_closure): Likewise.
1780         * include/ffi.h.in [ALPHA]: Define FFI_CLOSURES and
1781         FFI_TRAMPOLINE_SIZE.
1782         * src/alpha/ffi.c (ffi_prep_cif_machdep): Adjust minimal
1783         cif->bytes for new ffi_call_osf implementation.
1784         (ffi_prep_args): Absorb into ...
1785         (ffi_call): ... here.  Do all stack allocation here and
1786         avoid a callback function.
1787         (ffi_prep_closure, ffi_closure_osf_inner): New.
1788         * src/alpha/osf.S (ffi_call_osf): Reimplement with no callback.
1789         (ffi_closure_osf): New.
1791 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
1793         * config.guess, config.sub, install-sh: Removed.
1794         * ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise.
1795         * Makefile.in: Rebuilt.
1797         * acinclude.m4: Include libtool macros from the top level.
1798         * aclocal.m4, configure: Rebuilt.
1800 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
1802         * configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set.
1803         * configure: Rebuilt.
1805 2000-05-11  Scott Bambrough  <scottb@netwinder.org>
1807         * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to
1808         memory correctly.  Use conditional instructions, not branches where
1809         possible.
1811 2000-05-04  Tom Tromey  <tromey@cygnus.com>
1813         * configure: Rebuilt.
1814         * configure.in: Match `arm*-*-linux-*'.
1815         From Chris Dornan <cdornan@arm.com>.
1817 2000-04-28  Jakub Jelinek  <jakub@redhat.com>
1819         * Makefile.am (SUBDIRS): Define.
1820         (AM_MAKEFLAGS): Likewise.
1821         (Multilib support.): Add section.
1822         * Makefile.in: Rebuilt.
1823         * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
1824         New variables. Set for gcc using -print-multi-lib. Export them
1825         to libtool.
1826         (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
1827         * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
1828         for -shared links.
1829         (extra_compiler_flags_value, extra_compiler_flags): Check these
1830         for extra compiler options which need to be passed down in
1831         compiler_flags.
1833 2000-04-16  Anthony Green  <green@redhat.com>
1835         * configure: Rebuilt.
1836         * configure.in: Change i*86-pc-linux* to i*86-*-linux*.
1838 2000-04-14  Jakub Jelinek  <jakub@redhat.com>
1840         * include/ffi.h.in (SPARC64): Define for 64bit SPARC builds.
1841         Set SPARC FFI_DEFAULT_ABI based on SPARC64 define.
1842         * src/sparc/ffi.c (ffi_prep_args_v8): Renamed from ffi_prep_args.
1843         Replace all void * sizeofs with sizeof(int).
1844         Only compare type with FFI_TYPE_LONGDOUBLE if LONGDOUBLE is
1845         different than DOUBLE.
1846         Remove FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases (handled elsewhere).
1847         (ffi_prep_args_v9): New function.
1848         (ffi_prep_cif_machdep): Handle V9 ABI and long long on V8.
1849         (ffi_V9_return_struct): New function.
1850         (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from
1851         32bit code (not yet cross-arch calls).
1852         * src/sparc/v8.S: Add struct return delay nop.
1853         Handle long long.
1854         * src/sparc/v9.S: New file.
1855         * src/prep_cif.c (ffi_prep_cif): Return structure pointer
1856         is used on sparc64 only for structures larger than 32 bytes.
1857         Pass by reference for structures is done for structure arguments
1858         larger than 16 bytes.
1859         * src/ffitest.c (main): Use 64bit rint on sparc64.
1860         Run long long tests on sparc.
1861         * src/types.c (FFI_TYPE_POINTER): Pointer is 64bit on alpha and
1862         sparc64.
1863         (FFI_TYPE_LONGDOUBLE): long double is 128 bit aligned to 128 bits
1864         on sparc64.
1865         * configure.in (sparc-*-linux*): New supported target.
1866         (sparc64-*-linux*): Likewise.
1867         * configure: Rebuilt.
1868         * Makefile.am: Add v9.S to SPARC files.
1869         * Makefile.in: Likewise.
1870         (LINK): Surround $(CCLD) into double quotes, so that multilib
1871         compiles work correctly.
1873 2000-04-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1875         * configure: Rebuilt.
1876         * configure.in: (i*86-*-solaris*): New libffi target. Patch
1877         proposed by Bryce McKinlay.
1879 2000-03-20  Tom Tromey  <tromey@cygnus.com>
1881         * Makefile.in: Hand edit for java_raw_api.lo.
1883 2000-03-08  Bryce McKinlay  <bryce@albatross.co.nz>
1885         * config.guess, config.sub: Update from the gcc tree.
1886         Fix for PR libgcj/168.
1888 2000-03-03  Tom Tromey  <tromey@cygnus.com>
1890         * Makefile.in: Fixed ia64 by hand.
1892         * configure: Rebuilt.
1893         * configure.in (--enable-multilib): New option.
1894         (libffi_basedir): New subst.
1895         (AC_OUTPUT): Added multilib code.
1897 2000-03-02  Tom Tromey  <tromey@cygnus.com>
1899         * Makefile.in: Rebuilt.
1900         * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
1901         directory name.
1903 2000-02-25  Hans Boehm <boehm@acm.org>
1905         * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
1906         files.
1907         * src/raw_api.c (ffi_translate_args): Fixed typo in argument
1908         list.
1909         (ffi_prep_raw_closure): Use ffi_translate_args, not
1910         ffi_closure_translate.
1911         * src/java_raw_api.c: New file.
1912         * src/ffitest.c (closure_test_fn): New function.
1913         (main): Define `rint' as long long on IA64.  Added new test when
1914         FFI_CLOSURES is defined.
1915         * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
1916         (ffi_abi): Recognize IA64.
1917         (ffi_raw): Added `flt' field.
1918         Added "Java raw API" code.
1919         * configure.in: Recognize ia64.
1920         * Makefile.am (TARGET_SRC_IA64): New macro.
1921         (libffi_la_common_SOURCES): Added java_raw_api.c.
1922         (libffi_la_SOURCES): Define in IA64 case.
1924 2000-01-04  Tom Tromey  <tromey@cygnus.com>
1926         * Makefile.in: Rebuilt with newer automake.
1928 1999-12-31  Tom Tromey  <tromey@cygnus.com>
1930         * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
1932 1999-09-01  Tom Tromey  <tromey@cygnus.com>
1934         * include/ffi.h.in: Removed PACKAGE and VERSION defines and
1935         undefs.
1936         * fficonfig.h.in: Rebuilt.
1937         * configure: Rebuilt.
1938         * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
1939         Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
1940         * acconfig.h: Don't #undef PACKAGE or VERSION.
1942 1999-08-09  Anthony Green  <green@cygnus.com>
1944         * include/ffi.h.in: Try to work around messy header problem
1945         with PACKAGE and VERSION.
1947         * configure: Rebuilt.
1948         * configure.in: Change version to 2.00-beta.
1950         * fficonfig.h.in: Rebuilt.
1951         * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
1953         * src/x86/ffi.c (ffi_raw_call): Rename.
1955 1999-08-02  Kresten Krab Thorup  <krab@dominiq.is.s.u-tokyo.ac.jp>
1957         * src/x86/ffi.c (ffi_closure_SYSV): New function.
1958         (ffi_prep_incoming_args_SYSV): Ditto.
1959         (ffi_prep_closure): Ditto.
1960         (ffi_closure_raw_SYSV): Ditto.
1961         (ffi_prep_raw_closure): More ditto.
1962         (ffi_call_raw): Final ditto.
1964         * include/ffi.h.in: Add definitions for closure and raw API.
1966         * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
1967         FFI_TYPE_UINT64.
1969         * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
1971         * src/raw_api.c: New file.
1973         * include/ffi.h.in (ffi_raw): New type.
1974         (UINT_ARG, SINT_ARG): New defines.
1975         (ffi_closure, ffi_raw_closure): New types.
1976         (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
1978         * configure.in: Add check for endianness and sizeof void*.
1980         * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
1981         instead of directly.
1983         * configure: Rebuilt.
1985 Thu Jul  8 14:28:42 1999  Anthony Green  <green@cygnus.com>
1987         * configure.in: Add x86 and powerpc BeOS configurations.
1988         From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
1990 1999-05-09  Anthony Green  <green@cygnus.com>
1992         * configure.in: Add warning about this being beta code.
1993         Remove src/Makefile.am from the picture.
1994         * configure: Rebuilt.
1996         * Makefile.am: Move logic from src/Makefile.am.  Add changes
1997         to support libffi as a target library.
1998         * Makefile.in: Rebuilt.
2000         * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
2001         Upgraded to new autoconf, automake, libtool.
2003         * README: Tweaks.
2005         * LICENSE: Update copyright date.
2007         * src/Makefile.am, src/Makefile.in: Removed.
2009 1998-11-29  Anthony Green  <green@cygnus.com>
2011         * include/ChangeLog: Removed.
2012         * src/ChangeLog: Removed.
2013         * src/mips/ChangeLog: Removed.
2014         * src/sparc/ChangeLog: Remboved.
2015         * src/x86/ChangeLog: Removed.
2017         * ChangeLog.v1: Created.