Mark ChangeLog
[official-gcc.git] / libffi / ChangeLog
blob8b0e416dc6f0b39b15bd6ff93166370e7def56c2
1 2001-10-23  Release Manager
3         * GCC 3.0.2 Released.
5 2001-08-19  Release Manager
7         * GCC 3.0.1 Released.
9 2001-08-19  Release Manager
11         * GCC 3.0.1 Released.
13 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
15         * src/x86/sysv.S: Avoid gas-only .balign directive.
16         Use C style comments.
18 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
20         * src/alpha/ffi.c (ffi_prep_closure): Avoid gas-only mnemonic.
21         Fixes PR bootstrap/3563.
23 2001-06-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
25         * src/alpha/osf.S (ffi_closure_osf): Use .rdata for ECOFF.
27 2001-06-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
29         * configure.in: Recognize sparc*-sun-* host.
30         * configure: Regenerate.
31         
32 20010617 Release Manager
34         * GCC 3.0 Released.
36 2001-06-06  Andrew Haley  <aph@redhat.com>
38         * src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF.
40 2001-06-03  Andrew Haley  <aph@redhat.com>
42         * src/alpha/osf.S: Add unwind info.
43         * src/powerpc/sysv.S: Add unwind info.
44         * src/powerpc/ppc_closure.S: Likewise.
46 2001-05-06  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
48         * configure.in: Remove warning about beta code.
49         * configure: Rebuilt.
51 2001-04-25 Hans Boehm <Hans_Boehm@hp.com>
53         * src/ia64/unix.S: Restore stack pointer when returning from
54         ffi_closure_UNIX.
56 2001-04-18  Jim Wilson  <wilson@redhat.com>
58         * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2
59         to eliminate RAW DV.
61 2001-04-12  Bryce McKinlay  <bryce@albatross.co.nz>
63         * Makefile.am: Make a libtool convenience library.
64         * Makefile.in: Rebuilt.
65         
66 2001-03-29  Bryce McKinlay  <bryce@albatross.co.nz>
68         * configure.in: Use different syntax for subdirectory creation.
69         * configure: Rebuilt.
71 2001-03-27  Jon Beniston  <jon@beniston.com>
73         * configure.in: Added X86_WIN32 target (Win32, CygWin, MingW).
74         * configure: Rebuilt.
75         * Makefile.am: Added X86_WIN32 target support.
76         * Makefile.in: Rebuilt.
78         * include/ffi.h.in: Added X86_WIN32 target support.
80         * src/ffitest.c: Doesn't run structure tests for X86_WIN32 targets.
81         * src/types.c: Added X86_WIN32 target support.
83         * src/x86/win32.S: New file. Based on sysv.S, but with EH
84         stuff removed and made to work with CygWin's gas.
86 2001-03-26  Bryce McKinlay  <bryce@albatross.co.nz>
88         * configure.in: Make target subdirectory in build dir.
89         * Makefile.am: Override suffix based rules to specify correct output
90         subdirectory.
91         * Makefile.in: Rebuilt.
92         * configure: Rebuilt.
94 2001-03-23  Kevin B Hendricks  <khendricks@ivey.uwo.ca>
96         * src/powerpc/ppc_closure.S: New file.
97         * src/powerpc/ffi.c (ffi_prep_args): Fixed ABI compatibility bug
98         involving long long and register pairs.
99         (ffi_prep_closure): New function.
100         (flush_icache): Likewise.
101         (ffi_closure_helper_SYSV): Likewise.
102         * include/ffi.h.in (FFI_CLOSURES): Define on PPC.
103         (FFI_TRAMPOLINE_SIZE): Likewise.
104         (FFI_NATIVE_RAW_API): Likewise.
105         * Makefile.in: Rebuilt.
106         * Makefile.am (EXTRA_DIST): Added src/powerpc/ppc_closure.S.
107         (TARGET_SRC_POWERPC): Likewise.
109 2001-03-19  Tom Tromey  <tromey@redhat.com>
111         * Makefile.in: Rebuilt.
112         * Makefile.am (ffitest_LDFLAGS): New macro.
114 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
116         * include/ffi.h.in: Change sourceware.cygnus.com references to
117         gcc.gnu.org.
119 2000-12-09  Richard Henderson  <rth@redhat.com>
121         * src/alpha/ffi.c (ffi_call): Simplify struct return test.
122         (ffi_closure_osf_inner): Index rather than increment avalue
123         and arg_types.  Give ffi_closure_osf the raw return value type.
124         * src/alpha/osf.S (ffi_closure_osf): Handle return value type
125         promotion.
127 2000-12-07  Richard Henderson  <rth@redhat.com>
129         * src/raw_api.c (ffi_translate_args): Fix typo.
130         (ffi_prep_closure): Likewise.
132         * include/ffi.h.in [ALPHA]: Define FFI_CLOSURES and
133         FFI_TRAMPOLINE_SIZE.
134         * src/alpha/ffi.c (ffi_prep_cif_machdep): Adjust minimal
135         cif->bytes for new ffi_call_osf implementation.
136         (ffi_prep_args): Absorb into ...
137         (ffi_call): ... here.  Do all stack allocation here and
138         avoid a callback function.
139         (ffi_prep_closure, ffi_closure_osf_inner): New.
140         * src/alpha/osf.S (ffi_call_osf): Reimplement with no callback.
141         (ffi_closure_osf): New.
143 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
145         * config.guess, config.sub, install-sh: Removed.
146         * ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise.
147         * Makefile.in: Rebuilt.
149         * acinclude.m4: Include libtool macros from the top level.
150         * aclocal.m4, configure: Rebuilt.
152 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
154         * configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set.
155         * configure: Rebuilt.
157 2000-05-11  Scott Bambrough  <scottb@netwinder.org>
159         * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to 
160         memory correctly.  Use conditional instructions, not branches where 
161         possible.
163 2000-05-04  Tom Tromey  <tromey@cygnus.com>
165         * configure: Rebuilt.
166         * configure.in: Match `arm*-*-linux-*'.
167         From Chris Dornan <cdornan@arm.com>.
169 2000-04-28  Jakub Jelinek  <jakub@redhat.com>
171         * Makefile.am (SUBDIRS): Define.
172         (AM_MAKEFLAGS): Likewise.
173         (Multilib support.): Add section.
174         * Makefile.in: Rebuilt.
175         * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
176         New variables. Set for gcc using -print-multi-lib. Export them
177         to libtool.
178         (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
179         * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
180         for -shared links.
181         (extra_compiler_flags_value, extra_compiler_flags): Check these
182         for extra compiler options which need to be passed down in
183         compiler_flags.
185 2000-04-16  Anthony Green  <green@redhat.com>
187         * configure: Rebuilt.
188         * configure.in: Change i*86-pc-linux* to i*86-*-linux*.
190 2000-04-14  Jakub Jelinek  <jakub@redhat.com>
192         * include/ffi.h.in (SPARC64): Define for 64bit SPARC builds.
193         Set SPARC FFI_DEFAULT_ABI based on SPARC64 define.
194         * src/sparc/ffi.c (ffi_prep_args_v8): Renamed from ffi_prep_args.
195         Replace all void * sizeofs with sizeof(int).
196         Only compare type with FFI_TYPE_LONGDOUBLE if LONGDOUBLE is
197         different than DOUBLE.
198         Remove FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases (handled elsewhere).
199         (ffi_prep_args_v9): New function.
200         (ffi_prep_cif_machdep): Handle V9 ABI and long long on V8.
201         (ffi_V9_return_struct): New function.
202         (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from
203         32bit code (not yet cross-arch calls).
204         * src/sparc/v8.S: Add struct return delay nop.
205         Handle long long.
206         * src/sparc/v9.S: New file.
207         * src/prep_cif.c (ffi_prep_cif): Return structure pointer
208         is used on sparc64 only for structures larger than 32 bytes.
209         Pass by reference for structures is done for structure arguments
210         larger than 16 bytes.
211         * src/ffitest.c (main): Use 64bit rint on sparc64.
212         Run long long tests on sparc.
213         * src/types.c (FFI_TYPE_POINTER): Pointer is 64bit on alpha and
214         sparc64.
215         (FFI_TYPE_LONGDOUBLE): long double is 128 bit aligned to 128 bits
216         on sparc64.
217         * configure.in (sparc-*-linux*): New supported target.
218         (sparc64-*-linux*): Likewise.
219         * configure: Rebuilt.
220         * Makefile.am: Add v9.S to SPARC files.
221         * Makefile.in: Likewise.
222         (LINK): Surround $(CCLD) into double quotes, so that multilib
223         compiles work correctly.
225 2000-04-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
227         * configure: Rebuilt.
228         * configure.in: (i*86-*-solaris*): New libffi target. Patch
229         proposed by Bryce McKinlay.
231 2000-03-20  Tom Tromey  <tromey@cygnus.com>
233         * Makefile.in: Hand edit for java_raw_api.lo.
235 2000-03-08  Bryce McKinlay  <bryce@albatross.co.nz>
237         * config.guess, config.sub: Update from the gcc tree.
238         Fix for PR libgcj/168.
240 2000-03-03  Tom Tromey  <tromey@cygnus.com>
242         * Makefile.in: Fixed ia64 by hand.
244         * configure: Rebuilt.
245         * configure.in (--enable-multilib): New option.
246         (libffi_basedir): New subst.
247         (AC_OUTPUT): Added multilib code.
249 2000-03-02  Tom Tromey  <tromey@cygnus.com>
251         * Makefile.in: Rebuilt.
252         * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
253         directory name.
255 2000-02-25  Hans Boehm <boehm@acm.org>
257         * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
258         files.
259         * src/raw_api.c (ffi_translate_args): Fixed typo in argument
260         list.
261         (ffi_prep_raw_closure): Use ffi_translate_args, not
262         ffi_closure_translate.
263         * src/java_raw_api.c: New file.
264         * src/ffitest.c (closure_test_fn): New function.
265         (main): Define `rint' as long long on IA64.  Added new test when
266         FFI_CLOSURES is defined.
267         * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
268         (ffi_abi): Recognize IA64.
269         (ffi_raw): Added `flt' field.
270         Added "Java raw API" code.
271         * configure.in: Recognize ia64.
272         * Makefile.am (TARGET_SRC_IA64): New macro.
273         (libffi_la_common_SOURCES): Added java_raw_api.c.
274         (libffi_la_SOURCES): Define in IA64 case.
276 2000-01-04  Tom Tromey  <tromey@cygnus.com>
278         * Makefile.in: Rebuilt with newer automake.
280 1999-12-31  Tom Tromey  <tromey@cygnus.com>
282         * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
284 1999-09-01  Tom Tromey  <tromey@cygnus.com>
286         * include/ffi.h.in: Removed PACKAGE and VERSION defines and
287         undefs.
288         * fficonfig.h.in: Rebuilt.
289         * configure: Rebuilt.
290         * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
291         Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
292         * acconfig.h: Don't #undef PACKAGE or VERSION.
294 1999-08-09  Anthony Green  <green@cygnus.com>
296         * include/ffi.h.in: Try to work around messy header problem
297         with PACKAGE and VERSION.
299         * configure: Rebuilt.
300         * configure.in: Change version to 2.00-beta.
302         * fficonfig.h.in: Rebuilt.
303         * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
305         * src/x86/ffi.c (ffi_raw_call): Rename.
307 1999-08-02  Kresten Krab Thorup  <krab@dominiq.is.s.u-tokyo.ac.jp>
309         * src/x86/ffi.c (ffi_closure_SYSV): New function.
310         (ffi_prep_incoming_args_SYSV): Ditto.
311         (ffi_prep_closure): Ditto.
312         (ffi_closure_raw_SYSV): Ditto.
313         (ffi_prep_raw_closure): More ditto.
314         (ffi_call_raw): Final ditto.
316         * include/ffi.h.in: Add definitions for closure and raw API.
318         * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
319         FFI_TYPE_UINT64.  
321         * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
323         * src/raw_api.c: New file.
325         * include/ffi.h.in (ffi_raw): New type.
326         (UINT_ARG, SINT_ARG): New defines.
327         (ffi_closure, ffi_raw_closure): New types.
328         (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
329         
330         * configure.in: Add check for endianness and sizeof void*.
332         * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
333         instead of directly.
335         * configure: Rebuilt.
337 Thu Jul  8 14:28:42 1999  Anthony Green  <green@cygnus.com>
339         * configure.in: Add x86 and powerpc BeOS configurations.
340         From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
342 1999-05-09  Anthony Green  <green@cygnus.com>
344         * configure.in: Add warning about this being beta code.
345         Remove src/Makefile.am from the picture.
346         * configure: Rebuilt.
348         * Makefile.am: Move logic from src/Makefile.am.  Add changes
349         to support libffi as a target library.
350         * Makefile.in: Rebuilt.
352         * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
353         Upgraded to new autoconf, automake, libtool.
355         * README: Tweaks.
357         * LICENSE: Update copyright date.
359         * src/Makefile.am, src/Makefile.in: Removed.
361 1998-11-29  Anthony Green  <green@cygnus.com>
363         * include/ChangeLog: Removed.
364         * src/ChangeLog: Removed.
365         * src/mips/ChangeLog: Removed.
366         * src/sparc/ChangeLog: Remboved.
367         * src/x86/ChangeLog: Removed.
369         * ChangeLog.v1: Created.