Include new cygwin include directories
[official-gcc.git] / libffi / ChangeLog
blob4692d4f540f4e8565a32e66c69cb8c848cb8eb72
1 2000-01-04  Tom Tromey  <tromey@cygnus.com>
3         * Makefile.in: Rebuilt with newer automake.
5 1999-12-31  Tom Tromey  <tromey@cygnus.com>
7         * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
9 1999-09-01  Tom Tromey  <tromey@cygnus.com>
11         * include/ffi.h.in: Removed PACKAGE and VERSION defines and
12         undefs.
13         * fficonfig.h.in: Rebuilt.
14         * configure: Rebuilt.
15         * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
16         Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
17         * acconfig.h: Don't #undef PACKAGE or VERSION.
19 1999-08-09  Anthony Green  <green@cygnus.com>
21         * include/ffi.h.in: Try to work around messy header problem
22         with PACKAGE and VERSION.
24         * configure: Rebuilt.
25         * configure.in: Change version to 2.00-beta.
27         * fficonfig.h.in: Rebuilt.
28         * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
30         * src/x86/ffi.c (ffi_raw_call): Rename.
32 1999-08-02  Kresten Krab Thorup  <krab@dominiq.is.s.u-tokyo.ac.jp>
34         * src/x86/ffi.c (ffi_closure_SYSV): New function.
35         (ffi_prep_incoming_args_SYSV): Ditto.
36         (ffi_prep_closure): Ditto.
37         (ffi_closure_raw_SYSV): Ditto.
38         (ffi_prep_raw_closure): More ditto.
39         (ffi_call_raw): Final ditto.
41         * include/ffi.h.in: Add definitions for closure and raw API.
43         * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
44         FFI_TYPE_UINT64.  
46         * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
48         * src/raw_api.c: New file.
50         * include/ffi.h.in (ffi_raw): New type.
51         (UINT_ARG, SINT_ARG): New defines.
52         (ffi_closure, ffi_raw_closure): New types.
53         (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
54         
55         * configure.in: Add check for endianness and sizeof void*.
57         * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
58         instead of directly.
60         * configure: Rebuilt.
62 Thu Jul  8 14:28:42 1999  Anthony Green  <green@cygnus.com>
64         * configure.in: Add x86 and powerpc BeOS configurations.
65         From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
67 1999-05-09  Anthony Green  <green@cygnus.com>
69         * configure.in: Add warning about this being beta code.
70         Remove src/Makefile.am from the picture.
71         * configure: Rebuilt.
73         * Makefile.am: Move logic from src/Makefile.am.  Add changes
74         to support libffi as a target library.
75         * Makefile.in: Rebuilt.
77         * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
78         Upgraded to new autoconf, automake, libtool.
80         * README: Tweaks.
82         * LICENSE: Update copyright date.
84         * src/Makefile.am, src/Makefile.in: Removed.
86 1998-11-29  Anthony Green  <green@cygnus.com>
88         * include/ChangeLog: Removed.
89         * src/ChangeLog: Removed.
90         * src/mips/ChangeLog: Removed.
91         * src/sparc/ChangeLog: Remboved.
92         * src/x86/ChangeLog: Removed.
94         * ChangeLog.v1: Created.