OSDN Git Service

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