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