* Fix for PR other/7350
[official-gcc.git] / libffi / ChangeLog
blob319315e515920ac2163682d75d3e82a8c079e5dc
1 2003-02-06  Andreas Tobler <a.tobler@schweiz.ch>
3         * libffi/src/powerpc/darwin_closure.S:
4         Fix alignement bug, allocate 8 bytes for the result.
5         * libffi/src/powerpc/aix_closure.S: 
6         Likewise.
7         * libffi/src/powerpc/ffi_darwin.c:
8         Update stackframe description for aix/darwin_closure.S.
9  
10 2003-02-06  Jakub Jelinek  <jakub@redhat.com>
12         * src/s390/ffi.c (ffi_closure_helper_SYSV): Add hidden visibility
13         attribute.
15 2003-01-31  Christian Cornelssen  <ccorn@cs.tu-berlin.de>,
16             Andreas Schwab  <schwab@suse.de>
18         * configure.in: Adjust command to source config-ml.in to account
19         for changes to the libffi_basedir definition.
20         (libffi_basedir): Remove ${srcdir} from value and include trailing
21         slash if nonempty.
22         
23         * configure: Regenerate.
25 2003-01-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
27         * src/powerpc/ppc_closure.S: Recode to fit shared libs.
29 2003-01-28  Andrew Haley  <aph@redhat.com>
31         * include/ffi.h.in: Enable FFI_CLOSURES for x86_64.
32         * src/x86/ffi64.c (ffi_prep_closure): New.
33         (ffi_closure_UNIX64_inner): New.
34         * src/x86/unix64.S (ffi_closure_UNIX64): New.
36 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
38         * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
39         Remove USE_LIBDIR conditional.
40         * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
41         * Makefile.in, configure: Rebuilt.
43 2003-01027  David Edelsohn  <edelsohn@gnu.org>
45         * Makefile.am (TARGET_SRC_POWERPC_AIX): Fix typo.
46         * Makefile.in: Regenerate.
48 2003-01-22  Andrew Haley  <aph@redhat.com>
50         * src/powerpc/darwin.S (_ffi_call_AIX): Add Augmentation size to
51         unwind info.
53 2003-01-21  Andreas Tobler  <a.tobler@schweiz.ch>
55         * src/powerpc/darwin.S: Add unwind info.
56         * src/powerpc/darwin_closure.S: Likewise.
58 2003-01-14  Andrew Haley  <aph@redhat.com>
60         * src/x86/ffi64.c (ffi_prep_args): Check for void retval.
61         (ffi_prep_cif_machdep): Likewise.
62         * src/x86/unix64.S: Add unwind info.
64 2003-01-14  Andreas Jaeger  <aj@suse.de>
66         * src/ffitest.c (main): Only use ffi_closures if those are
67         supported.
69 2003-01-13 Andreas Tobler <a.tobler@schweiz.ch>
71         * libffi/src/ffitest.c
72          add closure testcases
74 2003-01-13 Kevin B. Hendricks <khendricks@ivey.uwo.ca>
76         * libffi/src/powerpc/ffi.c
77          fix alignment bug for float (4 byte aligned iso 8 byte)
79 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
81         * src/powerpc/ffi_darwin.c: Remove RCS version string.
82         * src/powerpc/darwin.S: Remove RCS version string.
84 2003-01-03  Jeff Sturm  <jsturm@one-point.com>
86         * include/ffi.h.in: Add closure defines for SPARC, SPARC64.
87         * src/ffitest.c (main): Use static storage for closure.
88         * src/sparc/ffi.c (ffi_prep_closure, ffi_closure_sparc_inner): New.
89         * src/sparc/v8.S (ffi_closure_v8): New.
90         * src/sparc/v9.S (ffi_closure_v9): New.
92 2002-11-10  Ranjit Mathew <rmathew@hotmail.com>
94         * include/ffi.h.in: Added FFI_STDCALL ffi_type
95           enumeration for X86_WIN32.
96         * src/x86/win32.S: Added ffi_call_STDCALL function
97           definition.
98         * src/x86/ffi.c (ffi_call/ffi_raw_call): Added
99           switch cases for recognising FFI_STDCALL and
100           calling ffi_call_STDCALL if target is X86_WIN32.
101         * src/ffitest.c (my_stdcall_strlen/stdcall_many):
102           stdcall versions of the "my_strlen" and "many"
103           test functions (for X86_WIN32).
104           Added test cases to test stdcall invocation using
105           these functions.
107 2002-12-02  Kaz Kojima  <kkojima@gcc.gnu.org>
109         * src/sh/sysv.S: Add DWARF2 unwind info.
111 2002-11-27  Ulrich Weigand  <uweigand@de.ibm.com>
113         * src/s390/sysv.S (.eh_frame section): Make section read-only.
115 2002-11-26  Jim Wilson  <wilson@redhat.com>
117         * src/types.c (FFI_TYPE_POINTER): Has size 8 on IA64.
119 2002-11-23  H.J. Lu <hjl@gnu.org>
121         * acinclude.m4: Add dummy AM_PROG_LIBTOOL.
122         Include ../config/accross.m4.
123         * aclocal.m4; Rebuild.
124         * configure: Likewise.
126 2002-11-15  Ulrich Weigand  <uweigand@de.ibm.com>
128         * src/s390/sysv.S (.eh_frame section): Adapt to pcrel FDE encoding.
130 2002-11-11  DJ Delorie  <dj@redhat.com>
132         * configure.in: Look for common files in the right place.
134 2002-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
136         * src/java_raw_api.c (ffi_java_raw_to_ptrarray): Interpret
137         raw data as _Jv_word values, not ffi_raw.
138         (ffi_java_ptrarray_to_raw): Likewise.
139         (ffi_java_rvalue_to_raw): New function.
140         (ffi_java_raw_call): Call it.
141         (ffi_java_raw_to_rvalue): New function.
142         (ffi_java_translate_args): Call it.
143         * src/ffitest.c (closure_test_fn): Interpret return value
144         as ffi_arg, not int.
145         * src/s390/ffi.c (ffi_prep_cif_machdep): Add missing
146         FFI_TYPE_POINTER case.
147         (ffi_closure_helper_SYSV): Likewise.  Also, assume return
148         values extended to word size.
150 2002-10-02  Andreas Jaeger  <aj@suse.de>
152         * src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.
154 2002-10-01  Bo Thorsen  <bo@smetana.suse.de>
156         * include/ffi.h.in: Fix i386 win32 compilation.
158 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
160         * configure.in: Add s390x-*-linux-* target.
161         * configure: Regenerate.
162         * include/ffi.h.in: Define S390X for s390x targets.
163         (FFI_CLOSURES): Define for s390/s390x.
164         (FFI_TRAMPOLINE_SIZE): Likewise.
165         (FFI_NATIVE_RAW_API): Likewise.
166         * src/prep_cif.c (ffi_prep_cif): Do not compute stack space for s390.
167         * src/types.c (FFI_TYPE_POINTER): Use 8-byte pointers on s390x.
168         * src/s390/ffi.c: Major rework of existing code.  Add support for
169         s390x targets.  Add closure support.
170         * src/s390/sysv.S: Likewise.
172 2002-09-29  Richard Earnshaw  <rearnsha@arm.com>
174         * src/arm/sysv.S: Fix typo.
176 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
178         * src/arm/sysv.S: If we don't have machine/asm.h and the pre-processor
179         has defined __USER_LABEL_PREFIX__, then use it in CNAME.
180         (ffi_call_SYSV): Handle soft-float.
182 2002-09-27  Bo Thorsen  <bo@suse.de>
184         * include/ffi.h.in: Fix multilib x86-64 support.
186 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
188         * Makefile.am (all-multi): Fix multilib parallel build.
190 2002-07-19  Kaz Kojima  <kkojima@gcc.gnu.org>
192         * configure.in (sh[34]*-*-linux*): Add brackets.
193         * configure: Regenerate.
195 2002-07-18  Kaz Kojima  <kkojima@gcc.gnu.org>
197         * Makefile.am: Add SH support.
198         * Makefile.in: Regenerate.
199         * configure.in (sh-*-linux*, sh[34]*-*-linux*): Add target.
200         * configure: Regenerate.
201         * include/ffi.h.in: Add SH support.
202         * src/sh/ffi.c: New file.
203         * src/sh/sysv.S: New file.
204         * src/types.c: Add SH support.
206 2002-07-16  Bo Thorsen  <bo@suse.de>
208         * src/x86/ffi64.c: New file that adds x86-64 support.
209         * src/x86/unix64.S: New file that handles argument setup for
210         x86-64.
211         * src/x86/sysv.S: Don't use this on x86-64.
212         * src/x86/ffi.c: Don't use this on x86-64.
213         Remove unused vars.
214         * src/prep_cif.c (ffi_prep_cif): Don't do stack size calculation
215         for x86-64.
216         * src/ffitest.c (struct6): New test that tests a special case in
217         the x86-64 ABI.
218         (struct7): Likewise.
219         (struct8): Likewise.
220         (struct9): Likewise.
221         (closure_test_fn): Silence warning about this when it's not used.
222         (main): Add the new tests.
223         (main): Fix a couple of wrong casts and silence some compiler warnings.
224         * include/ffi.h.in: Add x86-64 ABI definition.
225         * fficonfig.h.in: Regenerate.
226         * Makefile.am: Add x86-64 support.
227         * configure.in: Likewise.
228         * Makefile.in: Regenerate.
229         * configure: Likewise.
231 2002-06-24  Bo Thorsen  <bo@suse.de>
233         * src/types.c: Merge settings for similar architectures.
234         Add x86-64 sizes and alignments.
236 2002-06-23  Bo Thorsen  <bo@suse.de>
238         * src/arm/ffi.c (ffi_prep_args): Remove unused vars.
239         * src/sparc/ffi.c (ffi_prep_args_v8): Likewise.
240         * src/mips/ffi.c (ffi_prep_args): Likewise.
241         * src/m68k/ffi.c (ffi_prep_args): Likewise.
243 2002-07-18  H.J. Lu  (hjl@gnu.org)
245         * Makefile.am (TARGET_SRC_MIPS_LINUX): New.
246         (libffi_la_SOURCES): Support MIPS_LINUX.
247         (libffi_convenience_la_SOURCES): Likewise.
248         * Makefile.in: Regenerated.
250         * configure.in (mips64*-*): Skip.
251         (mips*-*-linux*): New.
252         * configure: Regenerated.
254         * src/mips/ffi.c: Include <sgidefs.h>.
256 2002-06-06  Ulrich Weigand  <uweigand@de.ibm.com>
258         * src/s390/sysv.S: Save/restore %r6.  Add DWARF-2 unwind info.
260 2002-05-27  Roger Sayle  <roger@eyesopen.com>
262         * src/x86/ffi.c (ffi_prep_args): Remove reference to avn.
264 2002-05-27  Bo Thorsen  <bo@suse.de>
266         * src/x86/ffi.c (ffi_prep_args): Remove unused variable and
267         fix formatting.
269 2002-05-13  Andreas Tobler  <a.tobler@schweiz.ch>
271         * src/powerpc/ffi_darwin.c (ffi_prep_closure): Declare fd at
272         beginning of function (for older apple cc).
274 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
276         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
277         script entry, and set LD to it when configuring multilibs.
278         * configure: Rebuilt.
280 2002-05-05  Jason Thorpe  <thorpej@wasabisystems.com>
282         * configure.in (sparc64-*-netbsd*): Add target.
283         (sparc-*-netbsdelf*): Likewise.
284         * configure: Regenerate.
286 2002-04-28  David S. Miller  <davem@redhat.com>
288         * configure.in, configure: Fix SPARC test in previous change.
290 2002-04-29  Gerhard Tonn  <GerhardTonn@swol.de>
292         * Makefile.am: Add Linux for S/390 support.
293         * Makefile.in: Regenerate.
294         * configure.in: Add Linux for S/390 support.
295         * configure: Regenerate.
296         * include/ffi.h.in: Add Linux for S/390 support.
297         * src/s390/ffi.c: New file from libffi CVS tree.
298         * src/s390/sysv.S: New file from libffi CVS tree.
300 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
302         * configure.in (HAVE_AS_SPARC_UA_PCREL): Check for working
303         %r_disp32().
304         * src/sparc/v8.S: Use it.
305         * src/sparc/v9.S: Likewise.
306         * fficonfig.h.in: Rebuilt.
307         * configure: Rebuilt.
309 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
311         * src/java_raw_api.c (ffi_java_raw_size): Handle FFI_TYPE_DOUBLE
312         correctly.
313         * src/ia64/unix.S: Add unwind information. Fix comments.
314         Save sp in a way that's compatible with unwind info.
315         (ffi_call_unix): Correctly restore sp in all cases.
316         * src/ia64/ffi.c: Add, fix comments.
318 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
320         * src/sparc/v8.S: Make .eh_frame dependent on target word size.
322 2002-04-06  Jason Thorpe  <thorpej@wasabisystems.com>
324         * configure.in (alpha*-*-netbsd*): Add target.
325         * configure: Regenerate.
327 2002-04-04  Jeff Sturm  <jsturm@one-point.com>
329         * src/sparc/v8.S: Add unwind info.
330         * src/sparc/v9.S: Likewise.
332 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
334         * configure.in: Enable i*86-*-netbsdelf*.
335         * configure: Rebuilt.
337 2002-03-29  David Billinghurst <David.Billinghurst@riotinto.com>
339         PR other/2620
340         * src/mips/n32.s: Delete
341         * src/mips/o32.s: Delete
343 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
345         * configure.in: Enable alpha*-*-freebsd*.
346         * configure: Rebuilt.
348 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
350         * Makefile.am: libfficonvenience -> libffi_convenience.
351         * Makefile.in: Rebuilt.
353         * Makefile.am: Define ffitest_OBJECTS.
354         * Makefile.in: Rebuilt.
356 2002-03-07  Andreas Tobler  <toa@pop.agri.ch>
357             David Edelsohn  <edelsohn@gnu.org>
359         * Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.
360         (TARGET_SRC_POWERPC_AIX): Add aix_closure.S.
361         (TARGET_SRC_POWERPC_DARWIN): Add darwin_closure.S.
362         * Makefile.in: Regenerate.
363         * include/ffi.h.in: Add AIX and Darwin closure definitions.
364         * src/powerpc/ffi_darwin.c (ffi_prep_closure): New function.
365         (flush_icache, flush_range): New functions.
366         (ffi_closure_helper_DARWIN): New function.
367         * src/powerpc/aix_closure.S: New file.
368         * src/powerpc/darwin_closure.S: New file.
370 2002-02-24  Jeff Sturm  <jsturm@one-point.com>
372         * include/ffi.h.in: Add typedef for ffi_arg.
373         * src/ffitest.c (main): Declare rint with ffi_arg.
375 2002-02-21  Andreas Tobler  <toa@pop.agri.ch>
377         * src/powerpc/ffi_darwin.c (ffi_prep_args): Skip appropriate
378         number of GPRs for floating-point arguments.
380 2002-01-31  Anthony Green  <green@redhat.com>
382         * configure: Rebuilt.
383         * configure.in: Replace CHECK_SIZEOF and endian tests with
384         cross-compiler friendly macros.
385         * aclocal.m4 (AC_COMPILE_CHECK_SIZEOF, AC_C_BIGENDIAN_CROSS): New
386         macros.
388 2002-01-18  David Edelsohn  <edelsohn@gnu.org>
390         * src/powerpc/darwin.S (_ffi_call_AIX): New.
391         * src/powerpc/aix.S (ffi_call_DARWIN): New.
393 2002-01-17  David Edelsohn  <edelsohn@gnu.org>
395         * Makefile.am (EXTRA_DIST): Add Darwin and AIX files.
396         (TARGET_SRC_POWERPC_AIX): New.
397         (POWERPC_AIX): New stanza.
398         * Makefile.in: Regenerate.
399         * configure.in: Add AIX case.
400         * configure: Regenerate.
401         * include/ffi.h.in (ffi_abi): Add FFI_AIX.
402         * src/powerpc/ffi_darwin.c (ffi_status): Use "long" to scale frame
403         size.  Fix "long double" support.
404         (ffi_call): Add FFI_AIX case.
405         * src/powerpc/aix.S: New.
407 2001-10-09  John Hornkvist  <john@toastedmarshmallow.com>
409         Implement Darwin PowerPC ABI.
410         * configure.in: Handle powerpc-*-darwin*.
411         * Makefile.am: Set source files for POWERPC_DARWIN.
412         * configure: Rebuilt.
413         * Makefile.in: Rebuilt.
414         * include/ffi.h.in: Define FFI_DARWIN and FFI_DEFAULT_ABI for
415         POWERPC_DARWIN.
416         * src/powerpc/darwin.S: New file.
417         * src/powerpc/ffi_darwin.c: New file.
419 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
421         * src/x86/ffi.c: Fix spelling error of "separate" as "seperate".
423 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
425         * src/x86/sysv.S: Avoid gas-only .balign directive.
426         Use C style comments.
428 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
430         * src/alpha/ffi.c (ffi_prep_closure): Avoid gas-only mnemonic.
431         Fixes PR bootstrap/3563.
433 2001-06-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
435         * src/alpha/osf.S (ffi_closure_osf): Use .rdata for ECOFF.
437 2001-06-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
439         * configure.in: Recognize sparc*-sun-* host.
440         * configure: Regenerate.
442 2001-06-06  Andrew Haley  <aph@redhat.com>
444         * src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF.
446 2001-06-03  Andrew Haley  <aph@redhat.com>
448         * src/alpha/osf.S: Add unwind info.
449         * src/powerpc/sysv.S: Add unwind info.
450         * src/powerpc/ppc_closure.S: Likewise.
452 2000-05-31  Jeff Sturm  <jsturm@one-point.com>
454         * configure.in: Fix AC_ARG_ENABLE usage.
455         * configure: Rebuilt.
457 2001-05-06  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
459         * configure.in: Remove warning about beta code.
460         * configure: Rebuilt.
462 2001-04-25  Hans Boehm <Hans_Boehm@hp.com>
464         * src/ia64/unix.S: Restore stack pointer when returning from
465         ffi_closure_UNIX.
466         * src/ia64/ffi.c: Fix typo in comment.
468 2001-04-18  Jim Wilson  <wilson@redhat.com>
470         * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2
471         to eliminate RAW DV.
473 2001-04-12  Bryce McKinlay  <bryce@albatross.co.nz>
475         * Makefile.am: Make a libtool convenience library.
476         * Makefile.in: Rebuilt.
478 2001-03-29  Bryce McKinlay  <bryce@albatross.co.nz>
480         * configure.in: Use different syntax for subdirectory creation.
481         * configure: Rebuilt.
483 2001-03-27  Jon Beniston  <jon@beniston.com>
485         * configure.in: Added X86_WIN32 target (Win32, CygWin, MingW).
486         * configure: Rebuilt.
487         * Makefile.am: Added X86_WIN32 target support.
488         * Makefile.in: Rebuilt.
490         * include/ffi.h.in: Added X86_WIN32 target support.
492         * src/ffitest.c: Doesn't run structure tests for X86_WIN32 targets.
493         * src/types.c: Added X86_WIN32 target support.
495         * src/x86/win32.S: New file. Based on sysv.S, but with EH
496         stuff removed and made to work with CygWin's gas.
498 2001-03-26  Bryce McKinlay  <bryce@albatross.co.nz>
500         * configure.in: Make target subdirectory in build dir.
501         * Makefile.am: Override suffix based rules to specify correct output
502         subdirectory.
503         * Makefile.in: Rebuilt.
504         * configure: Rebuilt.
506 2001-03-23  Kevin B Hendricks  <khendricks@ivey.uwo.ca>
508         * src/powerpc/ppc_closure.S: New file.
509         * src/powerpc/ffi.c (ffi_prep_args): Fixed ABI compatibility bug
510         involving long long and register pairs.
511         (ffi_prep_closure): New function.
512         (flush_icache): Likewise.
513         (ffi_closure_helper_SYSV): Likewise.
514         * include/ffi.h.in (FFI_CLOSURES): Define on PPC.
515         (FFI_TRAMPOLINE_SIZE): Likewise.
516         (FFI_NATIVE_RAW_API): Likewise.
517         * Makefile.in: Rebuilt.
518         * Makefile.am (EXTRA_DIST): Added src/powerpc/ppc_closure.S.
519         (TARGET_SRC_POWERPC): Likewise.
521 2001-03-19  Tom Tromey  <tromey@redhat.com>
523         * Makefile.in: Rebuilt.
524         * Makefile.am (ffitest_LDFLAGS): New macro.
526 2001-03-02  Nick Clifton  <nickc@redhat.com>
528         * include/ffi.h.in: Remove RCS ident string.
529         * include/ffi_mips.h: Remove RCS ident string.
530         * src/debug.c: Remove RCS ident string.
531         * src/ffitest.c: Remove RCS ident string.
532         * src/prep_cif.c: Remove RCS ident string.
533         * src/types.c: Remove RCS ident string.
534         * src/alpha/ffi.c: Remove RCS ident string.
535         * src/alpha/osf.S: Remove RCS ident string.
536         * src/arm/ffi.c: Remove RCS ident string.
537         * src/arm/sysv.S: Remove RCS ident string.
538         * src/mips/ffi.c: Remove RCS ident string.
539         * src/mips/n32.S: Remove RCS ident string.
540         * src/mips/o32.S: Remove RCS ident string.
541         * src/sparc/ffi.c: Remove RCS ident string.
542         * src/sparc/v8.S: Remove RCS ident string.
543         * src/sparc/v9.S: Remove RCS ident string.
544         * src/x86/ffi.c: Remove RCS ident string.
545         * src/x86/sysv.S: Remove RCS ident string.
547 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
549         * include/ffi.h.in: Change sourceware.cygnus.com references to
550         gcc.gnu.org.
552 2000-12-09  Richard Henderson  <rth@redhat.com>
554         * src/alpha/ffi.c (ffi_call): Simplify struct return test.
555         (ffi_closure_osf_inner): Index rather than increment avalue
556         and arg_types.  Give ffi_closure_osf the raw return value type.
557         * src/alpha/osf.S (ffi_closure_osf): Handle return value type
558         promotion.
560 2000-12-07  Richard Henderson  <rth@redhat.com>
562         * src/raw_api.c (ffi_translate_args): Fix typo.
563         (ffi_prep_closure): Likewise.
565         * include/ffi.h.in [ALPHA]: Define FFI_CLOSURES and
566         FFI_TRAMPOLINE_SIZE.
567         * src/alpha/ffi.c (ffi_prep_cif_machdep): Adjust minimal
568         cif->bytes for new ffi_call_osf implementation.
569         (ffi_prep_args): Absorb into ...
570         (ffi_call): ... here.  Do all stack allocation here and
571         avoid a callback function.
572         (ffi_prep_closure, ffi_closure_osf_inner): New.
573         * src/alpha/osf.S (ffi_call_osf): Reimplement with no callback.
574         (ffi_closure_osf): New.
576 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
578         * config.guess, config.sub, install-sh: Removed.
579         * ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise.
580         * Makefile.in: Rebuilt.
582         * acinclude.m4: Include libtool macros from the top level.
583         * aclocal.m4, configure: Rebuilt.
585 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
587         * configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set.
588         * configure: Rebuilt.
590 2000-05-11  Scott Bambrough  <scottb@netwinder.org>
592         * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to
593         memory correctly.  Use conditional instructions, not branches where
594         possible.
596 2000-05-04  Tom Tromey  <tromey@cygnus.com>
598         * configure: Rebuilt.
599         * configure.in: Match `arm*-*-linux-*'.
600         From Chris Dornan <cdornan@arm.com>.
602 2000-04-28  Jakub Jelinek  <jakub@redhat.com>
604         * Makefile.am (SUBDIRS): Define.
605         (AM_MAKEFLAGS): Likewise.
606         (Multilib support.): Add section.
607         * Makefile.in: Rebuilt.
608         * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
609         New variables. Set for gcc using -print-multi-lib. Export them
610         to libtool.
611         (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
612         * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
613         for -shared links.
614         (extra_compiler_flags_value, extra_compiler_flags): Check these
615         for extra compiler options which need to be passed down in
616         compiler_flags.
618 2000-04-16  Anthony Green  <green@redhat.com>
620         * configure: Rebuilt.
621         * configure.in: Change i*86-pc-linux* to i*86-*-linux*.
623 2000-04-14  Jakub Jelinek  <jakub@redhat.com>
625         * include/ffi.h.in (SPARC64): Define for 64bit SPARC builds.
626         Set SPARC FFI_DEFAULT_ABI based on SPARC64 define.
627         * src/sparc/ffi.c (ffi_prep_args_v8): Renamed from ffi_prep_args.
628         Replace all void * sizeofs with sizeof(int).
629         Only compare type with FFI_TYPE_LONGDOUBLE if LONGDOUBLE is
630         different than DOUBLE.
631         Remove FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases (handled elsewhere).
632         (ffi_prep_args_v9): New function.
633         (ffi_prep_cif_machdep): Handle V9 ABI and long long on V8.
634         (ffi_V9_return_struct): New function.
635         (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from
636         32bit code (not yet cross-arch calls).
637         * src/sparc/v8.S: Add struct return delay nop.
638         Handle long long.
639         * src/sparc/v9.S: New file.
640         * src/prep_cif.c (ffi_prep_cif): Return structure pointer
641         is used on sparc64 only for structures larger than 32 bytes.
642         Pass by reference for structures is done for structure arguments
643         larger than 16 bytes.
644         * src/ffitest.c (main): Use 64bit rint on sparc64.
645         Run long long tests on sparc.
646         * src/types.c (FFI_TYPE_POINTER): Pointer is 64bit on alpha and
647         sparc64.
648         (FFI_TYPE_LONGDOUBLE): long double is 128 bit aligned to 128 bits
649         on sparc64.
650         * configure.in (sparc-*-linux*): New supported target.
651         (sparc64-*-linux*): Likewise.
652         * configure: Rebuilt.
653         * Makefile.am: Add v9.S to SPARC files.
654         * Makefile.in: Likewise.
655         (LINK): Surround $(CCLD) into double quotes, so that multilib
656         compiles work correctly.
658 2000-04-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
660         * configure: Rebuilt.
661         * configure.in: (i*86-*-solaris*): New libffi target. Patch
662         proposed by Bryce McKinlay.
664 2000-03-20  Tom Tromey  <tromey@cygnus.com>
666         * Makefile.in: Hand edit for java_raw_api.lo.
668 2000-03-08  Bryce McKinlay  <bryce@albatross.co.nz>
670         * config.guess, config.sub: Update from the gcc tree.
671         Fix for PR libgcj/168.
673 2000-03-03  Tom Tromey  <tromey@cygnus.com>
675         * Makefile.in: Fixed ia64 by hand.
677         * configure: Rebuilt.
678         * configure.in (--enable-multilib): New option.
679         (libffi_basedir): New subst.
680         (AC_OUTPUT): Added multilib code.
682 2000-03-02  Tom Tromey  <tromey@cygnus.com>
684         * Makefile.in: Rebuilt.
685         * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
686         directory name.
688 2000-02-25  Hans Boehm <boehm@acm.org>
690         * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
691         files.
692         * src/raw_api.c (ffi_translate_args): Fixed typo in argument
693         list.
694         (ffi_prep_raw_closure): Use ffi_translate_args, not
695         ffi_closure_translate.
696         * src/java_raw_api.c: New file.
697         * src/ffitest.c (closure_test_fn): New function.
698         (main): Define `rint' as long long on IA64.  Added new test when
699         FFI_CLOSURES is defined.
700         * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
701         (ffi_abi): Recognize IA64.
702         (ffi_raw): Added `flt' field.
703         Added "Java raw API" code.
704         * configure.in: Recognize ia64.
705         * Makefile.am (TARGET_SRC_IA64): New macro.
706         (libffi_la_common_SOURCES): Added java_raw_api.c.
707         (libffi_la_SOURCES): Define in IA64 case.
709 2000-01-04  Tom Tromey  <tromey@cygnus.com>
711         * Makefile.in: Rebuilt with newer automake.
713 1999-12-31  Tom Tromey  <tromey@cygnus.com>
715         * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
717 1999-09-01  Tom Tromey  <tromey@cygnus.com>
719         * include/ffi.h.in: Removed PACKAGE and VERSION defines and
720         undefs.
721         * fficonfig.h.in: Rebuilt.
722         * configure: Rebuilt.
723         * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
724         Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
725         * acconfig.h: Don't #undef PACKAGE or VERSION.
727 1999-08-09  Anthony Green  <green@cygnus.com>
729         * include/ffi.h.in: Try to work around messy header problem
730         with PACKAGE and VERSION.
732         * configure: Rebuilt.
733         * configure.in: Change version to 2.00-beta.
735         * fficonfig.h.in: Rebuilt.
736         * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
738         * src/x86/ffi.c (ffi_raw_call): Rename.
740 1999-08-02  Kresten Krab Thorup  <krab@dominiq.is.s.u-tokyo.ac.jp>
742         * src/x86/ffi.c (ffi_closure_SYSV): New function.
743         (ffi_prep_incoming_args_SYSV): Ditto.
744         (ffi_prep_closure): Ditto.
745         (ffi_closure_raw_SYSV): Ditto.
746         (ffi_prep_raw_closure): More ditto.
747         (ffi_call_raw): Final ditto.
749         * include/ffi.h.in: Add definitions for closure and raw API.
751         * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
752         FFI_TYPE_UINT64.
754         * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
756         * src/raw_api.c: New file.
758         * include/ffi.h.in (ffi_raw): New type.
759         (UINT_ARG, SINT_ARG): New defines.
760         (ffi_closure, ffi_raw_closure): New types.
761         (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
763         * configure.in: Add check for endianness and sizeof void*.
765         * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
766         instead of directly.
768         * configure: Rebuilt.
770 Thu Jul  8 14:28:42 1999  Anthony Green  <green@cygnus.com>
772         * configure.in: Add x86 and powerpc BeOS configurations.
773         From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
775 1999-05-09  Anthony Green  <green@cygnus.com>
777         * configure.in: Add warning about this being beta code.
778         Remove src/Makefile.am from the picture.
779         * configure: Rebuilt.
781         * Makefile.am: Move logic from src/Makefile.am.  Add changes
782         to support libffi as a target library.
783         * Makefile.in: Rebuilt.
785         * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
786         Upgraded to new autoconf, automake, libtool.
788         * README: Tweaks.
790         * LICENSE: Update copyright date.
792         * src/Makefile.am, src/Makefile.in: Removed.
794 1998-11-29  Anthony Green  <green@cygnus.com>
796         * include/ChangeLog: Removed.
797         * src/ChangeLog: Removed.
798         * src/mips/ChangeLog: Removed.
799         * src/sparc/ChangeLog: Remboved.
800         * src/x86/ChangeLog: Removed.
802         * ChangeLog.v1: Created.