* arm.md (stack_tie): New insn. Use an idiom that the alias code
[official-gcc.git] / libffi / ChangeLog
blobca5d0bc7479a2197fe9b937ce2e0fccbd7634663
1 2002-06-06  Ulrich Weigand  <uweigand@de.ibm.com>
3         * src/s390/sysv.S: Save/restore %r6.  Add DWARF-2 unwind info.
5 2002-05-28  Bo Thorsen  <bo@suse.de>
7         * src/x86/ffi.c (ffi_prep_incoming_args_SYSV): Remove
8         the same unused avn var from this one 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-13  Andreas Tobler  <a.tobler@schweiz.ch>
21         * src/powerpc/ffi_darwin.c (ffi_prep_closure): Declare fd at
22         beginning of function (for older apple cc).
24 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
26         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
27         script entry, and set LD to it when configuring multilibs.
28         * configure: Rebuilt.
30 2002-05-05  Jason Thorpe  <thorpej@wasabisystems.com>
32         * configure.in (sparc64-*-netbsd*): Add target.
33         (sparc-*-netbsdelf*): Likewise.
34         * configure: Regenerate.
36 2002-04-28  David S. Miller  <davem@redhat.com>
38         * configure.in, configure: Fix SPARC test in previous change.
40 2002-04-29  Gerhard Tonn  <GerhardTonn@swol.de>
42         * Makefile.am: Add Linux for S/390 support.
43         * Makefile.in: Regenerate.
44         * configure.in: Add Linux for S/390 support.
45         * configure: Regenerate.
46         * include/ffi.h.in: Add Linux for S/390 support.
47         * src/s390/ffi.c: New file from libffi CVS tree.
48         * src/s390/sysv.S: New file from libffi CVS tree.
50 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
52         * configure.in (HAVE_AS_SPARC_UA_PCREL): Check for working
53         %r_disp32().
54         * src/sparc/v8.S: Use it.
55         * src/sparc/v9.S: Likewise.
56         * fficonfig.h.in: Rebuilt.
57         * configure: Rebuilt.
59 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
61         * src/java_raw_api.c (ffi_java_raw_size): Handle FFI_TYPE_DOUBLE
62         correctly.
63         * src/ia64/unix.S: Add unwind information. Fix comments.
64         Save sp in a way that's compatible with unwind info.
65         (ffi_call_unix): Correctly restore sp in all cases.
66         * src/ia64/ffi.c: Add, fix comments.
68 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
70         * src/sparc/v8.S: Make .eh_frame dependent on target word size.
72 2002-04-06  Jason Thorpe  <thorpej@wasabisystems.com>
74         * configure.in (alpha*-*-netbsd*): Add target.
75         * configure: Regenerate.
77 2002-04-04  Jeff Sturm  <jsturm@one-point.com>
79         * src/sparc/v8.S: Add unwind info.
80         * src/sparc/v9.S: Likewise.
82 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
84         * configure.in: Enable i*86-*-netbsdelf*.
85         * configure: Rebuilt.
86         
87 2002-03-29  David Billinghurst <David.Billinghurst@riotinto.com>
89         PR other/2620
90         * src/mips/n32.s: Delete
91         * src/mips/o32.s: Delete
93 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
95         * configure.in: Enable alpha*-*-freebsd*.
96         * configure: Rebuilt.
98 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
100         * Makefile.am: libfficonvenience -> libffi_convenience.
101         * Makefile.in: Rebuilt.
102         
103         * Makefile.am: Define ffitest_OBJECTS.
104         * Makefile.in: Rebuilt.
106 2002-03-07  Andreas Tobler  <toa@pop.agri.ch>
107             David Edelsohn  <edelsohn@gnu.org>
109         * Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.
110         (TARGET_SRC_POWERPC_AIX): Add aix_closure.S.
111         (TARGET_SRC_POWERPC_DARWIN): Add darwin_closure.S.
112         * Makefile.in: Regenerate.
113         * include/ffi.h.in: Add AIX and Darwin closure definitions.
114         * src/powerpc/ffi_darwin.c (ffi_prep_closure): New function.
115         (flush_icache, flush_range): New functions.
116         (ffi_closure_helper_DARWIN): New function.
117         * src/powerpc/aix_closure.S: New file.
118         * src/powerpc/darwin_closure.S: New file.
119         
120 2002-02-24  Jeff Sturm  <jsturm@one-point.com>
122         * include/ffi.h.in: Add typedef for ffi_arg.
123         * src/ffitest.c (main): Declare rint with ffi_arg.
125 2002-02-21  Andreas Tobler  <toa@pop.agri.ch>
127         * src/powerpc/ffi_darwin.c (ffi_prep_args): Skip appropriate
128         number of GPRs for floating-point arguments.
130 2002-01-31  Anthony Green  <green@redhat.com>
132         * configure: Rebuilt.
133         * configure.in: Replace CHECK_SIZEOF and endian tests with
134         cross-compiler friendly macros.
135         * aclocal.m4 (AC_COMPILE_CHECK_SIZEOF, AC_C_BIGENDIAN_CROSS): New
136         macros.
138 2002-01-18  David Edelsohn  <edelsohn@gnu.org>
140         * src/powerpc/darwin.S (_ffi_call_AIX): New.
141         * src/powerpc/aix.S (ffi_call_DARWIN): New.
143 2002-01-17  David Edelsohn  <edelsohn@gnu.org>
145         * Makefile.am (EXTRA_DIST): Add Darwin and AIX files.
146         (TARGET_SRC_POWERPC_AIX): New.
147         (POWERPC_AIX): New stanza.
148         * Makefile.in: Regenerate.
149         * configure.in: Add AIX case.
150         * configure: Regenerate.
151         * include/ffi.h.in (ffi_abi): Add FFI_AIX.
152         * src/powerpc/ffi_darwin.c (ffi_status): Use "long" to scale frame
153         size.  Fix "long double" support.
154         (ffi_call): Add FFI_AIX case.
155         * src/powerpc/aix.S: New.
157 2001-10-09  John Hornkvist  <john@toastedmarshmallow.com>
159         Implement Darwin PowerPC ABI.
160         * configure.in: Handle powerpc-*-darwin*.
161         * Makefile.am: Set source files for POWERPC_DARWIN.
162         * configure: Rebuilt.
163         * Makefile.in: Rebuilt.
164         * include/ffi.h.in: Define FFI_DARWIN and FFI_DEFAULT_ABI for
165         POWERPC_DARWIN.
166         * src/powerpc/darwin.S: New file.
167         * src/powerpc/ffi_darwin.c: New file.
169 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
171         * src/x86/ffi.c: Fix spelling error of "separate" as "seperate".
173 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
175         * src/x86/sysv.S: Avoid gas-only .balign directive.
176         Use C style comments.
178 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
180         * src/alpha/ffi.c (ffi_prep_closure): Avoid gas-only mnemonic.
181         Fixes PR bootstrap/3563.
183 2001-06-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
185         * src/alpha/osf.S (ffi_closure_osf): Use .rdata for ECOFF.
187 2001-06-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
189         * configure.in: Recognize sparc*-sun-* host.
190         * configure: Regenerate.
191         
192 2001-06-06  Andrew Haley  <aph@redhat.com>
194         * src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF.
196 2001-06-03  Andrew Haley  <aph@redhat.com>
198         * src/alpha/osf.S: Add unwind info.
199         * src/powerpc/sysv.S: Add unwind info.
200         * src/powerpc/ppc_closure.S: Likewise.
202 2000-05-31  Jeff Sturm  <jsturm@one-point.com>
204         * configure.in: Fix AC_ARG_ENABLE usage.
205         * configure: Rebuilt.
207 2001-05-06  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
209         * configure.in: Remove warning about beta code.
210         * configure: Rebuilt.
212 2001-04-25  Hans Boehm <Hans_Boehm@hp.com>
214         * src/ia64/unix.S: Restore stack pointer when returning from
215         ffi_closure_UNIX.
216         * src/ia64/ffi.c: Fix typo in comment.
218 2001-04-18  Jim Wilson  <wilson@redhat.com>
220         * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2
221         to eliminate RAW DV.
223 2001-04-12  Bryce McKinlay  <bryce@albatross.co.nz>
225         * Makefile.am: Make a libtool convenience library.
226         * Makefile.in: Rebuilt.
228 2001-03-29  Bryce McKinlay  <bryce@albatross.co.nz>
230         * configure.in: Use different syntax for subdirectory creation.
231         * configure: Rebuilt.
233 2001-03-27  Jon Beniston  <jon@beniston.com>
235         * configure.in: Added X86_WIN32 target (Win32, CygWin, MingW).
236         * configure: Rebuilt.
237         * Makefile.am: Added X86_WIN32 target support.
238         * Makefile.in: Rebuilt.
240         * include/ffi.h.in: Added X86_WIN32 target support.
242         * src/ffitest.c: Doesn't run structure tests for X86_WIN32 targets.
243         * src/types.c: Added X86_WIN32 target support.
245         * src/x86/win32.S: New file. Based on sysv.S, but with EH
246         stuff removed and made to work with CygWin's gas.
248 2001-03-26  Bryce McKinlay  <bryce@albatross.co.nz>
250         * configure.in: Make target subdirectory in build dir.
251         * Makefile.am: Override suffix based rules to specify correct output
252         subdirectory.
253         * Makefile.in: Rebuilt.
254         * configure: Rebuilt.
256 2001-03-23  Kevin B Hendricks  <khendricks@ivey.uwo.ca>
258         * src/powerpc/ppc_closure.S: New file.
259         * src/powerpc/ffi.c (ffi_prep_args): Fixed ABI compatibility bug
260         involving long long and register pairs.
261         (ffi_prep_closure): New function.
262         (flush_icache): Likewise.
263         (ffi_closure_helper_SYSV): Likewise.
264         * include/ffi.h.in (FFI_CLOSURES): Define on PPC.
265         (FFI_TRAMPOLINE_SIZE): Likewise.
266         (FFI_NATIVE_RAW_API): Likewise.
267         * Makefile.in: Rebuilt.
268         * Makefile.am (EXTRA_DIST): Added src/powerpc/ppc_closure.S.
269         (TARGET_SRC_POWERPC): Likewise.
271 2001-03-19  Tom Tromey  <tromey@redhat.com>
273         * Makefile.in: Rebuilt.
274         * Makefile.am (ffitest_LDFLAGS): New macro.
276 2001-03-02  Nick Clifton  <nickc@redhat.com>
278         * include/ffi.h.in: Remove RCS ident string.
279         * include/ffi_mips.h: Remove RCS ident string.
280         * src/debug.c: Remove RCS ident string.
281         * src/ffitest.c: Remove RCS ident string.
282         * src/prep_cif.c: Remove RCS ident string.
283         * src/types.c: Remove RCS ident string.
284         * src/alpha/ffi.c: Remove RCS ident string.
285         * src/alpha/osf.S: Remove RCS ident string.
286         * src/arm/ffi.c: Remove RCS ident string.
287         * src/arm/sysv.S: Remove RCS ident string.
288         * src/mips/ffi.c: Remove RCS ident string.
289         * src/mips/n32.S: Remove RCS ident string.
290         * src/mips/o32.S: Remove RCS ident string.
291         * src/sparc/ffi.c: Remove RCS ident string.
292         * src/sparc/v8.S: Remove RCS ident string.
293         * src/sparc/v9.S: Remove RCS ident string.
294         * src/x86/ffi.c: Remove RCS ident string.
295         * src/x86/sysv.S: Remove RCS ident string.
297 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
299         * include/ffi.h.in: Change sourceware.cygnus.com references to
300         gcc.gnu.org.
302 2000-12-09  Richard Henderson  <rth@redhat.com>
304         * src/alpha/ffi.c (ffi_call): Simplify struct return test.
305         (ffi_closure_osf_inner): Index rather than increment avalue
306         and arg_types.  Give ffi_closure_osf the raw return value type.
307         * src/alpha/osf.S (ffi_closure_osf): Handle return value type
308         promotion.
310 2000-12-07  Richard Henderson  <rth@redhat.com>
312         * src/raw_api.c (ffi_translate_args): Fix typo.
313         (ffi_prep_closure): Likewise.
315         * include/ffi.h.in [ALPHA]: Define FFI_CLOSURES and
316         FFI_TRAMPOLINE_SIZE.
317         * src/alpha/ffi.c (ffi_prep_cif_machdep): Adjust minimal
318         cif->bytes for new ffi_call_osf implementation.
319         (ffi_prep_args): Absorb into ...
320         (ffi_call): ... here.  Do all stack allocation here and
321         avoid a callback function.
322         (ffi_prep_closure, ffi_closure_osf_inner): New.
323         * src/alpha/osf.S (ffi_call_osf): Reimplement with no callback.
324         (ffi_closure_osf): New.
326 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
328         * config.guess, config.sub, install-sh: Removed.
329         * ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise.
330         * Makefile.in: Rebuilt.
332         * acinclude.m4: Include libtool macros from the top level.
333         * aclocal.m4, configure: Rebuilt.
335 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
337         * configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set.
338         * configure: Rebuilt.
340 2000-05-11  Scott Bambrough  <scottb@netwinder.org>
342         * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to 
343         memory correctly.  Use conditional instructions, not branches where 
344         possible.
346 2000-05-04  Tom Tromey  <tromey@cygnus.com>
348         * configure: Rebuilt.
349         * configure.in: Match `arm*-*-linux-*'.
350         From Chris Dornan <cdornan@arm.com>.
352 2000-04-28  Jakub Jelinek  <jakub@redhat.com>
354         * Makefile.am (SUBDIRS): Define.
355         (AM_MAKEFLAGS): Likewise.
356         (Multilib support.): Add section.
357         * Makefile.in: Rebuilt.
358         * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
359         New variables. Set for gcc using -print-multi-lib. Export them
360         to libtool.
361         (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
362         * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
363         for -shared links.
364         (extra_compiler_flags_value, extra_compiler_flags): Check these
365         for extra compiler options which need to be passed down in
366         compiler_flags.
368 2000-04-16  Anthony Green  <green@redhat.com>
370         * configure: Rebuilt.
371         * configure.in: Change i*86-pc-linux* to i*86-*-linux*.
373 2000-04-14  Jakub Jelinek  <jakub@redhat.com>
375         * include/ffi.h.in (SPARC64): Define for 64bit SPARC builds.
376         Set SPARC FFI_DEFAULT_ABI based on SPARC64 define.
377         * src/sparc/ffi.c (ffi_prep_args_v8): Renamed from ffi_prep_args.
378         Replace all void * sizeofs with sizeof(int).
379         Only compare type with FFI_TYPE_LONGDOUBLE if LONGDOUBLE is
380         different than DOUBLE.
381         Remove FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases (handled elsewhere).
382         (ffi_prep_args_v9): New function.
383         (ffi_prep_cif_machdep): Handle V9 ABI and long long on V8.
384         (ffi_V9_return_struct): New function.
385         (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from
386         32bit code (not yet cross-arch calls).
387         * src/sparc/v8.S: Add struct return delay nop.
388         Handle long long.
389         * src/sparc/v9.S: New file.
390         * src/prep_cif.c (ffi_prep_cif): Return structure pointer
391         is used on sparc64 only for structures larger than 32 bytes.
392         Pass by reference for structures is done for structure arguments
393         larger than 16 bytes.
394         * src/ffitest.c (main): Use 64bit rint on sparc64.
395         Run long long tests on sparc.
396         * src/types.c (FFI_TYPE_POINTER): Pointer is 64bit on alpha and
397         sparc64.
398         (FFI_TYPE_LONGDOUBLE): long double is 128 bit aligned to 128 bits
399         on sparc64.
400         * configure.in (sparc-*-linux*): New supported target.
401         (sparc64-*-linux*): Likewise.
402         * configure: Rebuilt.
403         * Makefile.am: Add v9.S to SPARC files.
404         * Makefile.in: Likewise.
405         (LINK): Surround $(CCLD) into double quotes, so that multilib
406         compiles work correctly.
408 2000-04-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
410         * configure: Rebuilt.
411         * configure.in: (i*86-*-solaris*): New libffi target. Patch
412         proposed by Bryce McKinlay.
414 2000-03-20  Tom Tromey  <tromey@cygnus.com>
416         * Makefile.in: Hand edit for java_raw_api.lo.
418 2000-03-08  Bryce McKinlay  <bryce@albatross.co.nz>
420         * config.guess, config.sub: Update from the gcc tree.
421         Fix for PR libgcj/168.
423 2000-03-03  Tom Tromey  <tromey@cygnus.com>
425         * Makefile.in: Fixed ia64 by hand.
427         * configure: Rebuilt.
428         * configure.in (--enable-multilib): New option.
429         (libffi_basedir): New subst.
430         (AC_OUTPUT): Added multilib code.
432 2000-03-02  Tom Tromey  <tromey@cygnus.com>
434         * Makefile.in: Rebuilt.
435         * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
436         directory name.
438 2000-02-25  Hans Boehm <boehm@acm.org>
440         * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
441         files.
442         * src/raw_api.c (ffi_translate_args): Fixed typo in argument
443         list.
444         (ffi_prep_raw_closure): Use ffi_translate_args, not
445         ffi_closure_translate.
446         * src/java_raw_api.c: New file.
447         * src/ffitest.c (closure_test_fn): New function.
448         (main): Define `rint' as long long on IA64.  Added new test when
449         FFI_CLOSURES is defined.
450         * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
451         (ffi_abi): Recognize IA64.
452         (ffi_raw): Added `flt' field.
453         Added "Java raw API" code.
454         * configure.in: Recognize ia64.
455         * Makefile.am (TARGET_SRC_IA64): New macro.
456         (libffi_la_common_SOURCES): Added java_raw_api.c.
457         (libffi_la_SOURCES): Define in IA64 case.
459 2000-01-04  Tom Tromey  <tromey@cygnus.com>
461         * Makefile.in: Rebuilt with newer automake.
463 1999-12-31  Tom Tromey  <tromey@cygnus.com>
465         * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
467 1999-09-01  Tom Tromey  <tromey@cygnus.com>
469         * include/ffi.h.in: Removed PACKAGE and VERSION defines and
470         undefs.
471         * fficonfig.h.in: Rebuilt.
472         * configure: Rebuilt.
473         * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
474         Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
475         * acconfig.h: Don't #undef PACKAGE or VERSION.
477 1999-08-09  Anthony Green  <green@cygnus.com>
479         * include/ffi.h.in: Try to work around messy header problem
480         with PACKAGE and VERSION.
482         * configure: Rebuilt.
483         * configure.in: Change version to 2.00-beta.
485         * fficonfig.h.in: Rebuilt.
486         * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
488         * src/x86/ffi.c (ffi_raw_call): Rename.
490 1999-08-02  Kresten Krab Thorup  <krab@dominiq.is.s.u-tokyo.ac.jp>
492         * src/x86/ffi.c (ffi_closure_SYSV): New function.
493         (ffi_prep_incoming_args_SYSV): Ditto.
494         (ffi_prep_closure): Ditto.
495         (ffi_closure_raw_SYSV): Ditto.
496         (ffi_prep_raw_closure): More ditto.
497         (ffi_call_raw): Final ditto.
499         * include/ffi.h.in: Add definitions for closure and raw API.
501         * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
502         FFI_TYPE_UINT64.  
504         * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
506         * src/raw_api.c: New file.
508         * include/ffi.h.in (ffi_raw): New type.
509         (UINT_ARG, SINT_ARG): New defines.
510         (ffi_closure, ffi_raw_closure): New types.
511         (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
512         
513         * configure.in: Add check for endianness and sizeof void*.
515         * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
516         instead of directly.
518         * configure: Rebuilt.
520 Thu Jul  8 14:28:42 1999  Anthony Green  <green@cygnus.com>
522         * configure.in: Add x86 and powerpc BeOS configurations.
523         From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
525 1999-05-09  Anthony Green  <green@cygnus.com>
527         * configure.in: Add warning about this being beta code.
528         Remove src/Makefile.am from the picture.
529         * configure: Rebuilt.
531         * Makefile.am: Move logic from src/Makefile.am.  Add changes
532         to support libffi as a target library.
533         * Makefile.in: Rebuilt.
535         * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
536         Upgraded to new autoconf, automake, libtool.
538         * README: Tweaks.
540         * LICENSE: Update copyright date.
542         * src/Makefile.am, src/Makefile.in: Removed.
544 1998-11-29  Anthony Green  <green@cygnus.com>
546         * include/ChangeLog: Removed.
547         * src/ChangeLog: Removed.
548         * src/mips/ChangeLog: Removed.
549         * src/sparc/ChangeLog: Remboved.
550         * src/x86/ChangeLog: Removed.
552         * ChangeLog.v1: Created.