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