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