Makefile.am (all-multi): Fix multilib parallel build.
[gcc.git] / libffi / ChangeLog
1 2002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2
3 * Makefile.am (all-multi): Fix multilib parallel build.
4
5 2002-07-19 Kaz Kojima <kkojima@gcc.gnu.org>
6
7 * configure.in (sh[34]*-*-linux*): Add brackets.
8 * configure: Regenerate.
9
10 2002-07-18 Kaz Kojima <kkojima@gcc.gnu.org>
11
12 * Makefile.am: Add SH support.
13 * Makefile.in: Regenerate.
14 * configure.in (sh-*-linux*, sh[34]*-*-linux*): Add target.
15 * configure: Regenerate.
16 * include/ffi.h.in: Add SH support.
17 * src/sh/ffi.c: New file.
18 * src/sh/sysv.S: New file.
19 * src/types.c: Add SH support.
20
21 2002-07-16 Bo Thorsen <bo@suse.de>
22
23 * src/x86/ffi64.c: New file that adds x86-64 support.
24 * src/x86/unix64.S: New file that handles argument setup for
25 x86-64.
26 * src/x86/sysv.S: Don't use this on x86-64.
27 * src/x86/ffi.c: Don't use this on x86-64.
28 Remove unused vars.
29 * src/prep_cif.c (ffi_prep_cif): Don't do stack size calculation
30 for x86-64.
31 * src/ffitest.c (struct6): New test that tests a special case in
32 the x86-64 ABI.
33 (struct7): Likewise.
34 (struct8): Likewise.
35 (struct9): Likewise.
36 (closure_test_fn): Silence warning about this when it's not used.
37 (main): Add the new tests.
38 (main): Fix a couple of wrong casts and silence some compiler warnings.
39 * include/ffi.h.in: Add x86-64 ABI definition.
40 * fficonfig.h.in: Regenerate.
41 * Makefile.am: Add x86-64 support.
42 * configure.in: Likewise.
43 * Makefile.in: Regenerate.
44 * configure: Likewise.
45
46 2002-06-24 Bo Thorsen <bo@suse.de>
47
48 * src/types.c: Merge settings for similar architectures.
49 Add x86-64 sizes and alignments.
50
51 2002-06-23 Bo Thorsen <bo@suse.de>
52
53 * src/arm/ffi.c (ffi_prep_args): Remove unused vars.
54 * src/sparc/ffi.c (ffi_prep_args_v8): Likewise.
55 * src/mips/ffi.c (ffi_prep_args): Likewise.
56 * src/m68k/ffi.c (ffi_prep_args): Likewise.
57
58 2002-07-18 H.J. Lu (hjl@gnu.org)
59
60 * Makefile.am (TARGET_SRC_MIPS_LINUX): New.
61 (libffi_la_SOURCES): Support MIPS_LINUX.
62 (libffi_convenience_la_SOURCES): Likewise.
63 * Makefile.in: Regenerated.
64
65 * configure.in (mips64*-*): Skip.
66 (mips*-*-linux*): New.
67 * configure: Regenerated.
68
69 * src/mips/ffi.c: Include <sgidefs.h>.
70
71 2002-06-06 Ulrich Weigand <uweigand@de.ibm.com>
72
73 * src/s390/sysv.S: Save/restore %r6. Add DWARF-2 unwind info.
74
75 2002-05-27 Roger Sayle <roger@eyesopen.com>
76
77 * src/x86/ffi.c (ffi_prep_args): Remove reference to avn.
78
79 2002-05-27 Bo Thorsen <bo@suse.de>
80
81 * src/x86/ffi.c (ffi_prep_args): Remove unused variable and
82 fix formatting.
83
84 2002-05-13 Andreas Tobler <a.tobler@schweiz.ch>
85
86 * src/powerpc/ffi_darwin.c (ffi_prep_closure): Declare fd at
87 beginning of function (for older apple cc).
88
89 2002-05-08 Alexandre Oliva <aoliva@redhat.com>
90
91 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
92 script entry, and set LD to it when configuring multilibs.
93 * configure: Rebuilt.
94
95 2002-05-05 Jason Thorpe <thorpej@wasabisystems.com>
96
97 * configure.in (sparc64-*-netbsd*): Add target.
98 (sparc-*-netbsdelf*): Likewise.
99 * configure: Regenerate.
100
101 2002-04-28 David S. Miller <davem@redhat.com>
102
103 * configure.in, configure: Fix SPARC test in previous change.
104
105 2002-04-29 Gerhard Tonn <GerhardTonn@swol.de>
106
107 * Makefile.am: Add Linux for S/390 support.
108 * Makefile.in: Regenerate.
109 * configure.in: Add Linux for S/390 support.
110 * configure: Regenerate.
111 * include/ffi.h.in: Add Linux for S/390 support.
112 * src/s390/ffi.c: New file from libffi CVS tree.
113 * src/s390/sysv.S: New file from libffi CVS tree.
114
115 2002-04-28 Jakub Jelinek <jakub@redhat.com>
116
117 * configure.in (HAVE_AS_SPARC_UA_PCREL): Check for working
118 %r_disp32().
119 * src/sparc/v8.S: Use it.
120 * src/sparc/v9.S: Likewise.
121 * fficonfig.h.in: Rebuilt.
122 * configure: Rebuilt.
123
124 2002-04-08 Hans Boehm <Hans_Boehm@hp.com>
125
126 * src/java_raw_api.c (ffi_java_raw_size): Handle FFI_TYPE_DOUBLE
127 correctly.
128 * src/ia64/unix.S: Add unwind information. Fix comments.
129 Save sp in a way that's compatible with unwind info.
130 (ffi_call_unix): Correctly restore sp in all cases.
131 * src/ia64/ffi.c: Add, fix comments.
132
133 2002-04-08 Jakub Jelinek <jakub@redhat.com>
134
135 * src/sparc/v8.S: Make .eh_frame dependent on target word size.
136
137 2002-04-06 Jason Thorpe <thorpej@wasabisystems.com>
138
139 * configure.in (alpha*-*-netbsd*): Add target.
140 * configure: Regenerate.
141
142 2002-04-04 Jeff Sturm <jsturm@one-point.com>
143
144 * src/sparc/v8.S: Add unwind info.
145 * src/sparc/v9.S: Likewise.
146
147 2002-03-30 Krister Walfridsson <cato@df.lth.se>
148
149 * configure.in: Enable i*86-*-netbsdelf*.
150 * configure: Rebuilt.
151
152 2002-03-29 David Billinghurst <David.Billinghurst@riotinto.com>
153
154 PR other/2620
155 * src/mips/n32.s: Delete
156 * src/mips/o32.s: Delete
157
158 2002-03-21 Loren J. Rittle <ljrittle@acm.org>
159
160 * configure.in: Enable alpha*-*-freebsd*.
161 * configure: Rebuilt.
162
163 2002-03-17 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
164
165 * Makefile.am: libfficonvenience -> libffi_convenience.
166 * Makefile.in: Rebuilt.
167
168 * Makefile.am: Define ffitest_OBJECTS.
169 * Makefile.in: Rebuilt.
170
171 2002-03-07 Andreas Tobler <toa@pop.agri.ch>
172 David Edelsohn <edelsohn@gnu.org>
173
174 * Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.
175 (TARGET_SRC_POWERPC_AIX): Add aix_closure.S.
176 (TARGET_SRC_POWERPC_DARWIN): Add darwin_closure.S.
177 * Makefile.in: Regenerate.
178 * include/ffi.h.in: Add AIX and Darwin closure definitions.
179 * src/powerpc/ffi_darwin.c (ffi_prep_closure): New function.
180 (flush_icache, flush_range): New functions.
181 (ffi_closure_helper_DARWIN): New function.
182 * src/powerpc/aix_closure.S: New file.
183 * src/powerpc/darwin_closure.S: New file.
184
185 2002-02-24 Jeff Sturm <jsturm@one-point.com>
186
187 * include/ffi.h.in: Add typedef for ffi_arg.
188 * src/ffitest.c (main): Declare rint with ffi_arg.
189
190 2002-02-21 Andreas Tobler <toa@pop.agri.ch>
191
192 * src/powerpc/ffi_darwin.c (ffi_prep_args): Skip appropriate
193 number of GPRs for floating-point arguments.
194
195 2002-01-31 Anthony Green <green@redhat.com>
196
197 * configure: Rebuilt.
198 * configure.in: Replace CHECK_SIZEOF and endian tests with
199 cross-compiler friendly macros.
200 * aclocal.m4 (AC_COMPILE_CHECK_SIZEOF, AC_C_BIGENDIAN_CROSS): New
201 macros.
202
203 2002-01-18 David Edelsohn <edelsohn@gnu.org>
204
205 * src/powerpc/darwin.S (_ffi_call_AIX): New.
206 * src/powerpc/aix.S (ffi_call_DARWIN): New.
207
208 2002-01-17 David Edelsohn <edelsohn@gnu.org>
209
210 * Makefile.am (EXTRA_DIST): Add Darwin and AIX files.
211 (TARGET_SRC_POWERPC_AIX): New.
212 (POWERPC_AIX): New stanza.
213 * Makefile.in: Regenerate.
214 * configure.in: Add AIX case.
215 * configure: Regenerate.
216 * include/ffi.h.in (ffi_abi): Add FFI_AIX.
217 * src/powerpc/ffi_darwin.c (ffi_status): Use "long" to scale frame
218 size. Fix "long double" support.
219 (ffi_call): Add FFI_AIX case.
220 * src/powerpc/aix.S: New.
221
222 2001-10-09 John Hornkvist <john@toastedmarshmallow.com>
223
224 Implement Darwin PowerPC ABI.
225 * configure.in: Handle powerpc-*-darwin*.
226 * Makefile.am: Set source files for POWERPC_DARWIN.
227 * configure: Rebuilt.
228 * Makefile.in: Rebuilt.
229 * include/ffi.h.in: Define FFI_DARWIN and FFI_DEFAULT_ABI for
230 POWERPC_DARWIN.
231 * src/powerpc/darwin.S: New file.
232 * src/powerpc/ffi_darwin.c: New file.
233
234 2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
235
236 * src/x86/ffi.c: Fix spelling error of "separate" as "seperate".
237
238 2001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
239
240 * src/x86/sysv.S: Avoid gas-only .balign directive.
241 Use C style comments.
242
243 2001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
244
245 * src/alpha/ffi.c (ffi_prep_closure): Avoid gas-only mnemonic.
246 Fixes PR bootstrap/3563.
247
248 2001-06-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
249
250 * src/alpha/osf.S (ffi_closure_osf): Use .rdata for ECOFF.
251
252 2001-06-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
253
254 * configure.in: Recognize sparc*-sun-* host.
255 * configure: Regenerate.
256
257 2001-06-06 Andrew Haley <aph@redhat.com>
258
259 * src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF.
260
261 2001-06-03 Andrew Haley <aph@redhat.com>
262
263 * src/alpha/osf.S: Add unwind info.
264 * src/powerpc/sysv.S: Add unwind info.
265 * src/powerpc/ppc_closure.S: Likewise.
266
267 2000-05-31 Jeff Sturm <jsturm@one-point.com>
268
269 * configure.in: Fix AC_ARG_ENABLE usage.
270 * configure: Rebuilt.
271
272 2001-05-06 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
273
274 * configure.in: Remove warning about beta code.
275 * configure: Rebuilt.
276
277 2001-04-25 Hans Boehm <Hans_Boehm@hp.com>
278
279 * src/ia64/unix.S: Restore stack pointer when returning from
280 ffi_closure_UNIX.
281 * src/ia64/ffi.c: Fix typo in comment.
282
283 2001-04-18 Jim Wilson <wilson@redhat.com>
284
285 * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2
286 to eliminate RAW DV.
287
288 2001-04-12 Bryce McKinlay <bryce@albatross.co.nz>
289
290 * Makefile.am: Make a libtool convenience library.
291 * Makefile.in: Rebuilt.
292
293 2001-03-29 Bryce McKinlay <bryce@albatross.co.nz>
294
295 * configure.in: Use different syntax for subdirectory creation.
296 * configure: Rebuilt.
297
298 2001-03-27 Jon Beniston <jon@beniston.com>
299
300 * configure.in: Added X86_WIN32 target (Win32, CygWin, MingW).
301 * configure: Rebuilt.
302 * Makefile.am: Added X86_WIN32 target support.
303 * Makefile.in: Rebuilt.
304
305 * include/ffi.h.in: Added X86_WIN32 target support.
306
307 * src/ffitest.c: Doesn't run structure tests for X86_WIN32 targets.
308 * src/types.c: Added X86_WIN32 target support.
309
310 * src/x86/win32.S: New file. Based on sysv.S, but with EH
311 stuff removed and made to work with CygWin's gas.
312
313 2001-03-26 Bryce McKinlay <bryce@albatross.co.nz>
314
315 * configure.in: Make target subdirectory in build dir.
316 * Makefile.am: Override suffix based rules to specify correct output
317 subdirectory.
318 * Makefile.in: Rebuilt.
319 * configure: Rebuilt.
320
321 2001-03-23 Kevin B Hendricks <khendricks@ivey.uwo.ca>
322
323 * src/powerpc/ppc_closure.S: New file.
324 * src/powerpc/ffi.c (ffi_prep_args): Fixed ABI compatibility bug
325 involving long long and register pairs.
326 (ffi_prep_closure): New function.
327 (flush_icache): Likewise.
328 (ffi_closure_helper_SYSV): Likewise.
329 * include/ffi.h.in (FFI_CLOSURES): Define on PPC.
330 (FFI_TRAMPOLINE_SIZE): Likewise.
331 (FFI_NATIVE_RAW_API): Likewise.
332 * Makefile.in: Rebuilt.
333 * Makefile.am (EXTRA_DIST): Added src/powerpc/ppc_closure.S.
334 (TARGET_SRC_POWERPC): Likewise.
335
336 2001-03-19 Tom Tromey <tromey@redhat.com>
337
338 * Makefile.in: Rebuilt.
339 * Makefile.am (ffitest_LDFLAGS): New macro.
340
341 2001-03-02 Nick Clifton <nickc@redhat.com>
342
343 * include/ffi.h.in: Remove RCS ident string.
344 * include/ffi_mips.h: Remove RCS ident string.
345 * src/debug.c: Remove RCS ident string.
346 * src/ffitest.c: Remove RCS ident string.
347 * src/prep_cif.c: Remove RCS ident string.
348 * src/types.c: Remove RCS ident string.
349 * src/alpha/ffi.c: Remove RCS ident string.
350 * src/alpha/osf.S: Remove RCS ident string.
351 * src/arm/ffi.c: Remove RCS ident string.
352 * src/arm/sysv.S: Remove RCS ident string.
353 * src/mips/ffi.c: Remove RCS ident string.
354 * src/mips/n32.S: Remove RCS ident string.
355 * src/mips/o32.S: Remove RCS ident string.
356 * src/sparc/ffi.c: Remove RCS ident string.
357 * src/sparc/v8.S: Remove RCS ident string.
358 * src/sparc/v9.S: Remove RCS ident string.
359 * src/x86/ffi.c: Remove RCS ident string.
360 * src/x86/sysv.S: Remove RCS ident string.
361
362 2001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
363
364 * include/ffi.h.in: Change sourceware.cygnus.com references to
365 gcc.gnu.org.
366
367 2000-12-09 Richard Henderson <rth@redhat.com>
368
369 * src/alpha/ffi.c (ffi_call): Simplify struct return test.
370 (ffi_closure_osf_inner): Index rather than increment avalue
371 and arg_types. Give ffi_closure_osf the raw return value type.
372 * src/alpha/osf.S (ffi_closure_osf): Handle return value type
373 promotion.
374
375 2000-12-07 Richard Henderson <rth@redhat.com>
376
377 * src/raw_api.c (ffi_translate_args): Fix typo.
378 (ffi_prep_closure): Likewise.
379
380 * include/ffi.h.in [ALPHA]: Define FFI_CLOSURES and
381 FFI_TRAMPOLINE_SIZE.
382 * src/alpha/ffi.c (ffi_prep_cif_machdep): Adjust minimal
383 cif->bytes for new ffi_call_osf implementation.
384 (ffi_prep_args): Absorb into ...
385 (ffi_call): ... here. Do all stack allocation here and
386 avoid a callback function.
387 (ffi_prep_closure, ffi_closure_osf_inner): New.
388 * src/alpha/osf.S (ffi_call_osf): Reimplement with no callback.
389 (ffi_closure_osf): New.
390
391 2000-09-10 Alexandre Oliva <aoliva@redhat.com>
392
393 * config.guess, config.sub, install-sh: Removed.
394 * ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise.
395 * Makefile.in: Rebuilt.
396
397 * acinclude.m4: Include libtool macros from the top level.
398 * aclocal.m4, configure: Rebuilt.
399
400 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
401
402 * configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set.
403 * configure: Rebuilt.
404
405 2000-05-11 Scott Bambrough <scottb@netwinder.org>
406
407 * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to
408 memory correctly. Use conditional instructions, not branches where
409 possible.
410
411 2000-05-04 Tom Tromey <tromey@cygnus.com>
412
413 * configure: Rebuilt.
414 * configure.in: Match `arm*-*-linux-*'.
415 From Chris Dornan <cdornan@arm.com>.
416
417 2000-04-28 Jakub Jelinek <jakub@redhat.com>
418
419 * Makefile.am (SUBDIRS): Define.
420 (AM_MAKEFLAGS): Likewise.
421 (Multilib support.): Add section.
422 * Makefile.in: Rebuilt.
423 * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
424 New variables. Set for gcc using -print-multi-lib. Export them
425 to libtool.
426 (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
427 * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
428 for -shared links.
429 (extra_compiler_flags_value, extra_compiler_flags): Check these
430 for extra compiler options which need to be passed down in
431 compiler_flags.
432
433 2000-04-16 Anthony Green <green@redhat.com>
434
435 * configure: Rebuilt.
436 * configure.in: Change i*86-pc-linux* to i*86-*-linux*.
437
438 2000-04-14 Jakub Jelinek <jakub@redhat.com>
439
440 * include/ffi.h.in (SPARC64): Define for 64bit SPARC builds.
441 Set SPARC FFI_DEFAULT_ABI based on SPARC64 define.
442 * src/sparc/ffi.c (ffi_prep_args_v8): Renamed from ffi_prep_args.
443 Replace all void * sizeofs with sizeof(int).
444 Only compare type with FFI_TYPE_LONGDOUBLE if LONGDOUBLE is
445 different than DOUBLE.
446 Remove FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases (handled elsewhere).
447 (ffi_prep_args_v9): New function.
448 (ffi_prep_cif_machdep): Handle V9 ABI and long long on V8.
449 (ffi_V9_return_struct): New function.
450 (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from
451 32bit code (not yet cross-arch calls).
452 * src/sparc/v8.S: Add struct return delay nop.
453 Handle long long.
454 * src/sparc/v9.S: New file.
455 * src/prep_cif.c (ffi_prep_cif): Return structure pointer
456 is used on sparc64 only for structures larger than 32 bytes.
457 Pass by reference for structures is done for structure arguments
458 larger than 16 bytes.
459 * src/ffitest.c (main): Use 64bit rint on sparc64.
460 Run long long tests on sparc.
461 * src/types.c (FFI_TYPE_POINTER): Pointer is 64bit on alpha and
462 sparc64.
463 (FFI_TYPE_LONGDOUBLE): long double is 128 bit aligned to 128 bits
464 on sparc64.
465 * configure.in (sparc-*-linux*): New supported target.
466 (sparc64-*-linux*): Likewise.
467 * configure: Rebuilt.
468 * Makefile.am: Add v9.S to SPARC files.
469 * Makefile.in: Likewise.
470 (LINK): Surround $(CCLD) into double quotes, so that multilib
471 compiles work correctly.
472
473 2000-04-04 Alexandre Petit-Bianco <apbianco@cygnus.com>
474
475 * configure: Rebuilt.
476 * configure.in: (i*86-*-solaris*): New libffi target. Patch
477 proposed by Bryce McKinlay.
478
479 2000-03-20 Tom Tromey <tromey@cygnus.com>
480
481 * Makefile.in: Hand edit for java_raw_api.lo.
482
483 2000-03-08 Bryce McKinlay <bryce@albatross.co.nz>
484
485 * config.guess, config.sub: Update from the gcc tree.
486 Fix for PR libgcj/168.
487
488 2000-03-03 Tom Tromey <tromey@cygnus.com>
489
490 * Makefile.in: Fixed ia64 by hand.
491
492 * configure: Rebuilt.
493 * configure.in (--enable-multilib): New option.
494 (libffi_basedir): New subst.
495 (AC_OUTPUT): Added multilib code.
496
497 2000-03-02 Tom Tromey <tromey@cygnus.com>
498
499 * Makefile.in: Rebuilt.
500 * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
501 directory name.
502
503 2000-02-25 Hans Boehm <boehm@acm.org>
504
505 * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
506 files.
507 * src/raw_api.c (ffi_translate_args): Fixed typo in argument
508 list.
509 (ffi_prep_raw_closure): Use ffi_translate_args, not
510 ffi_closure_translate.
511 * src/java_raw_api.c: New file.
512 * src/ffitest.c (closure_test_fn): New function.
513 (main): Define `rint' as long long on IA64. Added new test when
514 FFI_CLOSURES is defined.
515 * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
516 (ffi_abi): Recognize IA64.
517 (ffi_raw): Added `flt' field.
518 Added "Java raw API" code.
519 * configure.in: Recognize ia64.
520 * Makefile.am (TARGET_SRC_IA64): New macro.
521 (libffi_la_common_SOURCES): Added java_raw_api.c.
522 (libffi_la_SOURCES): Define in IA64 case.
523
524 2000-01-04 Tom Tromey <tromey@cygnus.com>
525
526 * Makefile.in: Rebuilt with newer automake.
527
528 1999-12-31 Tom Tromey <tromey@cygnus.com>
529
530 * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
531
532 1999-09-01 Tom Tromey <tromey@cygnus.com>
533
534 * include/ffi.h.in: Removed PACKAGE and VERSION defines and
535 undefs.
536 * fficonfig.h.in: Rebuilt.
537 * configure: Rebuilt.
538 * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
539 Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
540 * acconfig.h: Don't #undef PACKAGE or VERSION.
541
542 1999-08-09 Anthony Green <green@cygnus.com>
543
544 * include/ffi.h.in: Try to work around messy header problem
545 with PACKAGE and VERSION.
546
547 * configure: Rebuilt.
548 * configure.in: Change version to 2.00-beta.
549
550 * fficonfig.h.in: Rebuilt.
551 * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
552
553 * src/x86/ffi.c (ffi_raw_call): Rename.
554
555 1999-08-02 Kresten Krab Thorup <krab@dominiq.is.s.u-tokyo.ac.jp>
556
557 * src/x86/ffi.c (ffi_closure_SYSV): New function.
558 (ffi_prep_incoming_args_SYSV): Ditto.
559 (ffi_prep_closure): Ditto.
560 (ffi_closure_raw_SYSV): Ditto.
561 (ffi_prep_raw_closure): More ditto.
562 (ffi_call_raw): Final ditto.
563
564 * include/ffi.h.in: Add definitions for closure and raw API.
565
566 * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
567 FFI_TYPE_UINT64.
568
569 * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
570
571 * src/raw_api.c: New file.
572
573 * include/ffi.h.in (ffi_raw): New type.
574 (UINT_ARG, SINT_ARG): New defines.
575 (ffi_closure, ffi_raw_closure): New types.
576 (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
577
578 * configure.in: Add check for endianness and sizeof void*.
579
580 * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
581 instead of directly.
582
583 * configure: Rebuilt.
584
585 Thu Jul 8 14:28:42 1999 Anthony Green <green@cygnus.com>
586
587 * configure.in: Add x86 and powerpc BeOS configurations.
588 From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
589
590 1999-05-09 Anthony Green <green@cygnus.com>
591
592 * configure.in: Add warning about this being beta code.
593 Remove src/Makefile.am from the picture.
594 * configure: Rebuilt.
595
596 * Makefile.am: Move logic from src/Makefile.am. Add changes
597 to support libffi as a target library.
598 * Makefile.in: Rebuilt.
599
600 * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
601 Upgraded to new autoconf, automake, libtool.
602
603 * README: Tweaks.
604
605 * LICENSE: Update copyright date.
606
607 * src/Makefile.am, src/Makefile.in: Removed.
608
609 1998-11-29 Anthony Green <green@cygnus.com>
610
611 * include/ChangeLog: Removed.
612 * src/ChangeLog: Removed.
613 * src/mips/ChangeLog: Removed.
614 * src/sparc/ChangeLog: Remboved.
615 * src/x86/ChangeLog: Removed.
616
617 * ChangeLog.v1: Created.