OSDN Git Service

* src/java_raw_api.c (ffi_java_raw_to_ptrarray): Interpret
[pf3gnuchains/gcc-fork.git] / libffi / ChangeLog
1 2002-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
2
3         * src/java_raw_api.c (ffi_java_raw_to_ptrarray): Interpret
4         raw data as _Jv_word values, not ffi_raw.
5         (ffi_java_ptrarray_to_raw): Likewise.
6         (ffi_java_rvalue_to_raw): New function.
7         (ffi_java_raw_call): Call it.
8         (ffi_java_raw_to_rvalue): New function.
9         (ffi_java_translate_args): Call it.
10         * src/ffitest.c (closure_test_fn): Interpret return value
11         as ffi_arg, not int.
12         * src/s390/ffi.c (ffi_prep_cif_machdep): Add missing
13         FFI_TYPE_POINTER case.
14         (ffi_closure_helper_SYSV): Likewise.  Also, assume return
15         values extended to word size.
16
17 2002-10-02  Andreas Jaeger  <aj@suse.de>
18
19         * src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.
20
21 2002-10-01  Bo Thorsen  <bo@smetana.suse.de>
22
23         * include/ffi.h.in: Fix i386 win32 compilation.
24
25 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
26
27         * configure.in: Add s390x-*-linux-* target.
28         * configure: Regenerate.
29         * include/ffi.h.in: Define S390X for s390x targets.
30         (FFI_CLOSURES): Define for s390/s390x.
31         (FFI_TRAMPOLINE_SIZE): Likewise.
32         (FFI_NATIVE_RAW_API): Likewise.
33         * src/prep_cif.c (ffi_prep_cif): Do not compute stack space for s390.
34         * src/types.c (FFI_TYPE_POINTER): Use 8-byte pointers on s390x.
35         * src/s390/ffi.c: Major rework of existing code.  Add support for 
36         s390x targets.  Add closure support.
37         * src/s390/sysv.S: Likewise.
38
39 2002-09-29  Richard Earnshaw  <rearnsha@arm.com>
40
41         * src/arm/sysv.S: Fix typo.
42
43 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
44
45         * src/arm/sysv.S: If we don't have machine/asm.h and the pre-processor
46         has defined __USER_LABEL_PREFIX__, then use it in CNAME.
47         (ffi_call_SYSV): Handle soft-float.
48
49 2002-09-27  Bo Thorsen  <bo@suse.de>
50
51         * include/ffi.h.in: Fix multilib x86-64 support.
52
53 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
54
55         * Makefile.am (all-multi): Fix multilib parallel build.
56
57 2002-07-19  Kaz Kojima  <kkojima@gcc.gnu.org>
58
59         * configure.in (sh[34]*-*-linux*): Add brackets.
60         * configure: Regenerate.
61
62 2002-07-18  Kaz Kojima  <kkojima@gcc.gnu.org>
63
64         * Makefile.am: Add SH support.
65         * Makefile.in: Regenerate.
66         * configure.in (sh-*-linux*, sh[34]*-*-linux*): Add target.
67         * configure: Regenerate.
68         * include/ffi.h.in: Add SH support.
69         * src/sh/ffi.c: New file.
70         * src/sh/sysv.S: New file.
71         * src/types.c: Add SH support.
72
73 2002-07-16  Bo Thorsen  <bo@suse.de>
74
75         * src/x86/ffi64.c: New file that adds x86-64 support.
76         * src/x86/unix64.S: New file that handles argument setup for
77         x86-64.
78         * src/x86/sysv.S: Don't use this on x86-64.
79         * src/x86/ffi.c: Don't use this on x86-64.
80         Remove unused vars.
81         * src/prep_cif.c (ffi_prep_cif): Don't do stack size calculation
82         for x86-64.
83         * src/ffitest.c (struct6): New test that tests a special case in
84         the x86-64 ABI.
85         (struct7): Likewise.
86         (struct8): Likewise.
87         (struct9): Likewise.
88         (closure_test_fn): Silence warning about this when it's not used.
89         (main): Add the new tests.
90         (main): Fix a couple of wrong casts and silence some compiler warnings.
91         * include/ffi.h.in: Add x86-64 ABI definition.
92         * fficonfig.h.in: Regenerate.
93         * Makefile.am: Add x86-64 support.
94         * configure.in: Likewise.
95         * Makefile.in: Regenerate.
96         * configure: Likewise.
97
98 2002-06-24  Bo Thorsen  <bo@suse.de>
99
100         * src/types.c: Merge settings for similar architectures.
101         Add x86-64 sizes and alignments.
102
103 2002-06-23  Bo Thorsen  <bo@suse.de>
104
105         * src/arm/ffi.c (ffi_prep_args): Remove unused vars.
106         * src/sparc/ffi.c (ffi_prep_args_v8): Likewise.
107         * src/mips/ffi.c (ffi_prep_args): Likewise.
108         * src/m68k/ffi.c (ffi_prep_args): Likewise.
109
110 2002-07-18  H.J. Lu  (hjl@gnu.org)
111
112         * Makefile.am (TARGET_SRC_MIPS_LINUX): New.
113         (libffi_la_SOURCES): Support MIPS_LINUX.
114         (libffi_convenience_la_SOURCES): Likewise.
115         * Makefile.in: Regenerated.
116
117         * configure.in (mips64*-*): Skip.
118         (mips*-*-linux*): New.
119         * configure: Regenerated.
120
121         * src/mips/ffi.c: Include <sgidefs.h>.
122
123 2002-06-06  Ulrich Weigand  <uweigand@de.ibm.com>
124
125         * src/s390/sysv.S: Save/restore %r6.  Add DWARF-2 unwind info.
126
127 2002-05-27  Roger Sayle  <roger@eyesopen.com>
128
129         * src/x86/ffi.c (ffi_prep_args): Remove reference to avn.
130
131 2002-05-27  Bo Thorsen  <bo@suse.de>
132
133         * src/x86/ffi.c (ffi_prep_args): Remove unused variable and
134         fix formatting.
135
136 2002-05-13  Andreas Tobler  <a.tobler@schweiz.ch>
137
138         * src/powerpc/ffi_darwin.c (ffi_prep_closure): Declare fd at
139         beginning of function (for older apple cc).
140
141 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
142
143         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
144         script entry, and set LD to it when configuring multilibs.
145         * configure: Rebuilt.
146
147 2002-05-05  Jason Thorpe  <thorpej@wasabisystems.com>
148
149         * configure.in (sparc64-*-netbsd*): Add target.
150         (sparc-*-netbsdelf*): Likewise.
151         * configure: Regenerate.
152
153 2002-04-28  David S. Miller  <davem@redhat.com>
154
155         * configure.in, configure: Fix SPARC test in previous change.
156
157 2002-04-29  Gerhard Tonn  <GerhardTonn@swol.de>
158
159         * Makefile.am: Add Linux for S/390 support.
160         * Makefile.in: Regenerate.
161         * configure.in: Add Linux for S/390 support.
162         * configure: Regenerate.
163         * include/ffi.h.in: Add Linux for S/390 support.
164         * src/s390/ffi.c: New file from libffi CVS tree.
165         * src/s390/sysv.S: New file from libffi CVS tree.
166
167 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
168
169         * configure.in (HAVE_AS_SPARC_UA_PCREL): Check for working
170         %r_disp32().
171         * src/sparc/v8.S: Use it.
172         * src/sparc/v9.S: Likewise.
173         * fficonfig.h.in: Rebuilt.
174         * configure: Rebuilt.
175
176 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
177
178         * src/java_raw_api.c (ffi_java_raw_size): Handle FFI_TYPE_DOUBLE
179         correctly.
180         * src/ia64/unix.S: Add unwind information. Fix comments.
181         Save sp in a way that's compatible with unwind info.
182         (ffi_call_unix): Correctly restore sp in all cases.
183         * src/ia64/ffi.c: Add, fix comments.
184
185 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
186
187         * src/sparc/v8.S: Make .eh_frame dependent on target word size.
188
189 2002-04-06  Jason Thorpe  <thorpej@wasabisystems.com>
190
191         * configure.in (alpha*-*-netbsd*): Add target.
192         * configure: Regenerate.
193
194 2002-04-04  Jeff Sturm  <jsturm@one-point.com>
195
196         * src/sparc/v8.S: Add unwind info.
197         * src/sparc/v9.S: Likewise.
198
199 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
200
201         * configure.in: Enable i*86-*-netbsdelf*.
202         * configure: Rebuilt.
203         
204 2002-03-29  David Billinghurst <David.Billinghurst@riotinto.com>
205
206         PR other/2620
207         * src/mips/n32.s: Delete
208         * src/mips/o32.s: Delete
209
210 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
211
212         * configure.in: Enable alpha*-*-freebsd*.
213         * configure: Rebuilt.
214
215 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
216
217         * Makefile.am: libfficonvenience -> libffi_convenience.
218         * Makefile.in: Rebuilt.
219         
220         * Makefile.am: Define ffitest_OBJECTS.
221         * Makefile.in: Rebuilt.
222
223 2002-03-07  Andreas Tobler  <toa@pop.agri.ch>
224             David Edelsohn  <edelsohn@gnu.org>
225
226         * Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.
227         (TARGET_SRC_POWERPC_AIX): Add aix_closure.S.
228         (TARGET_SRC_POWERPC_DARWIN): Add darwin_closure.S.
229         * Makefile.in: Regenerate.
230         * include/ffi.h.in: Add AIX and Darwin closure definitions.
231         * src/powerpc/ffi_darwin.c (ffi_prep_closure): New function.
232         (flush_icache, flush_range): New functions.
233         (ffi_closure_helper_DARWIN): New function.
234         * src/powerpc/aix_closure.S: New file.
235         * src/powerpc/darwin_closure.S: New file.
236         
237 2002-02-24  Jeff Sturm  <jsturm@one-point.com>
238
239         * include/ffi.h.in: Add typedef for ffi_arg.
240         * src/ffitest.c (main): Declare rint with ffi_arg.
241  
242 2002-02-21  Andreas Tobler  <toa@pop.agri.ch>
243
244         * src/powerpc/ffi_darwin.c (ffi_prep_args): Skip appropriate
245         number of GPRs for floating-point arguments.
246
247 2002-01-31  Anthony Green  <green@redhat.com>
248
249         * configure: Rebuilt.
250         * configure.in: Replace CHECK_SIZEOF and endian tests with
251         cross-compiler friendly macros.
252         * aclocal.m4 (AC_COMPILE_CHECK_SIZEOF, AC_C_BIGENDIAN_CROSS): New
253         macros.
254
255 2002-01-18  David Edelsohn  <edelsohn@gnu.org>
256
257         * src/powerpc/darwin.S (_ffi_call_AIX): New.
258         * src/powerpc/aix.S (ffi_call_DARWIN): New.
259
260 2002-01-17  David Edelsohn  <edelsohn@gnu.org>
261
262         * Makefile.am (EXTRA_DIST): Add Darwin and AIX files.
263         (TARGET_SRC_POWERPC_AIX): New.
264         (POWERPC_AIX): New stanza.
265         * Makefile.in: Regenerate.
266         * configure.in: Add AIX case.
267         * configure: Regenerate.
268         * include/ffi.h.in (ffi_abi): Add FFI_AIX.
269         * src/powerpc/ffi_darwin.c (ffi_status): Use "long" to scale frame
270         size.  Fix "long double" support.
271         (ffi_call): Add FFI_AIX case.
272         * src/powerpc/aix.S: New.
273
274 2001-10-09  John Hornkvist  <john@toastedmarshmallow.com>
275
276         Implement Darwin PowerPC ABI.
277         * configure.in: Handle powerpc-*-darwin*.
278         * Makefile.am: Set source files for POWERPC_DARWIN.
279         * configure: Rebuilt.
280         * Makefile.in: Rebuilt.
281         * include/ffi.h.in: Define FFI_DARWIN and FFI_DEFAULT_ABI for
282         POWERPC_DARWIN.
283         * src/powerpc/darwin.S: New file.
284         * src/powerpc/ffi_darwin.c: New file.
285
286 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
287
288         * src/x86/ffi.c: Fix spelling error of "separate" as "seperate".
289
290 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
291
292         * src/x86/sysv.S: Avoid gas-only .balign directive.
293         Use C style comments.
294
295 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
296
297         * src/alpha/ffi.c (ffi_prep_closure): Avoid gas-only mnemonic.
298         Fixes PR bootstrap/3563.
299
300 2001-06-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
301
302         * src/alpha/osf.S (ffi_closure_osf): Use .rdata for ECOFF.
303
304 2001-06-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
305
306         * configure.in: Recognize sparc*-sun-* host.
307         * configure: Regenerate.
308         
309 2001-06-06  Andrew Haley  <aph@redhat.com>
310
311         * src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF.
312
313 2001-06-03  Andrew Haley  <aph@redhat.com>
314
315         * src/alpha/osf.S: Add unwind info.
316         * src/powerpc/sysv.S: Add unwind info.
317         * src/powerpc/ppc_closure.S: Likewise.
318
319 2000-05-31  Jeff Sturm  <jsturm@one-point.com>
320
321         * configure.in: Fix AC_ARG_ENABLE usage.
322         * configure: Rebuilt.
323
324 2001-05-06  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
325
326         * configure.in: Remove warning about beta code.
327         * configure: Rebuilt.
328
329 2001-04-25  Hans Boehm <Hans_Boehm@hp.com>
330
331         * src/ia64/unix.S: Restore stack pointer when returning from
332         ffi_closure_UNIX.
333         * src/ia64/ffi.c: Fix typo in comment.
334
335 2001-04-18  Jim Wilson  <wilson@redhat.com>
336
337         * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2
338         to eliminate RAW DV.
339
340 2001-04-12  Bryce McKinlay  <bryce@albatross.co.nz>
341
342         * Makefile.am: Make a libtool convenience library.
343         * Makefile.in: Rebuilt.
344
345 2001-03-29  Bryce McKinlay  <bryce@albatross.co.nz>
346
347         * configure.in: Use different syntax for subdirectory creation.
348         * configure: Rebuilt.
349
350 2001-03-27  Jon Beniston  <jon@beniston.com>
351
352         * configure.in: Added X86_WIN32 target (Win32, CygWin, MingW).
353         * configure: Rebuilt.
354         * Makefile.am: Added X86_WIN32 target support.
355         * Makefile.in: Rebuilt.
356
357         * include/ffi.h.in: Added X86_WIN32 target support.
358
359         * src/ffitest.c: Doesn't run structure tests for X86_WIN32 targets.
360         * src/types.c: Added X86_WIN32 target support.
361
362         * src/x86/win32.S: New file. Based on sysv.S, but with EH
363         stuff removed and made to work with CygWin's gas.
364
365 2001-03-26  Bryce McKinlay  <bryce@albatross.co.nz>
366
367         * configure.in: Make target subdirectory in build dir.
368         * Makefile.am: Override suffix based rules to specify correct output
369         subdirectory.
370         * Makefile.in: Rebuilt.
371         * configure: Rebuilt.
372
373 2001-03-23  Kevin B Hendricks  <khendricks@ivey.uwo.ca>
374
375         * src/powerpc/ppc_closure.S: New file.
376         * src/powerpc/ffi.c (ffi_prep_args): Fixed ABI compatibility bug
377         involving long long and register pairs.
378         (ffi_prep_closure): New function.
379         (flush_icache): Likewise.
380         (ffi_closure_helper_SYSV): Likewise.
381         * include/ffi.h.in (FFI_CLOSURES): Define on PPC.
382         (FFI_TRAMPOLINE_SIZE): Likewise.
383         (FFI_NATIVE_RAW_API): Likewise.
384         * Makefile.in: Rebuilt.
385         * Makefile.am (EXTRA_DIST): Added src/powerpc/ppc_closure.S.
386         (TARGET_SRC_POWERPC): Likewise.
387
388 2001-03-19  Tom Tromey  <tromey@redhat.com>
389
390         * Makefile.in: Rebuilt.
391         * Makefile.am (ffitest_LDFLAGS): New macro.
392
393 2001-03-02  Nick Clifton  <nickc@redhat.com>
394
395         * include/ffi.h.in: Remove RCS ident string.
396         * include/ffi_mips.h: Remove RCS ident string.
397         * src/debug.c: Remove RCS ident string.
398         * src/ffitest.c: Remove RCS ident string.
399         * src/prep_cif.c: Remove RCS ident string.
400         * src/types.c: Remove RCS ident string.
401         * src/alpha/ffi.c: Remove RCS ident string.
402         * src/alpha/osf.S: Remove RCS ident string.
403         * src/arm/ffi.c: Remove RCS ident string.
404         * src/arm/sysv.S: Remove RCS ident string.
405         * src/mips/ffi.c: Remove RCS ident string.
406         * src/mips/n32.S: Remove RCS ident string.
407         * src/mips/o32.S: Remove RCS ident string.
408         * src/sparc/ffi.c: Remove RCS ident string.
409         * src/sparc/v8.S: Remove RCS ident string.
410         * src/sparc/v9.S: Remove RCS ident string.
411         * src/x86/ffi.c: Remove RCS ident string.
412         * src/x86/sysv.S: Remove RCS ident string.
413
414 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
415
416         * include/ffi.h.in: Change sourceware.cygnus.com references to
417         gcc.gnu.org.
418
419 2000-12-09  Richard Henderson  <rth@redhat.com>
420
421         * src/alpha/ffi.c (ffi_call): Simplify struct return test.
422         (ffi_closure_osf_inner): Index rather than increment avalue
423         and arg_types.  Give ffi_closure_osf the raw return value type.
424         * src/alpha/osf.S (ffi_closure_osf): Handle return value type
425         promotion.
426
427 2000-12-07  Richard Henderson  <rth@redhat.com>
428
429         * src/raw_api.c (ffi_translate_args): Fix typo.
430         (ffi_prep_closure): Likewise.
431
432         * include/ffi.h.in [ALPHA]: Define FFI_CLOSURES and
433         FFI_TRAMPOLINE_SIZE.
434         * src/alpha/ffi.c (ffi_prep_cif_machdep): Adjust minimal
435         cif->bytes for new ffi_call_osf implementation.
436         (ffi_prep_args): Absorb into ...
437         (ffi_call): ... here.  Do all stack allocation here and
438         avoid a callback function.
439         (ffi_prep_closure, ffi_closure_osf_inner): New.
440         * src/alpha/osf.S (ffi_call_osf): Reimplement with no callback.
441         (ffi_closure_osf): New.
442
443 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
444
445         * config.guess, config.sub, install-sh: Removed.
446         * ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise.
447         * Makefile.in: Rebuilt.
448
449         * acinclude.m4: Include libtool macros from the top level.
450         * aclocal.m4, configure: Rebuilt.
451
452 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
453
454         * configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set.
455         * configure: Rebuilt.
456
457 2000-05-11  Scott Bambrough  <scottb@netwinder.org>
458
459         * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to 
460         memory correctly.  Use conditional instructions, not branches where 
461         possible.
462
463 2000-05-04  Tom Tromey  <tromey@cygnus.com>
464
465         * configure: Rebuilt.
466         * configure.in: Match `arm*-*-linux-*'.
467         From Chris Dornan <cdornan@arm.com>.
468
469 2000-04-28  Jakub Jelinek  <jakub@redhat.com>
470
471         * Makefile.am (SUBDIRS): Define.
472         (AM_MAKEFLAGS): Likewise.
473         (Multilib support.): Add section.
474         * Makefile.in: Rebuilt.
475         * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
476         New variables. Set for gcc using -print-multi-lib. Export them
477         to libtool.
478         (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
479         * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
480         for -shared links.
481         (extra_compiler_flags_value, extra_compiler_flags): Check these
482         for extra compiler options which need to be passed down in
483         compiler_flags.
484
485 2000-04-16  Anthony Green  <green@redhat.com>
486
487         * configure: Rebuilt.
488         * configure.in: Change i*86-pc-linux* to i*86-*-linux*.
489
490 2000-04-14  Jakub Jelinek  <jakub@redhat.com>
491
492         * include/ffi.h.in (SPARC64): Define for 64bit SPARC builds.
493         Set SPARC FFI_DEFAULT_ABI based on SPARC64 define.
494         * src/sparc/ffi.c (ffi_prep_args_v8): Renamed from ffi_prep_args.
495         Replace all void * sizeofs with sizeof(int).
496         Only compare type with FFI_TYPE_LONGDOUBLE if LONGDOUBLE is
497         different than DOUBLE.
498         Remove FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases (handled elsewhere).
499         (ffi_prep_args_v9): New function.
500         (ffi_prep_cif_machdep): Handle V9 ABI and long long on V8.
501         (ffi_V9_return_struct): New function.
502         (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from
503         32bit code (not yet cross-arch calls).
504         * src/sparc/v8.S: Add struct return delay nop.
505         Handle long long.
506         * src/sparc/v9.S: New file.
507         * src/prep_cif.c (ffi_prep_cif): Return structure pointer
508         is used on sparc64 only for structures larger than 32 bytes.
509         Pass by reference for structures is done for structure arguments
510         larger than 16 bytes.
511         * src/ffitest.c (main): Use 64bit rint on sparc64.
512         Run long long tests on sparc.
513         * src/types.c (FFI_TYPE_POINTER): Pointer is 64bit on alpha and
514         sparc64.
515         (FFI_TYPE_LONGDOUBLE): long double is 128 bit aligned to 128 bits
516         on sparc64.
517         * configure.in (sparc-*-linux*): New supported target.
518         (sparc64-*-linux*): Likewise.
519         * configure: Rebuilt.
520         * Makefile.am: Add v9.S to SPARC files.
521         * Makefile.in: Likewise.
522         (LINK): Surround $(CCLD) into double quotes, so that multilib
523         compiles work correctly.
524
525 2000-04-04  Alexandre Petit-Bianco  <apbianco@cygnus.com>
526
527         * configure: Rebuilt.
528         * configure.in: (i*86-*-solaris*): New libffi target. Patch
529         proposed by Bryce McKinlay.
530
531 2000-03-20  Tom Tromey  <tromey@cygnus.com>
532
533         * Makefile.in: Hand edit for java_raw_api.lo.
534
535 2000-03-08  Bryce McKinlay  <bryce@albatross.co.nz>
536
537         * config.guess, config.sub: Update from the gcc tree.
538         Fix for PR libgcj/168.
539
540 2000-03-03  Tom Tromey  <tromey@cygnus.com>
541
542         * Makefile.in: Fixed ia64 by hand.
543
544         * configure: Rebuilt.
545         * configure.in (--enable-multilib): New option.
546         (libffi_basedir): New subst.
547         (AC_OUTPUT): Added multilib code.
548
549 2000-03-02  Tom Tromey  <tromey@cygnus.com>
550
551         * Makefile.in: Rebuilt.
552         * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
553         directory name.
554
555 2000-02-25  Hans Boehm <boehm@acm.org>
556
557         * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
558         files.
559         * src/raw_api.c (ffi_translate_args): Fixed typo in argument
560         list.
561         (ffi_prep_raw_closure): Use ffi_translate_args, not
562         ffi_closure_translate.
563         * src/java_raw_api.c: New file.
564         * src/ffitest.c (closure_test_fn): New function.
565         (main): Define `rint' as long long on IA64.  Added new test when
566         FFI_CLOSURES is defined.
567         * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
568         (ffi_abi): Recognize IA64.
569         (ffi_raw): Added `flt' field.
570         Added "Java raw API" code.
571         * configure.in: Recognize ia64.
572         * Makefile.am (TARGET_SRC_IA64): New macro.
573         (libffi_la_common_SOURCES): Added java_raw_api.c.
574         (libffi_la_SOURCES): Define in IA64 case.
575
576 2000-01-04  Tom Tromey  <tromey@cygnus.com>
577
578         * Makefile.in: Rebuilt with newer automake.
579
580 1999-12-31  Tom Tromey  <tromey@cygnus.com>
581
582         * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
583
584 1999-09-01  Tom Tromey  <tromey@cygnus.com>
585
586         * include/ffi.h.in: Removed PACKAGE and VERSION defines and
587         undefs.
588         * fficonfig.h.in: Rebuilt.
589         * configure: Rebuilt.
590         * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
591         Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
592         * acconfig.h: Don't #undef PACKAGE or VERSION.
593
594 1999-08-09  Anthony Green  <green@cygnus.com>
595
596         * include/ffi.h.in: Try to work around messy header problem
597         with PACKAGE and VERSION.
598
599         * configure: Rebuilt.
600         * configure.in: Change version to 2.00-beta.
601
602         * fficonfig.h.in: Rebuilt.
603         * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
604
605         * src/x86/ffi.c (ffi_raw_call): Rename.
606
607 1999-08-02  Kresten Krab Thorup  <krab@dominiq.is.s.u-tokyo.ac.jp>
608
609         * src/x86/ffi.c (ffi_closure_SYSV): New function.
610         (ffi_prep_incoming_args_SYSV): Ditto.
611         (ffi_prep_closure): Ditto.
612         (ffi_closure_raw_SYSV): Ditto.
613         (ffi_prep_raw_closure): More ditto.
614         (ffi_call_raw): Final ditto.
615
616         * include/ffi.h.in: Add definitions for closure and raw API.
617
618         * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
619         FFI_TYPE_UINT64.  
620
621         * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
622
623         * src/raw_api.c: New file.
624
625         * include/ffi.h.in (ffi_raw): New type.
626         (UINT_ARG, SINT_ARG): New defines.
627         (ffi_closure, ffi_raw_closure): New types.
628         (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
629         
630         * configure.in: Add check for endianness and sizeof void*.
631
632         * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
633         instead of directly.
634
635         * configure: Rebuilt.
636
637 Thu Jul  8 14:28:42 1999  Anthony Green  <green@cygnus.com>
638
639         * configure.in: Add x86 and powerpc BeOS configurations.
640         From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
641
642 1999-05-09  Anthony Green  <green@cygnus.com>
643
644         * configure.in: Add warning about this being beta code.
645         Remove src/Makefile.am from the picture.
646         * configure: Rebuilt.
647
648         * Makefile.am: Move logic from src/Makefile.am.  Add changes
649         to support libffi as a target library.
650         * Makefile.in: Rebuilt.
651
652         * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
653         Upgraded to new autoconf, automake, libtool.
654
655         * README: Tweaks.
656
657         * LICENSE: Update copyright date.
658
659         * src/Makefile.am, src/Makefile.in: Removed.
660
661 1998-11-29  Anthony Green  <green@cygnus.com>
662
663         * include/ChangeLog: Removed.
664         * src/ChangeLog: Removed.
665         * src/mips/ChangeLog: Removed.
666         * src/sparc/ChangeLog: Remboved.
667         * src/x86/ChangeLog: Removed.
668
669         * ChangeLog.v1: Created.