1.cc, [...]: Update comment regarding the origin of LOCALEDIR.
[official-gcc.git] / libffi / ChangeLog
blobe5f483610bdbb2e63debd3ddcadb604f820e982e
1 2003-07-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3         * README: Note that libffi is not part of GCC.  Update the project
4         URL and status.
6 2003-06-19  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8         * src/powerpc/ppc_closure.S: Include ffi.h.
10 2003-06-13  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12         * src/x86/sysv.S: Avoid gas-only .uleb128/.sleb128 directives.
13         Use C style comments.
15 2003-06-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17         * Makefile.am: Add SHmedia support.  Fix a typo of SH support.
18         * Makefile.in: Regenerate.
19         * configure.in (sh64-*-linux*, sh5*-*-linux*): Add target.
20         * configure: Regenerate.
21         * include/ffi.h.in: Add SHmedia support.
22         * src/sh64/ffi.c: New file.
23         * src/sh64/sysv.S: New file.
25 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
27         * configure.in (HAVE_RO_EH_FRAME): Check whether .eh_frame section
28         should be read-only.
29         * configure: Rebuilt.
30         * fficonfig.h.in: Rebuilt.
31         * include/ffi.h.in (EH_FRAME_FLAGS): Define.
32         * src/alpha/osf.S: Use EH_FRAME_FLAGS.
33         * src/powerpc/linux64.S: Likewise.
34         * src/powerpc/linux64_closure.S: Likewise.  Include ffi.h.
35         * src/powerpc/sysv.S: Use EH_FRAME_FLAGS.  Use pcrel encoding
36         if -fpic/-fPIC/-mrelocatable.
37         * src/powerpc/powerpc_closure.S: Likewise.
38         * src/sparc/v8.S: If HAVE_RO_EH_FRAME is defined, don't include
39         #write in .eh_frame flags.
40         * src/sparc/v9.S: Likewise.
41         * src/x86/unix64.S: Use EH_FRAME_FLAGS.
42         * src/x86/sysv.S: Likewise.  Use pcrel encoding if -fpic/-fPIC.
43         * src/s390/sysv.S: Use EH_FRAME_FLAGS.  Include ffi.h.
45 2003-05-07  Jeff Sturm  <jsturm@one-point.com>
47         Fixes PR bootstrap/10656
48         * configure.in (HAVE_AS_REGISTER_PSEUDO_OP): Test assembler
49         support for .register pseudo-op.
50         * src/sparc/v8.S: Use it.
51         * fficonfig.h.in: Rebuilt.
52         * configure: Rebuilt.
54 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
56         * include/ffi.h.in (POWERPC64): Define if 64-bit.
57         (enum ffi_abi): Add FFI_LINUX64 on POWERPC.
58         Make it the default on POWERPC64.
59         (FFI_TRAMPOLINE_SIZE): Define to 24 on POWERPC64.
60         * configure.in: Change powerpc-*-linux* into powerpc*-*-linux*.
61         * configure: Rebuilt.
62         * src/powerpc/ffi.c (hidden): Define.
63         (ffi_prep_args_SYSV): Renamed from
64         ffi_prep_args.  Cast pointers to unsigned long to shut up warnings.
65         (NUM_GPR_ARG_REGISTERS64, NUM_FPR_ARG_REGISTERS64,
66         ASM_NEEDS_REGISTERS64): New.
67         (ffi_prep_args64): New function.
68         (ffi_prep_cif_machdep): Handle FFI_LINUX64 ABI.
69         (ffi_call): Likewise.
70         (ffi_prep_closure): Likewise.
71         (flush_icache): Surround by #ifndef POWERPC64.
72         (ffi_dblfl): New union type.
73         (ffi_closure_helper_SYSV): Use it to avoid aliasing problems.
74         (ffi_closure_helper_LINUX64): New function.
75         * src/powerpc/ppc_closure.S: Surround whole file by #ifndef
76         __powerpc64__.
77         * src/powerpc/sysv.S: Likewise.
78         (ffi_call_SYSV): Rename ffi_prep_args to ffi_prep_args_SYSV.
79         * src/powerpc/linux64.S: New file.
80         * src/powerpc/linux64_closure.S: New file.
81         * Makefile.am (EXTRA_DIST): Add src/powerpc/linux64.S and
82         src/powerpc/linux64_closure.S.
83         (TARGET_SRC_POWERPC): Likewise.
85         * src/ffitest.c (closure_test_fn, closure_test_fn1, closure_test_fn2,
86         closure_test_fn3): Fix result printing on big-endian 64-bit
87         machines.
88         (main): Print tst2_arg instead of uninitialized tst2_result.
90         * src/ffitest.c (main): Hide what closure pointer really points to
91         from the compiler.
93 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
95         * configure.in (arm-*-netbsdelf*): Add configuration.
96         (configure): Regenerated.
98 2003-04-04  Loren J. Rittle  <ljrittle@acm.org>
100         * include/Makefile.in: Regenerate.
102 2003-03-21  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
104         * libffi/include/ffi.h.in: Define X86 instead of X86_64 in 32
105         bit mode.
106         * libffi/src/x86/ffi.c (ffi_closure_SYSV, ffi_closure_raw_SYSV):
107         Receive closure pointer through parameter, read args using
108         __builtin_dwarf_cfa.
109         (FFI_INIT_TRAMPOLINE): Send closure reference through eax.
111 2003-03-12  Andreas Schwab  <schwab@suse.de>
113         * configure.in: Avoid trailing /. in toolexeclibdir.
114         * configure: Rebuilt.
116 2003-03-03  Andreas Tobler <a.tobler@schweiz.ch>
118         * src/powerpc/darwin_closure.S: Recode to fit dynamic libraries.
120 2003-02-06  Andreas Tobler <a.tobler@schweiz.ch>
122         * libffi/src/powerpc/darwin_closure.S:
123         Fix alignement bug, allocate 8 bytes for the result.
124         * libffi/src/powerpc/aix_closure.S: 
125         Likewise.
126         * libffi/src/powerpc/ffi_darwin.c:
127         Update stackframe description for aix/darwin_closure.S.
129 2003-02-06  Jakub Jelinek  <jakub@redhat.com>
131         * src/s390/ffi.c (ffi_closure_helper_SYSV): Add hidden visibility
132         attribute.
134 2003-01-31  Christian Cornelssen  <ccorn@cs.tu-berlin.de>,
135             Andreas Schwab  <schwab@suse.de>
137         * configure.in: Adjust command to source config-ml.in to account
138         for changes to the libffi_basedir definition.
139         (libffi_basedir): Remove ${srcdir} from value and include trailing
140         slash if nonempty.
141         
142         * configure: Regenerate.
144 2003-01-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
146         * src/powerpc/ppc_closure.S: Recode to fit shared libs.
148 2003-01-28  Andrew Haley  <aph@redhat.com>
150         * include/ffi.h.in: Enable FFI_CLOSURES for x86_64.
151         * src/x86/ffi64.c (ffi_prep_closure): New.
152         (ffi_closure_UNIX64_inner): New.
153         * src/x86/unix64.S (ffi_closure_UNIX64): New.
155 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
157         * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
158         Remove USE_LIBDIR conditional.
159         * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
160         * Makefile.in, configure: Rebuilt.
162 2003-01027  David Edelsohn  <edelsohn@gnu.org>
164         * Makefile.am (TARGET_SRC_POWERPC_AIX): Fix typo.
165         * Makefile.in: Regenerate.
167 2003-01-22  Andrew Haley  <aph@redhat.com>
169         * src/powerpc/darwin.S (_ffi_call_AIX): Add Augmentation size to
170         unwind info.
172 2003-01-21  Andreas Tobler  <a.tobler@schweiz.ch>
174         * src/powerpc/darwin.S: Add unwind info.
175         * src/powerpc/darwin_closure.S: Likewise.
177 2003-01-14  Andrew Haley  <aph@redhat.com>
179         * src/x86/ffi64.c (ffi_prep_args): Check for void retval.
180         (ffi_prep_cif_machdep): Likewise.
181         * src/x86/unix64.S: Add unwind info.
183 2003-01-14  Andreas Jaeger  <aj@suse.de>
185         * src/ffitest.c (main): Only use ffi_closures if those are
186         supported.
188 2003-01-13 Andreas Tobler <a.tobler@schweiz.ch>
190         * libffi/src/ffitest.c
191          add closure testcases
193 2003-01-13 Kevin B. Hendricks <khendricks@ivey.uwo.ca>
195         * libffi/src/powerpc/ffi.c
196          fix alignment bug for float (4 byte aligned iso 8 byte)
198 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
200         * src/powerpc/ffi_darwin.c: Remove RCS version string.
201         * src/powerpc/darwin.S: Remove RCS version string.
203 2003-01-03  Jeff Sturm  <jsturm@one-point.com>
205         * include/ffi.h.in: Add closure defines for SPARC, SPARC64.
206         * src/ffitest.c (main): Use static storage for closure.
207         * src/sparc/ffi.c (ffi_prep_closure, ffi_closure_sparc_inner): New.
208         * src/sparc/v8.S (ffi_closure_v8): New.
209         * src/sparc/v9.S (ffi_closure_v9): New.
211 2002-11-10  Ranjit Mathew <rmathew@hotmail.com>
213         * include/ffi.h.in: Added FFI_STDCALL ffi_type
214           enumeration for X86_WIN32.
215         * src/x86/win32.S: Added ffi_call_STDCALL function
216           definition.
217         * src/x86/ffi.c (ffi_call/ffi_raw_call): Added
218           switch cases for recognising FFI_STDCALL and
219           calling ffi_call_STDCALL if target is X86_WIN32.
220         * src/ffitest.c (my_stdcall_strlen/stdcall_many):
221           stdcall versions of the "my_strlen" and "many"
222           test functions (for X86_WIN32).
223           Added test cases to test stdcall invocation using
224           these functions.
226 2002-12-02  Kaz Kojima  <kkojima@gcc.gnu.org>
228         * src/sh/sysv.S: Add DWARF2 unwind info.
230 2002-11-27  Ulrich Weigand  <uweigand@de.ibm.com>
232         * src/s390/sysv.S (.eh_frame section): Make section read-only.
234 2002-11-26  Jim Wilson  <wilson@redhat.com>
236         * src/types.c (FFI_TYPE_POINTER): Has size 8 on IA64.
238 2002-11-23  H.J. Lu <hjl@gnu.org>
240         * acinclude.m4: Add dummy AM_PROG_LIBTOOL.
241         Include ../config/accross.m4.
242         * aclocal.m4; Rebuild.
243         * configure: Likewise.
245 2002-11-15  Ulrich Weigand  <uweigand@de.ibm.com>
247         * src/s390/sysv.S (.eh_frame section): Adapt to pcrel FDE encoding.
249 2002-11-11  DJ Delorie  <dj@redhat.com>
251         * configure.in: Look for common files in the right place.
253 2002-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
255         * src/java_raw_api.c (ffi_java_raw_to_ptrarray): Interpret
256         raw data as _Jv_word values, not ffi_raw.
257         (ffi_java_ptrarray_to_raw): Likewise.
258         (ffi_java_rvalue_to_raw): New function.
259         (ffi_java_raw_call): Call it.
260         (ffi_java_raw_to_rvalue): New function.
261         (ffi_java_translate_args): Call it.
262         * src/ffitest.c (closure_test_fn): Interpret return value
263         as ffi_arg, not int.
264         * src/s390/ffi.c (ffi_prep_cif_machdep): Add missing
265         FFI_TYPE_POINTER case.
266         (ffi_closure_helper_SYSV): Likewise.  Also, assume return
267         values extended to word size.
269 2002-10-02  Andreas Jaeger  <aj@suse.de>
271         * src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.
273 2002-10-01  Bo Thorsen  <bo@smetana.suse.de>
275         * include/ffi.h.in: Fix i386 win32 compilation.
277 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
279         * configure.in: Add s390x-*-linux-* target.
280         * configure: Regenerate.
281         * include/ffi.h.in: Define S390X for s390x targets.
282         (FFI_CLOSURES): Define for s390/s390x.
283         (FFI_TRAMPOLINE_SIZE): Likewise.
284         (FFI_NATIVE_RAW_API): Likewise.
285         * src/prep_cif.c (ffi_prep_cif): Do not compute stack space for s390.
286         * src/types.c (FFI_TYPE_POINTER): Use 8-byte pointers on s390x.
287         * src/s390/ffi.c: Major rework of existing code.  Add support for
288         s390x targets.  Add closure support.
289         * src/s390/sysv.S: Likewise.
291 2002-09-29  Richard Earnshaw  <rearnsha@arm.com>
293         * src/arm/sysv.S: Fix typo.
295 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
297         * src/arm/sysv.S: If we don't have machine/asm.h and the pre-processor
298         has defined __USER_LABEL_PREFIX__, then use it in CNAME.
299         (ffi_call_SYSV): Handle soft-float.
301 2002-09-27  Bo Thorsen  <bo@suse.de>
303         * include/ffi.h.in: Fix multilib x86-64 support.
305 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
307         * Makefile.am (all-multi): Fix multilib parallel build.
309 2002-07-19  Kaz Kojima  <kkojima@gcc.gnu.org>
311         * configure.in (sh[34]*-*-linux*): Add brackets.
312         * configure: Regenerate.
314 2002-07-18  Kaz Kojima  <kkojima@gcc.gnu.org>
316         * Makefile.am: Add SH support.
317         * Makefile.in: Regenerate.
318         * configure.in (sh-*-linux*, sh[34]*-*-linux*): Add target.
319         * configure: Regenerate.
320         * include/ffi.h.in: Add SH support.
321         * src/sh/ffi.c: New file.
322         * src/sh/sysv.S: New file.
323         * src/types.c: Add SH support.
325 2002-07-16  Bo Thorsen  <bo@suse.de>
327         * src/x86/ffi64.c: New file that adds x86-64 support.
328         * src/x86/unix64.S: New file that handles argument setup for
329         x86-64.
330         * src/x86/sysv.S: Don't use this on x86-64.
331         * src/x86/ffi.c: Don't use this on x86-64.
332         Remove unused vars.
333         * src/prep_cif.c (ffi_prep_cif): Don't do stack size calculation
334         for x86-64.
335         * src/ffitest.c (struct6): New test that tests a special case in
336         the x86-64 ABI.
337         (struct7): Likewise.
338         (struct8): Likewise.
339         (struct9): Likewise.
340         (closure_test_fn): Silence warning about this when it's not used.
341         (main): Add the new tests.
342         (main): Fix a couple of wrong casts and silence some compiler warnings.
343         * include/ffi.h.in: Add x86-64 ABI definition.
344         * fficonfig.h.in: Regenerate.
345         * Makefile.am: Add x86-64 support.
346         * configure.in: Likewise.
347         * Makefile.in: Regenerate.
348         * configure: Likewise.
350 2002-06-24  Bo Thorsen  <bo@suse.de>
352         * src/types.c: Merge settings for similar architectures.
353         Add x86-64 sizes and alignments.
355 2002-06-23  Bo Thorsen  <bo@suse.de>
357         * src/arm/ffi.c (ffi_prep_args): Remove unused vars.
358         * src/sparc/ffi.c (ffi_prep_args_v8): Likewise.
359         * src/mips/ffi.c (ffi_prep_args): Likewise.
360         * src/m68k/ffi.c (ffi_prep_args): Likewise.
362 2002-07-18  H.J. Lu  (hjl@gnu.org)
364         * Makefile.am (TARGET_SRC_MIPS_LINUX): New.
365         (libffi_la_SOURCES): Support MIPS_LINUX.
366         (libffi_convenience_la_SOURCES): Likewise.
367         * Makefile.in: Regenerated.
369         * configure.in (mips64*-*): Skip.
370         (mips*-*-linux*): New.
371         * configure: Regenerated.
373         * src/mips/ffi.c: Include <sgidefs.h>.
375 2002-06-06  Ulrich Weigand  <uweigand@de.ibm.com>
377         * src/s390/sysv.S: Save/restore %r6.  Add DWARF-2 unwind info.
379 2002-05-27  Roger Sayle  <roger@eyesopen.com>
381         * src/x86/ffi.c (ffi_prep_args): Remove reference to avn.
383 2002-05-27  Bo Thorsen  <bo@suse.de>
385         * src/x86/ffi.c (ffi_prep_args): Remove unused variable and
386         fix formatting.
388 2002-05-13  Andreas Tobler  <a.tobler@schweiz.ch>
390         * src/powerpc/ffi_darwin.c (ffi_prep_closure): Declare fd at
391         beginning of function (for older apple cc).
393 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
395         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
396         script entry, and set LD to it when configuring multilibs.
397         * configure: Rebuilt.
399 2002-05-05  Jason Thorpe  <thorpej@wasabisystems.com>
401         * configure.in (sparc64-*-netbsd*): Add target.
402         (sparc-*-netbsdelf*): Likewise.
403         * configure: Regenerate.
405 2002-04-28  David S. Miller  <davem@redhat.com>
407         * configure.in, configure: Fix SPARC test in previous change.
409 2002-04-29  Gerhard Tonn  <GerhardTonn@swol.de>
411         * Makefile.am: Add Linux for S/390 support.
412         * Makefile.in: Regenerate.
413         * configure.in: Add Linux for S/390 support.
414         * configure: Regenerate.
415         * include/ffi.h.in: Add Linux for S/390 support.
416         * src/s390/ffi.c: New file from libffi CVS tree.
417         * src/s390/sysv.S: New file from libffi CVS tree.
419 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
421         * configure.in (HAVE_AS_SPARC_UA_PCREL): Check for working
422         %r_disp32().
423         * src/sparc/v8.S: Use it.
424         * src/sparc/v9.S: Likewise.
425         * fficonfig.h.in: Rebuilt.
426         * configure: Rebuilt.
428 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
430         * src/java_raw_api.c (ffi_java_raw_size): Handle FFI_TYPE_DOUBLE
431         correctly.
432         * src/ia64/unix.S: Add unwind information. Fix comments.
433         Save sp in a way that's compatible with unwind info.
434         (ffi_call_unix): Correctly restore sp in all cases.
435         * src/ia64/ffi.c: Add, fix comments.
437 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
439         * src/sparc/v8.S: Make .eh_frame dependent on target word size.
441 2002-04-06  Jason Thorpe  <thorpej@wasabisystems.com>
443         * configure.in (alpha*-*-netbsd*): Add target.
444         * configure: Regenerate.
446 2002-04-04  Jeff Sturm  <jsturm@one-point.com>
448         * src/sparc/v8.S: Add unwind info.
449         * src/sparc/v9.S: Likewise.
451 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
453         * configure.in: Enable i*86-*-netbsdelf*.
454         * configure: Rebuilt.
456 2002-03-29  David Billinghurst <David.Billinghurst@riotinto.com>
458         PR other/2620
459         * src/mips/n32.s: Delete
460         * src/mips/o32.s: Delete
462 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
464         * configure.in: Enable alpha*-*-freebsd*.
465         * configure: Rebuilt.
467 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
469         * Makefile.am: libfficonvenience -> libffi_convenience.
470         * Makefile.in: Rebuilt.
472         * Makefile.am: Define ffitest_OBJECTS.
473         * Makefile.in: Rebuilt.
475 2002-03-07  Andreas Tobler  <toa@pop.agri.ch>
476             David Edelsohn  <edelsohn@gnu.org>
478         * Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.
479         (TARGET_SRC_POWERPC_AIX): Add aix_closure.S.
480         (TARGET_SRC_POWERPC_DARWIN): Add darwin_closure.S.
481         * Makefile.in: Regenerate.
482         * include/ffi.h.in: Add AIX and Darwin closure definitions.
483         * src/powerpc/ffi_darwin.c (ffi_prep_closure): New function.
484         (flush_icache, flush_range): New functions.
485         (ffi_closure_helper_DARWIN): New function.
486         * src/powerpc/aix_closure.S: New file.
487         * src/powerpc/darwin_closure.S: New file.
489 2002-02-24  Jeff Sturm  <jsturm@one-point.com>
491         * include/ffi.h.in: Add typedef for ffi_arg.
492         * src/ffitest.c (main): Declare rint with ffi_arg.
494 2002-02-21  Andreas Tobler  <toa@pop.agri.ch>
496         * src/powerpc/ffi_darwin.c (ffi_prep_args): Skip appropriate
497         number of GPRs for floating-point arguments.
499 2002-01-31  Anthony Green  <green@redhat.com>
501         * configure: Rebuilt.
502         * configure.in: Replace CHECK_SIZEOF and endian tests with
503         cross-compiler friendly macros.
504         * aclocal.m4 (AC_COMPILE_CHECK_SIZEOF, AC_C_BIGENDIAN_CROSS): New
505         macros.
507 2002-01-18  David Edelsohn  <edelsohn@gnu.org>
509         * src/powerpc/darwin.S (_ffi_call_AIX): New.
510         * src/powerpc/aix.S (ffi_call_DARWIN): New.
512 2002-01-17  David Edelsohn  <edelsohn@gnu.org>
514         * Makefile.am (EXTRA_DIST): Add Darwin and AIX files.
515         (TARGET_SRC_POWERPC_AIX): New.
516         (POWERPC_AIX): New stanza.
517         * Makefile.in: Regenerate.
518         * configure.in: Add AIX case.
519         * configure: Regenerate.
520         * include/ffi.h.in (ffi_abi): Add FFI_AIX.
521         * src/powerpc/ffi_darwin.c (ffi_status): Use "long" to scale frame
522         size.  Fix "long double" support.
523         (ffi_call): Add FFI_AIX case.
524         * src/powerpc/aix.S: New.
526 2001-10-09  John Hornkvist  <john@toastedmarshmallow.com>
528         Implement Darwin PowerPC ABI.
529         * configure.in: Handle powerpc-*-darwin*.
530         * Makefile.am: Set source files for POWERPC_DARWIN.
531         * configure: Rebuilt.
532         * Makefile.in: Rebuilt.
533         * include/ffi.h.in: Define FFI_DARWIN and FFI_DEFAULT_ABI for
534         POWERPC_DARWIN.
535         * src/powerpc/darwin.S: New file.
536         * src/powerpc/ffi_darwin.c: New file.
538 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
540         * src/x86/ffi.c: Fix spelling error of "separate" as "seperate".
542 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
544         * src/x86/sysv.S: Avoid gas-only .balign directive.
545         Use C style comments.
547 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
549         * src/alpha/ffi.c (ffi_prep_closure): Avoid gas-only mnemonic.
550         Fixes PR bootstrap/3563.
552 2001-06-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
554         * src/alpha/osf.S (ffi_closure_osf): Use .rdata for ECOFF.
556 2001-06-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
558         * configure.in: Recognize sparc*-sun-* host.
559         * configure: Regenerate.
561 2001-06-06  Andrew Haley  <aph@redhat.com>
563         * src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF.
565 2001-06-03  Andrew Haley  <aph@redhat.com>
567         * src/alpha/osf.S: Add unwind info.
568         * src/powerpc/sysv.S: Add unwind info.
569         * src/powerpc/ppc_closure.S: Likewise.
571 2000-05-31  Jeff Sturm  <jsturm@one-point.com>
573         * configure.in: Fix AC_ARG_ENABLE usage.
574         * configure: Rebuilt.
576 2001-05-06  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
578         * configure.in: Remove warning about beta code.
579         * configure: Rebuilt.
581 2001-04-25  Hans Boehm <Hans_Boehm@hp.com>
583         * src/ia64/unix.S: Restore stack pointer when returning from
584         ffi_closure_UNIX.
585         * src/ia64/ffi.c: Fix typo in comment.
587 2001-04-18  Jim Wilson  <wilson@redhat.com>
589         * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2
590         to eliminate RAW DV.
592 2001-04-12  Bryce McKinlay  <bryce@albatross.co.nz>
594         * Makefile.am: Make a libtool convenience library.
595         * Makefile.in: Rebuilt.
597 2001-03-29  Bryce McKinlay  <bryce@albatross.co.nz>
599         * configure.in: Use different syntax for subdirectory creation.
600         * configure: Rebuilt.
602 2001-03-27  Jon Beniston  <jon@beniston.com>
604         * configure.in: Added X86_WIN32 target (Win32, CygWin, MingW).
605         * configure: Rebuilt.
606         * Makefile.am: Added X86_WIN32 target support.
607         * Makefile.in: Rebuilt.
609         * include/ffi.h.in: Added X86_WIN32 target support.
611         * src/ffitest.c: Doesn't run structure tests for X86_WIN32 targets.
612         * src/types.c: Added X86_WIN32 target support.
614         * src/x86/win32.S: New file. Based on sysv.S, but with EH
615         stuff removed and made to work with CygWin's gas.
617 2001-03-26  Bryce McKinlay  <bryce@albatross.co.nz>
619         * configure.in: Make target subdirectory in build dir.
620         * Makefile.am: Override suffix based rules to specify correct output
621         subdirectory.
622         * Makefile.in: Rebuilt.
623         * configure: Rebuilt.
625 2001-03-23  Kevin B Hendricks  <khendricks@ivey.uwo.ca>
627         * src/powerpc/ppc_closure.S: New file.
628         * src/powerpc/ffi.c (ffi_prep_args): Fixed ABI compatibility bug
629         involving long long and register pairs.
630         (ffi_prep_closure): New function.
631         (flush_icache): Likewise.
632         (ffi_closure_helper_SYSV): Likewise.
633         * include/ffi.h.in (FFI_CLOSURES): Define on PPC.
634         (FFI_TRAMPOLINE_SIZE): Likewise.
635         (FFI_NATIVE_RAW_API): Likewise.
636         * Makefile.in: Rebuilt.
637         * Makefile.am (EXTRA_DIST): Added src/powerpc/ppc_closure.S.
638         (TARGET_SRC_POWERPC): Likewise.
640 2001-03-19  Tom Tromey  <tromey@redhat.com>
642         * Makefile.in: Rebuilt.
643         * Makefile.am (ffitest_LDFLAGS): New macro.
645 2001-03-02  Nick Clifton  <nickc@redhat.com>
647         * include/ffi.h.in: Remove RCS ident string.
648         * include/ffi_mips.h: Remove RCS ident string.
649         * src/debug.c: Remove RCS ident string.
650         * src/ffitest.c: Remove RCS ident string.
651         * src/prep_cif.c: Remove RCS ident string.
652         * src/types.c: Remove RCS ident string.
653         * src/alpha/ffi.c: Remove RCS ident string.
654         * src/alpha/osf.S: Remove RCS ident string.
655         * src/arm/ffi.c: Remove RCS ident string.
656         * src/arm/sysv.S: Remove RCS ident string.
657         * src/mips/ffi.c: Remove RCS ident string.
658         * src/mips/n32.S: Remove RCS ident string.
659         * src/mips/o32.S: Remove RCS ident string.
660         * src/sparc/ffi.c: Remove RCS ident string.
661         * src/sparc/v8.S: Remove RCS ident string.
662         * src/sparc/v9.S: Remove RCS ident string.
663         * src/x86/ffi.c: Remove RCS ident string.
664         * src/x86/sysv.S: Remove RCS ident string.
666 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
668         * include/ffi.h.in: Change sourceware.cygnus.com references to
669         gcc.gnu.org.
671 2000-12-09  Richard Henderson  <rth@redhat.com>
673         * src/alpha/ffi.c (ffi_call): Simplify struct return test.
674         (ffi_closure_osf_inner): Index rather than increment avalue
675         and arg_types.  Give ffi_closure_osf the raw return value type.
676         * src/alpha/osf.S (ffi_closure_osf): Handle return value type
677         promotion.
679 2000-12-07  Richard Henderson  <rth@redhat.com>
681         * src/raw_api.c (ffi_translate_args): Fix typo.
682         (ffi_prep_closure): Likewise.
684         * include/ffi.h.in [ALPHA]: Define FFI_CLOSURES and
685         FFI_TRAMPOLINE_SIZE.
686         * src/alpha/ffi.c (ffi_prep_cif_machdep): Adjust minimal
687         cif->bytes for new ffi_call_osf implementation.
688         (ffi_prep_args): Absorb into ...
689         (ffi_call): ... here.  Do all stack allocation here and
690         avoid a callback function.
691         (ffi_prep_closure, ffi_closure_osf_inner): New.
692         * src/alpha/osf.S (ffi_call_osf): Reimplement with no callback.
693         (ffi_closure_osf): New.
695 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
697         * config.guess, config.sub, install-sh: Removed.
698         * ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise.
699         * Makefile.in: Rebuilt.
701         * acinclude.m4: Include libtool macros from the top level.
702         * aclocal.m4, configure: Rebuilt.
704 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
706         * configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set.
707         * configure: Rebuilt.
709 2000-05-11  Scott Bambrough  <scottb@netwinder.org>
711         * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to
712         memory correctly.  Use conditional instructions, not branches where
713         possible.
715 2000-05-04  Tom Tromey  <tromey@cygnus.com>
717         * configure: Rebuilt.
718         * configure.in: Match `arm*-*-linux-*'.
719         From Chris Dornan <cdornan@arm.com>.
721 2000-04-28  Jakub Jelinek  <jakub@redhat.com>
723         * Makefile.am (SUBDIRS): Define.
724         (AM_MAKEFLAGS): Likewise.
725         (Multilib support.): Add section.
726         * Makefile.in: Rebuilt.
727         * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
728         New variables. Set for gcc using -print-multi-lib. Export them
729         to libtool.
730         (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
731         * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
732         for -shared links.
733         (extra_compiler_flags_value, extra_compiler_flags): Check these
734         for extra compiler options which need to be passed down in
735         compiler_flags.
737 2000-04-16  Anthony Green  <green@redhat.com>
739         * configure: Rebuilt.
740         * configure.in: Change i*86-pc-linux* to i*86-*-linux*.
742 2000-04-14  Jakub Jelinek  <jakub@redhat.com>
744         * include/ffi.h.in (SPARC64): Define for 64bit SPARC builds.
745         Set SPARC FFI_DEFAULT_ABI based on SPARC64 define.
746         * src/sparc/ffi.c (ffi_prep_args_v8): Renamed from ffi_prep_args.
747         Replace all void * sizeofs with sizeof(int).
748         Only compare type with FFI_TYPE_LONGDOUBLE if LONGDOUBLE is
749         different than DOUBLE.
750         Remove FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases (handled elsewhere).
751         (ffi_prep_args_v9): New function.
752         (ffi_prep_cif_machdep): Handle V9 ABI and long long on V8.
753         (ffi_V9_return_struct): New function.
754         (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from
755         32bit code (not yet cross-arch calls).
756         * src/sparc/v8.S: Add struct return delay nop.
757         Handle long long.
758         * src/sparc/v9.S: New file.
759         * src/prep_cif.c (ffi_prep_cif): Return structure pointer
760         is used on sparc64 only for structures larger than 32 bytes.
761         Pass by reference for structures is done for structure arguments
762         larger than 16 bytes.
763         * src/ffitest.c (main): Use 64bit rint on sparc64.
764         Run long long tests on sparc.
765         * src/types.c (FFI_TYPE_POINTER): Pointer is 64bit on alpha and
766         sparc64.
767         (FFI_TYPE_LONGDOUBLE): long double is 128 bit aligned to 128 bits
768         on sparc64.
769         * configure.in (sparc-*-linux*): New supported target.
770         (sparc64-*-linux*): Likewise.
771         * configure: Rebuilt.
772         * Makefile.am: Add v9.S to SPARC files.
773         * Makefile.in: Likewise.
774         (LINK): Surround $(CCLD) into double quotes, so that multilib
775         compiles work correctly.
777 2000-04-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
779         * configure: Rebuilt.
780         * configure.in: (i*86-*-solaris*): New libffi target. Patch
781         proposed by Bryce McKinlay.
783 2000-03-20  Tom Tromey  <tromey@cygnus.com>
785         * Makefile.in: Hand edit for java_raw_api.lo.
787 2000-03-08  Bryce McKinlay  <bryce@albatross.co.nz>
789         * config.guess, config.sub: Update from the gcc tree.
790         Fix for PR libgcj/168.
792 2000-03-03  Tom Tromey  <tromey@cygnus.com>
794         * Makefile.in: Fixed ia64 by hand.
796         * configure: Rebuilt.
797         * configure.in (--enable-multilib): New option.
798         (libffi_basedir): New subst.
799         (AC_OUTPUT): Added multilib code.
801 2000-03-02  Tom Tromey  <tromey@cygnus.com>
803         * Makefile.in: Rebuilt.
804         * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
805         directory name.
807 2000-02-25  Hans Boehm <boehm@acm.org>
809         * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
810         files.
811         * src/raw_api.c (ffi_translate_args): Fixed typo in argument
812         list.
813         (ffi_prep_raw_closure): Use ffi_translate_args, not
814         ffi_closure_translate.
815         * src/java_raw_api.c: New file.
816         * src/ffitest.c (closure_test_fn): New function.
817         (main): Define `rint' as long long on IA64.  Added new test when
818         FFI_CLOSURES is defined.
819         * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
820         (ffi_abi): Recognize IA64.
821         (ffi_raw): Added `flt' field.
822         Added "Java raw API" code.
823         * configure.in: Recognize ia64.
824         * Makefile.am (TARGET_SRC_IA64): New macro.
825         (libffi_la_common_SOURCES): Added java_raw_api.c.
826         (libffi_la_SOURCES): Define in IA64 case.
828 2000-01-04  Tom Tromey  <tromey@cygnus.com>
830         * Makefile.in: Rebuilt with newer automake.
832 1999-12-31  Tom Tromey  <tromey@cygnus.com>
834         * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
836 1999-09-01  Tom Tromey  <tromey@cygnus.com>
838         * include/ffi.h.in: Removed PACKAGE and VERSION defines and
839         undefs.
840         * fficonfig.h.in: Rebuilt.
841         * configure: Rebuilt.
842         * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
843         Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
844         * acconfig.h: Don't #undef PACKAGE or VERSION.
846 1999-08-09  Anthony Green  <green@cygnus.com>
848         * include/ffi.h.in: Try to work around messy header problem
849         with PACKAGE and VERSION.
851         * configure: Rebuilt.
852         * configure.in: Change version to 2.00-beta.
854         * fficonfig.h.in: Rebuilt.
855         * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
857         * src/x86/ffi.c (ffi_raw_call): Rename.
859 1999-08-02  Kresten Krab Thorup  <krab@dominiq.is.s.u-tokyo.ac.jp>
861         * src/x86/ffi.c (ffi_closure_SYSV): New function.
862         (ffi_prep_incoming_args_SYSV): Ditto.
863         (ffi_prep_closure): Ditto.
864         (ffi_closure_raw_SYSV): Ditto.
865         (ffi_prep_raw_closure): More ditto.
866         (ffi_call_raw): Final ditto.
868         * include/ffi.h.in: Add definitions for closure and raw API.
870         * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
871         FFI_TYPE_UINT64.
873         * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
875         * src/raw_api.c: New file.
877         * include/ffi.h.in (ffi_raw): New type.
878         (UINT_ARG, SINT_ARG): New defines.
879         (ffi_closure, ffi_raw_closure): New types.
880         (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
882         * configure.in: Add check for endianness and sizeof void*.
884         * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
885         instead of directly.
887         * configure: Rebuilt.
889 Thu Jul  8 14:28:42 1999  Anthony Green  <green@cygnus.com>
891         * configure.in: Add x86 and powerpc BeOS configurations.
892         From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
894 1999-05-09  Anthony Green  <green@cygnus.com>
896         * configure.in: Add warning about this being beta code.
897         Remove src/Makefile.am from the picture.
898         * configure: Rebuilt.
900         * Makefile.am: Move logic from src/Makefile.am.  Add changes
901         to support libffi as a target library.
902         * Makefile.in: Rebuilt.
904         * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
905         Upgraded to new autoconf, automake, libtool.
907         * README: Tweaks.
909         * LICENSE: Update copyright date.
911         * src/Makefile.am, src/Makefile.in: Removed.
913 1998-11-29  Anthony Green  <green@cygnus.com>
915         * include/ChangeLog: Removed.
916         * src/ChangeLog: Removed.
917         * src/mips/ChangeLog: Removed.
918         * src/sparc/ChangeLog: Remboved.
919         * src/x86/ChangeLog: Removed.
921         * ChangeLog.v1: Created.