TODO: Note change in clause 27 docs.
[official-gcc.git] / libffi / ChangeLog
blobc36ff7f5c2929c53795907e8a2ccb015658436f8
1 2002-11-15  Ulrich Weigand  <uweigand@de.ibm.com>
3         * src/s390/sysv.S (.eh_frame section): Adapt to pcrel FDE encoding.
5 2002-11-11  DJ Delorie  <dj@redhat.com>
7         * configure.in: Look for common files in the right place.
9 2002-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
11         * src/java_raw_api.c (ffi_java_raw_to_ptrarray): Interpret
12         raw data as _Jv_word values, not ffi_raw.
13         (ffi_java_ptrarray_to_raw): Likewise.
14         (ffi_java_rvalue_to_raw): New function.
15         (ffi_java_raw_call): Call it.
16         (ffi_java_raw_to_rvalue): New function.
17         (ffi_java_translate_args): Call it.
18         * src/ffitest.c (closure_test_fn): Interpret return value
19         as ffi_arg, not int.
20         * src/s390/ffi.c (ffi_prep_cif_machdep): Add missing
21         FFI_TYPE_POINTER case.
22         (ffi_closure_helper_SYSV): Likewise.  Also, assume return
23         values extended to word size.
25 2002-10-02  Andreas Jaeger  <aj@suse.de>
27         * src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.
29 2002-10-01  Bo Thorsen  <bo@smetana.suse.de>
31         * include/ffi.h.in: Fix i386 win32 compilation.
33 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
35         * configure.in: Add s390x-*-linux-* target.
36         * configure: Regenerate.
37         * include/ffi.h.in: Define S390X for s390x targets.
38         (FFI_CLOSURES): Define for s390/s390x.
39         (FFI_TRAMPOLINE_SIZE): Likewise.
40         (FFI_NATIVE_RAW_API): Likewise.
41         * src/prep_cif.c (ffi_prep_cif): Do not compute stack space for s390.
42         * src/types.c (FFI_TYPE_POINTER): Use 8-byte pointers on s390x.
43         * src/s390/ffi.c: Major rework of existing code.  Add support for 
44         s390x targets.  Add closure support.
45         * src/s390/sysv.S: Likewise.
47 2002-09-29  Richard Earnshaw  <rearnsha@arm.com>
49         * src/arm/sysv.S: Fix typo.
51 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
53         * src/arm/sysv.S: If we don't have machine/asm.h and the pre-processor
54         has defined __USER_LABEL_PREFIX__, then use it in CNAME.
55         (ffi_call_SYSV): Handle soft-float.
57 2002-09-27  Bo Thorsen  <bo@suse.de>
59         * include/ffi.h.in: Fix multilib x86-64 support.
61 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
63         * Makefile.am (all-multi): Fix multilib parallel build.
65 2002-07-19  Kaz Kojima  <kkojima@gcc.gnu.org>
67         * configure.in (sh[34]*-*-linux*): Add brackets.
68         * configure: Regenerate.
70 2002-07-18  Kaz Kojima  <kkojima@gcc.gnu.org>
72         * Makefile.am: Add SH support.
73         * Makefile.in: Regenerate.
74         * configure.in (sh-*-linux*, sh[34]*-*-linux*): Add target.
75         * configure: Regenerate.
76         * include/ffi.h.in: Add SH support.
77         * src/sh/ffi.c: New file.
78         * src/sh/sysv.S: New file.
79         * src/types.c: Add SH support.
81 2002-07-16  Bo Thorsen  <bo@suse.de>
83         * src/x86/ffi64.c: New file that adds x86-64 support.
84         * src/x86/unix64.S: New file that handles argument setup for
85         x86-64.
86         * src/x86/sysv.S: Don't use this on x86-64.
87         * src/x86/ffi.c: Don't use this on x86-64.
88         Remove unused vars.
89         * src/prep_cif.c (ffi_prep_cif): Don't do stack size calculation
90         for x86-64.
91         * src/ffitest.c (struct6): New test that tests a special case in
92         the x86-64 ABI.
93         (struct7): Likewise.
94         (struct8): Likewise.
95         (struct9): Likewise.
96         (closure_test_fn): Silence warning about this when it's not used.
97         (main): Add the new tests.
98         (main): Fix a couple of wrong casts and silence some compiler warnings.
99         * include/ffi.h.in: Add x86-64 ABI definition.
100         * fficonfig.h.in: Regenerate.
101         * Makefile.am: Add x86-64 support.
102         * configure.in: Likewise.
103         * Makefile.in: Regenerate.
104         * configure: Likewise.
106 2002-06-24  Bo Thorsen  <bo@suse.de>
108         * src/types.c: Merge settings for similar architectures.
109         Add x86-64 sizes and alignments.
111 2002-06-23  Bo Thorsen  <bo@suse.de>
113         * src/arm/ffi.c (ffi_prep_args): Remove unused vars.
114         * src/sparc/ffi.c (ffi_prep_args_v8): Likewise.
115         * src/mips/ffi.c (ffi_prep_args): Likewise.
116         * src/m68k/ffi.c (ffi_prep_args): Likewise.
118 2002-07-18  H.J. Lu  (hjl@gnu.org)
120         * Makefile.am (TARGET_SRC_MIPS_LINUX): New.
121         (libffi_la_SOURCES): Support MIPS_LINUX.
122         (libffi_convenience_la_SOURCES): Likewise.
123         * Makefile.in: Regenerated.
125         * configure.in (mips64*-*): Skip.
126         (mips*-*-linux*): New.
127         * configure: Regenerated.
129         * src/mips/ffi.c: Include <sgidefs.h>.
131 2002-06-06  Ulrich Weigand  <uweigand@de.ibm.com>
133         * src/s390/sysv.S: Save/restore %r6.  Add DWARF-2 unwind info.
135 2002-05-27  Roger Sayle  <roger@eyesopen.com>
137         * src/x86/ffi.c (ffi_prep_args): Remove reference to avn.
139 2002-05-27  Bo Thorsen  <bo@suse.de>
141         * src/x86/ffi.c (ffi_prep_args): Remove unused variable and
142         fix formatting.
144 2002-05-13  Andreas Tobler  <a.tobler@schweiz.ch>
146         * src/powerpc/ffi_darwin.c (ffi_prep_closure): Declare fd at
147         beginning of function (for older apple cc).
149 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
151         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
152         script entry, and set LD to it when configuring multilibs.
153         * configure: Rebuilt.
155 2002-05-05  Jason Thorpe  <thorpej@wasabisystems.com>
157         * configure.in (sparc64-*-netbsd*): Add target.
158         (sparc-*-netbsdelf*): Likewise.
159         * configure: Regenerate.
161 2002-04-28  David S. Miller  <davem@redhat.com>
163         * configure.in, configure: Fix SPARC test in previous change.
165 2002-04-29  Gerhard Tonn  <GerhardTonn@swol.de>
167         * Makefile.am: Add Linux for S/390 support.
168         * Makefile.in: Regenerate.
169         * configure.in: Add Linux for S/390 support.
170         * configure: Regenerate.
171         * include/ffi.h.in: Add Linux for S/390 support.
172         * src/s390/ffi.c: New file from libffi CVS tree.
173         * src/s390/sysv.S: New file from libffi CVS tree.
175 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
177         * configure.in (HAVE_AS_SPARC_UA_PCREL): Check for working
178         %r_disp32().
179         * src/sparc/v8.S: Use it.
180         * src/sparc/v9.S: Likewise.
181         * fficonfig.h.in: Rebuilt.
182         * configure: Rebuilt.
184 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
186         * src/java_raw_api.c (ffi_java_raw_size): Handle FFI_TYPE_DOUBLE
187         correctly.
188         * src/ia64/unix.S: Add unwind information. Fix comments.
189         Save sp in a way that's compatible with unwind info.
190         (ffi_call_unix): Correctly restore sp in all cases.
191         * src/ia64/ffi.c: Add, fix comments.
193 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
195         * src/sparc/v8.S: Make .eh_frame dependent on target word size.
197 2002-04-06  Jason Thorpe  <thorpej@wasabisystems.com>
199         * configure.in (alpha*-*-netbsd*): Add target.
200         * configure: Regenerate.
202 2002-04-04  Jeff Sturm  <jsturm@one-point.com>
204         * src/sparc/v8.S: Add unwind info.
205         * src/sparc/v9.S: Likewise.
207 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
209         * configure.in: Enable i*86-*-netbsdelf*.
210         * configure: Rebuilt.
211         
212 2002-03-29  David Billinghurst <David.Billinghurst@riotinto.com>
214         PR other/2620
215         * src/mips/n32.s: Delete
216         * src/mips/o32.s: Delete
218 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
220         * configure.in: Enable alpha*-*-freebsd*.
221         * configure: Rebuilt.
223 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
225         * Makefile.am: libfficonvenience -> libffi_convenience.
226         * Makefile.in: Rebuilt.
227         
228         * Makefile.am: Define ffitest_OBJECTS.
229         * Makefile.in: Rebuilt.
231 2002-03-07  Andreas Tobler  <toa@pop.agri.ch>
232             David Edelsohn  <edelsohn@gnu.org>
234         * Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.
235         (TARGET_SRC_POWERPC_AIX): Add aix_closure.S.
236         (TARGET_SRC_POWERPC_DARWIN): Add darwin_closure.S.
237         * Makefile.in: Regenerate.
238         * include/ffi.h.in: Add AIX and Darwin closure definitions.
239         * src/powerpc/ffi_darwin.c (ffi_prep_closure): New function.
240         (flush_icache, flush_range): New functions.
241         (ffi_closure_helper_DARWIN): New function.
242         * src/powerpc/aix_closure.S: New file.
243         * src/powerpc/darwin_closure.S: New file.
244         
245 2002-02-24  Jeff Sturm  <jsturm@one-point.com>
247         * include/ffi.h.in: Add typedef for ffi_arg.
248         * src/ffitest.c (main): Declare rint with ffi_arg.
250 2002-02-21  Andreas Tobler  <toa@pop.agri.ch>
252         * src/powerpc/ffi_darwin.c (ffi_prep_args): Skip appropriate
253         number of GPRs for floating-point arguments.
255 2002-01-31  Anthony Green  <green@redhat.com>
257         * configure: Rebuilt.
258         * configure.in: Replace CHECK_SIZEOF and endian tests with
259         cross-compiler friendly macros.
260         * aclocal.m4 (AC_COMPILE_CHECK_SIZEOF, AC_C_BIGENDIAN_CROSS): New
261         macros.
263 2002-01-18  David Edelsohn  <edelsohn@gnu.org>
265         * src/powerpc/darwin.S (_ffi_call_AIX): New.
266         * src/powerpc/aix.S (ffi_call_DARWIN): New.
268 2002-01-17  David Edelsohn  <edelsohn@gnu.org>
270         * Makefile.am (EXTRA_DIST): Add Darwin and AIX files.
271         (TARGET_SRC_POWERPC_AIX): New.
272         (POWERPC_AIX): New stanza.
273         * Makefile.in: Regenerate.
274         * configure.in: Add AIX case.
275         * configure: Regenerate.
276         * include/ffi.h.in (ffi_abi): Add FFI_AIX.
277         * src/powerpc/ffi_darwin.c (ffi_status): Use "long" to scale frame
278         size.  Fix "long double" support.
279         (ffi_call): Add FFI_AIX case.
280         * src/powerpc/aix.S: New.
282 2001-10-09  John Hornkvist  <john@toastedmarshmallow.com>
284         Implement Darwin PowerPC ABI.
285         * configure.in: Handle powerpc-*-darwin*.
286         * Makefile.am: Set source files for POWERPC_DARWIN.
287         * configure: Rebuilt.
288         * Makefile.in: Rebuilt.
289         * include/ffi.h.in: Define FFI_DARWIN and FFI_DEFAULT_ABI for
290         POWERPC_DARWIN.
291         * src/powerpc/darwin.S: New file.
292         * src/powerpc/ffi_darwin.c: New file.
294 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
296         * src/x86/ffi.c: Fix spelling error of "separate" as "seperate".
298 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
300         * src/x86/sysv.S: Avoid gas-only .balign directive.
301         Use C style comments.
303 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
305         * src/alpha/ffi.c (ffi_prep_closure): Avoid gas-only mnemonic.
306         Fixes PR bootstrap/3563.
308 2001-06-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
310         * src/alpha/osf.S (ffi_closure_osf): Use .rdata for ECOFF.
312 2001-06-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
314         * configure.in: Recognize sparc*-sun-* host.
315         * configure: Regenerate.
316         
317 2001-06-06  Andrew Haley  <aph@redhat.com>
319         * src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF.
321 2001-06-03  Andrew Haley  <aph@redhat.com>
323         * src/alpha/osf.S: Add unwind info.
324         * src/powerpc/sysv.S: Add unwind info.
325         * src/powerpc/ppc_closure.S: Likewise.
327 2000-05-31  Jeff Sturm  <jsturm@one-point.com>
329         * configure.in: Fix AC_ARG_ENABLE usage.
330         * configure: Rebuilt.
332 2001-05-06  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
334         * configure.in: Remove warning about beta code.
335         * configure: Rebuilt.
337 2001-04-25  Hans Boehm <Hans_Boehm@hp.com>
339         * src/ia64/unix.S: Restore stack pointer when returning from
340         ffi_closure_UNIX.
341         * src/ia64/ffi.c: Fix typo in comment.
343 2001-04-18  Jim Wilson  <wilson@redhat.com>
345         * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2
346         to eliminate RAW DV.
348 2001-04-12  Bryce McKinlay  <bryce@albatross.co.nz>
350         * Makefile.am: Make a libtool convenience library.
351         * Makefile.in: Rebuilt.
353 2001-03-29  Bryce McKinlay  <bryce@albatross.co.nz>
355         * configure.in: Use different syntax for subdirectory creation.
356         * configure: Rebuilt.
358 2001-03-27  Jon Beniston  <jon@beniston.com>
360         * configure.in: Added X86_WIN32 target (Win32, CygWin, MingW).
361         * configure: Rebuilt.
362         * Makefile.am: Added X86_WIN32 target support.
363         * Makefile.in: Rebuilt.
365         * include/ffi.h.in: Added X86_WIN32 target support.
367         * src/ffitest.c: Doesn't run structure tests for X86_WIN32 targets.
368         * src/types.c: Added X86_WIN32 target support.
370         * src/x86/win32.S: New file. Based on sysv.S, but with EH
371         stuff removed and made to work with CygWin's gas.
373 2001-03-26  Bryce McKinlay  <bryce@albatross.co.nz>
375         * configure.in: Make target subdirectory in build dir.
376         * Makefile.am: Override suffix based rules to specify correct output
377         subdirectory.
378         * Makefile.in: Rebuilt.
379         * configure: Rebuilt.
381 2001-03-23  Kevin B Hendricks  <khendricks@ivey.uwo.ca>
383         * src/powerpc/ppc_closure.S: New file.
384         * src/powerpc/ffi.c (ffi_prep_args): Fixed ABI compatibility bug
385         involving long long and register pairs.
386         (ffi_prep_closure): New function.
387         (flush_icache): Likewise.
388         (ffi_closure_helper_SYSV): Likewise.
389         * include/ffi.h.in (FFI_CLOSURES): Define on PPC.
390         (FFI_TRAMPOLINE_SIZE): Likewise.
391         (FFI_NATIVE_RAW_API): Likewise.
392         * Makefile.in: Rebuilt.
393         * Makefile.am (EXTRA_DIST): Added src/powerpc/ppc_closure.S.
394         (TARGET_SRC_POWERPC): Likewise.
396 2001-03-19  Tom Tromey  <tromey@redhat.com>
398         * Makefile.in: Rebuilt.
399         * Makefile.am (ffitest_LDFLAGS): New macro.
401 2001-03-02  Nick Clifton  <nickc@redhat.com>
403         * include/ffi.h.in: Remove RCS ident string.
404         * include/ffi_mips.h: Remove RCS ident string.
405         * src/debug.c: Remove RCS ident string.
406         * src/ffitest.c: Remove RCS ident string.
407         * src/prep_cif.c: Remove RCS ident string.
408         * src/types.c: Remove RCS ident string.
409         * src/alpha/ffi.c: Remove RCS ident string.
410         * src/alpha/osf.S: Remove RCS ident string.
411         * src/arm/ffi.c: Remove RCS ident string.
412         * src/arm/sysv.S: Remove RCS ident string.
413         * src/mips/ffi.c: Remove RCS ident string.
414         * src/mips/n32.S: Remove RCS ident string.
415         * src/mips/o32.S: Remove RCS ident string.
416         * src/sparc/ffi.c: Remove RCS ident string.
417         * src/sparc/v8.S: Remove RCS ident string.
418         * src/sparc/v9.S: Remove RCS ident string.
419         * src/x86/ffi.c: Remove RCS ident string.
420         * src/x86/sysv.S: Remove RCS ident string.
422 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
424         * include/ffi.h.in: Change sourceware.cygnus.com references to
425         gcc.gnu.org.
427 2000-12-09  Richard Henderson  <rth@redhat.com>
429         * src/alpha/ffi.c (ffi_call): Simplify struct return test.
430         (ffi_closure_osf_inner): Index rather than increment avalue
431         and arg_types.  Give ffi_closure_osf the raw return value type.
432         * src/alpha/osf.S (ffi_closure_osf): Handle return value type
433         promotion.
435 2000-12-07  Richard Henderson  <rth@redhat.com>
437         * src/raw_api.c (ffi_translate_args): Fix typo.
438         (ffi_prep_closure): Likewise.
440         * include/ffi.h.in [ALPHA]: Define FFI_CLOSURES and
441         FFI_TRAMPOLINE_SIZE.
442         * src/alpha/ffi.c (ffi_prep_cif_machdep): Adjust minimal
443         cif->bytes for new ffi_call_osf implementation.
444         (ffi_prep_args): Absorb into ...
445         (ffi_call): ... here.  Do all stack allocation here and
446         avoid a callback function.
447         (ffi_prep_closure, ffi_closure_osf_inner): New.
448         * src/alpha/osf.S (ffi_call_osf): Reimplement with no callback.
449         (ffi_closure_osf): New.
451 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
453         * config.guess, config.sub, install-sh: Removed.
454         * ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise.
455         * Makefile.in: Rebuilt.
457         * acinclude.m4: Include libtool macros from the top level.
458         * aclocal.m4, configure: Rebuilt.
460 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
462         * configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set.
463         * configure: Rebuilt.
465 2000-05-11  Scott Bambrough  <scottb@netwinder.org>
467         * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to 
468         memory correctly.  Use conditional instructions, not branches where 
469         possible.
471 2000-05-04  Tom Tromey  <tromey@cygnus.com>
473         * configure: Rebuilt.
474         * configure.in: Match `arm*-*-linux-*'.
475         From Chris Dornan <cdornan@arm.com>.
477 2000-04-28  Jakub Jelinek  <jakub@redhat.com>
479         * Makefile.am (SUBDIRS): Define.
480         (AM_MAKEFLAGS): Likewise.
481         (Multilib support.): Add section.
482         * Makefile.in: Rebuilt.
483         * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
484         New variables. Set for gcc using -print-multi-lib. Export them
485         to libtool.
486         (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
487         * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
488         for -shared links.
489         (extra_compiler_flags_value, extra_compiler_flags): Check these
490         for extra compiler options which need to be passed down in
491         compiler_flags.
493 2000-04-16  Anthony Green  <green@redhat.com>
495         * configure: Rebuilt.
496         * configure.in: Change i*86-pc-linux* to i*86-*-linux*.
498 2000-04-14  Jakub Jelinek  <jakub@redhat.com>
500         * include/ffi.h.in (SPARC64): Define for 64bit SPARC builds.
501         Set SPARC FFI_DEFAULT_ABI based on SPARC64 define.
502         * src/sparc/ffi.c (ffi_prep_args_v8): Renamed from ffi_prep_args.
503         Replace all void * sizeofs with sizeof(int).
504         Only compare type with FFI_TYPE_LONGDOUBLE if LONGDOUBLE is
505         different than DOUBLE.
506         Remove FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases (handled elsewhere).
507         (ffi_prep_args_v9): New function.
508         (ffi_prep_cif_machdep): Handle V9 ABI and long long on V8.
509         (ffi_V9_return_struct): New function.
510         (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from
511         32bit code (not yet cross-arch calls).
512         * src/sparc/v8.S: Add struct return delay nop.
513         Handle long long.
514         * src/sparc/v9.S: New file.
515         * src/prep_cif.c (ffi_prep_cif): Return structure pointer
516         is used on sparc64 only for structures larger than 32 bytes.
517         Pass by reference for structures is done for structure arguments
518         larger than 16 bytes.
519         * src/ffitest.c (main): Use 64bit rint on sparc64.
520         Run long long tests on sparc.
521         * src/types.c (FFI_TYPE_POINTER): Pointer is 64bit on alpha and
522         sparc64.
523         (FFI_TYPE_LONGDOUBLE): long double is 128 bit aligned to 128 bits
524         on sparc64.
525         * configure.in (sparc-*-linux*): New supported target.
526         (sparc64-*-linux*): Likewise.
527         * configure: Rebuilt.
528         * Makefile.am: Add v9.S to SPARC files.
529         * Makefile.in: Likewise.
530         (LINK): Surround $(CCLD) into double quotes, so that multilib
531         compiles work correctly.
533 2000-04-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
535         * configure: Rebuilt.
536         * configure.in: (i*86-*-solaris*): New libffi target. Patch
537         proposed by Bryce McKinlay.
539 2000-03-20  Tom Tromey  <tromey@cygnus.com>
541         * Makefile.in: Hand edit for java_raw_api.lo.
543 2000-03-08  Bryce McKinlay  <bryce@albatross.co.nz>
545         * config.guess, config.sub: Update from the gcc tree.
546         Fix for PR libgcj/168.
548 2000-03-03  Tom Tromey  <tromey@cygnus.com>
550         * Makefile.in: Fixed ia64 by hand.
552         * configure: Rebuilt.
553         * configure.in (--enable-multilib): New option.
554         (libffi_basedir): New subst.
555         (AC_OUTPUT): Added multilib code.
557 2000-03-02  Tom Tromey  <tromey@cygnus.com>
559         * Makefile.in: Rebuilt.
560         * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
561         directory name.
563 2000-02-25  Hans Boehm <boehm@acm.org>
565         * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
566         files.
567         * src/raw_api.c (ffi_translate_args): Fixed typo in argument
568         list.
569         (ffi_prep_raw_closure): Use ffi_translate_args, not
570         ffi_closure_translate.
571         * src/java_raw_api.c: New file.
572         * src/ffitest.c (closure_test_fn): New function.
573         (main): Define `rint' as long long on IA64.  Added new test when
574         FFI_CLOSURES is defined.
575         * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
576         (ffi_abi): Recognize IA64.
577         (ffi_raw): Added `flt' field.
578         Added "Java raw API" code.
579         * configure.in: Recognize ia64.
580         * Makefile.am (TARGET_SRC_IA64): New macro.
581         (libffi_la_common_SOURCES): Added java_raw_api.c.
582         (libffi_la_SOURCES): Define in IA64 case.
584 2000-01-04  Tom Tromey  <tromey@cygnus.com>
586         * Makefile.in: Rebuilt with newer automake.
588 1999-12-31  Tom Tromey  <tromey@cygnus.com>
590         * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
592 1999-09-01  Tom Tromey  <tromey@cygnus.com>
594         * include/ffi.h.in: Removed PACKAGE and VERSION defines and
595         undefs.
596         * fficonfig.h.in: Rebuilt.
597         * configure: Rebuilt.
598         * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
599         Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
600         * acconfig.h: Don't #undef PACKAGE or VERSION.
602 1999-08-09  Anthony Green  <green@cygnus.com>
604         * include/ffi.h.in: Try to work around messy header problem
605         with PACKAGE and VERSION.
607         * configure: Rebuilt.
608         * configure.in: Change version to 2.00-beta.
610         * fficonfig.h.in: Rebuilt.
611         * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
613         * src/x86/ffi.c (ffi_raw_call): Rename.
615 1999-08-02  Kresten Krab Thorup  <krab@dominiq.is.s.u-tokyo.ac.jp>
617         * src/x86/ffi.c (ffi_closure_SYSV): New function.
618         (ffi_prep_incoming_args_SYSV): Ditto.
619         (ffi_prep_closure): Ditto.
620         (ffi_closure_raw_SYSV): Ditto.
621         (ffi_prep_raw_closure): More ditto.
622         (ffi_call_raw): Final ditto.
624         * include/ffi.h.in: Add definitions for closure and raw API.
626         * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
627         FFI_TYPE_UINT64.  
629         * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
631         * src/raw_api.c: New file.
633         * include/ffi.h.in (ffi_raw): New type.
634         (UINT_ARG, SINT_ARG): New defines.
635         (ffi_closure, ffi_raw_closure): New types.
636         (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
637         
638         * configure.in: Add check for endianness and sizeof void*.
640         * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
641         instead of directly.
643         * configure: Rebuilt.
645 Thu Jul  8 14:28:42 1999  Anthony Green  <green@cygnus.com>
647         * configure.in: Add x86 and powerpc BeOS configurations.
648         From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
650 1999-05-09  Anthony Green  <green@cygnus.com>
652         * configure.in: Add warning about this being beta code.
653         Remove src/Makefile.am from the picture.
654         * configure: Rebuilt.
656         * Makefile.am: Move logic from src/Makefile.am.  Add changes
657         to support libffi as a target library.
658         * Makefile.in: Rebuilt.
660         * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
661         Upgraded to new autoconf, automake, libtool.
663         * README: Tweaks.
665         * LICENSE: Update copyright date.
667         * src/Makefile.am, src/Makefile.in: Removed.
669 1998-11-29  Anthony Green  <green@cygnus.com>
671         * include/ChangeLog: Removed.
672         * src/ChangeLog: Removed.
673         * src/mips/ChangeLog: Removed.
674         * src/sparc/ChangeLog: Remboved.
675         * src/x86/ChangeLog: Removed.
677         * ChangeLog.v1: Created.