OSDN Git Service

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