* invoke.texi: Fix typo.
[official-gcc.git] / libffi / ChangeLog
blob88c6332d3fe356ce86096cea4dc5a9b826286642
1 2001-03-02  Nick Clifton  <nickc@redhat.com>
3         * include/ffi.h.in: Remove RCS ident string.
4         * include/ffi_mips.h: Remove RCS ident string.
5         * src/debug.c: Remove RCS ident string.
6         * src/ffitest.c: Remove RCS ident string.
7         * src/prep_cif.c: Remove RCS ident string.
8         * src/types.c: Remove RCS ident string.
9         * src/alpha/ffi.c: Remove RCS ident string.
10         * src/alpha/osf.S: Remove RCS ident string.
11         * src/arm/ffi.c: Remove RCS ident string.
12         * src/arm/sysv.S: Remove RCS ident string.
13         * src/mips/ffi.c: Remove RCS ident string.
14         * src/mips/n32.S: Remove RCS ident string.
15         * src/mips/o32.S: Remove RCS ident string.
16         * src/sparc/ffi.c: Remove RCS ident string.
17         * src/sparc/v8.S: Remove RCS ident string.
18         * src/sparc/v9.S: Remove RCS ident string.
19         * src/x86/ffi.c: Remove RCS ident string.
20         * src/x86/sysv.S: Remove RCS ident string.
22 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
24         * include/ffi.h.in: Change sourceware.cygnus.com references to
25         gcc.gnu.org.
27 2000-12-09  Richard Henderson  <rth@redhat.com>
29         * src/alpha/ffi.c (ffi_call): Simplify struct return test.
30         (ffi_closure_osf_inner): Index rather than increment avalue
31         and arg_types.  Give ffi_closure_osf the raw return value type.
32         * src/alpha/osf.S (ffi_closure_osf): Handle return value type
33         promotion.
35 2000-12-07  Richard Henderson  <rth@redhat.com>
37         * src/raw_api.c (ffi_translate_args): Fix typo.
38         (ffi_prep_closure): Likewise.
40         * include/ffi.h.in [ALPHA]: Define FFI_CLOSURES and
41         FFI_TRAMPOLINE_SIZE.
42         * src/alpha/ffi.c (ffi_prep_cif_machdep): Adjust minimal
43         cif->bytes for new ffi_call_osf implementation.
44         (ffi_prep_args): Absorb into ...
45         (ffi_call): ... here.  Do all stack allocation here and
46         avoid a callback function.
47         (ffi_prep_closure, ffi_closure_osf_inner): New.
48         * src/alpha/osf.S (ffi_call_osf): Reimplement with no callback.
49         (ffi_closure_osf): New.
51 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
53         * config.guess, config.sub, install-sh: Removed.
54         * ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise.
55         * Makefile.in: Rebuilt.
57         * acinclude.m4: Include libtool macros from the top level.
58         * aclocal.m4, configure: Rebuilt.
60 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
62         * configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set.
63         * configure: Rebuilt.
65 2000-05-11  Scott Bambrough  <scottb@netwinder.org>
67         * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to 
68         memory correctly.  Use conditional instructions, not branches where 
69         possible.
71 2000-05-04  Tom Tromey  <tromey@cygnus.com>
73         * configure: Rebuilt.
74         * configure.in: Match `arm*-*-linux-*'.
75         From Chris Dornan <cdornan@arm.com>.
77 2000-04-28  Jakub Jelinek  <jakub@redhat.com>
79         * Makefile.am (SUBDIRS): Define.
80         (AM_MAKEFLAGS): Likewise.
81         (Multilib support.): Add section.
82         * Makefile.in: Rebuilt.
83         * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
84         New variables. Set for gcc using -print-multi-lib. Export them
85         to libtool.
86         (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
87         * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
88         for -shared links.
89         (extra_compiler_flags_value, extra_compiler_flags): Check these
90         for extra compiler options which need to be passed down in
91         compiler_flags.
93 2000-04-16  Anthony Green  <green@redhat.com>
95         * configure: Rebuilt.
96         * configure.in: Change i*86-pc-linux* to i*86-*-linux*.
98 2000-04-14  Jakub Jelinek  <jakub@redhat.com>
100         * include/ffi.h.in (SPARC64): Define for 64bit SPARC builds.
101         Set SPARC FFI_DEFAULT_ABI based on SPARC64 define.
102         * src/sparc/ffi.c (ffi_prep_args_v8): Renamed from ffi_prep_args.
103         Replace all void * sizeofs with sizeof(int).
104         Only compare type with FFI_TYPE_LONGDOUBLE if LONGDOUBLE is
105         different than DOUBLE.
106         Remove FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases (handled elsewhere).
107         (ffi_prep_args_v9): New function.
108         (ffi_prep_cif_machdep): Handle V9 ABI and long long on V8.
109         (ffi_V9_return_struct): New function.
110         (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from
111         32bit code (not yet cross-arch calls).
112         * src/sparc/v8.S: Add struct return delay nop.
113         Handle long long.
114         * src/sparc/v9.S: New file.
115         * src/prep_cif.c (ffi_prep_cif): Return structure pointer
116         is used on sparc64 only for structures larger than 32 bytes.
117         Pass by reference for structures is done for structure arguments
118         larger than 16 bytes.
119         * src/ffitest.c (main): Use 64bit rint on sparc64.
120         Run long long tests on sparc.
121         * src/types.c (FFI_TYPE_POINTER): Pointer is 64bit on alpha and
122         sparc64.
123         (FFI_TYPE_LONGDOUBLE): long double is 128 bit aligned to 128 bits
124         on sparc64.
125         * configure.in (sparc-*-linux*): New supported target.
126         (sparc64-*-linux*): Likewise.
127         * configure: Rebuilt.
128         * Makefile.am: Add v9.S to SPARC files.
129         * Makefile.in: Likewise.
130         (LINK): Surround $(CCLD) into double quotes, so that multilib
131         compiles work correctly.
133 2000-04-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
135         * configure: Rebuilt.
136         * configure.in: (i*86-*-solaris*): New libffi target. Patch
137         proposed by Bryce McKinlay.
139 2000-03-20  Tom Tromey  <tromey@cygnus.com>
141         * Makefile.in: Hand edit for java_raw_api.lo.
143 2000-03-08  Bryce McKinlay  <bryce@albatross.co.nz>
145         * config.guess, config.sub: Update from the gcc tree.
146         Fix for PR libgcj/168.
148 2000-03-03  Tom Tromey  <tromey@cygnus.com>
150         * Makefile.in: Fixed ia64 by hand.
152         * configure: Rebuilt.
153         * configure.in (--enable-multilib): New option.
154         (libffi_basedir): New subst.
155         (AC_OUTPUT): Added multilib code.
157 2000-03-02  Tom Tromey  <tromey@cygnus.com>
159         * Makefile.in: Rebuilt.
160         * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
161         directory name.
163 2000-02-25  Hans Boehm <boehm@acm.org>
165         * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
166         files.
167         * src/raw_api.c (ffi_translate_args): Fixed typo in argument
168         list.
169         (ffi_prep_raw_closure): Use ffi_translate_args, not
170         ffi_closure_translate.
171         * src/java_raw_api.c: New file.
172         * src/ffitest.c (closure_test_fn): New function.
173         (main): Define `rint' as long long on IA64.  Added new test when
174         FFI_CLOSURES is defined.
175         * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
176         (ffi_abi): Recognize IA64.
177         (ffi_raw): Added `flt' field.
178         Added "Java raw API" code.
179         * configure.in: Recognize ia64.
180         * Makefile.am (TARGET_SRC_IA64): New macro.
181         (libffi_la_common_SOURCES): Added java_raw_api.c.
182         (libffi_la_SOURCES): Define in IA64 case.
184 2000-01-04  Tom Tromey  <tromey@cygnus.com>
186         * Makefile.in: Rebuilt with newer automake.
188 1999-12-31  Tom Tromey  <tromey@cygnus.com>
190         * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
192 1999-09-01  Tom Tromey  <tromey@cygnus.com>
194         * include/ffi.h.in: Removed PACKAGE and VERSION defines and
195         undefs.
196         * fficonfig.h.in: Rebuilt.
197         * configure: Rebuilt.
198         * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
199         Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
200         * acconfig.h: Don't #undef PACKAGE or VERSION.
202 1999-08-09  Anthony Green  <green@cygnus.com>
204         * include/ffi.h.in: Try to work around messy header problem
205         with PACKAGE and VERSION.
207         * configure: Rebuilt.
208         * configure.in: Change version to 2.00-beta.
210         * fficonfig.h.in: Rebuilt.
211         * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
213         * src/x86/ffi.c (ffi_raw_call): Rename.
215 1999-08-02  Kresten Krab Thorup  <krab@dominiq.is.s.u-tokyo.ac.jp>
217         * src/x86/ffi.c (ffi_closure_SYSV): New function.
218         (ffi_prep_incoming_args_SYSV): Ditto.
219         (ffi_prep_closure): Ditto.
220         (ffi_closure_raw_SYSV): Ditto.
221         (ffi_prep_raw_closure): More ditto.
222         (ffi_call_raw): Final ditto.
224         * include/ffi.h.in: Add definitions for closure and raw API.
226         * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
227         FFI_TYPE_UINT64.  
229         * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
231         * src/raw_api.c: New file.
233         * include/ffi.h.in (ffi_raw): New type.
234         (UINT_ARG, SINT_ARG): New defines.
235         (ffi_closure, ffi_raw_closure): New types.
236         (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
237         
238         * configure.in: Add check for endianness and sizeof void*.
240         * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
241         instead of directly.
243         * configure: Rebuilt.
245 Thu Jul  8 14:28:42 1999  Anthony Green  <green@cygnus.com>
247         * configure.in: Add x86 and powerpc BeOS configurations.
248         From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
250 1999-05-09  Anthony Green  <green@cygnus.com>
252         * configure.in: Add warning about this being beta code.
253         Remove src/Makefile.am from the picture.
254         * configure: Rebuilt.
256         * Makefile.am: Move logic from src/Makefile.am.  Add changes
257         to support libffi as a target library.
258         * Makefile.in: Rebuilt.
260         * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
261         Upgraded to new autoconf, automake, libtool.
263         * README: Tweaks.
265         * LICENSE: Update copyright date.
267         * src/Makefile.am, src/Makefile.in: Removed.
269 1998-11-29  Anthony Green  <green@cygnus.com>
271         * include/ChangeLog: Removed.
272         * src/ChangeLog: Removed.
273         * src/mips/ChangeLog: Removed.
274         * src/sparc/ChangeLog: Remboved.
275         * src/x86/ChangeLog: Removed.
277         * ChangeLog.v1: Created.