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