OSDN Git Service

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