annotate libffi/ChangeLog.v1 @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 The libffi version 1 ChangeLog archive.
kono
parents:
diff changeset
2
kono
parents:
diff changeset
3 Version 1 of libffi had per-directory ChangeLogs. Current and future
kono
parents:
diff changeset
4 versions have a single ChangeLog file in the root directory. The
kono
parents:
diff changeset
5 version 1 ChangeLogs have all been concatonated into this file for
kono
parents:
diff changeset
6 future reference only.
kono
parents:
diff changeset
7
kono
parents:
diff changeset
8 --- libffi ----------------------------------------------------------------
kono
parents:
diff changeset
9
kono
parents:
diff changeset
10 Mon Oct 5 02:17:50 1998 Anthony Green <green@cygnus.com>
kono
parents:
diff changeset
11
kono
parents:
diff changeset
12 * configure.in: Boosted rev.
kono
parents:
diff changeset
13 * configure, Makefile.in, aclocal.m4: Rebuilt.
kono
parents:
diff changeset
14 * README: Boosted rev and updated release notes.
kono
parents:
diff changeset
15
kono
parents:
diff changeset
16 Mon Oct 5 01:03:03 1998 Anthony Green <green@cygnus.com>
kono
parents:
diff changeset
17
kono
parents:
diff changeset
18 * configure.in: Boosted rev.
kono
parents:
diff changeset
19 * configure, Makefile.in, aclocal.m4: Rebuilt.
kono
parents:
diff changeset
20 * README: Boosted rev and updated release notes.
kono
parents:
diff changeset
21
kono
parents:
diff changeset
22 1998-07-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
kono
parents:
diff changeset
23
kono
parents:
diff changeset
24 * m68k/ffi.c (ffi_prep_cif_machdep): Use bitmask for cif->flags.
kono
parents:
diff changeset
25 Correctly handle small structures.
kono
parents:
diff changeset
26 (ffi_prep_args): Also handle small structures.
kono
parents:
diff changeset
27 (ffi_call): Pass size of return type to ffi_call_SYSV.
kono
parents:
diff changeset
28 * m68k/sysv.S: Adjust for above changes. Correctly align small
kono
parents:
diff changeset
29 structures in the return value.
kono
parents:
diff changeset
30
kono
parents:
diff changeset
31 * types.c (uint64, sint64) [M68K]: Change alignment to 4.
kono
parents:
diff changeset
32
kono
parents:
diff changeset
33 Fri Apr 17 17:26:58 1998 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
34
kono
parents:
diff changeset
35 * configure.in: Boosted rev.
kono
parents:
diff changeset
36 * configure,Makefile.in,aclocal.m4: Rebuilt.
kono
parents:
diff changeset
37 * README: Boosted rev and added release notes.
kono
parents:
diff changeset
38
kono
parents:
diff changeset
39 Sun Feb 22 00:50:41 1998 Geoff Keating <geoffk@ozemail.com.au>
kono
parents:
diff changeset
40
kono
parents:
diff changeset
41 * configure.in: Add PowerPC config bits.
kono
parents:
diff changeset
42
kono
parents:
diff changeset
43 1998-02-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
kono
parents:
diff changeset
44
kono
parents:
diff changeset
45 * configure.in: Add m68k config bits. Change AC_CANONICAL_SYSTEM
kono
parents:
diff changeset
46 to AC_CANONICAL_HOST, this is not a compiler. Use $host instead
kono
parents:
diff changeset
47 of $target. Remove AC_CHECK_SIZEOF(char), we already know the
kono
parents:
diff changeset
48 result. Fix argument of AC_ARG_ENABLE.
kono
parents:
diff changeset
49 * configure, fficonfig.h.in: Rebuilt.
kono
parents:
diff changeset
50
kono
parents:
diff changeset
51 Tue Feb 10 20:53:40 1998 Richard Henderson <rth@cygnus.com>
kono
parents:
diff changeset
52
kono
parents:
diff changeset
53 * configure.in: Add Alpha config bits.
kono
parents:
diff changeset
54
kono
parents:
diff changeset
55 Tue May 13 13:39:20 1997 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
56
kono
parents:
diff changeset
57 * README: Updated dates and reworded Irix comments.
kono
parents:
diff changeset
58
kono
parents:
diff changeset
59 * configure.in: Removed AC_PROG_RANLIB.
kono
parents:
diff changeset
60
kono
parents:
diff changeset
61 * Makefile.in, aclocal.m4, config.guess, config.sub, configure,
kono
parents:
diff changeset
62 ltmain.sh, */Makefile.in: libtoolized again and rebuilt with
kono
parents:
diff changeset
63 automake and autoconf.
kono
parents:
diff changeset
64
kono
parents:
diff changeset
65 Sat May 10 18:44:50 1997 Tom Tromey <tromey@cygnus.com>
kono
parents:
diff changeset
66
kono
parents:
diff changeset
67 * configure, aclocal.m4: Rebuilt.
kono
parents:
diff changeset
68 * configure.in: Don't compute EXTRADIST; now handled in
kono
parents:
diff changeset
69 src/Makefile.in. Removed macros implied by AM_INIT_AUTOMAKE.
kono
parents:
diff changeset
70 Don't run AM_MAINTAINER_MODE.
kono
parents:
diff changeset
71
kono
parents:
diff changeset
72 Thu May 8 14:34:05 1997 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
73
kono
parents:
diff changeset
74 * missing, ltmain.sh, ltconfig.sh: Created. These are new files
kono
parents:
diff changeset
75 required by automake and libtool.
kono
parents:
diff changeset
76
kono
parents:
diff changeset
77 * README: Boosted rev to 1.14. Added notes.
kono
parents:
diff changeset
78
kono
parents:
diff changeset
79 * acconfig.h: Moved PACKAGE and VERSION for new automake.
kono
parents:
diff changeset
80
kono
parents:
diff changeset
81 * configure.in: Changes for libtool.
kono
parents:
diff changeset
82
kono
parents:
diff changeset
83 * Makefile.am (check): make test now make check. Uses libtool now.
kono
parents:
diff changeset
84
kono
parents:
diff changeset
85 * Makefile.in, configure.in, aclocal.h, fficonfig.h.in: Rebuilt.
kono
parents:
diff changeset
86
kono
parents:
diff changeset
87 Thu May 1 16:27:07 1997 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
88
kono
parents:
diff changeset
89 * missing: Added file required by new automake.
kono
parents:
diff changeset
90
kono
parents:
diff changeset
91 Tue Nov 26 14:10:42 1996 Anthony Green <green@csk3.cygnus.com>
kono
parents:
diff changeset
92
kono
parents:
diff changeset
93 * acconfig.h: Added USING_PURIFY flag. This is defined when
kono
parents:
diff changeset
94 --enable-purify-safety was used at configure time.
kono
parents:
diff changeset
95
kono
parents:
diff changeset
96 * configure.in (allsources): Added --enable-purify-safety switch.
kono
parents:
diff changeset
97 (VERSION): Boosted rev to 1.13.
kono
parents:
diff changeset
98 * configure: Rebuilt.
kono
parents:
diff changeset
99
kono
parents:
diff changeset
100 Fri Nov 22 06:46:12 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
101
kono
parents:
diff changeset
102 * configure.in (VERSION): Boosted rev to 1.12.
kono
parents:
diff changeset
103 Removed special CFLAGS hack for gcc.
kono
parents:
diff changeset
104 * configure: Rebuilt.
kono
parents:
diff changeset
105
kono
parents:
diff changeset
106 * README: Boosted rev to 1.12. Added notes.
kono
parents:
diff changeset
107
kono
parents:
diff changeset
108 * Many files: Cygnus Support changed to Cygnus Solutions.
kono
parents:
diff changeset
109
kono
parents:
diff changeset
110 Wed Oct 30 11:15:25 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
111
kono
parents:
diff changeset
112 * configure.in (VERSION): Boosted rev to 1.11.
kono
parents:
diff changeset
113 * configure: Rebuilt.
kono
parents:
diff changeset
114
kono
parents:
diff changeset
115 * README: Boosted rev to 1.11. Added notes about GNU make.
kono
parents:
diff changeset
116
kono
parents:
diff changeset
117 Tue Oct 29 12:25:12 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
118
kono
parents:
diff changeset
119 * configure.in: Fixed -Wall trick.
kono
parents:
diff changeset
120 (VERSION): Boosted rev.
kono
parents:
diff changeset
121 * configure: Rebuilt
kono
parents:
diff changeset
122
kono
parents:
diff changeset
123 * acconfig.h: Needed for --enable-debug configure switch.
kono
parents:
diff changeset
124
kono
parents:
diff changeset
125 * README: Boosted rev to 1.09. Added more notes on building
kono
parents:
diff changeset
126 libffi, and LCLint.
kono
parents:
diff changeset
127
kono
parents:
diff changeset
128 * configure.in: Added --enable-debug switch. Boosted rev to
kono
parents:
diff changeset
129 1.09.
kono
parents:
diff changeset
130 * configure: Rebuilt
kono
parents:
diff changeset
131
kono
parents:
diff changeset
132 Tue Oct 15 13:11:28 1996 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
133
kono
parents:
diff changeset
134 * configure.in (VERSION): Boosted rev to 1.08
kono
parents:
diff changeset
135 * configure: Rebuilt.
kono
parents:
diff changeset
136
kono
parents:
diff changeset
137 * README: Added n32 bug fix notes.
kono
parents:
diff changeset
138
kono
parents:
diff changeset
139 * Makefile.am: Added "make lint" production.
kono
parents:
diff changeset
140 * Makefile.in: Rebuilt.
kono
parents:
diff changeset
141
kono
parents:
diff changeset
142 Mon Oct 14 10:54:46 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
143
kono
parents:
diff changeset
144 * README: Added web page reference.
kono
parents:
diff changeset
145
kono
parents:
diff changeset
146 * configure.in, README: Boosted rev to 1.05
kono
parents:
diff changeset
147 * configure: Rebuilt.
kono
parents:
diff changeset
148
kono
parents:
diff changeset
149 * README: Fixed n32 sample code.
kono
parents:
diff changeset
150
kono
parents:
diff changeset
151 Fri Oct 11 17:09:28 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
152
kono
parents:
diff changeset
153 * README: Added sparc notes.
kono
parents:
diff changeset
154
kono
parents:
diff changeset
155 * configure.in, README: Boosted rev to 1.04.
kono
parents:
diff changeset
156 * configure: Rebuilt.
kono
parents:
diff changeset
157
kono
parents:
diff changeset
158 Thu Oct 10 10:31:03 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
159
kono
parents:
diff changeset
160 * configure.in, README: Boosted rev to 1.03.
kono
parents:
diff changeset
161 * configure: Rebuilt.
kono
parents:
diff changeset
162
kono
parents:
diff changeset
163 * README: Added struct notes.
kono
parents:
diff changeset
164
kono
parents:
diff changeset
165 * Makefile.am (EXTRA_DIST): Added LICENSE to distribution.
kono
parents:
diff changeset
166 * Makefile.in: Rebuilt.
kono
parents:
diff changeset
167
kono
parents:
diff changeset
168 * README: Removed Linux section. No special notes now
kono
parents:
diff changeset
169 because aggregates arg/return types work.
kono
parents:
diff changeset
170
kono
parents:
diff changeset
171 Wed Oct 9 16:16:42 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
172
kono
parents:
diff changeset
173 * README, configure.in (VERSION): Boosted rev to 1.02
kono
parents:
diff changeset
174 * configure: Rebuilt.
kono
parents:
diff changeset
175
kono
parents:
diff changeset
176 Tue Oct 8 11:56:33 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
177
kono
parents:
diff changeset
178 * README (NOTE): Added n32 notes.
kono
parents:
diff changeset
179
kono
parents:
diff changeset
180 * Makefile.am: Added test production.
kono
parents:
diff changeset
181 * Makefile: Rebuilt
kono
parents:
diff changeset
182
kono
parents:
diff changeset
183 * README: spell checked!
kono
parents:
diff changeset
184
kono
parents:
diff changeset
185 * configure.in (VERSION): Boosted rev to 1.01
kono
parents:
diff changeset
186 * configure: Rebuilt.
kono
parents:
diff changeset
187
kono
parents:
diff changeset
188 Mon Oct 7 15:50:22 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
189
kono
parents:
diff changeset
190 * configure.in: Added nasty bit to support SGI tools.
kono
parents:
diff changeset
191 * configure: Rebuilt.
kono
parents:
diff changeset
192
kono
parents:
diff changeset
193 * README: Added SGI notes. Added note about automake bug.
kono
parents:
diff changeset
194
kono
parents:
diff changeset
195 Mon Oct 7 11:00:28 1996 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
196
kono
parents:
diff changeset
197 * README: Rewrote intro, and fixed examples.
kono
parents:
diff changeset
198
kono
parents:
diff changeset
199 Fri Oct 4 10:19:55 1996 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
200
kono
parents:
diff changeset
201 * configure.in: -D$TARGET is no longer used as a compiler switch.
kono
parents:
diff changeset
202 It is now inserted into ffi.h at configure time.
kono
parents:
diff changeset
203 * configure: Rebuilt.
kono
parents:
diff changeset
204
kono
parents:
diff changeset
205 * FFI_ABI and FFI_STATUS are now ffi_abi and ffi_status.
kono
parents:
diff changeset
206
kono
parents:
diff changeset
207 Thu Oct 3 13:47:34 1996 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
208
kono
parents:
diff changeset
209 * README, LICENSE: Created. Wrote some docs.
kono
parents:
diff changeset
210
kono
parents:
diff changeset
211 * configure.in: Don't barf on i586-unknown-linuxaout.
kono
parents:
diff changeset
212 Added EXTRADIST code for "make dist".
kono
parents:
diff changeset
213 * configure: Rebuilt.
kono
parents:
diff changeset
214
kono
parents:
diff changeset
215 * */Makefile.in: Rebuilt with patched automake.
kono
parents:
diff changeset
216
kono
parents:
diff changeset
217 Tue Oct 1 17:12:25 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
218
kono
parents:
diff changeset
219 * Makefile.am, aclocal.m4, config.guess, config.sub,
kono
parents:
diff changeset
220 configure.in, fficonfig.h.in, install-sh, mkinstalldirs,
kono
parents:
diff changeset
221 stamp-h.in: Created
kono
parents:
diff changeset
222 * Makefile.in, configure: Generated
kono
parents:
diff changeset
223
kono
parents:
diff changeset
224 --- libffi/include --------------------------------------------------------
kono
parents:
diff changeset
225
kono
parents:
diff changeset
226 Tue Feb 24 13:09:36 1998 Anthony Green <green@gerbil.cygnus.com>
kono
parents:
diff changeset
227
kono
parents:
diff changeset
228 * ffi_mips.h: Updated FFI_TYPE_STRUCT_* values based on
kono
parents:
diff changeset
229 ffi.h.in changes. This is a work-around for SGI's "simple"
kono
parents:
diff changeset
230 assembler.
kono
parents:
diff changeset
231
kono
parents:
diff changeset
232 Sun Feb 22 00:51:55 1998 Geoff Keating <geoffk@ozemail.com.au>
kono
parents:
diff changeset
233
kono
parents:
diff changeset
234 * ffi.h.in: PowerPC support.
kono
parents:
diff changeset
235
kono
parents:
diff changeset
236 1998-02-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
kono
parents:
diff changeset
237
kono
parents:
diff changeset
238 * ffi.h.in: Add m68k support.
kono
parents:
diff changeset
239 (FFI_TYPE_LONGDOUBLE): Make it a separate value.
kono
parents:
diff changeset
240
kono
parents:
diff changeset
241 Tue Feb 10 20:55:16 1998 Richard Henderson <rth@cygnus.com>
kono
parents:
diff changeset
242
kono
parents:
diff changeset
243 * ffi.h.in (SIZEOF_ARG): Use a pointer type by default.
kono
parents:
diff changeset
244
kono
parents:
diff changeset
245 * ffi.h.in: Alpha support.
kono
parents:
diff changeset
246
kono
parents:
diff changeset
247 Fri Nov 22 06:48:45 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
248
kono
parents:
diff changeset
249 * ffi.h.in, ffi_common.h: Cygnus Support -> Cygnus Solutions.
kono
parents:
diff changeset
250
kono
parents:
diff changeset
251 Wed Nov 20 22:31:01 1996 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
252
kono
parents:
diff changeset
253 * ffi.h.in: Added ffi_type_void definition.
kono
parents:
diff changeset
254
kono
parents:
diff changeset
255 Tue Oct 29 12:22:40 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
256
kono
parents:
diff changeset
257 * Makefile.am (hack_DATA): Always install ffi_mips.h.
kono
parents:
diff changeset
258
kono
parents:
diff changeset
259 * ffi.h.in: Removed FFI_DEBUG. It's now in the correct
kono
parents:
diff changeset
260 place (acconfig.h).
kono
parents:
diff changeset
261 Added #include <stddef.h> for size_t definition.
kono
parents:
diff changeset
262
kono
parents:
diff changeset
263 Tue Oct 15 17:23:35 1996 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
264
kono
parents:
diff changeset
265 * ffi.h.in, ffi_common.h, ffi_mips.h: More clean up.
kono
parents:
diff changeset
266 Commented out #define of FFI_DEBUG.
kono
parents:
diff changeset
267
kono
parents:
diff changeset
268 Tue Oct 15 13:01:06 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
269
kono
parents:
diff changeset
270 * ffi_common.h: Added bool definition.
kono
parents:
diff changeset
271
kono
parents:
diff changeset
272 * ffi.h.in, ffi_common.h: Clean up based on LCLint output.
kono
parents:
diff changeset
273 Added funny /*@...@*/ comments to annotate source.
kono
parents:
diff changeset
274
kono
parents:
diff changeset
275 Mon Oct 14 12:29:23 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
276
kono
parents:
diff changeset
277 * ffi.h.in: Interface changes based on feedback from Jim
kono
parents:
diff changeset
278 Blandy.
kono
parents:
diff changeset
279
kono
parents:
diff changeset
280 Fri Oct 11 16:49:35 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
281
kono
parents:
diff changeset
282 * ffi.h.in: Small change for sparc support.
kono
parents:
diff changeset
283
kono
parents:
diff changeset
284 Thu Oct 10 14:53:37 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
285
kono
parents:
diff changeset
286 * ffi_mips.h: Added FFI_TYPE_STRUCT_* definitions for
kono
parents:
diff changeset
287 special structure return types.
kono
parents:
diff changeset
288
kono
parents:
diff changeset
289 Wed Oct 9 13:55:57 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
290
kono
parents:
diff changeset
291 * ffi.h.in: Added SIZEOF_ARG definition for X86
kono
parents:
diff changeset
292
kono
parents:
diff changeset
293 Tue Oct 8 11:40:36 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
294
kono
parents:
diff changeset
295 * ffi.h.in (FFI_FN): Added macro for eliminating compiler warnings.
kono
parents:
diff changeset
296 Use it to case your function pointers to the proper type.
kono
parents:
diff changeset
297
kono
parents:
diff changeset
298 * ffi_mips.h (SIZEOF_ARG): Added magic to fix type promotion bug.
kono
parents:
diff changeset
299
kono
parents:
diff changeset
300 * Makefile.am (EXTRA_DIST): Added ffi_mips.h to EXTRA_DIST.
kono
parents:
diff changeset
301 * Makefile: Rebuilt.
kono
parents:
diff changeset
302
kono
parents:
diff changeset
303 * ffi_mips.h: Created. Moved all common mips definitions here.
kono
parents:
diff changeset
304
kono
parents:
diff changeset
305 Mon Oct 7 10:58:12 1996 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
306
kono
parents:
diff changeset
307 * ffi.h.in: The SGI assember is very picky about parens. Redefined
kono
parents:
diff changeset
308 some macros to avoid problems.
kono
parents:
diff changeset
309
kono
parents:
diff changeset
310 * ffi.h.in: Added FFI_DEFAULT_ABI definitions. Also added
kono
parents:
diff changeset
311 externs for pointer, and 64bit integral ffi_types.
kono
parents:
diff changeset
312
kono
parents:
diff changeset
313 Fri Oct 4 09:51:37 1996 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
314
kono
parents:
diff changeset
315 * ffi.h.in: Added FFI_ABI member to ffi_cif and changed
kono
parents:
diff changeset
316 function prototypes accordingly.
kono
parents:
diff changeset
317 Added #define @TARGET@. Now programs including ffi.h don't
kono
parents:
diff changeset
318 have to specify this themselves.
kono
parents:
diff changeset
319
kono
parents:
diff changeset
320 Thu Oct 3 15:36:44 1996 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
321
kono
parents:
diff changeset
322 * ffi.h.in: Changed ffi_prep_cif's values from void* to void**
kono
parents:
diff changeset
323
kono
parents:
diff changeset
324 * Makefile.am (EXTRA_DIST): Added EXTRA_DIST for "make dist"
kono
parents:
diff changeset
325 to work.
kono
parents:
diff changeset
326 * Makefile.in: Regenerated.
kono
parents:
diff changeset
327
kono
parents:
diff changeset
328 Wed Oct 2 10:16:59 1996 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
329
kono
parents:
diff changeset
330 * Makefile.am: Created
kono
parents:
diff changeset
331 * Makefile.in: Generated
kono
parents:
diff changeset
332
kono
parents:
diff changeset
333 * ffi_common.h: Added rcsid comment
kono
parents:
diff changeset
334
kono
parents:
diff changeset
335 Tue Oct 1 17:13:51 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
336
kono
parents:
diff changeset
337 * ffi.h.in, ffi_common.h: Created
kono
parents:
diff changeset
338
kono
parents:
diff changeset
339 --- libffi/src ------------------------------------------------------------
kono
parents:
diff changeset
340
kono
parents:
diff changeset
341 Mon Oct 5 02:17:50 1998 Anthony Green <green@cygnus.com>
kono
parents:
diff changeset
342
kono
parents:
diff changeset
343 * arm/ffi.c, arm/sysv.S: Created.
kono
parents:
diff changeset
344
kono
parents:
diff changeset
345 * Makefile.am: Added arm files.
kono
parents:
diff changeset
346 * Makefile.in: Rebuilt.
kono
parents:
diff changeset
347
kono
parents:
diff changeset
348 Mon Oct 5 01:41:38 1998 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
349
kono
parents:
diff changeset
350 * Makefile.am (libffi_la_LDFLAGS): Incremented revision.
kono
parents:
diff changeset
351
kono
parents:
diff changeset
352 Sun Oct 4 16:27:17 1998 Anthony Green <green@cygnus.com>
kono
parents:
diff changeset
353
kono
parents:
diff changeset
354 * alpha/osf.S (ffi_call_osf): Patch for DU assembler.
kono
parents:
diff changeset
355
kono
parents:
diff changeset
356 * ffitest.c (main): long long and long double return values work
kono
parents:
diff changeset
357 for x86.
kono
parents:
diff changeset
358
kono
parents:
diff changeset
359 Fri Apr 17 11:50:58 1998 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
360
kono
parents:
diff changeset
361 * Makefile.in: Rebuilt.
kono
parents:
diff changeset
362
kono
parents:
diff changeset
363 * ffitest.c (main): Floating point tests not executed for systems
kono
parents:
diff changeset
364 with broken lond double (SunOS 4 w/ GCC).
kono
parents:
diff changeset
365
kono
parents:
diff changeset
366 * types.c: Fixed x86 alignment info for long long types.
kono
parents:
diff changeset
367
kono
parents:
diff changeset
368 Thu Apr 16 07:15:28 1998 Anthony Green <green@ada.cygnus.com>
kono
parents:
diff changeset
369
kono
parents:
diff changeset
370 * ffitest.c: Added more notes about GCC bugs under Irix 6.
kono
parents:
diff changeset
371
kono
parents:
diff changeset
372 Wed Apr 15 08:42:22 1998 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
373
kono
parents:
diff changeset
374 * ffitest.c (struct5): New test function.
kono
parents:
diff changeset
375 (main): New test with struct5.
kono
parents:
diff changeset
376
kono
parents:
diff changeset
377 Thu Mar 5 10:48:11 1998 Anthony Green <green@tootie.to.cygnus.com>
kono
parents:
diff changeset
378
kono
parents:
diff changeset
379 * prep_cif.c (initialize_aggregate): Fix assertion for
kono
parents:
diff changeset
380 nested structures.
kono
parents:
diff changeset
381
kono
parents:
diff changeset
382 Tue Feb 24 16:33:41 1998 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
383
kono
parents:
diff changeset
384 * prep_cif.c (ffi_prep_cif): Added long double support for sparc.
kono
parents:
diff changeset
385
kono
parents:
diff changeset
386 Sun Feb 22 00:52:18 1998 Geoff Keating <geoffk@ozemail.com.au>
kono
parents:
diff changeset
387
kono
parents:
diff changeset
388 * powerpc/asm.h: New file.
kono
parents:
diff changeset
389 * powerpc/ffi.c: New file.
kono
parents:
diff changeset
390 * powerpc/sysv.S: New file.
kono
parents:
diff changeset
391 * Makefile.am: PowerPC port.
kono
parents:
diff changeset
392 * ffitest.c (main): Allow all tests to run even in presence of gcc
kono
parents:
diff changeset
393 bug on PowerPC.
kono
parents:
diff changeset
394
kono
parents:
diff changeset
395 1998-02-17 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
396
kono
parents:
diff changeset
397 * mips/ffi.c: Fixed comment typo.
kono
parents:
diff changeset
398
kono
parents:
diff changeset
399 * x86/ffi.c (ffi_prep_cif_machdep), x86/sysv.S (retfloat):
kono
parents:
diff changeset
400 Fixed x86 long double return handling.
kono
parents:
diff changeset
401
kono
parents:
diff changeset
402 * types.c: Fixed x86 long double alignment info.
kono
parents:
diff changeset
403
kono
parents:
diff changeset
404 1998-02-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
kono
parents:
diff changeset
405
kono
parents:
diff changeset
406 * types.c: Add m68k support.
kono
parents:
diff changeset
407
kono
parents:
diff changeset
408 * ffitest.c (floating): Add long double parameter.
kono
parents:
diff changeset
409 (return_ll, ldblit): New functions to test long long and long
kono
parents:
diff changeset
410 double return value.
kono
parents:
diff changeset
411 (main): Fix type error in assignment of ts[1-4]_type.elements.
kono
parents:
diff changeset
412 Add tests for long long and long double arguments and return
kono
parents:
diff changeset
413 values.
kono
parents:
diff changeset
414
kono
parents:
diff changeset
415 * prep_cif.c (ffi_prep_cif) [M68K]: Don't allocate argument for
kono
parents:
diff changeset
416 struct value pointer.
kono
parents:
diff changeset
417
kono
parents:
diff changeset
418 * m68k/ffi.c, m68k/sysv.S: New files.
kono
parents:
diff changeset
419 * Makefile.am: Add bits for m68k port. Add kludge to work around
kono
parents:
diff changeset
420 automake deficiency.
kono
parents:
diff changeset
421 (test): Don't require "." in $PATH.
kono
parents:
diff changeset
422 * Makefile.in: Rebuilt.
kono
parents:
diff changeset
423
kono
parents:
diff changeset
424 Wed Feb 11 07:36:50 1998 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
425
kono
parents:
diff changeset
426 * Makefile.in: Rebuilt.
kono
parents:
diff changeset
427
kono
parents:
diff changeset
428 Tue Feb 10 20:56:00 1998 Richard Henderson <rth@cygnus.com>
kono
parents:
diff changeset
429
kono
parents:
diff changeset
430 * alpha/ffi.c, alpha/osf.S: New files.
kono
parents:
diff changeset
431 * Makefile.am: Alpha port.
kono
parents:
diff changeset
432
kono
parents:
diff changeset
433 Tue Nov 18 14:12:07 1997 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
434
kono
parents:
diff changeset
435 * mips/ffi.c (ffi_prep_cif_machdep): Initialize rstruct_flag
kono
parents:
diff changeset
436 for n32.
kono
parents:
diff changeset
437
kono
parents:
diff changeset
438 Tue Jun 3 17:18:20 1997 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
439
kono
parents:
diff changeset
440 * ffitest.c (main): Added hack to get structure tests working
kono
parents:
diff changeset
441 correctly.
kono
parents:
diff changeset
442
kono
parents:
diff changeset
443 Sat May 10 19:06:42 1997 Tom Tromey <tromey@cygnus.com>
kono
parents:
diff changeset
444
kono
parents:
diff changeset
445 * Makefile.in: Rebuilt.
kono
parents:
diff changeset
446 * Makefile.am (EXTRA_DIST): Explicitly list all distributable
kono
parents:
diff changeset
447 files in subdirs.
kono
parents:
diff changeset
448 (VERSION, CC): Removed.
kono
parents:
diff changeset
449
kono
parents:
diff changeset
450 Thu May 8 17:19:01 1997 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
451
kono
parents:
diff changeset
452 * Makefile.am: Many changes for new automake and libtool.
kono
parents:
diff changeset
453 * Makefile.in: Rebuilt.
kono
parents:
diff changeset
454
kono
parents:
diff changeset
455 Fri Nov 22 06:57:56 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
456
kono
parents:
diff changeset
457 * ffitest.c (main): Fixed test case for non mips machines.
kono
parents:
diff changeset
458
kono
parents:
diff changeset
459 Wed Nov 20 22:31:59 1996 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
460
kono
parents:
diff changeset
461 * types.c: Added ffi_type_void declaration.
kono
parents:
diff changeset
462
kono
parents:
diff changeset
463 Tue Oct 29 13:07:19 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
464
kono
parents:
diff changeset
465 * ffitest.c (main): Fixed character constants.
kono
parents:
diff changeset
466 (main): Emit warning for structure test 3 failure on Sun.
kono
parents:
diff changeset
467
kono
parents:
diff changeset
468 * Makefile.am (VPATH): Fixed VPATH def'n so automake won't
kono
parents:
diff changeset
469 strip it out.
kono
parents:
diff changeset
470 Moved distdir hack from libffi to automake.
kono
parents:
diff changeset
471 (ffitest): Added missing -c for $(COMPILE) (change in automake).
kono
parents:
diff changeset
472 * Makefile.in: Rebuilt.
kono
parents:
diff changeset
473
kono
parents:
diff changeset
474 Tue Oct 15 13:08:20 1996 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
475
kono
parents:
diff changeset
476 * Makefile.am: Added "make lint" production.
kono
parents:
diff changeset
477 * Makefile.in: Rebuilt.
kono
parents:
diff changeset
478
kono
parents:
diff changeset
479 * prep_cif.c (STACK_ARG_SIZE): Improved STACK_ARG_SIZE macro.
kono
parents:
diff changeset
480 Clean up based on LCLint output. Added funny /*@...@*/ comments to
kono
parents:
diff changeset
481 annotate source.
kono
parents:
diff changeset
482
kono
parents:
diff changeset
483 * ffitest.c, debug.c: Cleaned up code.
kono
parents:
diff changeset
484
kono
parents:
diff changeset
485 Mon Oct 14 12:26:56 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
486
kono
parents:
diff changeset
487 * ffitest.c: Changes based on interface changes.
kono
parents:
diff changeset
488
kono
parents:
diff changeset
489 * prep_cif.c (ffi_prep_cif): Cleaned up interface based on
kono
parents:
diff changeset
490 feedback from Jim Blandy.
kono
parents:
diff changeset
491
kono
parents:
diff changeset
492 Fri Oct 11 15:53:18 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
493
kono
parents:
diff changeset
494 * ffitest.c: Reordered tests while porting to sparc.
kono
parents:
diff changeset
495 Made changes to handle lame structure passing for sparc.
kono
parents:
diff changeset
496 Removed calls to fflush().
kono
parents:
diff changeset
497
kono
parents:
diff changeset
498 * prep_cif.c (ffi_prep_cif): Added special case for sparc
kono
parents:
diff changeset
499 aggregate type arguments.
kono
parents:
diff changeset
500
kono
parents:
diff changeset
501 Thu Oct 10 09:56:51 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
502
kono
parents:
diff changeset
503 * ffitest.c (main): Added structure passing/returning tests.
kono
parents:
diff changeset
504
kono
parents:
diff changeset
505 * prep_cif.c (ffi_prep_cif): Perform proper initialization
kono
parents:
diff changeset
506 of structure return types if needed.
kono
parents:
diff changeset
507 (initialize_aggregate): Bug fix
kono
parents:
diff changeset
508
kono
parents:
diff changeset
509 Wed Oct 9 16:04:20 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
510
kono
parents:
diff changeset
511 * types.c: Added special definitions for x86 (double doesn't
kono
parents:
diff changeset
512 need double word alignment).
kono
parents:
diff changeset
513
kono
parents:
diff changeset
514 * ffitest.c: Added many tests
kono
parents:
diff changeset
515
kono
parents:
diff changeset
516 Tue Oct 8 09:19:22 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
517
kono
parents:
diff changeset
518 * prep_cif.c (ffi_prep_cif): Fixed assertion.
kono
parents:
diff changeset
519
kono
parents:
diff changeset
520 * debug.c (ffi_assert): Must return a non void now.
kono
parents:
diff changeset
521
kono
parents:
diff changeset
522 * Makefile.am: Added test production.
kono
parents:
diff changeset
523 * Makefile: Rebuilt.
kono
parents:
diff changeset
524
kono
parents:
diff changeset
525 * ffitest.c (main): Created.
kono
parents:
diff changeset
526
kono
parents:
diff changeset
527 * types.c: Created. Stripped common code out of */ffi.c.
kono
parents:
diff changeset
528
kono
parents:
diff changeset
529 * prep_cif.c: Added missing stdlib.h include.
kono
parents:
diff changeset
530
kono
parents:
diff changeset
531 * debug.c (ffi_type_test): Used "a" to eliminate compiler
kono
parents:
diff changeset
532 warnings in non-debug builds. Included ffi_common.h.
kono
parents:
diff changeset
533
kono
parents:
diff changeset
534 Mon Oct 7 15:36:42 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
535
kono
parents:
diff changeset
536 * Makefile.am: Added a rule for .s -> .o
kono
parents:
diff changeset
537 This is required by the SGI compiler.
kono
parents:
diff changeset
538 * Makefile: Rebuilt.
kono
parents:
diff changeset
539
kono
parents:
diff changeset
540 Fri Oct 4 09:51:08 1996 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
541
kono
parents:
diff changeset
542 * prep_cif.c (initialize_aggregate): Moved abi specification
kono
parents:
diff changeset
543 to ffi_prep_cif().
kono
parents:
diff changeset
544
kono
parents:
diff changeset
545 Thu Oct 3 15:37:37 1996 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
546
kono
parents:
diff changeset
547 * prep_cif.c (ffi_prep_cif): Changed values from void* to void**.
kono
parents:
diff changeset
548 (initialize_aggregate): Fixed aggregate type initialization.
kono
parents:
diff changeset
549
kono
parents:
diff changeset
550 * Makefile.am (EXTRA_DIST): Added support code for "make dist".
kono
parents:
diff changeset
551 * Makefile.in: Regenerated.
kono
parents:
diff changeset
552
kono
parents:
diff changeset
553 Wed Oct 2 11:41:57 1996 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
554
kono
parents:
diff changeset
555 * debug.c, prep_cif: Created.
kono
parents:
diff changeset
556
kono
parents:
diff changeset
557 * Makefile.am: Added debug.o and prep_cif.o to OBJ.
kono
parents:
diff changeset
558 * Makefile.in: Regenerated.
kono
parents:
diff changeset
559
kono
parents:
diff changeset
560 * Makefile.am (INCLUDES): Added missing -I../include
kono
parents:
diff changeset
561 * Makefile.in: Regenerated.
kono
parents:
diff changeset
562
kono
parents:
diff changeset
563 Tue Oct 1 17:11:51 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
564
kono
parents:
diff changeset
565 * error.c, Makefile.am: Created.
kono
parents:
diff changeset
566 * Makefile.in: Generated.
kono
parents:
diff changeset
567
kono
parents:
diff changeset
568 --- libffi/src/x86 --------------------------------------------------------
kono
parents:
diff changeset
569
kono
parents:
diff changeset
570 Sun Oct 4 16:27:17 1998 Anthony Green <green@cygnus.com>
kono
parents:
diff changeset
571
kono
parents:
diff changeset
572 * sysv.S (retlongdouble): Fixed long long return value support.
kono
parents:
diff changeset
573 * ffi.c (ffi_prep_cif_machdep): Ditto.
kono
parents:
diff changeset
574
kono
parents:
diff changeset
575 Wed May 13 04:30:33 1998 Anthony Green <green@raft.ppp.tsoft.net>
kono
parents:
diff changeset
576
kono
parents:
diff changeset
577 * ffi.c (ffi_prep_cif_machdep): Fixed long double return value
kono
parents:
diff changeset
578 support.
kono
parents:
diff changeset
579
kono
parents:
diff changeset
580 Wed Apr 15 08:43:20 1998 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
581
kono
parents:
diff changeset
582 * ffi.c (ffi_prep_args): small struct support was missing.
kono
parents:
diff changeset
583
kono
parents:
diff changeset
584 Thu May 8 16:53:58 1997 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
585
kono
parents:
diff changeset
586 * objects.mak: Removed.
kono
parents:
diff changeset
587
kono
parents:
diff changeset
588 Mon Dec 2 15:12:58 1996 Tom Tromey <tromey@cygnus.com>
kono
parents:
diff changeset
589
kono
parents:
diff changeset
590 * sysv.S: Use .balign, for a.out Linux boxes.
kono
parents:
diff changeset
591
kono
parents:
diff changeset
592 Tue Oct 15 13:06:50 1996 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
593
kono
parents:
diff changeset
594 * ffi.c: Clean up based on LCLint output.
kono
parents:
diff changeset
595 Added funny /*@...@*/ comments to annotate source.
kono
parents:
diff changeset
596
kono
parents:
diff changeset
597 Fri Oct 11 16:43:38 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
598
kono
parents:
diff changeset
599 * ffi.c (ffi_call): Added assertion for bad ABIs.
kono
parents:
diff changeset
600
kono
parents:
diff changeset
601 Wed Oct 9 13:57:27 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
602
kono
parents:
diff changeset
603 * sysv.S (retdouble): Fixed double return problems.
kono
parents:
diff changeset
604
kono
parents:
diff changeset
605 * ffi.c (ffi_call): Corrected fn arg definition.
kono
parents:
diff changeset
606 (ffi_prep_cif_machdep): Fixed double return problems
kono
parents:
diff changeset
607
kono
parents:
diff changeset
608 Tue Oct 8 12:12:49 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
609
kono
parents:
diff changeset
610 * ffi.c: Moved ffi_type definitions to types.c.
kono
parents:
diff changeset
611 (ffi_prep_args): Fixed type promotion bug.
kono
parents:
diff changeset
612
kono
parents:
diff changeset
613 Mon Oct 7 15:53:06 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
614
kono
parents:
diff changeset
615 * ffi.c (FFI_*_TYPEDEF): Removed redundant ';'
kono
parents:
diff changeset
616
kono
parents:
diff changeset
617 Fri Oct 4 09:54:53 1996 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
618
kono
parents:
diff changeset
619 * ffi.c (ffi_call): Removed FFI_ABI arg, and swapped
kono
parents:
diff changeset
620 remaining args.
kono
parents:
diff changeset
621
kono
parents:
diff changeset
622 Wed Oct 2 10:07:05 1996 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
623
kono
parents:
diff changeset
624 * ffi.c, sysv.S, objects.mak: Created.
kono
parents:
diff changeset
625 (ffi_prep_cif): cif->rvalue no longer initialized to NULL.
kono
parents:
diff changeset
626 (ffi_prep_cif_machdep): Moved machine independent cif processing
kono
parents:
diff changeset
627 to src/prep_cif.c. Introduced ffi_prep_cif_machdep().
kono
parents:
diff changeset
628
kono
parents:
diff changeset
629 --- libffi/src/mips -------------------------------------------------------
kono
parents:
diff changeset
630
kono
parents:
diff changeset
631 Tue Feb 17 17:18:07 1998 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
632
kono
parents:
diff changeset
633 * o32.S: Fixed typo in comment.
kono
parents:
diff changeset
634
kono
parents:
diff changeset
635 * ffi.c (ffi_prep_cif_machdep): Fixed argument processing.
kono
parents:
diff changeset
636
kono
parents:
diff changeset
637 Thu May 8 16:53:58 1997 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
638
kono
parents:
diff changeset
639 * o32.s, n32.s: Wrappers for SGI tool support.
kono
parents:
diff changeset
640
kono
parents:
diff changeset
641 * objects.mak: Removed.
kono
parents:
diff changeset
642
kono
parents:
diff changeset
643 Tue Oct 29 14:37:45 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
644
kono
parents:
diff changeset
645 * ffi.c (ffi_prep_args): Changed int z to size_t z.
kono
parents:
diff changeset
646
kono
parents:
diff changeset
647 Tue Oct 15 13:17:25 1996 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
648
kono
parents:
diff changeset
649 * n32.S: Fixed bad stack munging.
kono
parents:
diff changeset
650
kono
parents:
diff changeset
651 * ffi.c: Moved prototypes for ffi_call_?32() to here from
kono
parents:
diff changeset
652 ffi_mips.h because extended_cif is not defined in ffi_mips.h.
kono
parents:
diff changeset
653
kono
parents:
diff changeset
654 Mon Oct 14 12:42:02 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
655
kono
parents:
diff changeset
656 * ffi.c: Interface changes based on feedback from Jim Blandy.
kono
parents:
diff changeset
657
kono
parents:
diff changeset
658 Thu Oct 10 11:22:16 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
659
kono
parents:
diff changeset
660 * n32.S, ffi.c: Lots of changes to support passing and
kono
parents:
diff changeset
661 returning structures with the n32 calling convention.
kono
parents:
diff changeset
662
kono
parents:
diff changeset
663 * n32.S: Fixed fn pointer bug.
kono
parents:
diff changeset
664
kono
parents:
diff changeset
665 * ffi.c (ffi_prep_cif_machdep): Fix for o32 structure
kono
parents:
diff changeset
666 return values.
kono
parents:
diff changeset
667 (ffi_prep_args): Fixed n32 structure passing when structures
kono
parents:
diff changeset
668 partially fit in registers.
kono
parents:
diff changeset
669
kono
parents:
diff changeset
670 Wed Oct 9 13:49:25 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
671
kono
parents:
diff changeset
672 * objects.mak: Added n32.o.
kono
parents:
diff changeset
673
kono
parents:
diff changeset
674 * n32.S: Created.
kono
parents:
diff changeset
675
kono
parents:
diff changeset
676 * ffi.c (ffi_prep_args): Added magic to support proper
kono
parents:
diff changeset
677 n32 processing.
kono
parents:
diff changeset
678
kono
parents:
diff changeset
679 Tue Oct 8 10:37:35 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
680
kono
parents:
diff changeset
681 * ffi.c: Moved ffi_type definitions to types.c.
kono
parents:
diff changeset
682 (ffi_prep_args): Fixed type promotion bug.
kono
parents:
diff changeset
683
kono
parents:
diff changeset
684 * o32.S: This code is only built for o32 compiles.
kono
parents:
diff changeset
685 A lot of the #define cruft has moved to ffi_mips.h.
kono
parents:
diff changeset
686
kono
parents:
diff changeset
687 * ffi.c (ffi_prep_cif_machdep): Fixed arg flags. Second arg
kono
parents:
diff changeset
688 is only processed if the first is either a float or double.
kono
parents:
diff changeset
689
kono
parents:
diff changeset
690 Mon Oct 7 15:33:59 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
691
kono
parents:
diff changeset
692 * o32.S: Modified to compile under each of o32, n32 and n64.
kono
parents:
diff changeset
693
kono
parents:
diff changeset
694 * ffi.c (FFI_*_TYPEDEF): Removed redundant ';'
kono
parents:
diff changeset
695
kono
parents:
diff changeset
696 Fri Oct 4 09:53:25 1996 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
697
kono
parents:
diff changeset
698 * ffi.c (ffi_call): Removed FFI_ABI arg, and swapped
kono
parents:
diff changeset
699 remaining args.
kono
parents:
diff changeset
700
kono
parents:
diff changeset
701 Wed Oct 2 17:41:22 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
702
kono
parents:
diff changeset
703 * o32.S: Removed crufty definitions.
kono
parents:
diff changeset
704
kono
parents:
diff changeset
705 Wed Oct 2 12:53:42 1996 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
706
kono
parents:
diff changeset
707 * ffi.c (ffi_prep_cif): cif->rvalue no longer initialized to NULL.
kono
parents:
diff changeset
708 (ffi_prep_cif_machdep): Moved all machine independent cif processing
kono
parents:
diff changeset
709 to src/prep_cif.c. Introduced ffi_prep_cif_machdep. Return types
kono
parents:
diff changeset
710 of FFI_TYPE_STRUCT are no different than FFI_TYPE_INT.
kono
parents:
diff changeset
711
kono
parents:
diff changeset
712 Tue Oct 1 17:11:02 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
713
kono
parents:
diff changeset
714 * ffi.c, o32.S, object.mak: Created
kono
parents:
diff changeset
715
kono
parents:
diff changeset
716 --- libffi/src/sparc ------------------------------------------------------
kono
parents:
diff changeset
717
kono
parents:
diff changeset
718 Tue Feb 24 16:33:18 1998 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
719
kono
parents:
diff changeset
720 * ffi.c (ffi_prep_args): Added long double support.
kono
parents:
diff changeset
721
kono
parents:
diff changeset
722 Thu May 8 16:53:58 1997 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
723
kono
parents:
diff changeset
724 * objects.mak: Removed.
kono
parents:
diff changeset
725
kono
parents:
diff changeset
726 Thu May 1 16:07:56 1997 Anthony Green <green@hoser.cygnus.com>
kono
parents:
diff changeset
727
kono
parents:
diff changeset
728 * v8.S: Fixed minor portability problem reported by
kono
parents:
diff changeset
729 Russ McManus <mcmanr@eq.gs.com>.
kono
parents:
diff changeset
730
kono
parents:
diff changeset
731 Tue Nov 26 14:12:43 1996 Anthony Green <green@csk3.cygnus.com>
kono
parents:
diff changeset
732
kono
parents:
diff changeset
733 * v8.S: Used STACKFRAME define elsewhere.
kono
parents:
diff changeset
734
kono
parents:
diff changeset
735 * ffi.c (ffi_prep_args): Zero out space when USING_PURIFY
kono
parents:
diff changeset
736 is set.
kono
parents:
diff changeset
737 (ffi_prep_cif_machdep): Allocate the correct stack frame
kono
parents:
diff changeset
738 space for functions with < 6 args.
kono
parents:
diff changeset
739
kono
parents:
diff changeset
740 Tue Oct 29 15:08:55 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
741
kono
parents:
diff changeset
742 * ffi.c (ffi_prep_args): int z is now size_t z.
kono
parents:
diff changeset
743
kono
parents:
diff changeset
744 Mon Oct 14 13:31:24 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
745
kono
parents:
diff changeset
746 * v8.S (ffi_call_V8): Gordon rewrites this again. It looks
kono
parents:
diff changeset
747 great now.
kono
parents:
diff changeset
748
kono
parents:
diff changeset
749 * ffi.c (ffi_call): The comment about hijacked registers
kono
parents:
diff changeset
750 is no longer valid after gordoni hacked v8.S.
kono
parents:
diff changeset
751
kono
parents:
diff changeset
752 * v8.S (ffi_call_V8): Rewrote with gordoni. Much simpler.
kono
parents:
diff changeset
753
kono
parents:
diff changeset
754 * v8.S, ffi.c: ffi_call() had changed to accept more than
kono
parents:
diff changeset
755 two args, so v8.S had to change (because it hijacks incoming
kono
parents:
diff changeset
756 arg registers).
kono
parents:
diff changeset
757
kono
parents:
diff changeset
758 * ffi.c: Interface changes based on feedback from Jim Blandy.
kono
parents:
diff changeset
759
kono
parents:
diff changeset
760 Thu Oct 10 17:48:16 1996 Anthony Green <green@rtl.cygnus.com>
kono
parents:
diff changeset
761
kono
parents:
diff changeset
762 * ffi.c, v8.S, objects.mak: Created.
kono
parents:
diff changeset
763
kono
parents:
diff changeset
764