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