2001-07-10 Alexandre Petit-Bianco <apbianco@redhat.com>
[official-gcc.git] / libffi / ChangeLog
blobb8b915194cdac6328698be81d17bbd3ab1fd951a
1 2001-06-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3         * src/alpha/osf.S (ffi_closure_osf): Use .rdata for ECOFF.
5 2001-06-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7         * configure.in: Recognize sparc*-sun-* host.
8         * configure: Regenerate.
9         
10 2001-06-06  Andrew Haley  <aph@redhat.com>
12         * src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF.
14 2001-06-03  Andrew Haley  <aph@redhat.com>
16         * src/alpha/osf.S: Add unwind info.
17         * src/powerpc/sysv.S: Add unwind info.
18         * src/powerpc/ppc_closure.S: Likewise.
20 2000-05-31  Jeff Sturm  <jsturm@one-point.com>
22         * configure.in: Fix AC_ARG_ENABLE usage.
23         * configure: Rebuilt.
25 2001-05-06  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
27         * configure.in: Remove warning about beta code.
28         * configure: Rebuilt.
30 2001-04-25  Hans Boehm <Hans_Boehm@hp.com>
32         * src/ia64/unix.S: Restore stack pointer when returning from
33         ffi_closure_UNIX.
34         * src/ia64/ffi.c: Fix typo in comment.
36 2001-04-18  Jim Wilson  <wilson@redhat.com>
38         * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2
39         to eliminate RAW DV.
41 2001-04-12  Bryce McKinlay  <bryce@albatross.co.nz>
43         * Makefile.am: Make a libtool convenience library.
44         * Makefile.in: Rebuilt.
46 2001-03-29  Bryce McKinlay  <bryce@albatross.co.nz>
48         * configure.in: Use different syntax for subdirectory creation.
49         * configure: Rebuilt.
51 2001-03-27  Jon Beniston  <jon@beniston.com>
53         * configure.in: Added X86_WIN32 target (Win32, CygWin, MingW).
54         * configure: Rebuilt.
55         * Makefile.am: Added X86_WIN32 target support.
56         * Makefile.in: Rebuilt.
58         * include/ffi.h.in: Added X86_WIN32 target support.
60         * src/ffitest.c: Doesn't run structure tests for X86_WIN32 targets.
61         * src/types.c: Added X86_WIN32 target support.
63         * src/x86/win32.S: New file. Based on sysv.S, but with EH
64         stuff removed and made to work with CygWin's gas.
66 2001-03-26  Bryce McKinlay  <bryce@albatross.co.nz>
68         * configure.in: Make target subdirectory in build dir.
69         * Makefile.am: Override suffix based rules to specify correct output
70         subdirectory.
71         * Makefile.in: Rebuilt.
72         * configure: Rebuilt.
74 2001-03-23  Kevin B Hendricks  <khendricks@ivey.uwo.ca>
76         * src/powerpc/ppc_closure.S: New file.
77         * src/powerpc/ffi.c (ffi_prep_args): Fixed ABI compatibility bug
78         involving long long and register pairs.
79         (ffi_prep_closure): New function.
80         (flush_icache): Likewise.
81         (ffi_closure_helper_SYSV): Likewise.
82         * include/ffi.h.in (FFI_CLOSURES): Define on PPC.
83         (FFI_TRAMPOLINE_SIZE): Likewise.
84         (FFI_NATIVE_RAW_API): Likewise.
85         * Makefile.in: Rebuilt.
86         * Makefile.am (EXTRA_DIST): Added src/powerpc/ppc_closure.S.
87         (TARGET_SRC_POWERPC): Likewise.
89 2001-03-19  Tom Tromey  <tromey@redhat.com>
91         * Makefile.in: Rebuilt.
92         * Makefile.am (ffitest_LDFLAGS): New macro.
94 2001-03-02  Nick Clifton  <nickc@redhat.com>
96         * include/ffi.h.in: Remove RCS ident string.
97         * include/ffi_mips.h: Remove RCS ident string.
98         * src/debug.c: Remove RCS ident string.
99         * src/ffitest.c: Remove RCS ident string.
100         * src/prep_cif.c: Remove RCS ident string.
101         * src/types.c: Remove RCS ident string.
102         * src/alpha/ffi.c: Remove RCS ident string.
103         * src/alpha/osf.S: Remove RCS ident string.
104         * src/arm/ffi.c: Remove RCS ident string.
105         * src/arm/sysv.S: Remove RCS ident string.
106         * src/mips/ffi.c: Remove RCS ident string.
107         * src/mips/n32.S: Remove RCS ident string.
108         * src/mips/o32.S: Remove RCS ident string.
109         * src/sparc/ffi.c: Remove RCS ident string.
110         * src/sparc/v8.S: Remove RCS ident string.
111         * src/sparc/v9.S: Remove RCS ident string.
112         * src/x86/ffi.c: Remove RCS ident string.
113         * src/x86/sysv.S: Remove RCS ident string.
115 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
117         * include/ffi.h.in: Change sourceware.cygnus.com references to
118         gcc.gnu.org.
120 2000-12-09  Richard Henderson  <rth@redhat.com>
122         * src/alpha/ffi.c (ffi_call): Simplify struct return test.
123         (ffi_closure_osf_inner): Index rather than increment avalue
124         and arg_types.  Give ffi_closure_osf the raw return value type.
125         * src/alpha/osf.S (ffi_closure_osf): Handle return value type
126         promotion.
128 2000-12-07  Richard Henderson  <rth@redhat.com>
130         * src/raw_api.c (ffi_translate_args): Fix typo.
131         (ffi_prep_closure): Likewise.
133         * include/ffi.h.in [ALPHA]: Define FFI_CLOSURES and
134         FFI_TRAMPOLINE_SIZE.
135         * src/alpha/ffi.c (ffi_prep_cif_machdep): Adjust minimal
136         cif->bytes for new ffi_call_osf implementation.
137         (ffi_prep_args): Absorb into ...
138         (ffi_call): ... here.  Do all stack allocation here and
139         avoid a callback function.
140         (ffi_prep_closure, ffi_closure_osf_inner): New.
141         * src/alpha/osf.S (ffi_call_osf): Reimplement with no callback.
142         (ffi_closure_osf): New.
144 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
146         * config.guess, config.sub, install-sh: Removed.
147         * ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise.
148         * Makefile.in: Rebuilt.
150         * acinclude.m4: Include libtool macros from the top level.
151         * aclocal.m4, configure: Rebuilt.
153 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
155         * configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set.
156         * configure: Rebuilt.
158 2000-05-11  Scott Bambrough  <scottb@netwinder.org>
160         * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to 
161         memory correctly.  Use conditional instructions, not branches where 
162         possible.
164 2000-05-04  Tom Tromey  <tromey@cygnus.com>
166         * configure: Rebuilt.
167         * configure.in: Match `arm*-*-linux-*'.
168         From Chris Dornan <cdornan@arm.com>.
170 2000-04-28  Jakub Jelinek  <jakub@redhat.com>
172         * Makefile.am (SUBDIRS): Define.
173         (AM_MAKEFLAGS): Likewise.
174         (Multilib support.): Add section.
175         * Makefile.in: Rebuilt.
176         * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
177         New variables. Set for gcc using -print-multi-lib. Export them
178         to libtool.
179         (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
180         * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
181         for -shared links.
182         (extra_compiler_flags_value, extra_compiler_flags): Check these
183         for extra compiler options which need to be passed down in
184         compiler_flags.
186 2000-04-16  Anthony Green  <green@redhat.com>
188         * configure: Rebuilt.
189         * configure.in: Change i*86-pc-linux* to i*86-*-linux*.
191 2000-04-14  Jakub Jelinek  <jakub@redhat.com>
193         * include/ffi.h.in (SPARC64): Define for 64bit SPARC builds.
194         Set SPARC FFI_DEFAULT_ABI based on SPARC64 define.
195         * src/sparc/ffi.c (ffi_prep_args_v8): Renamed from ffi_prep_args.
196         Replace all void * sizeofs with sizeof(int).
197         Only compare type with FFI_TYPE_LONGDOUBLE if LONGDOUBLE is
198         different than DOUBLE.
199         Remove FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases (handled elsewhere).
200         (ffi_prep_args_v9): New function.
201         (ffi_prep_cif_machdep): Handle V9 ABI and long long on V8.
202         (ffi_V9_return_struct): New function.
203         (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from
204         32bit code (not yet cross-arch calls).
205         * src/sparc/v8.S: Add struct return delay nop.
206         Handle long long.
207         * src/sparc/v9.S: New file.
208         * src/prep_cif.c (ffi_prep_cif): Return structure pointer
209         is used on sparc64 only for structures larger than 32 bytes.
210         Pass by reference for structures is done for structure arguments
211         larger than 16 bytes.
212         * src/ffitest.c (main): Use 64bit rint on sparc64.
213         Run long long tests on sparc.
214         * src/types.c (FFI_TYPE_POINTER): Pointer is 64bit on alpha and
215         sparc64.
216         (FFI_TYPE_LONGDOUBLE): long double is 128 bit aligned to 128 bits
217         on sparc64.
218         * configure.in (sparc-*-linux*): New supported target.
219         (sparc64-*-linux*): Likewise.
220         * configure: Rebuilt.
221         * Makefile.am: Add v9.S to SPARC files.
222         * Makefile.in: Likewise.
223         (LINK): Surround $(CCLD) into double quotes, so that multilib
224         compiles work correctly.
226 2000-04-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
228         * configure: Rebuilt.
229         * configure.in: (i*86-*-solaris*): New libffi target. Patch
230         proposed by Bryce McKinlay.
232 2000-03-20  Tom Tromey  <tromey@cygnus.com>
234         * Makefile.in: Hand edit for java_raw_api.lo.
236 2000-03-08  Bryce McKinlay  <bryce@albatross.co.nz>
238         * config.guess, config.sub: Update from the gcc tree.
239         Fix for PR libgcj/168.
241 2000-03-03  Tom Tromey  <tromey@cygnus.com>
243         * Makefile.in: Fixed ia64 by hand.
245         * configure: Rebuilt.
246         * configure.in (--enable-multilib): New option.
247         (libffi_basedir): New subst.
248         (AC_OUTPUT): Added multilib code.
250 2000-03-02  Tom Tromey  <tromey@cygnus.com>
252         * Makefile.in: Rebuilt.
253         * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
254         directory name.
256 2000-02-25  Hans Boehm <boehm@acm.org>
258         * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
259         files.
260         * src/raw_api.c (ffi_translate_args): Fixed typo in argument
261         list.
262         (ffi_prep_raw_closure): Use ffi_translate_args, not
263         ffi_closure_translate.
264         * src/java_raw_api.c: New file.
265         * src/ffitest.c (closure_test_fn): New function.
266         (main): Define `rint' as long long on IA64.  Added new test when
267         FFI_CLOSURES is defined.
268         * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
269         (ffi_abi): Recognize IA64.
270         (ffi_raw): Added `flt' field.
271         Added "Java raw API" code.
272         * configure.in: Recognize ia64.
273         * Makefile.am (TARGET_SRC_IA64): New macro.
274         (libffi_la_common_SOURCES): Added java_raw_api.c.
275         (libffi_la_SOURCES): Define in IA64 case.
277 2000-01-04  Tom Tromey  <tromey@cygnus.com>
279         * Makefile.in: Rebuilt with newer automake.
281 1999-12-31  Tom Tromey  <tromey@cygnus.com>
283         * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
285 1999-09-01  Tom Tromey  <tromey@cygnus.com>
287         * include/ffi.h.in: Removed PACKAGE and VERSION defines and
288         undefs.
289         * fficonfig.h.in: Rebuilt.
290         * configure: Rebuilt.
291         * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
292         Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
293         * acconfig.h: Don't #undef PACKAGE or VERSION.
295 1999-08-09  Anthony Green  <green@cygnus.com>
297         * include/ffi.h.in: Try to work around messy header problem
298         with PACKAGE and VERSION.
300         * configure: Rebuilt.
301         * configure.in: Change version to 2.00-beta.
303         * fficonfig.h.in: Rebuilt.
304         * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
306         * src/x86/ffi.c (ffi_raw_call): Rename.
308 1999-08-02  Kresten Krab Thorup  <krab@dominiq.is.s.u-tokyo.ac.jp>
310         * src/x86/ffi.c (ffi_closure_SYSV): New function.
311         (ffi_prep_incoming_args_SYSV): Ditto.
312         (ffi_prep_closure): Ditto.
313         (ffi_closure_raw_SYSV): Ditto.
314         (ffi_prep_raw_closure): More ditto.
315         (ffi_call_raw): Final ditto.
317         * include/ffi.h.in: Add definitions for closure and raw API.
319         * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
320         FFI_TYPE_UINT64.  
322         * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
324         * src/raw_api.c: New file.
326         * include/ffi.h.in (ffi_raw): New type.
327         (UINT_ARG, SINT_ARG): New defines.
328         (ffi_closure, ffi_raw_closure): New types.
329         (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
330         
331         * configure.in: Add check for endianness and sizeof void*.
333         * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
334         instead of directly.
336         * configure: Rebuilt.
338 Thu Jul  8 14:28:42 1999  Anthony Green  <green@cygnus.com>
340         * configure.in: Add x86 and powerpc BeOS configurations.
341         From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
343 1999-05-09  Anthony Green  <green@cygnus.com>
345         * configure.in: Add warning about this being beta code.
346         Remove src/Makefile.am from the picture.
347         * configure: Rebuilt.
349         * Makefile.am: Move logic from src/Makefile.am.  Add changes
350         to support libffi as a target library.
351         * Makefile.in: Rebuilt.
353         * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
354         Upgraded to new autoconf, automake, libtool.
356         * README: Tweaks.
358         * LICENSE: Update copyright date.
360         * src/Makefile.am, src/Makefile.in: Removed.
362 1998-11-29  Anthony Green  <green@cygnus.com>
364         * include/ChangeLog: Removed.
365         * src/ChangeLog: Removed.
366         * src/mips/ChangeLog: Removed.
367         * src/sparc/ChangeLog: Remboved.
368         * src/x86/ChangeLog: Removed.
370         * ChangeLog.v1: Created.