OSDN Git Service

Add - before rms to be more portable.
[pf3gnuchains/gcc-fork.git] / libffi / ChangeLog
1 2000-12-07 Dec  8 11:23:29 2000  Richard Henderson  <rth@redhat.com>
2
3         * src/raw_api.c (ffi_translate_args): Fix typo.
4         (ffi_prep_closure): Likewise.
5
6         * include/ffi.h.in [ALPHA]: Define FFI_CLOSURES and
7         FFI_TRAMPOLINE_SIZE.
8         * src/alpha/ffi.c (ffi_prep_cif_machdep): Adjust minimal
9         cif->bytes for new ffi_call_osf implementation.
10         (ffi_prep_args): Absorb into ...
11         (ffi_call): ... here.  Do all stack allocation here and
12         avoid a callback function.
13         (ffi_prep_closure, ffi_closure_osf_inner): New.
14         * src/alpha/osf.S (ffi_call_osf): Reimplement with no callback.
15         (ffi_closure_osf): New.
16
17 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
18
19         * config.guess, config.sub, install-sh: Removed.
20         * ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise.
21         * Makefile.in: Rebuilt.
22
23         * acinclude.m4: Include libtool macros from the top level.
24         * aclocal.m4, configure: Rebuilt.
25
26 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
27
28         * configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set.
29         * configure: Rebuilt.
30
31 2000-05-11  Scott Bambrough  <scottb@netwinder.org>
32
33         * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to 
34         memory correctly.  Use conditional instructions, not branches where 
35         possible.
36
37 2000-05-04  Tom Tromey  <tromey@cygnus.com>
38
39         * configure: Rebuilt.
40         * configure.in: Match `arm*-*-linux-*'.
41         From Chris Dornan <cdornan@arm.com>.
42
43 2000-04-28  Jakub Jelinek  <jakub@redhat.com>
44
45         * Makefile.am (SUBDIRS): Define.
46         (AM_MAKEFLAGS): Likewise.
47         (Multilib support.): Add section.
48         * Makefile.in: Rebuilt.
49         * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
50         New variables. Set for gcc using -print-multi-lib. Export them
51         to libtool.
52         (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
53         * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
54         for -shared links.
55         (extra_compiler_flags_value, extra_compiler_flags): Check these
56         for extra compiler options which need to be passed down in
57         compiler_flags.
58
59 2000-04-16  Anthony Green  <green@redhat.com>
60
61         * configure: Rebuilt.
62         * configure.in: Change i*86-pc-linux* to i*86-*-linux*.
63
64 2000-04-14  Jakub Jelinek  <jakub@redhat.com>
65
66         * include/ffi.h.in (SPARC64): Define for 64bit SPARC builds.
67         Set SPARC FFI_DEFAULT_ABI based on SPARC64 define.
68         * src/sparc/ffi.c (ffi_prep_args_v8): Renamed from ffi_prep_args.
69         Replace all void * sizeofs with sizeof(int).
70         Only compare type with FFI_TYPE_LONGDOUBLE if LONGDOUBLE is
71         different than DOUBLE.
72         Remove FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases (handled elsewhere).
73         (ffi_prep_args_v9): New function.
74         (ffi_prep_cif_machdep): Handle V9 ABI and long long on V8.
75         (ffi_V9_return_struct): New function.
76         (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from
77         32bit code (not yet cross-arch calls).
78         * src/sparc/v8.S: Add struct return delay nop.
79         Handle long long.
80         * src/sparc/v9.S: New file.
81         * src/prep_cif.c (ffi_prep_cif): Return structure pointer
82         is used on sparc64 only for structures larger than 32 bytes.
83         Pass by reference for structures is done for structure arguments
84         larger than 16 bytes.
85         * src/ffitest.c (main): Use 64bit rint on sparc64.
86         Run long long tests on sparc.
87         * src/types.c (FFI_TYPE_POINTER): Pointer is 64bit on alpha and
88         sparc64.
89         (FFI_TYPE_LONGDOUBLE): long double is 128 bit aligned to 128 bits
90         on sparc64.
91         * configure.in (sparc-*-linux*): New supported target.
92         (sparc64-*-linux*): Likewise.
93         * configure: Rebuilt.
94         * Makefile.am: Add v9.S to SPARC files.
95         * Makefile.in: Likewise.
96         (LINK): Surround $(CCLD) into double quotes, so that multilib
97         compiles work correctly.
98
99 2000-04-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
100
101         * configure: Rebuilt.
102         * configure.in: (i*86-*-solaris*): New libffi target. Patch
103         proposed by Bryce McKinlay.
104
105 2000-03-20  Tom Tromey  <tromey@cygnus.com>
106
107         * Makefile.in: Hand edit for java_raw_api.lo.
108
109 2000-03-08  Bryce McKinlay  <bryce@albatross.co.nz>
110
111         * config.guess, config.sub: Update from the gcc tree.
112         Fix for PR libgcj/168.
113
114 2000-03-03  Tom Tromey  <tromey@cygnus.com>
115
116         * Makefile.in: Fixed ia64 by hand.
117
118         * configure: Rebuilt.
119         * configure.in (--enable-multilib): New option.
120         (libffi_basedir): New subst.
121         (AC_OUTPUT): Added multilib code.
122
123 2000-03-02  Tom Tromey  <tromey@cygnus.com>
124
125         * Makefile.in: Rebuilt.
126         * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
127         directory name.
128
129 2000-02-25  Hans Boehm <boehm@acm.org>
130
131         * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
132         files.
133         * src/raw_api.c (ffi_translate_args): Fixed typo in argument
134         list.
135         (ffi_prep_raw_closure): Use ffi_translate_args, not
136         ffi_closure_translate.
137         * src/java_raw_api.c: New file.
138         * src/ffitest.c (closure_test_fn): New function.
139         (main): Define `rint' as long long on IA64.  Added new test when
140         FFI_CLOSURES is defined.
141         * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
142         (ffi_abi): Recognize IA64.
143         (ffi_raw): Added `flt' field.
144         Added "Java raw API" code.
145         * configure.in: Recognize ia64.
146         * Makefile.am (TARGET_SRC_IA64): New macro.
147         (libffi_la_common_SOURCES): Added java_raw_api.c.
148         (libffi_la_SOURCES): Define in IA64 case.
149
150 2000-01-04  Tom Tromey  <tromey@cygnus.com>
151
152         * Makefile.in: Rebuilt with newer automake.
153
154 1999-12-31  Tom Tromey  <tromey@cygnus.com>
155
156         * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
157
158 1999-09-01  Tom Tromey  <tromey@cygnus.com>
159
160         * include/ffi.h.in: Removed PACKAGE and VERSION defines and
161         undefs.
162         * fficonfig.h.in: Rebuilt.
163         * configure: Rebuilt.
164         * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
165         Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
166         * acconfig.h: Don't #undef PACKAGE or VERSION.
167
168 1999-08-09  Anthony Green  <green@cygnus.com>
169
170         * include/ffi.h.in: Try to work around messy header problem
171         with PACKAGE and VERSION.
172
173         * configure: Rebuilt.
174         * configure.in: Change version to 2.00-beta.
175
176         * fficonfig.h.in: Rebuilt.
177         * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
178
179         * src/x86/ffi.c (ffi_raw_call): Rename.
180
181 1999-08-02  Kresten Krab Thorup  <krab@dominiq.is.s.u-tokyo.ac.jp>
182
183         * src/x86/ffi.c (ffi_closure_SYSV): New function.
184         (ffi_prep_incoming_args_SYSV): Ditto.
185         (ffi_prep_closure): Ditto.
186         (ffi_closure_raw_SYSV): Ditto.
187         (ffi_prep_raw_closure): More ditto.
188         (ffi_call_raw): Final ditto.
189
190         * include/ffi.h.in: Add definitions for closure and raw API.
191
192         * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
193         FFI_TYPE_UINT64.  
194
195         * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
196
197         * src/raw_api.c: New file.
198
199         * include/ffi.h.in (ffi_raw): New type.
200         (UINT_ARG, SINT_ARG): New defines.
201         (ffi_closure, ffi_raw_closure): New types.
202         (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
203         
204         * configure.in: Add check for endianness and sizeof void*.
205
206         * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
207         instead of directly.
208
209         * configure: Rebuilt.
210
211 Thu Jul  8 14:28:42 1999  Anthony Green  <green@cygnus.com>
212
213         * configure.in: Add x86 and powerpc BeOS configurations.
214         From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
215
216 1999-05-09  Anthony Green  <green@cygnus.com>
217
218         * configure.in: Add warning about this being beta code.
219         Remove src/Makefile.am from the picture.
220         * configure: Rebuilt.
221
222         * Makefile.am: Move logic from src/Makefile.am.  Add changes
223         to support libffi as a target library.
224         * Makefile.in: Rebuilt.
225
226         * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
227         Upgraded to new autoconf, automake, libtool.
228
229         * README: Tweaks.
230
231         * LICENSE: Update copyright date.
232
233         * src/Makefile.am, src/Makefile.in: Removed.
234
235 1998-11-29  Anthony Green  <green@cygnus.com>
236
237         * include/ChangeLog: Removed.
238         * src/ChangeLog: Removed.
239         * src/mips/ChangeLog: Removed.
240         * src/sparc/ChangeLog: Remboved.
241         * src/x86/ChangeLog: Removed.
242
243         * ChangeLog.v1: Created.