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