Fix problems with -mno-fp-regs
[official-gcc.git] / libffi / ChangeLog
blob9f926408e373015d2880078b6e111ac7288ff246
1 2000-03-20  Tom Tromey  <tromey@cygnus.com>
3         * Makefile.in: Hand edit for java_raw_api.lo.
5 2000-03-08  Bryce McKinlay  <bryce@albatross.co.nz>
7         * config.guess, config.sub: Update from the gcc tree.
8         Fix for PR libgcj/168.
10 2000-03-03  Tom Tromey  <tromey@cygnus.com>
12         * Makefile.in: Fixed ia64 by hand.
14         * configure: Rebuilt.
15         * configure.in (--enable-multilib): New option.
16         (libffi_basedir): New subst.
17         (AC_OUTPUT): Added multilib code.
19 2000-03-02  Tom Tromey  <tromey@cygnus.com>
21         * Makefile.in: Rebuilt.
22         * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
23         directory name.
25 2000-02-25  Hans Boehm <boehm@acm.org>
27         * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
28         files.
29         * src/raw_api.c (ffi_translate_args): Fixed typo in argument
30         list.
31         (ffi_prep_raw_closure): Use ffi_translate_args, not
32         ffi_closure_translate.
33         * src/java_raw_api.c: New file.
34         * src/ffitest.c (closure_test_fn): New function.
35         (main): Define `rint' as long long on IA64.  Added new test when
36         FFI_CLOSURES is defined.
37         * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
38         (ffi_abi): Recognize IA64.
39         (ffi_raw): Added `flt' field.
40         Added "Java raw API" code.
41         * configure.in: Recognize ia64.
42         * Makefile.am (TARGET_SRC_IA64): New macro.
43         (libffi_la_common_SOURCES): Added java_raw_api.c.
44         (libffi_la_SOURCES): Define in IA64 case.
46 2000-01-04  Tom Tromey  <tromey@cygnus.com>
48         * Makefile.in: Rebuilt with newer automake.
50 1999-12-31  Tom Tromey  <tromey@cygnus.com>
52         * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
54 1999-09-01  Tom Tromey  <tromey@cygnus.com>
56         * include/ffi.h.in: Removed PACKAGE and VERSION defines and
57         undefs.
58         * fficonfig.h.in: Rebuilt.
59         * configure: Rebuilt.
60         * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
61         Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
62         * acconfig.h: Don't #undef PACKAGE or VERSION.
64 1999-08-09  Anthony Green  <green@cygnus.com>
66         * include/ffi.h.in: Try to work around messy header problem
67         with PACKAGE and VERSION.
69         * configure: Rebuilt.
70         * configure.in: Change version to 2.00-beta.
72         * fficonfig.h.in: Rebuilt.
73         * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
75         * src/x86/ffi.c (ffi_raw_call): Rename.
77 1999-08-02  Kresten Krab Thorup  <krab@dominiq.is.s.u-tokyo.ac.jp>
79         * src/x86/ffi.c (ffi_closure_SYSV): New function.
80         (ffi_prep_incoming_args_SYSV): Ditto.
81         (ffi_prep_closure): Ditto.
82         (ffi_closure_raw_SYSV): Ditto.
83         (ffi_prep_raw_closure): More ditto.
84         (ffi_call_raw): Final ditto.
86         * include/ffi.h.in: Add definitions for closure and raw API.
88         * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
89         FFI_TYPE_UINT64.  
91         * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
93         * src/raw_api.c: New file.
95         * include/ffi.h.in (ffi_raw): New type.
96         (UINT_ARG, SINT_ARG): New defines.
97         (ffi_closure, ffi_raw_closure): New types.
98         (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
99         
100         * configure.in: Add check for endianness and sizeof void*.
102         * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
103         instead of directly.
105         * configure: Rebuilt.
107 Thu Jul  8 14:28:42 1999  Anthony Green  <green@cygnus.com>
109         * configure.in: Add x86 and powerpc BeOS configurations.
110         From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
112 1999-05-09  Anthony Green  <green@cygnus.com>
114         * configure.in: Add warning about this being beta code.
115         Remove src/Makefile.am from the picture.
116         * configure: Rebuilt.
118         * Makefile.am: Move logic from src/Makefile.am.  Add changes
119         to support libffi as a target library.
120         * Makefile.in: Rebuilt.
122         * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
123         Upgraded to new autoconf, automake, libtool.
125         * README: Tweaks.
127         * LICENSE: Update copyright date.
129         * src/Makefile.am, src/Makefile.in: Removed.
131 1998-11-29  Anthony Green  <green@cygnus.com>
133         * include/ChangeLog: Removed.
134         * src/ChangeLog: Removed.
135         * src/mips/ChangeLog: Removed.
136         * src/sparc/ChangeLog: Remboved.
137         * src/x86/ChangeLog: Removed.
139         * ChangeLog.v1: Created.