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