re PR rtl-optimization/8492 (GCC spins forever compiling loop)
[official-gcc.git] / libffi / ChangeLog
blob24323133c9965940f39a05b7e8133f384f07aa50
1 2003-01-22  Andrew Haley  <aph@redhat.com>
3         * src/powerpc/darwin.S (_ffi_call_AIX): Add Augmentation size to
4         unwind info.
6 2003-01-21  Andreas Tobler  <a.tobler@schweiz.ch>
8         * src/powerpc/darwin.S: Add unwind info.
9         * src/powerpc/darwin_closure.S: Likewise.
11 2003-01-14  Andrew Haley  <aph@redhat.com>
13         * src/x86/ffi64.c (ffi_prep_args): Check for void retval.
14         (ffi_prep_cif_machdep): Likewise.
15         * src/x86/unix64.S: Add unwind info.
17 2003-01-14  Andreas Jaeger  <aj@suse.de>
19         * src/ffitest.c (main): Only use ffi_closures if those are
20         supported.
22 2003-01-13 Andreas Tobler <a.tobler@schweiz.ch>
24         * libffi/src/ffitest.c
25          add closure testcases
27 2003-01-13 Kevin B. Hendricks <khendricks@ivey.uwo.ca>
29         * libffi/src/powerpc/ffi.c
30          fix alignment bug for float (4 byte aligned iso 8 byte)
32 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
34         * src/powerpc/ffi_darwin.c: Remove RCS version string.
35         * src/powerpc/darwin.S: Remove RCS version string.
37 2003-01-03  Jeff Sturm  <jsturm@one-point.com>
39         * include/ffi.h.in: Add closure defines for SPARC, SPARC64.
40         * src/ffitest.c (main): Use static storage for closure.
41         * src/sparc/ffi.c (ffi_prep_closure, ffi_closure_sparc_inner): New.
42         * src/sparc/v8.S (ffi_closure_v8): New.
43         * src/sparc/v9.S (ffi_closure_v9): New.
45 2002-11-10  Ranjit Mathew <rmathew@hotmail.com>
47         * include/ffi.h.in: Added FFI_STDCALL ffi_type
48           enumeration for X86_WIN32.
49         * src/x86/win32.S: Added ffi_call_STDCALL function
50           definition.
51         * src/x86/ffi.c (ffi_call/ffi_raw_call): Added
52           switch cases for recognising FFI_STDCALL and
53           calling ffi_call_STDCALL if target is X86_WIN32.
54         * src/ffitest.c (my_stdcall_strlen/stdcall_many):
55           stdcall versions of the "my_strlen" and "many"
56           test functions (for X86_WIN32).
57           Added test cases to test stdcall invocation using
58           these functions.
60 2002-12-02  Kaz Kojima  <kkojima@gcc.gnu.org>
62         * src/sh/sysv.S: Add DWARF2 unwind info.
64 2002-11-27  Ulrich Weigand  <uweigand@de.ibm.com>
66         * src/s390/sysv.S (.eh_frame section): Make section read-only.
68 2002-11-26  Jim Wilson  <wilson@redhat.com>
70         * src/types.c (FFI_TYPE_POINTER): Has size 8 on IA64.
72 2002-11-23  H.J. Lu <hjl@gnu.org>
74         * acinclude.m4: Add dummy AM_PROG_LIBTOOL.
75         Include ../config/accross.m4.
76         * aclocal.m4; Rebuild.
77         * configure: Likewise.
79 2002-11-15  Ulrich Weigand  <uweigand@de.ibm.com>
81         * src/s390/sysv.S (.eh_frame section): Adapt to pcrel FDE encoding.
83 2002-11-11  DJ Delorie  <dj@redhat.com>
85         * configure.in: Look for common files in the right place.
87 2002-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
89         * src/java_raw_api.c (ffi_java_raw_to_ptrarray): Interpret
90         raw data as _Jv_word values, not ffi_raw.
91         (ffi_java_ptrarray_to_raw): Likewise.
92         (ffi_java_rvalue_to_raw): New function.
93         (ffi_java_raw_call): Call it.
94         (ffi_java_raw_to_rvalue): New function.
95         (ffi_java_translate_args): Call it.
96         * src/ffitest.c (closure_test_fn): Interpret return value
97         as ffi_arg, not int.
98         * src/s390/ffi.c (ffi_prep_cif_machdep): Add missing
99         FFI_TYPE_POINTER case.
100         (ffi_closure_helper_SYSV): Likewise.  Also, assume return
101         values extended to word size.
103 2002-10-02  Andreas Jaeger  <aj@suse.de>
105         * src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.
107 2002-10-01  Bo Thorsen  <bo@smetana.suse.de>
109         * include/ffi.h.in: Fix i386 win32 compilation.
111 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
113         * configure.in: Add s390x-*-linux-* target.
114         * configure: Regenerate.
115         * include/ffi.h.in: Define S390X for s390x targets.
116         (FFI_CLOSURES): Define for s390/s390x.
117         (FFI_TRAMPOLINE_SIZE): Likewise.
118         (FFI_NATIVE_RAW_API): Likewise.
119         * src/prep_cif.c (ffi_prep_cif): Do not compute stack space for s390.
120         * src/types.c (FFI_TYPE_POINTER): Use 8-byte pointers on s390x.
121         * src/s390/ffi.c: Major rework of existing code.  Add support for
122         s390x targets.  Add closure support.
123         * src/s390/sysv.S: Likewise.
125 2002-09-29  Richard Earnshaw  <rearnsha@arm.com>
127         * src/arm/sysv.S: Fix typo.
129 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
131         * src/arm/sysv.S: If we don't have machine/asm.h and the pre-processor
132         has defined __USER_LABEL_PREFIX__, then use it in CNAME.
133         (ffi_call_SYSV): Handle soft-float.
135 2002-09-27  Bo Thorsen  <bo@suse.de>
137         * include/ffi.h.in: Fix multilib x86-64 support.
139 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
141         * Makefile.am (all-multi): Fix multilib parallel build.
143 2002-07-19  Kaz Kojima  <kkojima@gcc.gnu.org>
145         * configure.in (sh[34]*-*-linux*): Add brackets.
146         * configure: Regenerate.
148 2002-07-18  Kaz Kojima  <kkojima@gcc.gnu.org>
150         * Makefile.am: Add SH support.
151         * Makefile.in: Regenerate.
152         * configure.in (sh-*-linux*, sh[34]*-*-linux*): Add target.
153         * configure: Regenerate.
154         * include/ffi.h.in: Add SH support.
155         * src/sh/ffi.c: New file.
156         * src/sh/sysv.S: New file.
157         * src/types.c: Add SH support.
159 2002-07-16  Bo Thorsen  <bo@suse.de>
161         * src/x86/ffi64.c: New file that adds x86-64 support.
162         * src/x86/unix64.S: New file that handles argument setup for
163         x86-64.
164         * src/x86/sysv.S: Don't use this on x86-64.
165         * src/x86/ffi.c: Don't use this on x86-64.
166         Remove unused vars.
167         * src/prep_cif.c (ffi_prep_cif): Don't do stack size calculation
168         for x86-64.
169         * src/ffitest.c (struct6): New test that tests a special case in
170         the x86-64 ABI.
171         (struct7): Likewise.
172         (struct8): Likewise.
173         (struct9): Likewise.
174         (closure_test_fn): Silence warning about this when it's not used.
175         (main): Add the new tests.
176         (main): Fix a couple of wrong casts and silence some compiler warnings.
177         * include/ffi.h.in: Add x86-64 ABI definition.
178         * fficonfig.h.in: Regenerate.
179         * Makefile.am: Add x86-64 support.
180         * configure.in: Likewise.
181         * Makefile.in: Regenerate.
182         * configure: Likewise.
184 2002-06-24  Bo Thorsen  <bo@suse.de>
186         * src/types.c: Merge settings for similar architectures.
187         Add x86-64 sizes and alignments.
189 2002-06-23  Bo Thorsen  <bo@suse.de>
191         * src/arm/ffi.c (ffi_prep_args): Remove unused vars.
192         * src/sparc/ffi.c (ffi_prep_args_v8): Likewise.
193         * src/mips/ffi.c (ffi_prep_args): Likewise.
194         * src/m68k/ffi.c (ffi_prep_args): Likewise.
196 2002-07-18  H.J. Lu  (hjl@gnu.org)
198         * Makefile.am (TARGET_SRC_MIPS_LINUX): New.
199         (libffi_la_SOURCES): Support MIPS_LINUX.
200         (libffi_convenience_la_SOURCES): Likewise.
201         * Makefile.in: Regenerated.
203         * configure.in (mips64*-*): Skip.
204         (mips*-*-linux*): New.
205         * configure: Regenerated.
207         * src/mips/ffi.c: Include <sgidefs.h>.
209 2002-06-06  Ulrich Weigand  <uweigand@de.ibm.com>
211         * src/s390/sysv.S: Save/restore %r6.  Add DWARF-2 unwind info.
213 2002-05-27  Roger Sayle  <roger@eyesopen.com>
215         * src/x86/ffi.c (ffi_prep_args): Remove reference to avn.
217 2002-05-27  Bo Thorsen  <bo@suse.de>
219         * src/x86/ffi.c (ffi_prep_args): Remove unused variable and
220         fix formatting.
222 2002-05-13  Andreas Tobler  <a.tobler@schweiz.ch>
224         * src/powerpc/ffi_darwin.c (ffi_prep_closure): Declare fd at
225         beginning of function (for older apple cc).
227 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
229         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
230         script entry, and set LD to it when configuring multilibs.
231         * configure: Rebuilt.
233 2002-05-05  Jason Thorpe  <thorpej@wasabisystems.com>
235         * configure.in (sparc64-*-netbsd*): Add target.
236         (sparc-*-netbsdelf*): Likewise.
237         * configure: Regenerate.
239 2002-04-28  David S. Miller  <davem@redhat.com>
241         * configure.in, configure: Fix SPARC test in previous change.
243 2002-04-29  Gerhard Tonn  <GerhardTonn@swol.de>
245         * Makefile.am: Add Linux for S/390 support.
246         * Makefile.in: Regenerate.
247         * configure.in: Add Linux for S/390 support.
248         * configure: Regenerate.
249         * include/ffi.h.in: Add Linux for S/390 support.
250         * src/s390/ffi.c: New file from libffi CVS tree.
251         * src/s390/sysv.S: New file from libffi CVS tree.
253 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
255         * configure.in (HAVE_AS_SPARC_UA_PCREL): Check for working
256         %r_disp32().
257         * src/sparc/v8.S: Use it.
258         * src/sparc/v9.S: Likewise.
259         * fficonfig.h.in: Rebuilt.
260         * configure: Rebuilt.
262 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
264         * src/java_raw_api.c (ffi_java_raw_size): Handle FFI_TYPE_DOUBLE
265         correctly.
266         * src/ia64/unix.S: Add unwind information. Fix comments.
267         Save sp in a way that's compatible with unwind info.
268         (ffi_call_unix): Correctly restore sp in all cases.
269         * src/ia64/ffi.c: Add, fix comments.
271 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
273         * src/sparc/v8.S: Make .eh_frame dependent on target word size.
275 2002-04-06  Jason Thorpe  <thorpej@wasabisystems.com>
277         * configure.in (alpha*-*-netbsd*): Add target.
278         * configure: Regenerate.
280 2002-04-04  Jeff Sturm  <jsturm@one-point.com>
282         * src/sparc/v8.S: Add unwind info.
283         * src/sparc/v9.S: Likewise.
285 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
287         * configure.in: Enable i*86-*-netbsdelf*.
288         * configure: Rebuilt.
290 2002-03-29  David Billinghurst <David.Billinghurst@riotinto.com>
292         PR other/2620
293         * src/mips/n32.s: Delete
294         * src/mips/o32.s: Delete
296 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
298         * configure.in: Enable alpha*-*-freebsd*.
299         * configure: Rebuilt.
301 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
303         * Makefile.am: libfficonvenience -> libffi_convenience.
304         * Makefile.in: Rebuilt.
306         * Makefile.am: Define ffitest_OBJECTS.
307         * Makefile.in: Rebuilt.
309 2002-03-07  Andreas Tobler  <toa@pop.agri.ch>
310             David Edelsohn  <edelsohn@gnu.org>
312         * Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.
313         (TARGET_SRC_POWERPC_AIX): Add aix_closure.S.
314         (TARGET_SRC_POWERPC_DARWIN): Add darwin_closure.S.
315         * Makefile.in: Regenerate.
316         * include/ffi.h.in: Add AIX and Darwin closure definitions.
317         * src/powerpc/ffi_darwin.c (ffi_prep_closure): New function.
318         (flush_icache, flush_range): New functions.
319         (ffi_closure_helper_DARWIN): New function.
320         * src/powerpc/aix_closure.S: New file.
321         * src/powerpc/darwin_closure.S: New file.
323 2002-02-24  Jeff Sturm  <jsturm@one-point.com>
325         * include/ffi.h.in: Add typedef for ffi_arg.
326         * src/ffitest.c (main): Declare rint with ffi_arg.
328 2002-02-21  Andreas Tobler  <toa@pop.agri.ch>
330         * src/powerpc/ffi_darwin.c (ffi_prep_args): Skip appropriate
331         number of GPRs for floating-point arguments.
333 2002-01-31  Anthony Green  <green@redhat.com>
335         * configure: Rebuilt.
336         * configure.in: Replace CHECK_SIZEOF and endian tests with
337         cross-compiler friendly macros.
338         * aclocal.m4 (AC_COMPILE_CHECK_SIZEOF, AC_C_BIGENDIAN_CROSS): New
339         macros.
341 2002-01-18  David Edelsohn  <edelsohn@gnu.org>
343         * src/powerpc/darwin.S (_ffi_call_AIX): New.
344         * src/powerpc/aix.S (ffi_call_DARWIN): New.
346 2002-01-17  David Edelsohn  <edelsohn@gnu.org>
348         * Makefile.am (EXTRA_DIST): Add Darwin and AIX files.
349         (TARGET_SRC_POWERPC_AIX): New.
350         (POWERPC_AIX): New stanza.
351         * Makefile.in: Regenerate.
352         * configure.in: Add AIX case.
353         * configure: Regenerate.
354         * include/ffi.h.in (ffi_abi): Add FFI_AIX.
355         * src/powerpc/ffi_darwin.c (ffi_status): Use "long" to scale frame
356         size.  Fix "long double" support.
357         (ffi_call): Add FFI_AIX case.
358         * src/powerpc/aix.S: New.
360 2001-10-09  John Hornkvist  <john@toastedmarshmallow.com>
362         Implement Darwin PowerPC ABI.
363         * configure.in: Handle powerpc-*-darwin*.
364         * Makefile.am: Set source files for POWERPC_DARWIN.
365         * configure: Rebuilt.
366         * Makefile.in: Rebuilt.
367         * include/ffi.h.in: Define FFI_DARWIN and FFI_DEFAULT_ABI for
368         POWERPC_DARWIN.
369         * src/powerpc/darwin.S: New file.
370         * src/powerpc/ffi_darwin.c: New file.
372 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
374         * src/x86/ffi.c: Fix spelling error of "separate" as "seperate".
376 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
378         * src/x86/sysv.S: Avoid gas-only .balign directive.
379         Use C style comments.
381 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
383         * src/alpha/ffi.c (ffi_prep_closure): Avoid gas-only mnemonic.
384         Fixes PR bootstrap/3563.
386 2001-06-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
388         * src/alpha/osf.S (ffi_closure_osf): Use .rdata for ECOFF.
390 2001-06-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
392         * configure.in: Recognize sparc*-sun-* host.
393         * configure: Regenerate.
395 2001-06-06  Andrew Haley  <aph@redhat.com>
397         * src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF.
399 2001-06-03  Andrew Haley  <aph@redhat.com>
401         * src/alpha/osf.S: Add unwind info.
402         * src/powerpc/sysv.S: Add unwind info.
403         * src/powerpc/ppc_closure.S: Likewise.
405 2000-05-31  Jeff Sturm  <jsturm@one-point.com>
407         * configure.in: Fix AC_ARG_ENABLE usage.
408         * configure: Rebuilt.
410 2001-05-06  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
412         * configure.in: Remove warning about beta code.
413         * configure: Rebuilt.
415 2001-04-25  Hans Boehm <Hans_Boehm@hp.com>
417         * src/ia64/unix.S: Restore stack pointer when returning from
418         ffi_closure_UNIX.
419         * src/ia64/ffi.c: Fix typo in comment.
421 2001-04-18  Jim Wilson  <wilson@redhat.com>
423         * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2
424         to eliminate RAW DV.
426 2001-04-12  Bryce McKinlay  <bryce@albatross.co.nz>
428         * Makefile.am: Make a libtool convenience library.
429         * Makefile.in: Rebuilt.
431 2001-03-29  Bryce McKinlay  <bryce@albatross.co.nz>
433         * configure.in: Use different syntax for subdirectory creation.
434         * configure: Rebuilt.
436 2001-03-27  Jon Beniston  <jon@beniston.com>
438         * configure.in: Added X86_WIN32 target (Win32, CygWin, MingW).
439         * configure: Rebuilt.
440         * Makefile.am: Added X86_WIN32 target support.
441         * Makefile.in: Rebuilt.
443         * include/ffi.h.in: Added X86_WIN32 target support.
445         * src/ffitest.c: Doesn't run structure tests for X86_WIN32 targets.
446         * src/types.c: Added X86_WIN32 target support.
448         * src/x86/win32.S: New file. Based on sysv.S, but with EH
449         stuff removed and made to work with CygWin's gas.
451 2001-03-26  Bryce McKinlay  <bryce@albatross.co.nz>
453         * configure.in: Make target subdirectory in build dir.
454         * Makefile.am: Override suffix based rules to specify correct output
455         subdirectory.
456         * Makefile.in: Rebuilt.
457         * configure: Rebuilt.
459 2001-03-23  Kevin B Hendricks  <khendricks@ivey.uwo.ca>
461         * src/powerpc/ppc_closure.S: New file.
462         * src/powerpc/ffi.c (ffi_prep_args): Fixed ABI compatibility bug
463         involving long long and register pairs.
464         (ffi_prep_closure): New function.
465         (flush_icache): Likewise.
466         (ffi_closure_helper_SYSV): Likewise.
467         * include/ffi.h.in (FFI_CLOSURES): Define on PPC.
468         (FFI_TRAMPOLINE_SIZE): Likewise.
469         (FFI_NATIVE_RAW_API): Likewise.
470         * Makefile.in: Rebuilt.
471         * Makefile.am (EXTRA_DIST): Added src/powerpc/ppc_closure.S.
472         (TARGET_SRC_POWERPC): Likewise.
474 2001-03-19  Tom Tromey  <tromey@redhat.com>
476         * Makefile.in: Rebuilt.
477         * Makefile.am (ffitest_LDFLAGS): New macro.
479 2001-03-02  Nick Clifton  <nickc@redhat.com>
481         * include/ffi.h.in: Remove RCS ident string.
482         * include/ffi_mips.h: Remove RCS ident string.
483         * src/debug.c: Remove RCS ident string.
484         * src/ffitest.c: Remove RCS ident string.
485         * src/prep_cif.c: Remove RCS ident string.
486         * src/types.c: Remove RCS ident string.
487         * src/alpha/ffi.c: Remove RCS ident string.
488         * src/alpha/osf.S: Remove RCS ident string.
489         * src/arm/ffi.c: Remove RCS ident string.
490         * src/arm/sysv.S: Remove RCS ident string.
491         * src/mips/ffi.c: Remove RCS ident string.
492         * src/mips/n32.S: Remove RCS ident string.
493         * src/mips/o32.S: Remove RCS ident string.
494         * src/sparc/ffi.c: Remove RCS ident string.
495         * src/sparc/v8.S: Remove RCS ident string.
496         * src/sparc/v9.S: Remove RCS ident string.
497         * src/x86/ffi.c: Remove RCS ident string.
498         * src/x86/sysv.S: Remove RCS ident string.
500 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
502         * include/ffi.h.in: Change sourceware.cygnus.com references to
503         gcc.gnu.org.
505 2000-12-09  Richard Henderson  <rth@redhat.com>
507         * src/alpha/ffi.c (ffi_call): Simplify struct return test.
508         (ffi_closure_osf_inner): Index rather than increment avalue
509         and arg_types.  Give ffi_closure_osf the raw return value type.
510         * src/alpha/osf.S (ffi_closure_osf): Handle return value type
511         promotion.
513 2000-12-07  Richard Henderson  <rth@redhat.com>
515         * src/raw_api.c (ffi_translate_args): Fix typo.
516         (ffi_prep_closure): Likewise.
518         * include/ffi.h.in [ALPHA]: Define FFI_CLOSURES and
519         FFI_TRAMPOLINE_SIZE.
520         * src/alpha/ffi.c (ffi_prep_cif_machdep): Adjust minimal
521         cif->bytes for new ffi_call_osf implementation.
522         (ffi_prep_args): Absorb into ...
523         (ffi_call): ... here.  Do all stack allocation here and
524         avoid a callback function.
525         (ffi_prep_closure, ffi_closure_osf_inner): New.
526         * src/alpha/osf.S (ffi_call_osf): Reimplement with no callback.
527         (ffi_closure_osf): New.
529 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
531         * config.guess, config.sub, install-sh: Removed.
532         * ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise.
533         * Makefile.in: Rebuilt.
535         * acinclude.m4: Include libtool macros from the top level.
536         * aclocal.m4, configure: Rebuilt.
538 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
540         * configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set.
541         * configure: Rebuilt.
543 2000-05-11  Scott Bambrough  <scottb@netwinder.org>
545         * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to
546         memory correctly.  Use conditional instructions, not branches where
547         possible.
549 2000-05-04  Tom Tromey  <tromey@cygnus.com>
551         * configure: Rebuilt.
552         * configure.in: Match `arm*-*-linux-*'.
553         From Chris Dornan <cdornan@arm.com>.
555 2000-04-28  Jakub Jelinek  <jakub@redhat.com>
557         * Makefile.am (SUBDIRS): Define.
558         (AM_MAKEFLAGS): Likewise.
559         (Multilib support.): Add section.
560         * Makefile.in: Rebuilt.
561         * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
562         New variables. Set for gcc using -print-multi-lib. Export them
563         to libtool.
564         (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
565         * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
566         for -shared links.
567         (extra_compiler_flags_value, extra_compiler_flags): Check these
568         for extra compiler options which need to be passed down in
569         compiler_flags.
571 2000-04-16  Anthony Green  <green@redhat.com>
573         * configure: Rebuilt.
574         * configure.in: Change i*86-pc-linux* to i*86-*-linux*.
576 2000-04-14  Jakub Jelinek  <jakub@redhat.com>
578         * include/ffi.h.in (SPARC64): Define for 64bit SPARC builds.
579         Set SPARC FFI_DEFAULT_ABI based on SPARC64 define.
580         * src/sparc/ffi.c (ffi_prep_args_v8): Renamed from ffi_prep_args.
581         Replace all void * sizeofs with sizeof(int).
582         Only compare type with FFI_TYPE_LONGDOUBLE if LONGDOUBLE is
583         different than DOUBLE.
584         Remove FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases (handled elsewhere).
585         (ffi_prep_args_v9): New function.
586         (ffi_prep_cif_machdep): Handle V9 ABI and long long on V8.
587         (ffi_V9_return_struct): New function.
588         (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from
589         32bit code (not yet cross-arch calls).
590         * src/sparc/v8.S: Add struct return delay nop.
591         Handle long long.
592         * src/sparc/v9.S: New file.
593         * src/prep_cif.c (ffi_prep_cif): Return structure pointer
594         is used on sparc64 only for structures larger than 32 bytes.
595         Pass by reference for structures is done for structure arguments
596         larger than 16 bytes.
597         * src/ffitest.c (main): Use 64bit rint on sparc64.
598         Run long long tests on sparc.
599         * src/types.c (FFI_TYPE_POINTER): Pointer is 64bit on alpha and
600         sparc64.
601         (FFI_TYPE_LONGDOUBLE): long double is 128 bit aligned to 128 bits
602         on sparc64.
603         * configure.in (sparc-*-linux*): New supported target.
604         (sparc64-*-linux*): Likewise.
605         * configure: Rebuilt.
606         * Makefile.am: Add v9.S to SPARC files.
607         * Makefile.in: Likewise.
608         (LINK): Surround $(CCLD) into double quotes, so that multilib
609         compiles work correctly.
611 2000-04-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
613         * configure: Rebuilt.
614         * configure.in: (i*86-*-solaris*): New libffi target. Patch
615         proposed by Bryce McKinlay.
617 2000-03-20  Tom Tromey  <tromey@cygnus.com>
619         * Makefile.in: Hand edit for java_raw_api.lo.
621 2000-03-08  Bryce McKinlay  <bryce@albatross.co.nz>
623         * config.guess, config.sub: Update from the gcc tree.
624         Fix for PR libgcj/168.
626 2000-03-03  Tom Tromey  <tromey@cygnus.com>
628         * Makefile.in: Fixed ia64 by hand.
630         * configure: Rebuilt.
631         * configure.in (--enable-multilib): New option.
632         (libffi_basedir): New subst.
633         (AC_OUTPUT): Added multilib code.
635 2000-03-02  Tom Tromey  <tromey@cygnus.com>
637         * Makefile.in: Rebuilt.
638         * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
639         directory name.
641 2000-02-25  Hans Boehm <boehm@acm.org>
643         * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
644         files.
645         * src/raw_api.c (ffi_translate_args): Fixed typo in argument
646         list.
647         (ffi_prep_raw_closure): Use ffi_translate_args, not
648         ffi_closure_translate.
649         * src/java_raw_api.c: New file.
650         * src/ffitest.c (closure_test_fn): New function.
651         (main): Define `rint' as long long on IA64.  Added new test when
652         FFI_CLOSURES is defined.
653         * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
654         (ffi_abi): Recognize IA64.
655         (ffi_raw): Added `flt' field.
656         Added "Java raw API" code.
657         * configure.in: Recognize ia64.
658         * Makefile.am (TARGET_SRC_IA64): New macro.
659         (libffi_la_common_SOURCES): Added java_raw_api.c.
660         (libffi_la_SOURCES): Define in IA64 case.
662 2000-01-04  Tom Tromey  <tromey@cygnus.com>
664         * Makefile.in: Rebuilt with newer automake.
666 1999-12-31  Tom Tromey  <tromey@cygnus.com>
668         * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
670 1999-09-01  Tom Tromey  <tromey@cygnus.com>
672         * include/ffi.h.in: Removed PACKAGE and VERSION defines and
673         undefs.
674         * fficonfig.h.in: Rebuilt.
675         * configure: Rebuilt.
676         * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
677         Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
678         * acconfig.h: Don't #undef PACKAGE or VERSION.
680 1999-08-09  Anthony Green  <green@cygnus.com>
682         * include/ffi.h.in: Try to work around messy header problem
683         with PACKAGE and VERSION.
685         * configure: Rebuilt.
686         * configure.in: Change version to 2.00-beta.
688         * fficonfig.h.in: Rebuilt.
689         * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
691         * src/x86/ffi.c (ffi_raw_call): Rename.
693 1999-08-02  Kresten Krab Thorup  <krab@dominiq.is.s.u-tokyo.ac.jp>
695         * src/x86/ffi.c (ffi_closure_SYSV): New function.
696         (ffi_prep_incoming_args_SYSV): Ditto.
697         (ffi_prep_closure): Ditto.
698         (ffi_closure_raw_SYSV): Ditto.
699         (ffi_prep_raw_closure): More ditto.
700         (ffi_call_raw): Final ditto.
702         * include/ffi.h.in: Add definitions for closure and raw API.
704         * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
705         FFI_TYPE_UINT64.
707         * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
709         * src/raw_api.c: New file.
711         * include/ffi.h.in (ffi_raw): New type.
712         (UINT_ARG, SINT_ARG): New defines.
713         (ffi_closure, ffi_raw_closure): New types.
714         (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
716         * configure.in: Add check for endianness and sizeof void*.
718         * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
719         instead of directly.
721         * configure: Rebuilt.
723 Thu Jul  8 14:28:42 1999  Anthony Green  <green@cygnus.com>
725         * configure.in: Add x86 and powerpc BeOS configurations.
726         From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
728 1999-05-09  Anthony Green  <green@cygnus.com>
730         * configure.in: Add warning about this being beta code.
731         Remove src/Makefile.am from the picture.
732         * configure: Rebuilt.
734         * Makefile.am: Move logic from src/Makefile.am.  Add changes
735         to support libffi as a target library.
736         * Makefile.in: Rebuilt.
738         * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
739         Upgraded to new autoconf, automake, libtool.
741         * README: Tweaks.
743         * LICENSE: Update copyright date.
745         * src/Makefile.am, src/Makefile.in: Removed.
747 1998-11-29  Anthony Green  <green@cygnus.com>
749         * include/ChangeLog: Removed.
750         * src/ChangeLog: Removed.
751         * src/mips/ChangeLog: Removed.
752         * src/sparc/ChangeLog: Remboved.
753         * src/x86/ChangeLog: Removed.
755         * ChangeLog.v1: Created.