OSDN Git Service

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