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