OSDN Git Service

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