Daily bump.
[official-gcc.git] / libffi / ChangeLog
blob60ed79e4776c03d636445fa6c610183af4bdd74a
1 2002-07-25  Release Manager
3         * GCC 3.1.1 Released.
5 2002-05-28  Bo Thorsen  <bo@suse.de>
7         * src/x86/ffi.c (ffi_prep_incoming_args_SYSV): Remove avn
8         here too.
10 2002-05-27  Roger Sayle  <roger@eyesopen.com>
12         * src/x86/ffi.c (ffi_prep_args): Remove reference to avn.
14 2002-05-27  Bo Thorsen  <bo@suse.de>
16         * src/x86/ffi.c (ffi_prep_args): Remove unused variable and
17         fix formatting.
19 2002-05-14  Release Manager
21         * GCC 3.1 Released.
23 2002-05-14  Release Manager
25         * GCC 3.1 Released.
27 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
29         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
30         script entry, and set LD to it when configuring multilibs.
31         * configure: Rebuilt.
33 2002-04-28  David S. Miller  <davem@redhat.com>
35         * configure.in, configure: Fix SPARC test in previous change.
37 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
39         * configure.in (HAVE_AS_SPARC_UA_PCREL): Check for working
40         %r_disp32().
41         * src/sparc/v8.S: Use it.
42         * src/sparc/v9.S: Likewise.
43         * fficonfig.h.in: Rebuilt.
44         * configure: Rebuilt.
46 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
48         * src/java_raw_api.c (ffi_java_raw_size): Handle FFI_TYPE_DOUBLE
49         correctly.
50         * src/ia64/unix.S: Add unwind information. Fix comments.
51         Save sp in a way that's compatible with unwind info.
52         (ffi_call_unix): Correctly restore sp in all cases.
53         * src/ia64/ffi.c: Add, fix comments.
55 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
57         * src/sparc/v8.S: Make .eh_frame dependent on target word size.
59 2002-04-04  Jeff Sturm  <jsturm@one-point.com>
61         * src/sparc/v8.S: Add unwind info.
62         * src/sparc/v9.S: Likewise.
64 2002-04-01  Loren J. Rittle  <ljrittle@acm.org>
66         * configure.in: Enable alpha*-*-freebsd*.
67         * configure: Rebuilt.
69 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
71         * configure.in: Enable i*86-*-netbsdelf*.
72         * configure: Rebuilt.
73         
74 2002-03-29  David Billinghurst <David.Billinghurst@riotinto.com>
76         PR other/2620
77         * src/mips/n32.s: Delete
78         * src/mips/o32.s: Delete
80 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
82         * Makefile.am: libfficonvenience -> libffi_convenience.
83         * Makefile.in: Rebuilt.
84         
85         * Makefile.am: Define ffitest_OBJECTS.
86         * Makefile.in: Rebuilt.
88 2002-03-07  Andreas Tobler  <toa@pop.agri.ch>
89             David Edelsohn  <edelsohn@gnu.org>
91         * Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.
92         (TARGET_SRC_POWERPC_AIX): Add aix_closure.S.
93         (TARGET_SRC_POWERPC_DARWIN): Add darwin_closure.S.
94         * Makefile.in: Regenerate.
95         * include/ffi.h.in: Add AIX and Darwin closure definitions.
96         * src/powerpc/ffi_darwin.c (ffi_prep_closure): New function.
97         (flush_icache, flush_range): New functions.
98         (ffi_closure_helper_DARWIN): New function.
99         * src/powerpc/aix_closure.S: New file.
100         * src/powerpc/darwin_closure.S: New file.
101         
102 2002-02-24  Jeff Sturm  <jsturm@one-point.com>
104         * include/ffi.h.in: Add typedef for ffi_arg.
105         * src/ffitest.c (main): Declare rint with ffi_arg.
107 2002-02-21  Andreas Tobler  <toa@pop.agri.ch>
109         * src/powerpc/ffi_darwin.c (ffi_prep_args): Skip appropriate
110         number of GPRs for floating-point arguments.
112 2002-01-31  Anthony Green  <green@redhat.com>
114         * configure: Rebuilt.
115         * configure.in: Replace CHECK_SIZEOF and endian tests with
116         cross-compiler friendly macros.
117         * aclocal.m4 (AC_COMPILE_CHECK_SIZEOF, AC_C_BIGENDIAN_CROSS): New
118         macros.
120 2002-01-18  David Edelsohn  <edelsohn@gnu.org>
122         * src/powerpc/darwin.S (_ffi_call_AIX): New.
123         * src/powerpc/aix.S (ffi_call_DARWIN): New.
125 2002-01-17  David Edelsohn  <edelsohn@gnu.org>
127         * Makefile.am (EXTRA_DIST): Add Darwin and AIX files.
128         (TARGET_SRC_POWERPC_AIX): New.
129         (POWERPC_AIX): New stanza.
130         * Makefile.in: Regenerate.
131         * configure.in: Add AIX case.
132         * configure: Regenerate.
133         * include/ffi.h.in (ffi_abi): Add FFI_AIX.
134         * src/powerpc/ffi_darwin.c (ffi_status): Use "long" to scale frame
135         size.  Fix "long double" support.
136         (ffi_call): Add FFI_AIX case.
137         * src/powerpc/aix.S: New.
139 2001-10-09  John Hornkvist  <john@toastedmarshmallow.com>
141         Implement Darwin PowerPC ABI.
142         * configure.in: Handle powerpc-*-darwin*.
143         * Makefile.am: Set source files for POWERPC_DARWIN.
144         * configure: Rebuilt.
145         * Makefile.in: Rebuilt.
146         * include/ffi.h.in: Define FFI_DARWIN and FFI_DEFAULT_ABI for
147         POWERPC_DARWIN.
148         * src/powerpc/darwin.S: New file.
149         * src/powerpc/ffi_darwin.c: New file.
151 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
153         * src/x86/ffi.c: Fix spelling error of "separate" as "seperate".
155 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
157         * src/x86/sysv.S: Avoid gas-only .balign directive.
158         Use C style comments.
160 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
162         * src/alpha/ffi.c (ffi_prep_closure): Avoid gas-only mnemonic.
163         Fixes PR bootstrap/3563.
165 2001-06-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
167         * src/alpha/osf.S (ffi_closure_osf): Use .rdata for ECOFF.
169 2001-06-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
171         * configure.in: Recognize sparc*-sun-* host.
172         * configure: Regenerate.
173         
174 2001-06-06  Andrew Haley  <aph@redhat.com>
176         * src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF.
178 2001-06-03  Andrew Haley  <aph@redhat.com>
180         * src/alpha/osf.S: Add unwind info.
181         * src/powerpc/sysv.S: Add unwind info.
182         * src/powerpc/ppc_closure.S: Likewise.
184 2000-05-31  Jeff Sturm  <jsturm@one-point.com>
186         * configure.in: Fix AC_ARG_ENABLE usage.
187         * configure: Rebuilt.
189 2001-05-06  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
191         * configure.in: Remove warning about beta code.
192         * configure: Rebuilt.
194 2001-04-25  Hans Boehm <Hans_Boehm@hp.com>
196         * src/ia64/unix.S: Restore stack pointer when returning from
197         ffi_closure_UNIX.
198         * src/ia64/ffi.c: Fix typo in comment.
200 2001-04-18  Jim Wilson  <wilson@redhat.com>
202         * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2
203         to eliminate RAW DV.
205 2001-04-12  Bryce McKinlay  <bryce@albatross.co.nz>
207         * Makefile.am: Make a libtool convenience library.
208         * Makefile.in: Rebuilt.
210 2001-03-29  Bryce McKinlay  <bryce@albatross.co.nz>
212         * configure.in: Use different syntax for subdirectory creation.
213         * configure: Rebuilt.
215 2001-03-27  Jon Beniston  <jon@beniston.com>
217         * configure.in: Added X86_WIN32 target (Win32, CygWin, MingW).
218         * configure: Rebuilt.
219         * Makefile.am: Added X86_WIN32 target support.
220         * Makefile.in: Rebuilt.
222         * include/ffi.h.in: Added X86_WIN32 target support.
224         * src/ffitest.c: Doesn't run structure tests for X86_WIN32 targets.
225         * src/types.c: Added X86_WIN32 target support.
227         * src/x86/win32.S: New file. Based on sysv.S, but with EH
228         stuff removed and made to work with CygWin's gas.
230 2001-03-26  Bryce McKinlay  <bryce@albatross.co.nz>
232         * configure.in: Make target subdirectory in build dir.
233         * Makefile.am: Override suffix based rules to specify correct output
234         subdirectory.
235         * Makefile.in: Rebuilt.
236         * configure: Rebuilt.
238 2001-03-23  Kevin B Hendricks  <khendricks@ivey.uwo.ca>
240         * src/powerpc/ppc_closure.S: New file.
241         * src/powerpc/ffi.c (ffi_prep_args): Fixed ABI compatibility bug
242         involving long long and register pairs.
243         (ffi_prep_closure): New function.
244         (flush_icache): Likewise.
245         (ffi_closure_helper_SYSV): Likewise.
246         * include/ffi.h.in (FFI_CLOSURES): Define on PPC.
247         (FFI_TRAMPOLINE_SIZE): Likewise.
248         (FFI_NATIVE_RAW_API): Likewise.
249         * Makefile.in: Rebuilt.
250         * Makefile.am (EXTRA_DIST): Added src/powerpc/ppc_closure.S.
251         (TARGET_SRC_POWERPC): Likewise.
253 2001-03-19  Tom Tromey  <tromey@redhat.com>
255         * Makefile.in: Rebuilt.
256         * Makefile.am (ffitest_LDFLAGS): New macro.
258 2001-03-02  Nick Clifton  <nickc@redhat.com>
260         * include/ffi.h.in: Remove RCS ident string.
261         * include/ffi_mips.h: Remove RCS ident string.
262         * src/debug.c: Remove RCS ident string.
263         * src/ffitest.c: Remove RCS ident string.
264         * src/prep_cif.c: Remove RCS ident string.
265         * src/types.c: Remove RCS ident string.
266         * src/alpha/ffi.c: Remove RCS ident string.
267         * src/alpha/osf.S: Remove RCS ident string.
268         * src/arm/ffi.c: Remove RCS ident string.
269         * src/arm/sysv.S: Remove RCS ident string.
270         * src/mips/ffi.c: Remove RCS ident string.
271         * src/mips/n32.S: Remove RCS ident string.
272         * src/mips/o32.S: Remove RCS ident string.
273         * src/sparc/ffi.c: Remove RCS ident string.
274         * src/sparc/v8.S: Remove RCS ident string.
275         * src/sparc/v9.S: Remove RCS ident string.
276         * src/x86/ffi.c: Remove RCS ident string.
277         * src/x86/sysv.S: Remove RCS ident string.
279 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
281         * include/ffi.h.in: Change sourceware.cygnus.com references to
282         gcc.gnu.org.
284 2000-12-09  Richard Henderson  <rth@redhat.com>
286         * src/alpha/ffi.c (ffi_call): Simplify struct return test.
287         (ffi_closure_osf_inner): Index rather than increment avalue
288         and arg_types.  Give ffi_closure_osf the raw return value type.
289         * src/alpha/osf.S (ffi_closure_osf): Handle return value type
290         promotion.
292 2000-12-07  Richard Henderson  <rth@redhat.com>
294         * src/raw_api.c (ffi_translate_args): Fix typo.
295         (ffi_prep_closure): Likewise.
297         * include/ffi.h.in [ALPHA]: Define FFI_CLOSURES and
298         FFI_TRAMPOLINE_SIZE.
299         * src/alpha/ffi.c (ffi_prep_cif_machdep): Adjust minimal
300         cif->bytes for new ffi_call_osf implementation.
301         (ffi_prep_args): Absorb into ...
302         (ffi_call): ... here.  Do all stack allocation here and
303         avoid a callback function.
304         (ffi_prep_closure, ffi_closure_osf_inner): New.
305         * src/alpha/osf.S (ffi_call_osf): Reimplement with no callback.
306         (ffi_closure_osf): New.
308 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
310         * config.guess, config.sub, install-sh: Removed.
311         * ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise.
312         * Makefile.in: Rebuilt.
314         * acinclude.m4: Include libtool macros from the top level.
315         * aclocal.m4, configure: Rebuilt.
317 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
319         * configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set.
320         * configure: Rebuilt.
322 2000-05-11  Scott Bambrough  <scottb@netwinder.org>
324         * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to 
325         memory correctly.  Use conditional instructions, not branches where 
326         possible.
328 2000-05-04  Tom Tromey  <tromey@cygnus.com>
330         * configure: Rebuilt.
331         * configure.in: Match `arm*-*-linux-*'.
332         From Chris Dornan <cdornan@arm.com>.
334 2000-04-28  Jakub Jelinek  <jakub@redhat.com>
336         * Makefile.am (SUBDIRS): Define.
337         (AM_MAKEFLAGS): Likewise.
338         (Multilib support.): Add section.
339         * Makefile.in: Rebuilt.
340         * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
341         New variables. Set for gcc using -print-multi-lib. Export them
342         to libtool.
343         (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
344         * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
345         for -shared links.
346         (extra_compiler_flags_value, extra_compiler_flags): Check these
347         for extra compiler options which need to be passed down in
348         compiler_flags.
350 2000-04-16  Anthony Green  <green@redhat.com>
352         * configure: Rebuilt.
353         * configure.in: Change i*86-pc-linux* to i*86-*-linux*.
355 2000-04-14  Jakub Jelinek  <jakub@redhat.com>
357         * include/ffi.h.in (SPARC64): Define for 64bit SPARC builds.
358         Set SPARC FFI_DEFAULT_ABI based on SPARC64 define.
359         * src/sparc/ffi.c (ffi_prep_args_v8): Renamed from ffi_prep_args.
360         Replace all void * sizeofs with sizeof(int).
361         Only compare type with FFI_TYPE_LONGDOUBLE if LONGDOUBLE is
362         different than DOUBLE.
363         Remove FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases (handled elsewhere).
364         (ffi_prep_args_v9): New function.
365         (ffi_prep_cif_machdep): Handle V9 ABI and long long on V8.
366         (ffi_V9_return_struct): New function.
367         (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from
368         32bit code (not yet cross-arch calls).
369         * src/sparc/v8.S: Add struct return delay nop.
370         Handle long long.
371         * src/sparc/v9.S: New file.
372         * src/prep_cif.c (ffi_prep_cif): Return structure pointer
373         is used on sparc64 only for structures larger than 32 bytes.
374         Pass by reference for structures is done for structure arguments
375         larger than 16 bytes.
376         * src/ffitest.c (main): Use 64bit rint on sparc64.
377         Run long long tests on sparc.
378         * src/types.c (FFI_TYPE_POINTER): Pointer is 64bit on alpha and
379         sparc64.
380         (FFI_TYPE_LONGDOUBLE): long double is 128 bit aligned to 128 bits
381         on sparc64.
382         * configure.in (sparc-*-linux*): New supported target.
383         (sparc64-*-linux*): Likewise.
384         * configure: Rebuilt.
385         * Makefile.am: Add v9.S to SPARC files.
386         * Makefile.in: Likewise.
387         (LINK): Surround $(CCLD) into double quotes, so that multilib
388         compiles work correctly.
390 2000-04-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
392         * configure: Rebuilt.
393         * configure.in: (i*86-*-solaris*): New libffi target. Patch
394         proposed by Bryce McKinlay.
396 2000-03-20  Tom Tromey  <tromey@cygnus.com>
398         * Makefile.in: Hand edit for java_raw_api.lo.
400 2000-03-08  Bryce McKinlay  <bryce@albatross.co.nz>
402         * config.guess, config.sub: Update from the gcc tree.
403         Fix for PR libgcj/168.
405 2000-03-03  Tom Tromey  <tromey@cygnus.com>
407         * Makefile.in: Fixed ia64 by hand.
409         * configure: Rebuilt.
410         * configure.in (--enable-multilib): New option.
411         (libffi_basedir): New subst.
412         (AC_OUTPUT): Added multilib code.
414 2000-03-02  Tom Tromey  <tromey@cygnus.com>
416         * Makefile.in: Rebuilt.
417         * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
418         directory name.
420 2000-02-25  Hans Boehm <boehm@acm.org>
422         * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
423         files.
424         * src/raw_api.c (ffi_translate_args): Fixed typo in argument
425         list.
426         (ffi_prep_raw_closure): Use ffi_translate_args, not
427         ffi_closure_translate.
428         * src/java_raw_api.c: New file.
429         * src/ffitest.c (closure_test_fn): New function.
430         (main): Define `rint' as long long on IA64.  Added new test when
431         FFI_CLOSURES is defined.
432         * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
433         (ffi_abi): Recognize IA64.
434         (ffi_raw): Added `flt' field.
435         Added "Java raw API" code.
436         * configure.in: Recognize ia64.
437         * Makefile.am (TARGET_SRC_IA64): New macro.
438         (libffi_la_common_SOURCES): Added java_raw_api.c.
439         (libffi_la_SOURCES): Define in IA64 case.
441 2000-01-04  Tom Tromey  <tromey@cygnus.com>
443         * Makefile.in: Rebuilt with newer automake.
445 1999-12-31  Tom Tromey  <tromey@cygnus.com>
447         * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
449 1999-09-01  Tom Tromey  <tromey@cygnus.com>
451         * include/ffi.h.in: Removed PACKAGE and VERSION defines and
452         undefs.
453         * fficonfig.h.in: Rebuilt.
454         * configure: Rebuilt.
455         * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
456         Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
457         * acconfig.h: Don't #undef PACKAGE or VERSION.
459 1999-08-09  Anthony Green  <green@cygnus.com>
461         * include/ffi.h.in: Try to work around messy header problem
462         with PACKAGE and VERSION.
464         * configure: Rebuilt.
465         * configure.in: Change version to 2.00-beta.
467         * fficonfig.h.in: Rebuilt.
468         * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
470         * src/x86/ffi.c (ffi_raw_call): Rename.
472 1999-08-02  Kresten Krab Thorup  <krab@dominiq.is.s.u-tokyo.ac.jp>
474         * src/x86/ffi.c (ffi_closure_SYSV): New function.
475         (ffi_prep_incoming_args_SYSV): Ditto.
476         (ffi_prep_closure): Ditto.
477         (ffi_closure_raw_SYSV): Ditto.
478         (ffi_prep_raw_closure): More ditto.
479         (ffi_call_raw): Final ditto.
481         * include/ffi.h.in: Add definitions for closure and raw API.
483         * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
484         FFI_TYPE_UINT64.  
486         * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
488         * src/raw_api.c: New file.
490         * include/ffi.h.in (ffi_raw): New type.
491         (UINT_ARG, SINT_ARG): New defines.
492         (ffi_closure, ffi_raw_closure): New types.
493         (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
494         
495         * configure.in: Add check for endianness and sizeof void*.
497         * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
498         instead of directly.
500         * configure: Rebuilt.
502 Thu Jul  8 14:28:42 1999  Anthony Green  <green@cygnus.com>
504         * configure.in: Add x86 and powerpc BeOS configurations.
505         From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
507 1999-05-09  Anthony Green  <green@cygnus.com>
509         * configure.in: Add warning about this being beta code.
510         Remove src/Makefile.am from the picture.
511         * configure: Rebuilt.
513         * Makefile.am: Move logic from src/Makefile.am.  Add changes
514         to support libffi as a target library.
515         * Makefile.in: Rebuilt.
517         * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
518         Upgraded to new autoconf, automake, libtool.
520         * README: Tweaks.
522         * LICENSE: Update copyright date.
524         * src/Makefile.am, src/Makefile.in: Removed.
526 1998-11-29  Anthony Green  <green@cygnus.com>
528         * include/ChangeLog: Removed.
529         * src/ChangeLog: Removed.
530         * src/mips/ChangeLog: Removed.
531         * src/sparc/ChangeLog: Remboved.
532         * src/x86/ChangeLog: Removed.
534         * ChangeLog.v1: Created.