Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.
[official-gcc.git] / libffi / ChangeLog
blob382e73bfcde3516b3ef03f1bd2a22533bd279e4a
1 2002-03-07  Andreas Tobler  <toa@pop.agri.ch>
2             David Edelsohn  <edelsohn@gnu.org>
4         * Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.
5         (TARGET_SRC_POWERPC_AIX): Add aix_closure.S.
6         (TARGET_SRC_POWERPC_DARWIN): Add darwin_closure.S.
7         * Makefile.in: Regenerate.
8         * include/ffi.h.in: Add AIX and Darwin closure definitions.
9         * src/powerpc/ffi_darwin.c (ffi_prep_closure): New function.
10         (flush_icache, flush_range): New functions.
11         (ffi_closure_helper_DARWIN): New function.
12         * src/powerpc/aix_closure.S: New file.
13         * src/powerpc/darwin_closure.S: New file.
14         
15 2002-02-24  Jeff Sturm  <jsturm@one-point.com>
17         * include/ffi.h.in: Add typedef for ffi_arg.
18         * src/ffitest.c (main): Declare rint with ffi_arg.
20 2002-02-21  Andreas Tobler  <toa@pop.agri.ch>
22         * src/powerpc/ffi_darwin.c (ffi_prep_args): Skip appropriate
23         number of GPRs for floating-point arguments.
25 2002-01-31  Anthony Green  <green@redhat.com>
27         * configure: Rebuilt.
28         * configure.in: Replace CHECK_SIZEOF and endian tests with
29         cross-compiler friendly macros.
30         * aclocal.m4 (AC_COMPILE_CHECK_SIZEOF, AC_C_BIGENDIAN_CROSS): New
31         macros.
33 2002-01-18  David Edelsohn  <edelsohn@gnu.org>
35         * src/powerpc/darwin.S (_ffi_call_AIX): New.
36         * src/powerpc/aix.S (ffi_call_DARWIN): New.
38 2002-01-17  David Edelsohn  <edelsohn@gnu.org>
40         * Makefile.am (EXTRA_DIST): Add Darwin and AIX files.
41         (TARGET_SRC_POWERPC_AIX): New.
42         (POWERPC_AIX): New stanza.
43         * Makefile.in: Regenerate.
44         * configure.in: Add AIX case.
45         * configure: Regenerate.
46         * include/ffi.h.in (ffi_abi): Add FFI_AIX.
47         * src/powerpc/ffi_darwin.c (ffi_status): Use "long" to scale frame
48         size.  Fix "long double" support.
49         (ffi_call): Add FFI_AIX case.
50         * src/powerpc/aix.S: New.
52 2001-10-09  John Hornkvist  <john@toastedmarshmallow.com>
54         Implement Darwin PowerPC ABI.
55         * configure.in: Handle powerpc-*-darwin*.
56         * Makefile.am: Set source files for POWERPC_DARWIN.
57         * configure: Rebuilt.
58         * Makefile.in: Rebuilt.
59         * include/ffi.h.in: Define FFI_DARWIN and FFI_DEFAULT_ABI for
60         POWERPC_DARWIN.
61         * src/powerpc/darwin.S: New file.
62         * src/powerpc/ffi_darwin.c: New file.
64 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
66         * src/x86/ffi.c: Fix spelling error of "separate" as "seperate".
68 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
70         * src/x86/sysv.S: Avoid gas-only .balign directive.
71         Use C style comments.
73 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
75         * src/alpha/ffi.c (ffi_prep_closure): Avoid gas-only mnemonic.
76         Fixes PR bootstrap/3563.
78 2001-06-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
80         * src/alpha/osf.S (ffi_closure_osf): Use .rdata for ECOFF.
82 2001-06-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
84         * configure.in: Recognize sparc*-sun-* host.
85         * configure: Regenerate.
86         
87 2001-06-06  Andrew Haley  <aph@redhat.com>
89         * src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF.
91 2001-06-03  Andrew Haley  <aph@redhat.com>
93         * src/alpha/osf.S: Add unwind info.
94         * src/powerpc/sysv.S: Add unwind info.
95         * src/powerpc/ppc_closure.S: Likewise.
97 2000-05-31  Jeff Sturm  <jsturm@one-point.com>
99         * configure.in: Fix AC_ARG_ENABLE usage.
100         * configure: Rebuilt.
102 2001-05-06  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
104         * configure.in: Remove warning about beta code.
105         * configure: Rebuilt.
107 2001-04-25  Hans Boehm <Hans_Boehm@hp.com>
109         * src/ia64/unix.S: Restore stack pointer when returning from
110         ffi_closure_UNIX.
111         * src/ia64/ffi.c: Fix typo in comment.
113 2001-04-18  Jim Wilson  <wilson@redhat.com>
115         * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2
116         to eliminate RAW DV.
118 2001-04-12  Bryce McKinlay  <bryce@albatross.co.nz>
120         * Makefile.am: Make a libtool convenience library.
121         * Makefile.in: Rebuilt.
123 2001-03-29  Bryce McKinlay  <bryce@albatross.co.nz>
125         * configure.in: Use different syntax for subdirectory creation.
126         * configure: Rebuilt.
128 2001-03-27  Jon Beniston  <jon@beniston.com>
130         * configure.in: Added X86_WIN32 target (Win32, CygWin, MingW).
131         * configure: Rebuilt.
132         * Makefile.am: Added X86_WIN32 target support.
133         * Makefile.in: Rebuilt.
135         * include/ffi.h.in: Added X86_WIN32 target support.
137         * src/ffitest.c: Doesn't run structure tests for X86_WIN32 targets.
138         * src/types.c: Added X86_WIN32 target support.
140         * src/x86/win32.S: New file. Based on sysv.S, but with EH
141         stuff removed and made to work with CygWin's gas.
143 2001-03-26  Bryce McKinlay  <bryce@albatross.co.nz>
145         * configure.in: Make target subdirectory in build dir.
146         * Makefile.am: Override suffix based rules to specify correct output
147         subdirectory.
148         * Makefile.in: Rebuilt.
149         * configure: Rebuilt.
151 2001-03-23  Kevin B Hendricks  <khendricks@ivey.uwo.ca>
153         * src/powerpc/ppc_closure.S: New file.
154         * src/powerpc/ffi.c (ffi_prep_args): Fixed ABI compatibility bug
155         involving long long and register pairs.
156         (ffi_prep_closure): New function.
157         (flush_icache): Likewise.
158         (ffi_closure_helper_SYSV): Likewise.
159         * include/ffi.h.in (FFI_CLOSURES): Define on PPC.
160         (FFI_TRAMPOLINE_SIZE): Likewise.
161         (FFI_NATIVE_RAW_API): Likewise.
162         * Makefile.in: Rebuilt.
163         * Makefile.am (EXTRA_DIST): Added src/powerpc/ppc_closure.S.
164         (TARGET_SRC_POWERPC): Likewise.
166 2001-03-19  Tom Tromey  <tromey@redhat.com>
168         * Makefile.in: Rebuilt.
169         * Makefile.am (ffitest_LDFLAGS): New macro.
171 2001-03-02  Nick Clifton  <nickc@redhat.com>
173         * include/ffi.h.in: Remove RCS ident string.
174         * include/ffi_mips.h: Remove RCS ident string.
175         * src/debug.c: Remove RCS ident string.
176         * src/ffitest.c: Remove RCS ident string.
177         * src/prep_cif.c: Remove RCS ident string.
178         * src/types.c: Remove RCS ident string.
179         * src/alpha/ffi.c: Remove RCS ident string.
180         * src/alpha/osf.S: Remove RCS ident string.
181         * src/arm/ffi.c: Remove RCS ident string.
182         * src/arm/sysv.S: Remove RCS ident string.
183         * src/mips/ffi.c: Remove RCS ident string.
184         * src/mips/n32.S: Remove RCS ident string.
185         * src/mips/o32.S: Remove RCS ident string.
186         * src/sparc/ffi.c: Remove RCS ident string.
187         * src/sparc/v8.S: Remove RCS ident string.
188         * src/sparc/v9.S: Remove RCS ident string.
189         * src/x86/ffi.c: Remove RCS ident string.
190         * src/x86/sysv.S: Remove RCS ident string.
192 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
194         * include/ffi.h.in: Change sourceware.cygnus.com references to
195         gcc.gnu.org.
197 2000-12-09  Richard Henderson  <rth@redhat.com>
199         * src/alpha/ffi.c (ffi_call): Simplify struct return test.
200         (ffi_closure_osf_inner): Index rather than increment avalue
201         and arg_types.  Give ffi_closure_osf the raw return value type.
202         * src/alpha/osf.S (ffi_closure_osf): Handle return value type
203         promotion.
205 2000-12-07  Richard Henderson  <rth@redhat.com>
207         * src/raw_api.c (ffi_translate_args): Fix typo.
208         (ffi_prep_closure): Likewise.
210         * include/ffi.h.in [ALPHA]: Define FFI_CLOSURES and
211         FFI_TRAMPOLINE_SIZE.
212         * src/alpha/ffi.c (ffi_prep_cif_machdep): Adjust minimal
213         cif->bytes for new ffi_call_osf implementation.
214         (ffi_prep_args): Absorb into ...
215         (ffi_call): ... here.  Do all stack allocation here and
216         avoid a callback function.
217         (ffi_prep_closure, ffi_closure_osf_inner): New.
218         * src/alpha/osf.S (ffi_call_osf): Reimplement with no callback.
219         (ffi_closure_osf): New.
221 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
223         * config.guess, config.sub, install-sh: Removed.
224         * ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise.
225         * Makefile.in: Rebuilt.
227         * acinclude.m4: Include libtool macros from the top level.
228         * aclocal.m4, configure: Rebuilt.
230 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
232         * configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set.
233         * configure: Rebuilt.
235 2000-05-11  Scott Bambrough  <scottb@netwinder.org>
237         * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to 
238         memory correctly.  Use conditional instructions, not branches where 
239         possible.
241 2000-05-04  Tom Tromey  <tromey@cygnus.com>
243         * configure: Rebuilt.
244         * configure.in: Match `arm*-*-linux-*'.
245         From Chris Dornan <cdornan@arm.com>.
247 2000-04-28  Jakub Jelinek  <jakub@redhat.com>
249         * Makefile.am (SUBDIRS): Define.
250         (AM_MAKEFLAGS): Likewise.
251         (Multilib support.): Add section.
252         * Makefile.in: Rebuilt.
253         * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
254         New variables. Set for gcc using -print-multi-lib. Export them
255         to libtool.
256         (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
257         * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
258         for -shared links.
259         (extra_compiler_flags_value, extra_compiler_flags): Check these
260         for extra compiler options which need to be passed down in
261         compiler_flags.
263 2000-04-16  Anthony Green  <green@redhat.com>
265         * configure: Rebuilt.
266         * configure.in: Change i*86-pc-linux* to i*86-*-linux*.
268 2000-04-14  Jakub Jelinek  <jakub@redhat.com>
270         * include/ffi.h.in (SPARC64): Define for 64bit SPARC builds.
271         Set SPARC FFI_DEFAULT_ABI based on SPARC64 define.
272         * src/sparc/ffi.c (ffi_prep_args_v8): Renamed from ffi_prep_args.
273         Replace all void * sizeofs with sizeof(int).
274         Only compare type with FFI_TYPE_LONGDOUBLE if LONGDOUBLE is
275         different than DOUBLE.
276         Remove FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases (handled elsewhere).
277         (ffi_prep_args_v9): New function.
278         (ffi_prep_cif_machdep): Handle V9 ABI and long long on V8.
279         (ffi_V9_return_struct): New function.
280         (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from
281         32bit code (not yet cross-arch calls).
282         * src/sparc/v8.S: Add struct return delay nop.
283         Handle long long.
284         * src/sparc/v9.S: New file.
285         * src/prep_cif.c (ffi_prep_cif): Return structure pointer
286         is used on sparc64 only for structures larger than 32 bytes.
287         Pass by reference for structures is done for structure arguments
288         larger than 16 bytes.
289         * src/ffitest.c (main): Use 64bit rint on sparc64.
290         Run long long tests on sparc.
291         * src/types.c (FFI_TYPE_POINTER): Pointer is 64bit on alpha and
292         sparc64.
293         (FFI_TYPE_LONGDOUBLE): long double is 128 bit aligned to 128 bits
294         on sparc64.
295         * configure.in (sparc-*-linux*): New supported target.
296         (sparc64-*-linux*): Likewise.
297         * configure: Rebuilt.
298         * Makefile.am: Add v9.S to SPARC files.
299         * Makefile.in: Likewise.
300         (LINK): Surround $(CCLD) into double quotes, so that multilib
301         compiles work correctly.
303 2000-04-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
305         * configure: Rebuilt.
306         * configure.in: (i*86-*-solaris*): New libffi target. Patch
307         proposed by Bryce McKinlay.
309 2000-03-20  Tom Tromey  <tromey@cygnus.com>
311         * Makefile.in: Hand edit for java_raw_api.lo.
313 2000-03-08  Bryce McKinlay  <bryce@albatross.co.nz>
315         * config.guess, config.sub: Update from the gcc tree.
316         Fix for PR libgcj/168.
318 2000-03-03  Tom Tromey  <tromey@cygnus.com>
320         * Makefile.in: Fixed ia64 by hand.
322         * configure: Rebuilt.
323         * configure.in (--enable-multilib): New option.
324         (libffi_basedir): New subst.
325         (AC_OUTPUT): Added multilib code.
327 2000-03-02  Tom Tromey  <tromey@cygnus.com>
329         * Makefile.in: Rebuilt.
330         * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
331         directory name.
333 2000-02-25  Hans Boehm <boehm@acm.org>
335         * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
336         files.
337         * src/raw_api.c (ffi_translate_args): Fixed typo in argument
338         list.
339         (ffi_prep_raw_closure): Use ffi_translate_args, not
340         ffi_closure_translate.
341         * src/java_raw_api.c: New file.
342         * src/ffitest.c (closure_test_fn): New function.
343         (main): Define `rint' as long long on IA64.  Added new test when
344         FFI_CLOSURES is defined.
345         * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
346         (ffi_abi): Recognize IA64.
347         (ffi_raw): Added `flt' field.
348         Added "Java raw API" code.
349         * configure.in: Recognize ia64.
350         * Makefile.am (TARGET_SRC_IA64): New macro.
351         (libffi_la_common_SOURCES): Added java_raw_api.c.
352         (libffi_la_SOURCES): Define in IA64 case.
354 2000-01-04  Tom Tromey  <tromey@cygnus.com>
356         * Makefile.in: Rebuilt with newer automake.
358 1999-12-31  Tom Tromey  <tromey@cygnus.com>
360         * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
362 1999-09-01  Tom Tromey  <tromey@cygnus.com>
364         * include/ffi.h.in: Removed PACKAGE and VERSION defines and
365         undefs.
366         * fficonfig.h.in: Rebuilt.
367         * configure: Rebuilt.
368         * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
369         Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
370         * acconfig.h: Don't #undef PACKAGE or VERSION.
372 1999-08-09  Anthony Green  <green@cygnus.com>
374         * include/ffi.h.in: Try to work around messy header problem
375         with PACKAGE and VERSION.
377         * configure: Rebuilt.
378         * configure.in: Change version to 2.00-beta.
380         * fficonfig.h.in: Rebuilt.
381         * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
383         * src/x86/ffi.c (ffi_raw_call): Rename.
385 1999-08-02  Kresten Krab Thorup  <krab@dominiq.is.s.u-tokyo.ac.jp>
387         * src/x86/ffi.c (ffi_closure_SYSV): New function.
388         (ffi_prep_incoming_args_SYSV): Ditto.
389         (ffi_prep_closure): Ditto.
390         (ffi_closure_raw_SYSV): Ditto.
391         (ffi_prep_raw_closure): More ditto.
392         (ffi_call_raw): Final ditto.
394         * include/ffi.h.in: Add definitions for closure and raw API.
396         * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
397         FFI_TYPE_UINT64.  
399         * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
401         * src/raw_api.c: New file.
403         * include/ffi.h.in (ffi_raw): New type.
404         (UINT_ARG, SINT_ARG): New defines.
405         (ffi_closure, ffi_raw_closure): New types.
406         (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
407         
408         * configure.in: Add check for endianness and sizeof void*.
410         * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
411         instead of directly.
413         * configure: Rebuilt.
415 Thu Jul  8 14:28:42 1999  Anthony Green  <green@cygnus.com>
417         * configure.in: Add x86 and powerpc BeOS configurations.
418         From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
420 1999-05-09  Anthony Green  <green@cygnus.com>
422         * configure.in: Add warning about this being beta code.
423         Remove src/Makefile.am from the picture.
424         * configure: Rebuilt.
426         * Makefile.am: Move logic from src/Makefile.am.  Add changes
427         to support libffi as a target library.
428         * Makefile.in: Rebuilt.
430         * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
431         Upgraded to new autoconf, automake, libtool.
433         * README: Tweaks.
435         * LICENSE: Update copyright date.
437         * src/Makefile.am, src/Makefile.in: Removed.
439 1998-11-29  Anthony Green  <green@cygnus.com>
441         * include/ChangeLog: Removed.
442         * src/ChangeLog: Removed.
443         * src/mips/ChangeLog: Removed.
444         * src/sparc/ChangeLog: Remboved.
445         * src/x86/ChangeLog: Removed.
447         * ChangeLog.v1: Created.