OSDN Git Service

* Makefile.in: Rebuilt with newer automake.
[pf3gnuchains/gcc-fork.git] / libffi / ChangeLog
1 2000-01-04  Tom Tromey  <tromey@cygnus.com>
2
3         * Makefile.in: Rebuilt with newer automake.
4
5 1999-12-31  Tom Tromey  <tromey@cygnus.com>
6
7         * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
8
9 1999-09-01  Tom Tromey  <tromey@cygnus.com>
10
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.
18
19 1999-08-09  Anthony Green  <green@cygnus.com>
20
21         * include/ffi.h.in: Try to work around messy header problem
22         with PACKAGE and VERSION.
23
24         * configure: Rebuilt.
25         * configure.in: Change version to 2.00-beta.
26
27         * fficonfig.h.in: Rebuilt.
28         * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
29
30         * src/x86/ffi.c (ffi_raw_call): Rename.
31
32 1999-08-02  Kresten Krab Thorup  <krab@dominiq.is.s.u-tokyo.ac.jp>
33
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.
40
41         * include/ffi.h.in: Add definitions for closure and raw API.
42
43         * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
44         FFI_TYPE_UINT64.  
45
46         * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
47
48         * src/raw_api.c: New file.
49
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*.
56
57         * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
58         instead of directly.
59
60         * configure: Rebuilt.
61
62 Thu Jul  8 14:28:42 1999  Anthony Green  <green@cygnus.com>
63
64         * configure.in: Add x86 and powerpc BeOS configurations.
65         From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
66
67 1999-05-09  Anthony Green  <green@cygnus.com>
68
69         * configure.in: Add warning about this being beta code.
70         Remove src/Makefile.am from the picture.
71         * configure: Rebuilt.
72
73         * Makefile.am: Move logic from src/Makefile.am.  Add changes
74         to support libffi as a target library.
75         * Makefile.in: Rebuilt.
76
77         * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
78         Upgraded to new autoconf, automake, libtool.
79
80         * README: Tweaks.
81
82         * LICENSE: Update copyright date.
83
84         * src/Makefile.am, src/Makefile.in: Removed.
85
86 1998-11-29  Anthony Green  <green@cygnus.com>
87
88         * include/ChangeLog: Removed.
89         * src/ChangeLog: Removed.
90         * src/mips/ChangeLog: Removed.
91         * src/sparc/ChangeLog: Remboved.
92         * src/x86/ChangeLog: Removed.
93
94         * ChangeLog.v1: Created.