OSDN Git Service

5d56ed5781ff4ea108922db2efedb56da4514ecc
[pf3gnuchains/gcc-fork.git] / libffi / ChangeLog
1 2000-03-03  Tom Tromey  <tromey@cygnus.com>
2
3         * configure: Rebuilt.
4         * configure.in (--enable-multilib): New option.
5         (libffi_basedir): New subst.
6         (AC_OUTPUT): Added multilib code.
7
8 2000-03-02  Tom Tromey  <tromey@cygnus.com>
9
10         * Makefile.in: Rebuilt.
11         * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
12         directory name.
13
14 2000-02-25  Hans Boehm <boehm@acm.org>
15
16         * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
17         files.
18         * src/raw_api.c (ffi_translate_args): Fixed typo in argument
19         list.
20         (ffi_prep_raw_closure): Use ffi_translate_args, not
21         ffi_closure_translate.
22         * src/java_raw_api.c: New file.
23         * src/ffitest.c (closure_test_fn): New function.
24         (main): Define `rint' as long long on IA64.  Added new test when
25         FFI_CLOSURES is defined.
26         * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
27         (ffi_abi): Recognize IA64.
28         (ffi_raw): Added `flt' field.
29         Added "Java raw API" code.
30         * configure.in: Recognize ia64.
31         * Makefile.am (TARGET_SRC_IA64): New macro.
32         (libffi_la_common_SOURCES): Added java_raw_api.c.
33         (libffi_la_SOURCES): Define in IA64 case.
34
35 2000-01-04  Tom Tromey  <tromey@cygnus.com>
36
37         * Makefile.in: Rebuilt with newer automake.
38
39 1999-12-31  Tom Tromey  <tromey@cygnus.com>
40
41         * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
42
43 1999-09-01  Tom Tromey  <tromey@cygnus.com>
44
45         * include/ffi.h.in: Removed PACKAGE and VERSION defines and
46         undefs.
47         * fficonfig.h.in: Rebuilt.
48         * configure: Rebuilt.
49         * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
50         Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
51         * acconfig.h: Don't #undef PACKAGE or VERSION.
52
53 1999-08-09  Anthony Green  <green@cygnus.com>
54
55         * include/ffi.h.in: Try to work around messy header problem
56         with PACKAGE and VERSION.
57
58         * configure: Rebuilt.
59         * configure.in: Change version to 2.00-beta.
60
61         * fficonfig.h.in: Rebuilt.
62         * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
63
64         * src/x86/ffi.c (ffi_raw_call): Rename.
65
66 1999-08-02  Kresten Krab Thorup  <krab@dominiq.is.s.u-tokyo.ac.jp>
67
68         * src/x86/ffi.c (ffi_closure_SYSV): New function.
69         (ffi_prep_incoming_args_SYSV): Ditto.
70         (ffi_prep_closure): Ditto.
71         (ffi_closure_raw_SYSV): Ditto.
72         (ffi_prep_raw_closure): More ditto.
73         (ffi_call_raw): Final ditto.
74
75         * include/ffi.h.in: Add definitions for closure and raw API.
76
77         * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
78         FFI_TYPE_UINT64.  
79
80         * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
81
82         * src/raw_api.c: New file.
83
84         * include/ffi.h.in (ffi_raw): New type.
85         (UINT_ARG, SINT_ARG): New defines.
86         (ffi_closure, ffi_raw_closure): New types.
87         (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
88         
89         * configure.in: Add check for endianness and sizeof void*.
90
91         * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
92         instead of directly.
93
94         * configure: Rebuilt.
95
96 Thu Jul  8 14:28:42 1999  Anthony Green  <green@cygnus.com>
97
98         * configure.in: Add x86 and powerpc BeOS configurations.
99         From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
100
101 1999-05-09  Anthony Green  <green@cygnus.com>
102
103         * configure.in: Add warning about this being beta code.
104         Remove src/Makefile.am from the picture.
105         * configure: Rebuilt.
106
107         * Makefile.am: Move logic from src/Makefile.am.  Add changes
108         to support libffi as a target library.
109         * Makefile.in: Rebuilt.
110
111         * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
112         Upgraded to new autoconf, automake, libtool.
113
114         * README: Tweaks.
115
116         * LICENSE: Update copyright date.
117
118         * src/Makefile.am, src/Makefile.in: Removed.
119
120 1998-11-29  Anthony Green  <green@cygnus.com>
121
122         * include/ChangeLog: Removed.
123         * src/ChangeLog: Removed.
124         * src/mips/ChangeLog: Removed.
125         * src/sparc/ChangeLog: Remboved.
126         * src/x86/ChangeLog: Removed.
127
128         * ChangeLog.v1: Created.