1 2010-08-20 Mark Wielaard <mjw@redhat.com>
3 * src/closures.c (open_temp_exec_file_mnt): Check if getmntent_r
6 2010-08-09 Andreas Tobler <andreast@fgznet.ch>
8 * configure.ac: Add target powerpc64-*-freebsd*.
9 * configure: Regenerate.
10 * testsuite/libffi.call/cls_align_longdouble_split.c: Pass
11 -mlong-double-128 only to linux targets.
12 * testsuite/libffi.call/cls_align_longdouble_split2.c: Likewise.
13 * testsuite/libffi.call/cls_longdouble.c: Likewise.
14 * testsuite/libffi.call/huge_struct.c: Likewise.
16 2010-07-10 Evan Phoenix <evan@fallingsnow.net>
18 * src/closures.c (selinux_enabled_check): Fix strncmp usage bug.
20 2010-07-07 Dan HorĂ¡k <dan@danny.cz>
22 * include/ffi.h.in: Protect #define with #ifndef.
23 * src/powerpc/ffitarget.h: Ditto.
24 * src/s390/ffitarget.h: Ditto.
25 * src/sparc/ffitarget.h: Ditto.
27 2010-07-07 Neil Roberts <neil@linux.intel.com>
29 * src/x86/sysv.S (ffi_call_SYSV): Align the stack pointer to
32 2010-07-02 Jakub Jelinek <jakub@redhat.com>
34 * Makefile.am (AM_MAKEFLAGS): Pass also mandir to submakes.
35 * Makefile.in: Regenerated.
37 2010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
39 * configure.ac (libffi_cv_as_x86_pcrel): Check for illegal in as
41 (libffi_cv_as_ascii_pseudo_op): Check for .ascii.
42 (libffi_cv_as_string_pseudo_op): Check for .string.
43 * configure: Regenerate.
44 * fficonfig.h.in: Regenerate.
45 * src/x86/sysv.S (.eh_frame): Use .ascii, .string or error.
47 2010-05-05 Michael Kohler <michaelkohler@live.com>
49 * src/dlmalloc.c (dlfree): Fix spelling.
50 * src/ia64/ffi.c (ffi_prep_cif_machdep): Ditto.
51 * configure.ac: Ditto.
54 2010-04-13 Dan Witte <dwitte@mozilla.com>
56 * msvcc.sh: Build with -W3 instead of -Wall.
57 * src/powerpc/ffi_darwin.c: Remove build warnings.
58 * src/x86/ffi.c: Ditto.
59 * src/x86/ffitarget.h: Ditto.
61 2010-04-12 Dan Witte <dwitte@mozilla.com>
62 Walter Meinl <wuno@lsvw.de>
64 * configure.ac: Add OS/2 support.
66 * src/closures.c: Ditto.
67 * src/dlmalloc.c: Ditto.
68 * src/x86/win32.S: Ditto.
70 2010-04-07 Jakub Jelinek <jakub@redhat.com>
72 * testsuite/libffi.call/err_bad_abi.c: Remove unused args variable.
74 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
76 * Makefile.in: Regenerate.
77 * aclocal.m4: Regenerate.
78 * include/Makefile.in: Regenerate.
79 * man/Makefile.in: Regenerate.
80 * testsuite/Makefile.in: Regenerate.
82 2010-03-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
84 * configure.ac (libffi_cv_as_x86_64_unwind_section_type): New test.
85 * configure: Regenerate.
86 * fficonfig.h.in: Regenerate.
87 * libffi/src/x86/unix64.S (.eh_frame)
88 [HAVE_AS_X86_64_UNWIND_SECTION_TYPE]: Use @unwind section type.
90 2010-03-14 Matthias Klose <doko@ubuntu.com>
92 * src/x86/ffi64.c: Fix typo in comment.
93 * src/x86/ffi.c: Use /* ... */ comment style.
95 2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
97 * doc/libffi.texi (The Closure API): Fix typo.
98 * doc/libffi.info: Remove.
100 2010-02-15 Matthias Klose <doko@ubuntu.com>
102 * src/arm/sysv.S (__ARM_ARCH__): Define for processor
105 2010-01-15 Anthony Green <green@redhat.com>
107 * README: Add notes on building with Microsoft Visual C++.
109 2010-01-15 Daniel Witte <dwitte@mozilla.com>
111 * msvcc.sh: New file.
113 * src/x86/win32.S: Port assembly routines to MSVC and #ifdef.
114 * src/x86/ffi.c: Tweak function declaration and remove excess
116 * include/ffi.h.in: Add __declspec(align(8)) to typedef struct
119 * src/x86/ffi.c: Merge ffi_call_SYSV and ffi_call_STDCALL into new
120 function ffi_call_win32 on X86_WIN32.
121 * src/x86/win32.S (ffi_call_SYSV): Rename to ffi_call_win32.
122 (ffi_call_STDCALL): Remove.
124 * src/prep_cif.c (ffi_prep_cif): Move stack space allocation code
125 to ffi_prep_cif_machdep for x86.
126 * src/x86/ffi.c (ffi_prep_cif_machdep): To here.
128 2010-01-15 Oliver Kiddle <okiddle@yahoo.co.uk>
130 * src/x86/ffitarget.h (ffi_abi): Check for __i386 and __amd64 for
131 Sun Studio compiler compatibility.
133 2010-01-12 Conrad Irwin <conrad.irwin@gmail.com>
135 * doc/libffi.texi: Add closure example.
137 2010-01-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
140 * testsuite/libffi.call/ffitest.h [__alpha__ && __osf__] (PRIdLL,
141 PRIuLL, PRId64, PRIu64, PRIuPTR): Define.
142 * testsuite/libffi.call/cls_align_sint64.c: Add -Wno-format on
144 * testsuite/libffi.call/cls_align_uint64.c: Likewise.
145 * testsuite/libffi.call/cls_ulonglong.c: Likewise.
146 * testsuite/libffi.call/return_ll1.c: Likewise.
147 * testsuite/libffi.call/stret_medium2.c: Likewise.
148 * testsuite/libffi.special/ffitestcxx.h (allocate_mmap): Cast
149 MAP_FAILED to char *.
151 2010-01-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
153 * src/mips/n32.S: Use .abicalls and .eh_frame with __GNUC__.
155 2009-12-31 Anthony Green <green@redhat.com>
157 * README: Update for libffi 3.0.9.
159 2009-12-27 Matthias Klose <doko@ubuntu.com>
161 * configure.ac (HAVE_LONG_DOUBLE): Define for mips when
163 * configure: Rebuilt.
165 2009-12-26 Anthony Green <green@redhat.com>
167 * testsuite/libffi.call/cls_longdouble_va.c: Mark as xfail for
169 * testsuite/libffi.call/cls_double_va.c: Ditto.
171 2009-12-26 Andreas Tobler <a.tobler@schweiz.org>
173 * testsuite/libffi.call/ffitest.h: Conditionally include stdint.h
175 * testsuite/libffi.special/unwindtest.cc: Ditto.
177 2009-12-26 Andreas Tobler <a.tobler@schweiz.org>
179 * configure.ac: Add amd64-*-openbsd*.
180 * configure: Rebuilt.
181 * testsuite/lib/libffi-dg.exp (libffi_target_compile): Link
182 openbsd programs with -lpthread.
184 2009-12-26 Anthony Green <green@redhat.com>
186 * testsuite/libffi.call/cls_double_va.c,
187 testsuite/libffi.call/cls_longdouble.c,
188 testsuite/libffi.call/cls_longdouble_va.c,
189 testsuite/libffi.call/cls_pointer.c,
190 testsuite/libffi.call/cls_pointer_stack.c: Remove xfail for
191 mips*-*-* and arm*-*-*.
192 * testsuite/libffi.call/cls_align_longdouble_split.c,
193 testsuite/libffi.call/cls_align_longdouble_split2.c,
194 testsuite/libffi.call/stret_medium2.c,
195 testsuite/libffi.call/stret_medium.c,
196 testsuite/libffi.call/stret_large.c,
197 testsuite/libffi.call/stret_large2.c: Remove xfail for arm*-*-*.
199 2009-12-31 Kay Tietz <ktietz70@googlemail.com>
201 * testsuite/libffi.call/ffitest.h,
202 testsuite/libffi.special/ffitestcxx.h (PRIdLL, PRuLL): Fix
205 2009-12-31 Carlo Bramini <carlo.bramix@libero.it>
207 * configure.ac (AM_LTLDFLAGS): Define for windows hosts.
208 * Makefile.am (libffi_la_LDFLAGS): Add AM_LTLDFLAGS.
209 * configure: Rebuilt.
210 * Makefile.in: Rebuilt.
212 2009-12-31 Anthony Green <green@redhat.com>
215 * testsuite/libffi.call/huge_struct.c: New test case from Blake
218 2009-12-28 David Edelsohn <edelsohn@gnu.org>
220 * src/powerpc/ffi_darwin.c (ffi_prep_args): Copy abi and nargs to
222 (aix_adjust_aggregate_sizes): New function.
223 (ffi_prep_cif_machdep): Call it.
225 2009-12-26 Andreas Tobler <a.tobler@schweiz.org>
227 * configure.ac: Define FFI_MMAP_EXEC_WRIT for the given targets.
228 * configure: Regenerate.
229 * fficonfig.h.in: Likewise.
230 * src/closures.c: Remove the FFI_MMAP_EXEC_WRIT definition for
233 2009-12-26 Andreas Schwab <schwab@linux-m68k.org>
235 * src/powerpc/ffi.c (ffi_prep_args_SYSV): Advance intarg_count
236 when a float arguments is passed in memory.
237 (ffi_closure_helper_SYSV): Mark general registers as used up when
238 a 64bit or soft-float long double argument is passed in memory.
240 2009-12-25 Matthias Klose <doko@ubuntu.com>
242 * man/ffi_call.3: Fix #include in examples.
243 * doc/libffi.texi: Add dircategory.
245 2009-12-25 Frank Everdij <f.p.x.everdij@tudelft.nl>
247 * include/ffi.h.in: Placed '__GNUC__' ifdef around
248 '__attribute__((aligned(8)))' in ffi_closure, fixes compile for
250 * include/ffi_common.h: Added '__sgi' define to non
251 '__attribute__((__mode__()))' integer typedefs.
252 * src/mips/ffi.c (ffi_call, ffi_closure_mips_inner_O32,
253 ffi_closure_mips_inner_N32): Added 'defined(_MIPSEB)' to BE check.
254 (ffi_closure_mips_inner_O32, ffi_closure_mips_inner_N32): Added
255 FFI_LONGDOUBLE support and alignment(N32 only).
256 * src/mips/ffitarget.h: Corrected '#include <sgidefs.h>' for IRIX and
257 fixed non '__attribute__((__mode__()))' integer typedefs.
258 * src/mips/n32.S: Put '#ifdef linux' around '.abicalls' and '.eh_frame'
259 since they are Linux/GNU Assembler specific.
261 2009-12-25 Bradley Smith <brad@brad-smith.co.uk>
263 * configure.ac, Makefile.am, src/avr32/ffi.c,
264 src/avr32/ffitarget.h,
265 src/avr32/sysv.S: Add AVR32 port.
266 * configure, Makefile.in: Rebuilt.
268 2009-12-21 Andreas Tobler <a.tobler@schweiz.org>
270 * configure.ac: Make i?86 build on FreeBSD and OpenBSD.
271 * configure: Regenerate.
273 2009-12-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
275 * testsuite/libffi.call/ffitest.h: Define PRIuPTR on PA HP-UX.
277 2009-12-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
279 * src/pa/ffi.c (ffi_closure_inner_pa32): Handle FFI_TYPE_LONGDOUBLE
282 2009-12-11 Eric Botcazou <ebotcazou@adacore.com>
284 * src/sparc/ffi.c (ffi_closure_sparc_inner_v9): Properly align 'long
287 2009-12-11 Eric Botcazou <ebotcazou@adacore.com>
289 * testsuite/libffi.call/ffitest.h: Define PRIuPTR on Solaris < 10.
291 2009-12-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
294 * src/closures.c [X86_64 && __sun__ && __svr4__]
295 (FFI_MMAP_EXEC_WRIT): Define.
297 2009-12-08 David Daney <ddaney@caviumnetworks.com>
299 * testsuite/libffi.call/stret_medium.c: Remove xfail for mips*-*-*
300 * testsuite/libffi.call/cls_align_longdouble_split2.c: Same.
301 * testsuite/libffi.call/stret_large.c: Same.
302 * testsuite/libffi.call/cls_align_longdouble_split.c: Same.
303 * testsuite/libffi.call/stret_large2.c: Same.
304 * testsuite/libffi.call/stret_medium2.c: Same.
306 2009-12-07 David Edelsohn <edelsohn@gnu.org>
308 * src/powerpc/aix_closure.S (libffi_closure_ASM): Fix tablejump
311 2009-12-05 David Edelsohn <edelsohn@gnu.org>
313 * src/powerpc/aix.S: Update AIX32 code to be consistent with AIX64
315 * src/powerpc/aix_closure.S: Same.
317 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
319 * Makefile.in: Regenerate.
320 * configure: Regenerate.
321 * include/Makefile.in: Regenerate.
322 * man/Makefile.in: Regenerate.
323 * testsuite/Makefile.in: Regenerate.
325 2009-12-04 David Edelsohn <edelsohn@gnu.org>
327 * src/powerpc/aix_closure.S: Reorganize 64-bit code to match
330 2009-12-04 Uros Bizjak <ubizjak@gmail.com>
333 * src/x86/ffi64.c (classify_argument): Update from
334 gcc/config/i386/i386.c.
335 (ffi_closure_unix64_inner): Do not use the address of two consecutive
336 SSE registers directly.
337 * testsuite/libffi.call/cls_dbls_struct.c (main): Remove xfail
338 for x86_64 linux targets.
340 2009-12-04 David Edelsohn <edelsohn@gnu.org>
342 * src/powerpc/ffi_darwin.c (ffi_closure_helper_DARWIN): Increment
343 pfr for long double split between fpr13 and stack.
345 2009-12-03 David Edelsohn <edelsohn@gnu.org>
347 * src/powerpc/ffi_darwin.c (ffi_prep_args): Increment next_arg and
348 fparg_count twice for long double.
350 2009-12-03 David Edelsohn <edelsohn@gnu.org>
353 * src/powerpc/ffi_darwin.c (ffi_prep_args): Remove extra parentheses.
355 2009-12-03 Uros Bizjak <ubizjak@gmail.com>
357 * testsuite/libffi.call/cls_longdouble_va.c (main): Fix format string.
358 Remove xfails for x86 linux targets.
360 2009-12-02 David Edelsohn <edelsohn@gnu.org>
362 * src/powerpc/ffi_darwin.c (ffi_prep_args): Fix typo in INT64
365 2009-12-01 David Edelsohn <edelsohn@gnu.org>
367 * src/powerpc/aix.S (ffi_call_AIX): Convert to more standard
368 register usage. Call ffi_prep_args directly. Add long double
369 return value support.
370 * src/powerpc/ffi_darwin.c (ffi_prep_args): Double arg increment
371 applies to FFI_TYPE_DOUBLE. Correct fpr_base increment typo.
372 Separate FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases.
373 (ffi_prep_cif_machdep): Only 16 byte stack alignment in 64 bit
375 (ffi_closure_helper_DARWIN): Remove nf and ng counters. Move temp
377 * src/powerpc/aix_closure.S: Maintain 16 byte stack alignment.
378 Allocate result area between params and FPRs.
380 2009-11-30 David Edelsohn <edelsohn@gnu.org>
383 * src/powerpc/ffitarget.h (POWERPC64): Define for PPC64 Linux and
385 * src/powerpc/aix.S: Implement AIX64 version.
386 * src/powerpc/aix_closure.S: Implement AIX64 version.
387 (ffi_closure_ASM): Use extsb, lha and displament addresses.
388 * src/powerpc/ffi_darwin.c (ffi_prep_args): Implement AIX64
390 (ffi_prep_cif_machdep): Same.
392 (ffi_closure_helper_DARWIN): Same.
394 2009-11-02 Andreas Tobler <a.tobler@schweiz.org>
397 * testsuite/libffi.call/testclosure.c: New test.
399 2009-09-28 Kai Tietz <kai.tietz@onevision.com>
401 * src/x86/win64.S (_ffi_call_win64 stack): Remove for gnu
402 assembly version use of ___chkstk.
404 2009-09-23 Matthias Klose <doko@ubuntu.com>
406 PR libffi/40242, PR libffi/41443
407 * src/arm/sysv.S (__ARM_ARCH__): Define for processors
408 __ARM_ARCH_6T2__, __ARM_ARCH_6M__, __ARM_ARCH_7__,
409 __ARM_ARCH_7A__, __ARM_ARCH_7R__, __ARM_ARCH_7M__.
410 Change the conditionals to __SOFTFP__ || __ARM_EABI__
411 for -mfloat-abi=softfp to work.
413 2009-09-17 Loren J. Rittle <ljrittle@acm.org>
415 PR testsuite/32843 (strikes again)
416 * src/x86/ffi.c (ffi_prep_cif_machdep): Add X86_FREEBSD to
417 enable proper extension on char and short.
419 2009-09-15 David Daney <ddaney@caviumnetworks.com>
421 * src/java_raw_api.c (ffi_java_raw_to_rvalue): Remove special
422 handling for FFI_TYPE_POINTER.
423 * src/mips/ffitarget.h (FFI_TYPE_STRUCT_D_SOFT,
424 FFI_TYPE_STRUCT_F_SOFT, FFI_TYPE_STRUCT_DD_SOFT,
425 FFI_TYPE_STRUCT_FF_SOFT, FFI_TYPE_STRUCT_FD_SOFT,
426 FFI_TYPE_STRUCT_DF_SOFT, FFI_TYPE_STRUCT_SOFT): New defines.
427 (FFI_N32_SOFT_FLOAT, FFI_N64_SOFT_FLOAT): New ffi_abi enumerations.
428 (enum ffi_abi): Set FFI_DEFAULT_ABI for soft-float.
429 * src/mips/n32.S (ffi_call_N32): Add handling for soft-float
430 structure and pointer returns.
431 (ffi_closure_N32): Add handling for pointer returns.
432 * src/mips/ffi.c (ffi_prep_args, calc_n32_struct_flags,
433 calc_n32_return_struct_flags): Handle soft-float.
434 (ffi_prep_cif_machdep): Handle soft-float, fix pointer handling.
435 (ffi_call_N32): Declare proper argument types.
436 (ffi_call, copy_struct_N32, ffi_closure_mips_inner_N32): Handle
439 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
441 * configure.ac (AC_PREREQ): Bump to 2.64.
443 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
445 * Makefile.am (install-html, install-pdf): Remove.
446 * Makefile.in: Regenerate.
448 * Makefile.in: Regenerate.
449 * aclocal.m4: Regenerate.
450 * configure: Regenerate.
451 * fficonfig.h.in: Regenerate.
452 * include/Makefile.in: Regenerate.
453 * man/Makefile.in: Regenerate.
454 * testsuite/Makefile.in: Regenerate.
456 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
458 * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
460 2009-07-24 Dave Korn <dave.korn.cygwin@gmail.com>
463 * src/x86/ffi.c (ffi_prep_cif_machdep): Also use sign/zero-extending
464 return types for X86_WIN32.
465 * src/x86/win32.S (_ffi_call_SYSV): Handle omitted return types.
466 (_ffi_call_STDCALL, _ffi_closure_SYSV, _ffi_closure_raw_SYSV,
467 _ffi_closure_STDCALL): Likewise.
469 * src/closures.c (is_selinux_enabled): Define to const 0 for Cygwin.
470 (dlmmap, dlmunmap): Also use these functions on Cygwin.
472 2009-07-11 Richard Sandiford <rdsandiford@googlemail.com>
477 * testsuite/lib/libffi-dg.exp: Revert 2009-07-02, 2009-07-01 and
480 2009-07-01 Richard Sandiford <r.sandiford@uk.ibm.com>
482 * testsuite/lib/libffi-dg.exp (libffi-init): Set ld_library_path
483 to "" before adding paths. (This reinstates an assignment that
484 was removed by my 2009-06-30 commit, but changes the initial
485 value from "." to "".)
487 2009-07-01 H.J. Lu <hongjiu.lu@intel.com>
490 * testsuite/lib/libffi-dg.exp (libffi-init): Properly set
491 gccdir. Adjust ld_library_path for gcc only if gccdir isn't
494 2009-06-30 Richard Sandiford <r.sandiford@uk.ibm.com>
496 * testsuite/lib/libffi-dg.exp (libffi-init): Don't add "."
497 to ld_library_path. Use add_path. Add just find_libgcc_s
498 to ld_library_path, not every libgcc multilib directory.
500 2009-06-16 Wim Lewis <wiml@hhhh.org>
502 * src/powerpc/ffi.c: Avoid clobbering cr3 and cr4, which are
503 supposed to be callee-saved.
504 * src/powerpc/sysv.S (small_struct_return_value): Fix overrun of
505 return buffer for odd-size structs.
507 2009-06-16 Andreas Tobler <a.tobler@schweiz.org>
510 * testsuite/lib/libffi-dg.exp (libffi_target_compile): Add
511 allow_stack_execute for Darwin.
513 2009-06-16 Andrew Haley <aph@redhat.com>
515 * configure.ac (TARGETDIR): Add missing blank lines.
516 * configure: Regenerate.
518 2009-06-16 Andrew Haley <aph@redhat.com>
520 * testsuite/libffi.call/cls_align_sint64.c,
521 testsuite/libffi.call/cls_align_uint64.c,
522 testsuite/libffi.call/cls_longdouble_va.c,
523 testsuite/libffi.call/cls_ulonglong.c,
524 testsuite/libffi.call/return_ll1.c,
525 testsuite/libffi.call/stret_medium2.c: Fix printf format
527 * testsuite/libffi.call/ffitest.h,
528 testsuite/libffi.special/ffitestcxx.h (PRIdLL, PRIuLL): Define.
530 2009-06-15 Andrew Haley <aph@redhat.com>
532 * testsuite/libffi.call/err_bad_typedef.c: xfail everywhere.
533 * testsuite/libffi.call/err_bad_abi.c: Likewise.
535 2009-06-12 Andrew Haley <aph@redhat.com>
537 * Makefile.am: Remove info_TEXINFOS.
539 2009-06-12 Andrew Haley <aph@redhat.com>
541 * ChangeLog.libffi: testsuite/libffi.call/cls_align_sint64.c,
542 testsuite/libffi.call/cls_align_uint64.c,
543 testsuite/libffi.call/cls_ulonglong.c,
544 testsuite/libffi.call/return_ll1.c,
545 testsuite/libffi.call/stret_medium2.c: Fix printf format
547 testsuite/libffi.special/unwindtest.cc: include stdint.h.
549 2009-06-11 Timothy Wall <twall@users.sf.net>
554 include/ffi_common.h,
559 src/x86/win64.S (new),
560 README: Added win64 support (mingw or MSVC)
564 testsuite/Makefile.in,
566 aclocal.m4: Regenerated
567 * ltcf-c.sh: properly escape cygwin/w32 path
568 * man/ffi_call.3: Clarify size requirements for return value.
569 * src/x86/ffi64.c: Fix filename in comment.
570 * src/x86/win32.S: Remove unused extern.
572 * testsuite/libffi.call/closure_fn0.c,
573 testsuite/libffi.call/closure_fn1.c,
574 testsuite/libffi.call/closure_fn2.c,
575 testsuite/libffi.call/closure_fn3.c,
576 testsuite/libffi.call/closure_fn4.c,
577 testsuite/libffi.call/closure_fn5.c,
578 testsuite/libffi.call/closure_fn6.c,
579 testsuite/libffi.call/closure_stdcall.c,
580 testsuite/libffi.call/cls_12byte.c,
581 testsuite/libffi.call/cls_16byte.c,
582 testsuite/libffi.call/cls_18byte.c,
583 testsuite/libffi.call/cls_19byte.c,
584 testsuite/libffi.call/cls_1_1byte.c,
585 testsuite/libffi.call/cls_20byte.c,
586 testsuite/libffi.call/cls_20byte1.c,
587 testsuite/libffi.call/cls_24byte.c,
588 testsuite/libffi.call/cls_2byte.c,
589 testsuite/libffi.call/cls_3_1byte.c,
590 testsuite/libffi.call/cls_3byte1.c,
591 testsuite/libffi.call/cls_3byte2.c,
592 testsuite/libffi.call/cls_4_1byte.c,
593 testsuite/libffi.call/cls_4byte.c,
594 testsuite/libffi.call/cls_5_1_byte.c,
595 testsuite/libffi.call/cls_5byte.c,
596 testsuite/libffi.call/cls_64byte.c,
597 testsuite/libffi.call/cls_6_1_byte.c,
598 testsuite/libffi.call/cls_6byte.c,
599 testsuite/libffi.call/cls_7_1_byte.c,
600 testsuite/libffi.call/cls_7byte.c,
601 testsuite/libffi.call/cls_8byte.c,
602 testsuite/libffi.call/cls_9byte1.c,
603 testsuite/libffi.call/cls_9byte2.c,
604 testsuite/libffi.call/cls_align_double.c,
605 testsuite/libffi.call/cls_align_float.c,
606 testsuite/libffi.call/cls_align_longdouble.c,
607 testsuite/libffi.call/cls_align_longdouble_split.c,
608 testsuite/libffi.call/cls_align_longdouble_split2.c,
609 testsuite/libffi.call/cls_align_pointer.c,
610 testsuite/libffi.call/cls_align_sint16.c,
611 testsuite/libffi.call/cls_align_sint32.c,
612 testsuite/libffi.call/cls_align_sint64.c,
613 testsuite/libffi.call/cls_align_uint16.c,
614 testsuite/libffi.call/cls_align_uint32.c,
615 testsuite/libffi.call/cls_align_uint64.c,
616 testsuite/libffi.call/cls_dbls_struct.c,
617 testsuite/libffi.call/cls_double.c,
618 testsuite/libffi.call/cls_double_va.c,
619 testsuite/libffi.call/cls_float.c,
620 testsuite/libffi.call/cls_longdouble.c,
621 testsuite/libffi.call/cls_longdouble_va.c,
622 testsuite/libffi.call/cls_multi_schar.c,
623 testsuite/libffi.call/cls_multi_sshort.c,
624 testsuite/libffi.call/cls_multi_sshortchar.c,
625 testsuite/libffi.call/cls_multi_uchar.c,
626 testsuite/libffi.call/cls_multi_ushort.c,
627 testsuite/libffi.call/cls_multi_ushortchar.c,
628 testsuite/libffi.call/cls_pointer.c,
629 testsuite/libffi.call/cls_pointer_stack.c,
630 testsuite/libffi.call/cls_schar.c,
631 testsuite/libffi.call/cls_sint.c,
632 testsuite/libffi.call/cls_sshort.c,
633 testsuite/libffi.call/cls_uchar.c,
634 testsuite/libffi.call/cls_uint.c,
635 testsuite/libffi.call/cls_ulonglong.c,
636 testsuite/libffi.call/cls_ushort.c,
637 testsuite/libffi.call/err_bad_abi.c,
638 testsuite/libffi.call/err_bad_typedef.c,
639 testsuite/libffi.call/float2.c,
640 testsuite/libffi.call/huge_struct.c,
641 testsuite/libffi.call/nested_struct.c,
642 testsuite/libffi.call/nested_struct1.c,
643 testsuite/libffi.call/nested_struct10.c,
644 testsuite/libffi.call/nested_struct2.c,
645 testsuite/libffi.call/nested_struct3.c,
646 testsuite/libffi.call/nested_struct4.c,
647 testsuite/libffi.call/nested_struct5.c,
648 testsuite/libffi.call/nested_struct6.c,
649 testsuite/libffi.call/nested_struct7.c,
650 testsuite/libffi.call/nested_struct8.c,
651 testsuite/libffi.call/nested_struct9.c,
652 testsuite/libffi.call/problem1.c,
653 testsuite/libffi.call/return_ldl.c,
654 testsuite/libffi.call/return_ll1.c,
655 testsuite/libffi.call/stret_large.c,
656 testsuite/libffi.call/stret_large2.c,
657 testsuite/libffi.call/stret_medium.c,
658 testsuite/libffi.call/stret_medium2.c,
659 testsuite/libffi.special/unwindtest.cc: use ffi_closure_alloc instead
660 of checking for MMAP. Use intptr_t instead of long casts.
662 2009-06-11 Kaz Kojima <kkojima@gcc.gnu.org>
664 * testsuite/libffi.call/cls_longdouble_va.c: Add xfail sh*-*-linux-*.
665 * testsuite/libffi.call/err_bad_abi.c: Add xfail sh*-*-*.
666 * testsuite/libffi.call/err_bad_typedef.c: Likewise.
668 2009-06-09 Andrew Haley <aph@redhat.com>
670 * src/x86/freebsd.S: Add missing file.
672 2009-06-08 Andrew Haley <aph@redhat.com>
674 Import from libffi 3.0.8:
676 * doc/libffi.texi: New file.
677 * doc/libffi.info: Likewise.
678 * doc/stamp-vti: Likewise.
679 * man/Makefile.am: New file.
680 * man/ffi_call.3: New file.
682 * Makefile.am (EXTRA_DIST): Add src/x86/darwin64.S,
684 (nodist_libffi_la_SOURCES): Add X86_FREEBSD.
686 * configure.ac: Bump version to 3.0.8.
687 parisc*-*-linux*: Add.
688 i386-*-freebsd* | i386-*-openbsd*: Add.
689 powerpc-*-beos*: Add.
690 AM_CONDITIONAL X86_FREEBSD: Add.
691 AC_CONFIG_FILES: Add man/Makefile.
693 * include/ffi.h.in (FFI_FN): Change void (*)() to void (*)(void).
695 2009-06-08 Andrew Haley <aph@redhat.com>
697 * README: Import from libffi 3.0.8.
699 2009-06-08 Andrew Haley <aph@redhat.com>
701 * testsuite/libffi.call/err_bad_abi.c: Add xfails.
702 * testsuite/libffi.call/cls_longdouble_va.c: Add xfails.
703 * testsuite/libffi.call/cls_dbls_struct.c: Add xfail x86_64-*-linux-*.
704 * testsuite/libffi.call/err_bad_typedef.c: Add xfails.
706 * testsuite/libffi.call/stret_medium2.c: Add __UNUSED__ to args.
707 * testsuite/libffi.call/stret_medium.c: Likewise.
708 * testsuite/libffi.call/stret_large2.c: Likewise.
709 * testsuite/libffi.call/stret_large.c: Likewise.
711 2008-12-26 Timothy Wall <twall@users.sf.net>
713 * testsuite/libffi.call/cls_longdouble.c,
714 testsuite/libffi.call/cls_longdouble_va.c,
715 testsuite/libffi.call/cls_align_longdouble.c,
716 testsuite/libffi.call/cls_align_longdouble_split.c,
717 testsuite/libffi.call/cls_align_longdouble_split2.c: mark expected
718 failures on x86_64 cygwin/mingw.
720 2008-12-22 Timothy Wall <twall@users.sf.net>
722 * testsuite/libffi.call/closure_fn0.c,
723 testsuite/libffi.call/closure_fn1.c,
724 testsuite/libffi.call/closure_fn2.c,
725 testsuite/libffi.call/closure_fn3.c,
726 testsuite/libffi.call/closure_fn4.c,
727 testsuite/libffi.call/closure_fn5.c,
728 testsuite/libffi.call/closure_fn6.c,
729 testsuite/libffi.call/closure_loc_fn0.c,
730 testsuite/libffi.call/closure_stdcall.c,
731 testsuite/libffi.call/cls_align_pointer.c,
732 testsuite/libffi.call/cls_pointer.c,
733 testsuite/libffi.call/cls_pointer_stack.c: use portable cast from
734 pointer to integer (intptr_t).
735 * testsuite/libffi.call/cls_longdouble.c: disable for win64.
737 2008-07-24 Anthony Green <green@redhat.com>
739 * testsuite/libffi.call/cls_dbls_struct.c,
740 testsuite/libffi.call/cls_double_va.c,
741 testsuite/libffi.call/cls_longdouble.c,
742 testsuite/libffi.call/cls_longdouble_va.c,
743 testsuite/libffi.call/cls_pointer.c,
744 testsuite/libffi.call/cls_pointer_stack.c,
745 testsuite/libffi.call/err_bad_abi.c: Clean up failures from
748 2008-03-04 Anthony Green <green@redhat.com>
752 * testsuite/libffi.call/cls_align_longdouble_split2.c
753 testsuite/libffi.call/cls_align_longdouble_split.c
754 testsuite/libffi.call/cls_dbls_struct.c
755 testsuite/libffi.call/cls_double_va.c
756 testsuite/libffi.call/cls_longdouble.c
757 testsuite/libffi.call/cls_longdouble_va.c
758 testsuite/libffi.call/cls_pointer.c
759 testsuite/libffi.call/cls_pointer_stack.c
760 testsuite/libffi.call/err_bad_abi.c
761 testsuite/libffi.call/err_bad_typedef.c
762 testsuite/libffi.call/stret_large2.c
763 testsuite/libffi.call/stret_large.c
764 testsuite/libffi.call/stret_medium2.c
765 testsuite/libffi.call/stret_medium.c: New tests from Apple.
767 2009-06-05 Andrew Haley <aph@redhat.com>
769 * src/x86/ffitarget.h, src/x86/ffi.c: Merge stdcall changes from
772 2009-06-04 Andrew Haley <aph@redhat.com>
774 * src/x86/ffitarget.h, src/x86/win32.S, src/x86/ffi.c: Back out
777 2008-02-26 Anthony Green <green@redhat.com>
778 Thomas Heller <theller@ctypes.org>
780 * src/x86/ffi.c (ffi_closure_SYSV_inner): Change C++ comment to C
783 2008-02-03 Timothy Wall <twall@users.sf.net>
785 * src/x86/ffi.c (FFI_INIT_TRAMPOLINE_STDCALL): Calculate jump return
786 offset based on code pointer, not data pointer.
788 2008-01-31 Timothy Wall <twall@users.sf.net>
790 * testsuite/libffi.call/closure_stdcall.c: Add test for stdcall
792 * src/x86/ffitarget.h: Increase size of trampoline for stdcall
794 * src/x86/win32.S: Add assembly for stdcall closure.
795 * src/x86/ffi.c: Initialize stdcall closure trampoline.
797 2009-06-04 Andrew Haley <aph@redhat.com>
799 * include/ffi.h.in: Change void (*)() to void (*)(void).
800 * src/x86/ffi.c: Likewise.
802 2009-06-04 Andrew Haley <aph@redhat.com>
804 * src/powerpc/ppc_closure.S: Insert licence header.
805 * src/powerpc/linux64_closure.S: Likewise.
806 * src/m68k/sysv.S: Likewise.
808 * src/sh64/ffi.c: Change void (*)() to void (*)(void).
809 * src/powerpc/ffi.c: Likewise.
810 * src/powerpc/ffi_darwin.c: Likewise.
811 * src/m32r/ffi.c: Likewise.
812 * src/sh64/ffi.c: Likewise.
813 * src/x86/ffi64.c: Likewise.
814 * src/alpha/ffi.c: Likewise.
815 * src/alpha/osf.S: Likewise.
816 * src/frv/ffi.c: Likewise.
817 * src/s390/ffi.c: Likewise.
818 * src/pa/ffi.c: Likewise.
819 * src/pa/hpux32.S: Likewise.
820 * src/ia64/unix.S: Likewise.
821 * src/ia64/ffi.c: Likewise.
822 * src/sparc/ffi.c: Likewise.
823 * src/mips/ffi.c: Likewise.
824 * src/sh/ffi.c: Likewise.
826 2008-02-15 David Daney <ddaney@avtrex.com>
828 * src/mips/ffi.c (USE__BUILTIN___CLEAR_CACHE):
829 Define (conditionally), and use it to include cachectl.h.
830 (ffi_prep_closure_loc): Fix cache flushing.
831 * src/mips/ffitarget.h (_ABIN32, _ABI64, _ABIO32): Define.
833 2009-06-04 Andrew Haley <aph@redhat.com>
839 src/powerpc/ffitarget.h,
841 src/sh64/ffitarget.h,
852 src/alpha/ffitarget.h,
855 src/m68k/ffitarget.h,
858 src/s390/ffitarget.h,
860 src/cris/ffitarget.h,
865 src/ia64/ffitarget.h,
868 src/ia64/ia64_flags.h,
872 src/sparc/ffitarget.h,
875 src/mips/ffitarget.h,
882 src/sh/sysv.S: Update license text.
884 2009-05-22 Dave Korn <dave.korn.cygwin@gmail.com>
886 * src/x86/win32.S (_ffi_closure_STDCALL): New function.
887 (.eh_frame): Add FDE for it.
889 2009-05-22 Dave Korn <dave.korn.cygwin@gmail.com>
891 * configure.ac: Also check if assembler supports pc-relative
892 relocs on X86_WIN32 targets.
893 * configure: Regenerate.
894 * src/x86/win32.S (ffi_prep_args): Declare extern, not global.
895 (_ffi_call_SYSV): Add missing function type symbol .def and
896 add EH markup labels.
897 (_ffi_call_STDCALL): Likewise.
898 (_ffi_closure_SYSV): Likewise.
899 (_ffi_closure_raw_SYSV): Likewise.
900 (.eh_frame): Add hand-crafted EH data.
902 2009-04-09 Jakub Jelinek <jakub@redhat.com>
904 * testsuite/lib/libffi-dg.exp: Change copyright header to refer to
905 version 3 of the GNU General Public License and to point readers
906 at the COPYING3 file and the FSF's license web page.
907 * testsuite/libffi.call/call.exp: Likewise.
908 * testsuite/libffi.special/special.exp: Likewise.
910 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
912 * configure: Regenerate.
914 2008-12-18 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
917 * configure.ac (HAVE_AS_X86_PCREL): New test.
918 * configure: Regenerate.
919 * fficonfig.h.in: Regenerate.
920 * src/x86/sysv.S [!FFI_NO_RAW_API]: Precalculate
921 RAW_CLOSURE_CIF_OFFSET, RAW_CLOSURE_FUN_OFFSET,
922 RAW_CLOSURE_USER_DATA_OFFSET for the Solaris 10/x86 assembler.
923 (.eh_frame): Only use SYMBOL-. iff HAVE_AS_X86_PCREL.
924 * src/x86/unix64.S (.Lstore_table): Move to .text section.
925 (.Lload_table): Likewise.
926 (.eh_frame): Only use SYMBOL-. iff HAVE_AS_X86_PCREL.
928 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
930 * configure: Regenerate.
932 2008-11-21 Eric Botcazou <ebotcazou@adacore.com>
934 * src/sparc/ffi.c (ffi_prep_cif_machdep): Add support for
935 signed/unsigned int8/16 return values.
936 * src/sparc/v8.S (ffi_call_v8): Likewise.
937 (ffi_closure_v8): Likewise.
939 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
940 Steve Ellcey <sje@cup.hp.com>
942 * configure: Regenerate for new libtool.
943 * Makefile.in: Ditto.
944 * include/Makefile.in: Ditto.
947 2008-08-25 Andreas Tobler <a.tobler@schweiz.org>
949 * src/powerpc/ffitarget.h (ffi_abi): Add FFI_LINUX and
950 FFI_LINUX_SOFT_FLOAT to the POWERPC_FREEBSD enum.
951 Add note about flag bits used for FFI_SYSV_TYPE_SMALL_STRUCT.
952 Adjust copyright notice.
953 * src/powerpc/ffi.c: Add two new flags to indicate if we have one
954 register or two register to use for FFI_SYSV structs.
955 (ffi_prep_cif_machdep): Pass the right register flag introduced above.
956 (ffi_closure_helper_SYSV): Fix the return type for
957 FFI_SYSV_TYPE_SMALL_STRUCT. Comment.
958 Adjust copyright notice.
960 2008-07-16 Kaz Kojima <kkojima@gcc.gnu.org>
962 * src/sh/ffi.c (ffi_prep_closure_loc): Turn INSN into an unsigned
965 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
967 * configure: Regenerate.
968 * include/Makefile.in: Regenerate.
969 * testsuite/Makefile.in: Regenerate.
971 2008-06-07 Joseph Myers <joseph@codesourcery.com>
973 * configure.ac (parisc*-*-linux*, powerpc-*-sysv*,
974 powerpc-*-beos*): Remove.
975 * configure: Regenerate.
977 2008-05-09 Julian Brown <julian@codesourcery.com>
979 * Makefile.am (LTLDFLAGS): New.
980 (libffi_la_LDFLAGS): Use above.
981 * Makefile.in: Regenerate.
983 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
986 * aclocal.m4: Regenerate.
987 * configure: Regenerate.
989 2008-03-26 Kaz Kojima <kkojima@gcc.gnu.org>
991 * src/sh/sysv.S: Add .note.GNU-stack on Linux.
992 * src/sh64/sysv.S: Likewise.
994 2008-03-26 Daniel Jacobowitz <dan@debian.org>
996 * src/arm/sysv.S: Fix ARM comment marker.
998 2008-03-26 Jakub Jelinek <jakub@redhat.com>
1000 * src/alpha/osf.S: Add .note.GNU-stack on Linux.
1001 * src/s390/sysv.S: Likewise.
1002 * src/powerpc/ppc_closure.S: Likewise.
1003 * src/powerpc/sysv.S: Likewise.
1004 * src/x86/unix64.S: Likewise.
1005 * src/x86/sysv.S: Likewise.
1006 * src/sparc/v8.S: Likewise.
1007 * src/sparc/v9.S: Likewise.
1008 * src/m68k/sysv.S: Likewise.
1009 * src/arm/sysv.S: Likewise.
1011 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1013 * aclocal.m4: Regenerate.
1014 * configure: Likewise.
1015 * Makefile.in: Likewise.
1016 * include/Makefile.in: Likewise.
1017 * testsuite/Makefile.in: Likewise.
1019 2008-02-12 Bjoern Koenig <bkoenig@alpha-tierchen.de>
1020 Andreas Tobler <a.tobler@schweiz.org>
1022 * configure.ac: Add amd64-*-freebsd* target.
1023 * configure: Regenerate.
1025 2008-01-30 H.J. Lu <hongjiu.lu@intel.com>
1028 * src/x86/sysv.S (ffi_closure_SYSV): Pop 4 byte from stack when
1031 * testsuite/libffi.call/call.exp: Add "-O2 -fomit-frame-pointer"
1034 2008-01-24 David Edelsohn <edelsohn@gnu.org>
1036 * configure: Regenerate.
1038 2008-01-06 Andreas Tobler <a.tobler@schweiz.org>
1040 * src/x86/ffi.c (ffi_prep_cif_machdep): Fix thinko.
1042 2008-01-05 Andreas Tobler <a.tobler@schweiz.org>
1045 * src/x86/ffi.c (ffi_prep_cif_machdep): Add code for
1046 signed/unsigned int8/16 for X86_DARWIN.
1047 Updated copyright info.
1048 Handle one and two byte structs with special cif->flags.
1049 * src/x86/ffitarget.h: Add special types for one and two byte structs.
1050 Updated copyright info.
1051 * src/x86/darwin.S (ffi_call_SYSV): Rewrite to use a jump table like
1053 Remove code to pop args from the stack after call.
1054 Special-case signed/unsigned for int8/16, one and two byte structs.
1055 (ffi_closure_raw_SYSV): Handle FFI_TYPE_UINT8,
1056 FFI_TYPE_SINT8, FFI_TYPE_UINT16, FFI_TYPE_SINT16, FFI_TYPE_UINT32,
1058 Updated copyright info.
1060 2007-12-08 David Daney <ddaney@avtrex.com>
1062 * src/mips/n32.S (ffi_call_N32): Replace dadd with ADDU, dsub with
1063 SUBU, add with ADDU and use smaller code sequences.
1065 2007-12-07 David Daney <ddaney@avtrex.com>
1067 * src/mips/ffi.c (ffi_prep_cif_machdep): Handle long double return
1070 2007-12-06 David Daney <ddaney@avtrex.com>
1072 * include/ffi.h.in (FFI_SIZEOF_JAVA_RAW): Define if not already
1074 (ffi_java_raw): New typedef.
1075 (ffi_java_raw_call, ffi_java_ptrarray_to_raw,
1076 ffi_java_raw_to_ptrarray): Change parameter types from ffi_raw to
1078 (ffi_java_raw_closure) : Same.
1079 (ffi_prep_java_raw_closure, ffi_prep_java_raw_closure_loc): Change
1081 * src/java_raw_api.c (ffi_java_raw_size): Replace FFI_SIZEOF_ARG with
1082 FFI_SIZEOF_JAVA_RAW.
1083 (ffi_java_raw_to_ptrarray): Change type of raw to ffi_java_raw.
1084 Replace FFI_SIZEOF_ARG with FFI_SIZEOF_JAVA_RAW. Use
1085 sizeof(ffi_java_raw) for alignment calculations.
1086 (ffi_java_ptrarray_to_raw): Same.
1087 (ffi_java_rvalue_to_raw): Add special handling for FFI_TYPE_POINTER
1088 if FFI_SIZEOF_JAVA_RAW == 4.
1089 (ffi_java_raw_to_rvalue): Same.
1090 (ffi_java_raw_call): Change type of raw to ffi_java_raw.
1091 (ffi_java_translate_args): Same.
1092 (ffi_prep_java_raw_closure_loc, ffi_prep_java_raw_closure): Change
1094 * src/mips/ffitarget.h (FFI_SIZEOF_JAVA_RAW): Define for N32 ABI.
1096 2007-12-06 David Daney <ddaney@avtrex.com>
1098 * src/mips/n32.S (ffi_closure_N32): Use 64-bit add instruction on
1101 2007-12-01 Andreas Tobler <a.tobler@schweiz.org>
1104 * src/powerpc/ffitarget.h: Introduce new ABI FFI_LINUX_SOFT_FLOAT.
1105 Add local FFI_TYPE_UINT128 to handle soft-float long-double-128.
1106 * src/powerpc/ffi.c: Distinguish between __NO_FPRS__ and not and
1107 set the NUM_FPR_ARG_REGISTERS according to.
1108 Add support for potential soft-float support under hard-float
1110 (ffi_prep_args_SYSV): Set NUM_FPR_ARG_REGISTERS to 0 in case of
1111 FFI_LINUX_SOFT_FLOAT, handle float, doubles and long-doubles according
1112 to the FFI_LINUX_SOFT_FLOAT ABI.
1113 (ffi_prep_cif_machdep): Likewise.
1114 (ffi_closure_helper_SYSV): Likewise.
1115 * src/powerpc/ppc_closure.S: Make sure not to store float/double
1116 on archs where __NO_FPRS__ is true.
1117 Add FFI_TYPE_UINT128 support.
1118 * src/powerpc/sysv.S: Add support for soft-float long-double-128.
1119 Adjust copyright notice.
1121 2007-11-25 Andreas Tobler <a.tobler@schweiz.org>
1123 * src/closures.c: Move defintion of MAYBE_UNUSED from here to ...
1124 * include/ffi_common.h: ... here.
1127 2007-11-17 Andreas Tobler <a.tobler@schweiz.org>
1129 * src/powerpc/sysv.S: Load correct cr to compare if we have long double.
1130 * src/powerpc/linux64.S: Likewise.
1131 * src/powerpc/ffi.c: Add a comment to show which part goes into cr6.
1132 * testsuite/libffi.call/return_ldl.c: New test.
1134 2007-09-04 <aph@redhat.com>
1136 * src/arm/sysv.S (UNWIND): New.
1137 (Whole file): Conditionally compile unwinder directives.
1138 * src/arm/sysv.S: Add unwinder directives.
1140 * src/arm/ffi.c (ffi_prep_args): Align structs by at least 4 bytes.
1141 Only treat r0 as a struct address if we're actually returning a
1143 Only copy the bytes that are actually within a struct.
1144 (ffi_prep_cif_machdep): A Composite Type not larger than 4 bytes
1145 is returned in r0, not passed by address.
1146 (ffi_call): Allocate a word-sized temporary for the case where
1147 a composite is returned in r0.
1148 (ffi_prep_incoming_args_SYSV): Align as necessary.
1150 2007-08-05 Steven Newbury <s_j_newbury@yahoo.co.uk>
1152 * src/arm/ffi.c (FFI_INIT_TRAMPOLINE): Use __clear_cache instead of
1153 directly using the sys_cacheflush syscall.
1155 2007-07-27 Andrew Haley <aph@redhat.com>
1157 * src/arm/sysv.S (ffi_closure_SYSV): Add soft-float.
1159 2007-09-03 Maciej W. Rozycki <macro@linux-mips.org>
1161 * Makefile.am: Unify MIPS_IRIX and MIPS_LINUX into MIPS.
1162 * configure.ac: Likewise.
1163 * Makefile.in: Regenerate.
1164 * include/Makefile.in: Likewise.
1165 * testsuite/Makefile.in: Likewise.
1166 * configure: Likewise.
1168 2007-08-24 David Daney <ddaney@avtrex.com>
1170 * testsuite/libffi.call/return_sl.c: New test.
1172 2007-08-10 David Daney <ddaney@avtrex.com>
1174 * testsuite/libffi.call/cls_multi_ushort.c,
1175 testsuite/libffi.call/cls_align_uint16.c,
1176 testsuite/libffi.call/nested_struct1.c,
1177 testsuite/libffi.call/nested_struct3.c,
1178 testsuite/libffi.call/cls_7_1_byte.c,
1179 testsuite/libffi.call/nested_struct5.c,
1180 testsuite/libffi.call/cls_double.c,
1181 testsuite/libffi.call/nested_struct7.c,
1182 testsuite/libffi.call/cls_sint.c,
1183 testsuite/libffi.call/nested_struct9.c,
1184 testsuite/libffi.call/cls_20byte1.c,
1185 testsuite/libffi.call/cls_multi_sshortchar.c,
1186 testsuite/libffi.call/cls_align_sint64.c,
1187 testsuite/libffi.call/cls_3byte2.c,
1188 testsuite/libffi.call/cls_multi_schar.c,
1189 testsuite/libffi.call/cls_multi_uchar.c,
1190 testsuite/libffi.call/cls_19byte.c,
1191 testsuite/libffi.call/cls_9byte1.c,
1192 testsuite/libffi.call/cls_align_float.c,
1193 testsuite/libffi.call/closure_fn1.c,
1194 testsuite/libffi.call/problem1.c,
1195 testsuite/libffi.call/closure_fn3.c,
1196 testsuite/libffi.call/cls_sshort.c,
1197 testsuite/libffi.call/closure_fn5.c,
1198 testsuite/libffi.call/cls_align_double.c,
1199 testsuite/libffi.call/nested_struct.c,
1200 testsuite/libffi.call/cls_2byte.c,
1201 testsuite/libffi.call/nested_struct10.c,
1202 testsuite/libffi.call/cls_4byte.c,
1203 testsuite/libffi.call/cls_6byte.c,
1204 testsuite/libffi.call/cls_8byte.c,
1205 testsuite/libffi.call/cls_multi_sshort.c,
1206 testsuite/libffi.call/cls_align_sint16.c,
1207 testsuite/libffi.call/cls_align_uint32.c,
1208 testsuite/libffi.call/cls_20byte.c,
1209 testsuite/libffi.call/cls_float.c,
1210 testsuite/libffi.call/nested_struct2.c,
1211 testsuite/libffi.call/cls_5_1_byte.c,
1212 testsuite/libffi.call/nested_struct4.c,
1213 testsuite/libffi.call/cls_24byte.c,
1214 testsuite/libffi.call/nested_struct6.c,
1215 testsuite/libffi.call/cls_64byte.c,
1216 testsuite/libffi.call/nested_struct8.c,
1217 testsuite/libffi.call/cls_uint.c,
1218 testsuite/libffi.call/cls_multi_ushortchar.c,
1219 testsuite/libffi.call/cls_schar.c,
1220 testsuite/libffi.call/cls_uchar.c,
1221 testsuite/libffi.call/cls_align_uint64.c,
1222 testsuite/libffi.call/cls_ulonglong.c,
1223 testsuite/libffi.call/cls_align_longdouble.c,
1224 testsuite/libffi.call/cls_1_1byte.c,
1225 testsuite/libffi.call/cls_12byte.c,
1226 testsuite/libffi.call/cls_3_1byte.c,
1227 testsuite/libffi.call/cls_3byte1.c,
1228 testsuite/libffi.call/cls_4_1byte.c,
1229 testsuite/libffi.call/cls_6_1_byte.c,
1230 testsuite/libffi.call/cls_16byte.c,
1231 testsuite/libffi.call/cls_18byte.c,
1232 testsuite/libffi.call/closure_fn0.c,
1233 testsuite/libffi.call/cls_9byte2.c,
1234 testsuite/libffi.call/closure_fn2.c,
1235 testsuite/libffi.call/closure_fn4.c,
1236 testsuite/libffi.call/cls_ushort.c,
1237 testsuite/libffi.call/closure_fn6.c,
1238 testsuite/libffi.call/cls_5byte.c,
1239 testsuite/libffi.call/cls_align_pointer.c,
1240 testsuite/libffi.call/cls_7byte.c,
1241 testsuite/libffi.call/cls_align_sint32.c,
1242 testsuite/libffi.special/unwindtest_ffi_call.cc,
1243 testsuite/libffi.special/unwindtest.cc: Remove xfail for mips64*-*-*.
1245 2007-08-10 David Daney <ddaney@avtrex.com>
1248 * configure.ac: Don't treat mips64 as a special case.
1249 * Makefile.am (nodist_libffi_la_SOURCES): Add n32.S.
1250 * configure: Regenerate
1251 * Makefile.in: Ditto.
1252 * fficonfig.h.in: Ditto.
1253 * src/mips/ffitarget.h (REG_L, REG_S, SUBU, ADDU, SRL, LI): Indent.
1254 (LA, EH_FRAME_ALIGN, FDE_ADDR_BYTES): New preprocessor macros.
1255 (FFI_DEFAULT_ABI): Set for n64 case.
1256 (FFI_CLOSURES, FFI_TRAMPOLINE_SIZE): Define for n32 and n64 cases.
1257 * src/mips/n32.S (ffi_call_N32): Add debug macros and labels for FDE.
1258 (ffi_closure_N32): New function.
1259 (.eh_frame): New section
1260 * src/mips/o32.S: Clean up comments.
1261 (ffi_closure_O32): Pass ffi_closure parameter in $12.
1262 * src/mips/ffi.c: Use FFI_MIPS_N32 instead of
1263 _MIPS_SIM == _ABIN32 throughout.
1264 (FFI_MIPS_STOP_HERE): New, use in place of
1266 (ffi_prep_args): Use unsigned long to hold pointer values. Rewrite
1267 to support n32/n64 ABIs.
1268 (calc_n32_struct_flags): Rewrite.
1269 (calc_n32_return_struct_flags): Remove unused variable. Reverse
1270 position of flag bits.
1271 (ffi_prep_cif_machdep): Rewrite n32 portion.
1272 (ffi_call): Enable for n64. Add special handling for small structure
1274 (ffi_prep_closure_loc): Add n32 and n64 support.
1275 (ffi_closure_mips_inner_O32): Add cast to silence warning.
1276 (copy_struct_N32, ffi_closure_mips_inner_N32): New functions.
1278 2007-08-08 David Daney <ddaney@avtrex.com>
1280 * testsuite/libffi.call/ffitest.h (ffi_type_mylong): Remove definition.
1281 * testsuite/libffi.call/cls_align_uint16.c (main): Use correct type
1283 * testsuite/libffi.call/nested_struct1.c (main): Ditto.
1284 * testsuite/libffi.call/cls_sint.c (main): Ditto.
1285 * testsuite/libffi.call/nested_struct9.c (main): Ditto.
1286 * testsuite/libffi.call/cls_20byte1.c (main): Ditto.
1287 * testsuite/libffi.call/cls_9byte1.c (main): Ditto.
1288 * testsuite/libffi.call/closure_fn1.c (main): Ditto.
1289 * testsuite/libffi.call/closure_fn3.c (main): Ditto.
1290 * testsuite/libffi.call/return_dbl2.c (main): Ditto.
1291 * testsuite/libffi.call/cls_sshort.c (main): Ditto.
1292 * testsuite/libffi.call/return_fl3.c (main): Ditto.
1293 * testsuite/libffi.call/closure_fn5.c (main): Ditto.
1294 * testsuite/libffi.call/nested_struct.c (main): Ditto.
1295 * testsuite/libffi.call/nested_struct10.c (main): Ditto.
1296 * testsuite/libffi.call/return_ll1.c (main): Ditto.
1297 * testsuite/libffi.call/cls_8byte.c (main): Ditto.
1298 * testsuite/libffi.call/cls_align_uint32.c (main): Ditto.
1299 * testsuite/libffi.call/cls_align_sint16.c (main): Ditto.
1300 * testsuite/libffi.call/cls_20byte.c (main): Ditto.
1301 * testsuite/libffi.call/nested_struct2.c (main): Ditto.
1302 * testsuite/libffi.call/cls_24byte.c (main): Ditto.
1303 * testsuite/libffi.call/nested_struct6.c (main): Ditto.
1304 * testsuite/libffi.call/cls_uint.c (main): Ditto.
1305 * testsuite/libffi.call/cls_12byte.c (main): Ditto.
1306 * testsuite/libffi.call/cls_16byte.c (main): Ditto.
1307 * testsuite/libffi.call/closure_fn0.c (main): Ditto.
1308 * testsuite/libffi.call/cls_9byte2.c (main): Ditto.
1309 * testsuite/libffi.call/closure_fn2.c (main): Ditto.
1310 * testsuite/libffi.call/return_dbl1.c (main): Ditto.
1311 * testsuite/libffi.call/closure_fn4.c (main): Ditto.
1312 * testsuite/libffi.call/closure_fn6.c (main): Ditto.
1313 * testsuite/libffi.call/cls_align_sint32.c (main): Ditto.
1315 2007-08-07 Andrew Haley <aph@redhat.com>
1317 * src/x86/sysv.S (ffi_closure_raw_SYSV): Fix typo in previous
1320 2007-08-06 Andrew Haley <aph@redhat.com>
1323 * src/x86/sysv.S (ffi_closure_raw_SYSV): Handle FFI_TYPE_UINT8,
1324 FFI_TYPE_SINT8, FFI_TYPE_UINT16, FFI_TYPE_SINT16, FFI_TYPE_UINT32,
1327 2007-08-02 David Daney <ddaney@avtrex.com>
1329 * testsuite/libffi.call/return_ul.c (main): Define return type as
1330 ffi_arg. Use proper printf conversion specifier.
1332 2007-07-30 Andrew Haley <aph@redhat.com>
1335 * src/x86/ffi.c (ffi_prep_cif_machdep): in x86 case, add code for
1336 signed/unsigned int8/16.
1337 * src/x86/sysv.S (ffi_call_SYSV): Rewrite to:
1339 Remove code to pop args from the stack after call.
1340 Special-case signed/unsigned int8/16.
1341 * testsuite/libffi.call/return_sc.c (main): Revert.
1343 2007-07-26 Richard Guenther <rguenther@suse.de>
1346 * testsuite/libffi.call/return_sc.c (main): Verify call
1347 result as signed char, not ffi_arg.
1349 2007-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1351 * configure.ac (i?86-*-solaris2.1[0-9]): Set TARGET to X86_64.
1352 * configure: Regenerate.
1354 2007-07-11 David Daney <ddaney@avtrex.com>
1356 * src/mips/ffi.c: Don't include sys/cachectl.h.
1357 (ffi_prep_closure_loc): Use __builtin___clear_cache() instead of
1360 2007-05-18 Aurelien Jarno <aurelien@aurel32.net>
1362 * src/arm/ffi.c (ffi_prep_closure_loc): Renamed and ajusted
1363 from (ffi_prep_closure): ... this.
1364 (FFI_INIT_TRAMPOLINE): Adjust.
1366 2005-12-31 Phil Blundell <pb@reciva.com>
1368 * src/arm/ffi.c (ffi_prep_incoming_args_SYSV,
1369 ffi_closure_SYSV_inner, ffi_prep_closure): New, add closure support.
1370 * src/arm/sysv.S(ffi_closure_SYSV): Likewise.
1371 * src/arm/ffitarget.h (FFI_TRAMPOLINE_SIZE): Likewise.
1372 (FFI_CLOSURES): Enable closure support.
1374 2007-07-03 Andrew Haley <aph@hedges.billgatliff.com>
1376 * testsuite/libffi.call/cls_multi_ushort.c,
1377 testsuite/libffi.call/cls_align_uint16.c,
1378 testsuite/libffi.call/nested_struct1.c,
1379 testsuite/libffi.call/nested_struct3.c,
1380 testsuite/libffi.call/cls_7_1_byte.c,
1381 testsuite/libffi.call/cls_double.c,
1382 testsuite/libffi.call/nested_struct5.c,
1383 testsuite/libffi.call/nested_struct7.c,
1384 testsuite/libffi.call/cls_sint.c,
1385 testsuite/libffi.call/nested_struct9.c,
1386 testsuite/libffi.call/cls_20byte1.c,
1387 testsuite/libffi.call/cls_multi_sshortchar.c,
1388 testsuite/libffi.call/cls_align_sint64.c,
1389 testsuite/libffi.call/cls_3byte2.c,
1390 testsuite/libffi.call/cls_multi_schar.c,
1391 testsuite/libffi.call/cls_multi_uchar.c,
1392 testsuite/libffi.call/cls_19byte.c,
1393 testsuite/libffi.call/cls_9byte1.c,
1394 testsuite/libffi.call/cls_align_float.c,
1395 testsuite/libffi.call/closure_fn1.c,
1396 testsuite/libffi.call/problem1.c,
1397 testsuite/libffi.call/closure_fn3.c,
1398 testsuite/libffi.call/cls_sshort.c,
1399 testsuite/libffi.call/closure_fn5.c,
1400 testsuite/libffi.call/cls_align_double.c,
1401 testsuite/libffi.call/cls_2byte.c,
1402 testsuite/libffi.call/nested_struct.c,
1403 testsuite/libffi.call/nested_struct10.c,
1404 testsuite/libffi.call/cls_4byte.c,
1405 testsuite/libffi.call/cls_6byte.c,
1406 testsuite/libffi.call/cls_8byte.c,
1407 testsuite/libffi.call/cls_multi_sshort.c,
1408 testsuite/libffi.call/cls_align_uint32.c,
1409 testsuite/libffi.call/cls_align_sint16.c,
1410 testsuite/libffi.call/cls_float.c,
1411 testsuite/libffi.call/cls_20byte.c,
1412 testsuite/libffi.call/cls_5_1_byte.c,
1413 testsuite/libffi.call/nested_struct2.c,
1414 testsuite/libffi.call/cls_24byte.c,
1415 testsuite/libffi.call/nested_struct4.c,
1416 testsuite/libffi.call/nested_struct6.c,
1417 testsuite/libffi.call/cls_64byte.c,
1418 testsuite/libffi.call/nested_struct8.c,
1419 testsuite/libffi.call/cls_uint.c,
1420 testsuite/libffi.call/cls_multi_ushortchar.c,
1421 testsuite/libffi.call/cls_schar.c,
1422 testsuite/libffi.call/cls_uchar.c,
1423 testsuite/libffi.call/cls_align_uint64.c,
1424 testsuite/libffi.call/cls_ulonglong.c,
1425 testsuite/libffi.call/cls_align_longdouble.c,
1426 testsuite/libffi.call/cls_1_1byte.c,
1427 testsuite/libffi.call/cls_12byte.c,
1428 testsuite/libffi.call/cls_3_1byte.c,
1429 testsuite/libffi.call/cls_3byte1.c,
1430 testsuite/libffi.call/cls_4_1byte.c,
1431 testsuite/libffi.call/cls_6_1_byte.c,
1432 testsuite/libffi.call/cls_16byte.c,
1433 testsuite/libffi.call/cls_18byte.c,
1434 testsuite/libffi.call/closure_fn0.c,
1435 testsuite/libffi.call/cls_9byte2.c,
1436 testsuite/libffi.call/closure_fn2.c,
1437 testsuite/libffi.call/closure_fn4.c,
1438 testsuite/libffi.call/cls_ushort.c,
1439 testsuite/libffi.call/closure_fn6.c,
1440 testsuite/libffi.call/cls_5byte.c,
1441 testsuite/libffi.call/cls_align_pointer.c,
1442 testsuite/libffi.call/cls_7byte.c,
1443 testsuite/libffi.call/cls_align_sint32.c,
1444 testsuite/libffi.special/unwindtest_ffi_call.cc,
1445 testsuite/libffi.special/unwindtest.cc: Enable for ARM.
1447 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
1449 * aclocal.m4: Regenerated.
1451 2007-06-02 Paolo Bonzini <bonzini@gnu.org>
1453 * configure: Regenerate.
1455 2007-05-23 Steve Ellcey <sje@cup.hp.com>
1457 * Makefile.in: Regenerate.
1458 * configure: Regenerate.
1459 * aclocal.m4: Regenerate.
1460 * include/Makefile.in: Regenerate.
1461 * testsuite/Makefile.in: Regenerate.
1463 2007-05-10 Roman Zippel <zippel@linux-m68k.org>
1465 * src/m68k/ffi.c (ffi_prep_incoming_args_SYSV,
1466 ffi_closure_SYSV_inner,ffi_prep_closure): New, add closure support.
1467 * src/m68k/sysv.S(ffi_closure_SYSV,ffi_closure_struct_SYSV): Likewise.
1468 * src/m68k/ffitarget.h (FFI_TRAMPOLINE_SIZE): Likewise.
1469 (FFI_CLOSURES): Enable closure support.
1471 2007-05-10 Roman Zippel <zippel@linux-m68k.org>
1473 * configure.ac (HAVE_AS_CFI_PSEUDO_OP): New test.
1474 * configure: Regenerate.
1475 * fficonfig.h.in: Regenerate.
1476 * src/m68k/sysv.S (CFI_STARTPROC,CFI_ENDPROC,
1477 CFI_OFFSET,CFI_DEF_CFA): New macros.
1478 (ffi_call_SYSV): Add callframe annotation.
1480 2007-05-10 Roman Zippel <zippel@linux-m68k.org>
1482 * src/m68k/ffi.c (ffi_prep_args,ffi_prep_cif_machdep): Fix
1483 numerous test suite failures.
1484 * src/m68k/sysv.S (ffi_call_SYSV): Likewise.
1486 2007-04-11 Paolo Bonzini <bonzini@gnu.org>
1488 * Makefile.am (EXTRA_DIST): Bring up to date.
1489 * Makefile.in: Regenerate.
1490 * src/frv/eabi.S: Remove RCS keyword.
1492 2007-04-06 Richard Henderson <rth@redhat.com>
1494 * configure.ac: Tidy target case.
1495 (HAVE_LONG_DOUBLE): Allow the target to override.
1496 * configure: Regenerate.
1497 * include/ffi.h.in: Don't define ffi_type_foo if
1498 LIBFFI_HIDE_BASIC_TYPES is defined.
1499 (ffi_type_longdouble): If not HAVE_LONG_DOUBLE, define
1501 * types.c (LIBFFI_HIDE_BASIC_TYPES): Define.
1502 (FFI_TYPEDEF, ffi_type_void): Mark the data const.
1503 (ffi_type_longdouble): Special case for Alpha. Don't define
1504 if long double == double.
1506 * src/alpha/ffi.c (FFI_TYPE_LONGDOUBLE): Assert unique value.
1507 (ffi_prep_cif_machdep): Handle it as the 128-bit type.
1508 (ffi_call, ffi_closure_osf_inner): Likewise.
1509 (ffi_closure_osf_inner): Likewise. Mark hidden.
1510 (ffi_call_osf, ffi_closure_osf): Mark hidden.
1511 * src/alpha/ffitarget.h (FFI_LAST_ABI): Tidy definition.
1512 * src/alpha/osf.S (ffi_call_osf, ffi_closure_osf): Mark hidden.
1513 (load_table): Handle 128-bit long double.
1515 * testsuite/libffi.call/float4.c: Add -mieee for alpha.
1517 2007-04-06 Tom Tromey <tromey@redhat.com>
1520 * README: Fixed bug in example.
1522 2007-04-03 Jakub Jelinek <jakub@redhat.com>
1524 * src/closures.c: Include sys/statfs.h.
1525 (_GNU_SOURCE): Define on Linux.
1526 (FFI_MMAP_EXEC_SELINUX): Define.
1527 (selinux_enabled): New variable.
1528 (selinux_enabled_check): New function.
1529 (is_selinux_enabled): Define.
1532 2007-03-24 Uros Bizjak <ubizjak@gmail.com>
1534 * testsuite/libffi.call/return_fl2.c (return_fl): Mark as static.
1535 Use 'volatile float sum' to create sum of floats to avoid false
1536 negative due to excess precision on ix86 targets.
1539 2007-03-08 Alexandre Oliva <aoliva@redhat.com>
1541 * src/powerpc/ffi.c (flush_icache): Fix left-over from previous
1543 (ffi_prep_closure_loc): Remove unneeded casts. Add needed ones.
1545 2007-03-07 Alexandre Oliva <aoliva@redhat.com>
1547 * include/ffi.h.in (ffi_closure_alloc, ffi_closure_free): New.
1548 (ffi_prep_closure_loc): New.
1549 (ffi_prep_raw_closure_loc): New.
1550 (ffi_prep_java_raw_closure_loc): New.
1551 * src/closures.c: New file.
1552 * src/dlmalloc.c [FFI_MMAP_EXEC_WRIT] (struct malloc_segment):
1553 Replace sflags with exec_offset.
1554 [FFI_MMAP_EXEC_WRIT] (mmap_exec_offset, add_segment_exec_offset,
1555 sub_segment_exec_offset): New macros.
1556 (get_segment_flags, set_segment_flags, check_segment_merge): New
1558 (is_mmapped_segment, is_extern_segment): Use get_segment_flags.
1559 (add_segment, sys_alloc, create_mspace, create_mspace_with_base,
1560 destroy_mspace): Use new macros.
1561 (sys_alloc): Silence warning.
1562 * Makefile.am (libffi_la_SOURCES): Add src/closures.c.
1563 * Makefile.in: Rebuilt.
1564 * src/prep_cif [FFI_CLOSURES] (ffi_prep_closure): Implement in
1565 terms of ffi_prep_closure_loc.
1566 * src/raw_api.c (ffi_prep_raw_closure_loc): Renamed and adjusted
1568 (ffi_prep_raw_closure): ... this. Re-implement in terms of the
1570 * src/java_raw_api (ffi_prep_java_raw_closure_loc): Renamed and
1572 (ffi_prep_java_raw_closure): ... this. Re-implement in terms of
1573 the renamed version.
1574 * src/alpha/ffi.c (ffi_prep_closure_loc): Renamed from
1575 (ffi_prep_closure): ... this.
1576 * src/pa/ffi.c: Likewise.
1577 * src/cris/ffi.c: Likewise. Adjust.
1578 * src/frv/ffi.c: Likewise.
1579 * src/ia64/ffi.c: Likewise.
1580 * src/mips/ffi.c: Likewise.
1581 * src/powerpc/ffi_darwin.c: Likewise.
1582 * src/s390/ffi.c: Likewise.
1583 * src/sh/ffi.c: Likewise.
1584 * src/sh64/ffi.c: Likewise.
1585 * src/sparc/ffi.c: Likewise.
1586 * src/x86/ffi64.c: Likewise.
1587 * src/x86/ffi.c: Likewise.
1588 (FFI_INIT_TRAMPOLINE): Adjust.
1589 (ffi_prep_raw_closure_loc): Renamed and adjusted from...
1590 (ffi_prep_raw_closure): ... this.
1591 * src/powerpc/ffi.c (ffi_prep_closure_loc): Renamed from
1592 (ffi_prep_closure): ... this.
1593 (flush_icache): Adjust.
1595 2007-03-07 Alexandre Oliva <aoliva@redhat.com>
1597 * src/dlmalloc.c: New file, imported version 2.8.3 of Doug
1600 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
1602 * Makefile.am: Add dummy install-pdf target.
1603 * Makefile.in: Regenerate
1605 2007-02-13 Andreas Krebbel <krebbel1@de.ibm.com>
1607 * src/s390/ffi.c (ffi_prep_args, ffi_prep_cif_machdep,
1608 ffi_closure_helper_SYSV): Add long double handling.
1610 2007-02-02 Jakub Jelinek <jakub@redhat.com>
1612 * src/powerpc/linux64.S (ffi_call_LINUX64): Move restore of r2
1613 immediately after bctrl instruction.
1615 2007-01-18 Alexandre Oliva <aoliva@redhat.com>
1617 * Makefile.am (all-recursive, install-recursive,
1618 mostlyclean-recursive, clean-recursive, distclean-recursive,
1619 maintainer-clean-recursive): Add missing targets.
1620 * Makefile.in: Rebuilt.
1622 2006-12-14 Andreas Tobler <a.tobler@schweiz.org>
1624 * configure.ac: Add TARGET for x86_64-*-darwin*.
1625 * Makefile.am (nodist_libffi_la_SOURCES): Add rules for 64-bit sources
1627 * src/x86/ffitarget.h: Set trampoline size for x86_64-*-darwin*.
1628 * src/x86/darwin64.S: New file for x86_64-*-darwin* support.
1629 * configure: Regenerate.
1630 * Makefile.in: Regenerate.
1631 * include/Makefile.in: Regenerate.
1632 * testsuite/Makefile.in: Regenerate.
1633 * testsuite/libffi.special/unwindtest_ffi_call.cc: New test case for
1636 2006-12-13 Andreas Tobler <a.tobler@schweiz.org>
1638 * aclocal.m4: Regenerate with aclocal -I .. as written in the
1641 2006-10-31 Geoffrey Keating <geoffk@apple.com>
1643 * src/powerpc/ffi_darwin.c (darwin_adjust_aggregate_sizes): New.
1644 (ffi_prep_cif_machdep): Call darwin_adjust_aggregate_sizes for
1646 * testsuite/libffi.call/nested_struct4.c: Remove Darwin XFAIL.
1647 * testsuite/libffi.call/nested_struct6.c: Remove Darwin XFAIL.
1649 2006-10-10 Paolo Bonzini <bonzini@gnu.org>
1650 Sandro Tolaini <tolaini@libero.it>
1652 * configure.ac [i*86-*-darwin*]: Set X86_DARWIN symbol and
1654 * configure: Regenerated.
1655 * Makefile.am (nodist_libffi_la_SOURCES) [X86_DARWIN]: New case.
1656 (EXTRA_DIST): Add src/x86/darwin.S.
1657 * Makefile.in: Regenerated.
1658 * include/Makefile.in: Regenerated.
1659 * testsuite/Makefile.in: Regenerated.
1661 * src/x86/ffi.c (ffi_prep_cif_machdep) [X86_DARWIN]: Treat like
1662 X86_WIN32, and additionally align stack to 16 bytes.
1663 * src/x86/darwin.S: New, based on sysv.S.
1664 * src/prep_cif.c (ffi_prep_cif) [X86_DARWIN]: Align > 8-byte structs.
1666 2006-09-12 David Daney <ddaney@avtrex.com>
1669 * include/Makefile.am: Install both ffi.h and ffitarget.h in
1670 $(libdir)/gcc/$(target_alias)/$(gcc_version)/include.
1671 * aclocal.m4: Regenerated for automake 1.9.6.
1672 * Makefile.in: Regenerated.
1673 * include/Makefile.in: Regenerated.
1674 * testsuite/Makefile.in: Regenerated.
1676 2006-08-17 Andreas Tobler <a.tobler@schweiz.ch>
1678 * include/ffi_common.h (struct): Revert accidental commit.
1680 2006-08-15 Andreas Tobler <a.tobler@schweiz.ch>
1682 * include/ffi_common.h: Remove lint directives.
1683 * include/ffi.h.in: Likewise.
1685 2006-07-25 Torsten Schoenfeld <kaffeetisch@gmx.de>
1687 * include/ffi.h.in (ffi_type_ulong, ffi_type_slong): Define correctly
1688 for 32-bit architectures.
1689 * testsuite/libffi.call/return_ul.c: New test case.
1691 2006-07-19 David Daney <ddaney@avtrex.com>
1693 * testsuite/libffi.call/closure_fn6.c: Remove xfail for mips,
1694 xfail remains for mips64.
1696 2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
1698 * Makefile.am: Add install-html target. Add install-html to .PHONY
1699 * Makefile.in: Regenerate.
1700 * aclocal.m4: Regenerate.
1701 * include/Makefile.in: Regenerate.
1702 * testsuite/Makefile.in: Regenerate.
1704 2006-05-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1706 * pa/ffi.c (ffi_prep_args_pa32): Load floating point arguments from
1709 2006-04-22 Andreas Tobler <a.tobler@schweiz.ch>
1711 * README: Remove notice about 'Crazy Comments'.
1712 * src/debug.c: Remove lint directives. Cleanup white spaces.
1713 * src/java_raw_api.c: Likewise.
1714 * src/prep_cif.c: Likewise.
1715 * src/raw_api.c: Likewise.
1716 * src/ffitest.c: Delete. No longer needed, all test cases migrated
1718 * src/arm/ffi.c: Remove lint directives.
1719 * src/m32r/ffi.c: Likewise.
1720 * src/pa/ffi.c: Likewise.
1721 * src/powerpc/ffi.c: Likewise.
1722 * src/powerpc/ffi_darwin.c: Likewise.
1723 * src/sh/ffi.c: Likewise.
1724 * src/sh64/ffi.c: Likewise.
1725 * src/x86/ffi.c: Likewise.
1726 * testsuite/libffi.call/float2.c: Likewise.
1727 * testsuite/libffi.call/promotion.c: Likewise.
1728 * testsuite/libffi.call/struct1.c: Likewise.
1730 2006-04-13 Andreas Tobler <a.tobler@schweiz.ch>
1732 * src/pa/hpux32.S: Correct unwind offset calculation for
1734 * src/pa/linux.S: Likewise.
1736 2006-04-12 James E Wilson <wilson@specifix.com>
1739 * src/ia64/ffi.c (stf_spill, ldf_fill): Rewrite as macros.
1740 (hfa_type_load): Call stf_spill.
1741 (hfa_type_store): Call ldf_fill.
1742 (ffi_call): Adjust calls to above routines. Add local temps for
1745 2006-04-10 Matthias Klose <doko@debian.org>
1747 * testsuite/lib/libffi-dg.exp (libffi-init): Recognize multilib
1748 directory names containing underscores.
1750 2006-04-07 James E Wilson <wilson@specifix.com>
1752 * testsuite/libffi.call/float4.c: New testcase.
1754 2006-04-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1755 Andreas Tobler <a.tobler@schweiz.ch>
1757 * Makefile.am: Add PA_HPUX port.
1758 * Makefile.in: Regenerate.
1759 * include/Makefile.in: Likewise.
1760 * testsuite/Makefile.in: Likewise.
1761 * configure.ac: Add PA_HPUX rules.
1762 * configure: Regenerate.
1763 * src/pa/ffitarget.h: Rename linux target to PA_LINUX.
1764 Add PA_HPUX and PA64_HPUX.
1765 Rename FFI_LINUX ABI to FFI_PA32 ABI.
1766 (FFI_TRAMPOLINE_SIZE): Define for 32-bit HP-UX targets.
1767 (FFI_TYPE_SMALL_STRUCT2): Define.
1768 (FFI_TYPE_SMALL_STRUCT4): Likewise.
1769 (FFI_TYPE_SMALL_STRUCT8): Likewise.
1770 (FFI_TYPE_SMALL_STRUCT3): Redefine.
1771 (FFI_TYPE_SMALL_STRUCT5): Likewise.
1772 (FFI_TYPE_SMALL_STRUCT6): Likewise.
1773 (FFI_TYPE_SMALL_STRUCT7): Likewise.
1774 * src/pa/ffi.c (ROUND_DOWN): Delete.
1775 (fldw, fstw, fldd, fstd): Use '__asm__'.
1776 (ffi_struct_type): Add support for FFI_TYPE_SMALL_STRUCT2,
1777 FFI_TYPE_SMALL_STRUCT4 and FFI_TYPE_SMALL_STRUCT8.
1778 (ffi_prep_args_LINUX): Rename to ffi_prep_args_pa32. Update comment.
1779 Simplify incrementing of stack slot variable. Change type of local
1780 'n' to unsigned int.
1781 (ffi_size_stack_LINUX): Rename to ffi_size_stack_pa32. Handle long
1783 (ffi_prep_cif_machdep): Likewise.
1784 (ffi_call): Likewise.
1785 (ffi_closure_inner_LINUX): Rename to ffi_closure_inner_pa32. Change
1786 return type to ffi_status. Simplify incrementing of stack slot
1787 variable. Only copy floating point argument registers when PA_LINUX
1788 is true. Reformat debug statement.
1789 Add support for FFI_TYPE_SMALL_STRUCT2, FFI_TYPE_SMALL_STRUCT4 and
1790 FFI_TYPE_SMALL_STRUCT8.
1791 (ffi_closure_LINUX): Rename to ffi_closure_pa32. Add 'extern' to
1793 (ffi_prep_closure): Make linux trampoline conditional on PA_LINUX.
1794 Add nops to cache flush. Add trampoline for PA_HPUX.
1795 * src/pa/hpux32.S: New file.
1796 * src/pa/linux.S (ffi_call_LINUX): Rename to ffi_call_pa32. Rename
1797 ffi_prep_args_LINUX to ffi_prep_args_pa32.
1798 Localize labels. Add support for 2, 4 and 8-byte small structs. Handle
1799 unaligned destinations in 3, 5, 6 and 7-byte small structs. Order
1800 argument type checks so that common argument types appear first.
1801 (ffi_closure_LINUX): Rename to ffi_closure_pa32. Rename
1802 ffi_closure_inner_LINUX to ffi_closure_inner_pa32.
1804 2006-03-24 Alan Modra <amodra@bigpond.net.au>
1806 * src/powerpc/ffitarget.h (enum ffi_abi): Add FFI_LINUX. Default
1807 for 32-bit using IBM extended double format. Fix FFI_LAST_ABI.
1808 * src/powerpc/ffi.c (ffi_prep_args_SYSV): Handle linux variant of
1809 FFI_TYPE_LONGDOUBLE.
1810 (ffi_prep_args64): Assert using IBM extended double.
1811 (ffi_prep_cif_machdep): Don't munge FFI_TYPE_LONGDOUBLE type.
1812 Handle FFI_LINUX FFI_TYPE_LONGDOUBLE return and args.
1813 (ffi_call): Handle FFI_LINUX.
1814 (ffi_closure_helper_SYSV): Non FFI_LINUX long double return needs
1815 gpr3 return pointer as for struct return. Handle FFI_LINUX
1816 FFI_TYPE_LONGDOUBLE return and args. Don't increment "nf"
1818 * src/powerpc/ppc_closure.S (ffi_closure_SYSV): Load both f1 and f2
1819 for FFI_TYPE_LONGDOUBLE. Move epilogue insns into case table.
1820 Don't use r6 as pointer to results, instead use sp offset. Don't
1821 make a special call to load lr with case table address, instead
1822 use offset from previous call.
1823 * src/powerpc/sysv.S (ffi_call_SYSV): Save long double return.
1824 * src/powerpc/linux64.S (ffi_call_LINUX64): Simplify long double
1827 2006-03-15 Kaz Kojima <kkojima@gcc.gnu.org>
1829 * src/sh64/ffi.c (ffi_prep_cif_machdep): Handle float arguments
1830 passed with FP registers correctly.
1831 (ffi_closure_helper_SYSV): Likewise.
1832 * src/sh64/sysv.S: Likewise.
1834 2006-03-01 Andreas Tobler <a.tobler@schweiz.ch>
1836 * testsuite/libffi.special/unwindtest.cc (closure_test_fn): Mark cif,
1837 args and userdata unused.
1838 (closure_test_fn1): Mark cif and userdata unused.
1839 (main): Remove unused res.
1841 2006-02-28 Andreas Tobler <a.tobler@schweiz.ch>
1843 * testsuite/libffi.call/call.exp: Adjust FSF address. Add test runs for
1844 -O2, -O3, -Os and the warning flags -W -Wall.
1845 * testsuite/libffi.special/special.exp: Likewise.
1846 * testsuite/libffi.call/ffitest.h: Add an __UNUSED__ macro to mark
1847 unused parameter unused for gcc or else do nothing.
1848 * testsuite/libffi.special/ffitestcxx.h: Likewise.
1849 * testsuite/libffi.call/cls_12byte.c (cls_struct_12byte_gn): Mark cif
1850 and userdata unused.
1851 * testsuite/libffi.call/cls_16byte.c (cls_struct_16byte_gn): Likewise.
1852 * testsuite/libffi.call/cls_18byte.c (cls_struct_18byte_gn): Likewise.
1853 * testsuite/libffi.call/cls_19byte.c (cls_struct_19byte_gn): Likewise.
1854 * testsuite/libffi.call/cls_1_1byte.c (cls_struct_1_1byte_gn): Likewise.
1855 * testsuite/libffi.call/cls_20byte.c (cls_struct_20byte_gn): Likewise.
1856 * testsuite/libffi.call/cls_20byte1.c (cls_struct_20byte_gn): Likewise.
1857 * testsuite/libffi.call/cls_24byte.c (cls_struct_24byte_gn): Likewise.
1858 * testsuite/libffi.call/cls_2byte.c (cls_struct_2byte_gn): Likewise.
1859 * testsuite/libffi.call/cls_3_1byte.c (cls_struct_3_1byte_gn): Likewise.
1860 * testsuite/libffi.call/cls_3byte1.c (cls_struct_3byte_gn): Likewise.
1861 * testsuite/libffi.call/cls_3byte2.c (cls_struct_3byte_gn1): Likewise.
1862 * testsuite/libffi.call/cls_4_1byte.c (cls_struct_4_1byte_gn): Likewise.
1863 * testsuite/libffi.call/cls_4byte.c (cls_struct_4byte_gn): Likewise.
1864 * testsuite/libffi.call/cls_5_1_byte.c (cls_struct_5byte_gn): Likewise.
1865 * testsuite/libffi.call/cls_5byte.c (cls_struct_5byte_gn): Likewise.
1866 * testsuite/libffi.call/cls_64byte.c (cls_struct_64byte_gn): Likewise.
1867 * testsuite/libffi.call/cls_6_1_byte.c (cls_struct_6byte_gn): Likewise.
1868 * testsuite/libffi.call/cls_6byte.c (cls_struct_6byte_gn): Likewise.
1869 * testsuite/libffi.call/cls_7_1_byte.c (cls_struct_7byte_gn): Likewise.
1870 * testsuite/libffi.call/cls_7byte.c (cls_struct_7byte_gn): Likewise.
1871 * testsuite/libffi.call/cls_8byte.c (cls_struct_8byte_gn): Likewise.
1872 * testsuite/libffi.call/cls_9byte1.c (cls_struct_9byte_gn): Likewise.
1873 * testsuite/libffi.call/cls_9byte2.c (cls_struct_9byte_gn): Likewise.
1874 * testsuite/libffi.call/cls_align_double.c (cls_struct_align_gn):
1876 * testsuite/libffi.call/cls_align_float.c (cls_struct_align_gn):
1878 * testsuite/libffi.call/cls_align_longdouble.c (cls_struct_align_gn):
1880 * testsuite/libffi.call/cls_align_pointer.c (cls_struct_align_fn): Cast
1881 void* to avoid compiler warning.
1883 (cls_struct_align_gn): Mark cif and userdata unused.
1884 * testsuite/libffi.call/cls_align_sint16.c (cls_struct_align_gn):
1886 * testsuite/libffi.call/cls_align_sint32.c (cls_struct_align_gn):
1888 * testsuite/libffi.call/cls_align_sint64.c (cls_struct_align_gn):
1890 * testsuite/libffi.call/cls_align_uint16.c (cls_struct_align_gn):
1892 * testsuite/libffi.call/cls_align_uint32.c (cls_struct_align_gn):
1894 * testsuite/libffi.call/cls_double.c (cls_ret_double_fn): Likewise.
1895 * testsuite/libffi.call/cls_float.c (cls_ret_float_fn): Likewise.
1896 * testsuite/libffi.call/cls_multi_schar.c (test_func_gn): Mark cif and
1898 (main): Cast res_call to silence gcc.
1899 * testsuite/libffi.call/cls_multi_sshort.c (test_func_gn): Mark cif and
1901 (main): Cast res_call to silence gcc.
1902 * testsuite/libffi.call/cls_multi_sshortchar.c (test_func_gn): Mark cif
1904 (main): Cast res_call to silence gcc.
1905 * testsuite/libffi.call/cls_multi_uchar.c (test_func_gn): Mark cif and
1907 (main): Cast res_call to silence gcc.
1908 * testsuite/libffi.call/cls_multi_ushort.c (test_func_gn): Mark cif and
1910 (main): Cast res_call to silence gcc.
1911 * testsuite/libffi.call/cls_multi_ushortchar.c (test_func_gn): Mark cif
1913 (main): Cast res_call to silence gcc.
1914 * testsuite/libffi.call/cls_schar.c (cls_ret_schar_fn): Mark cif and
1916 (cls_ret_schar_fn): Cast printf parameter to silence gcc.
1917 * testsuite/libffi.call/cls_sint.c (cls_ret_sint_fn): Mark cif and
1919 (cls_ret_sint_fn): Cast printf parameter to silence gcc.
1920 * testsuite/libffi.call/cls_sshort.c (cls_ret_sshort_fn): Mark cif and
1922 (cls_ret_sshort_fn): Cast printf parameter to silence gcc.
1923 * testsuite/libffi.call/cls_uchar.c (cls_ret_uchar_fn): Mark cif and
1925 (cls_ret_uchar_fn): Cast printf parameter to silence gcc.
1926 * testsuite/libffi.call/cls_uint.c (cls_ret_uint_fn): Mark cif and
1928 (cls_ret_uint_fn): Cast printf parameter to silence gcc.
1929 * testsuite/libffi.call/cls_ulonglong.c (cls_ret_ulonglong_fn): Mark cif
1930 and userdata unused.
1931 * testsuite/libffi.call/cls_ushort.c (cls_ret_ushort_fn): Mark cif and
1933 (cls_ret_ushort_fn): Cast printf parameter to silence gcc.
1934 * testsuite/libffi.call/float.c (floating): Remove unused parameter e.
1935 * testsuite/libffi.call/float1.c (main): Remove unused variable i.
1936 Cleanup white spaces.
1937 * testsuite/libffi.call/negint.c (checking): Remove unused variable i.
1938 * testsuite/libffi.call/nested_struct.c (cls_struct_combined_gn): Mark
1939 cif and userdata unused.
1940 * testsuite/libffi.call/nested_struct1.c (cls_struct_combined_gn):
1942 * testsuite/libffi.call/nested_struct10.c (B_gn): Likewise.
1943 * testsuite/libffi.call/nested_struct2.c (B_fn): Adjust printf
1944 formatters to silence gcc.
1945 (B_gn): Mark cif and userdata unused.
1946 * testsuite/libffi.call/nested_struct3.c (B_gn): Mark cif and userdata
1948 * testsuite/libffi.call/nested_struct4.c: Mention related PR.
1949 (B_gn): Mark cif and userdata unused.
1950 * testsuite/libffi.call/nested_struct5.c (B_gn): Mark cif and userdata
1952 * testsuite/libffi.call/nested_struct6.c: Mention related PR.
1953 (B_gn): Mark cif and userdata unused.
1954 * testsuite/libffi.call/nested_struct7.c (B_gn): Mark cif and userdata
1956 * testsuite/libffi.call/nested_struct8.c (B_gn): Likewise.
1957 * testsuite/libffi.call/nested_struct9.c (B_gn): Likewise.
1958 * testsuite/libffi.call/problem1.c (stub): Likewise.
1959 * testsuite/libffi.call/pyobjc-tc.c (main): Cast the result to silence
1961 * testsuite/libffi.call/return_fl2.c (return_fl): Add the note mentioned
1962 in the last commit for this test case in the test case itself.
1963 * testsuite/libffi.call/closure_fn0.c (closure_test_fn0): Mark cif as
1965 * testsuite/libffi.call/closure_fn1.c (closure_test_fn1): Likewise.
1966 * testsuite/libffi.call/closure_fn2.c (closure_test_fn2): Likewise.
1967 * testsuite/libffi.call/closure_fn3.c (closure_test_fn3): Likewise.
1968 * testsuite/libffi.call/closure_fn4.c (closure_test_fn0): Likewise.
1969 * testsuite/libffi.call/closure_fn5.c (closure_test_fn5): Likewise.
1970 * testsuite/libffi.call/closure_fn6.c (closure_test_fn0): Likewise.
1972 2006-02-22 Kaz Kojima <kkojima@gcc.gnu.org>
1974 * src/sh/sysv.S: Fix register numbers in the FDE for
1977 2006-02-20 Andreas Tobler <a.tobler@schweiz.ch>
1979 * testsuite/libffi.call/return_fl2.c (return_fl): Remove static
1980 declaration to avoid a false negative on ix86. See PR323.
1982 2006-02-18 Kaz Kojima <kkojima@gcc.gnu.org>
1984 * src/sh/ffi.c (ffi_closure_helper_SYSV): Remove unused variable
1985 and cast integer to void * if needed. Update the pointer to
1986 the FP register saved area correctly.
1988 2006-02-17 Andreas Tobler <a.tobler@schweiz.ch>
1990 * testsuite/libffi.call/nested_struct6.c: XFAIL this test until PR25630
1992 * testsuite/libffi.call/nested_struct4.c: Likewise.
1994 2006-02-16 Andreas Tobler <a.tobler@schweiz.ch>
1996 * testsuite/libffi.call/return_dbl.c: New test case.
1997 * testsuite/libffi.call/return_dbl1.c: Likewise.
1998 * testsuite/libffi.call/return_dbl2.c: Likewise.
1999 * testsuite/libffi.call/return_fl.c: Likewise.
2000 * testsuite/libffi.call/return_fl1.c: Likewise.
2001 * testsuite/libffi.call/return_fl2.c: Likewise.
2002 * testsuite/libffi.call/return_fl3.c: Likewise.
2003 * testsuite/libffi.call/closure_fn6.c: Likewise.
2005 * testsuite/libffi.call/nested_struct2.c: Remove ffi_type_mylong
2007 * testsuite/libffi.call/ffitest.h: Add ffi_type_mylong definition
2008 here to be used by other test cases too.
2010 * testsuite/libffi.call/nested_struct10.c: New test case.
2011 * testsuite/libffi.call/nested_struct9.c: Likewise.
2012 * testsuite/libffi.call/nested_struct8.c: Likewise.
2013 * testsuite/libffi.call/nested_struct7.c: Likewise.
2014 * testsuite/libffi.call/nested_struct6.c: Likewise.
2015 * testsuite/libffi.call/nested_struct5.c: Likewise.
2016 * testsuite/libffi.call/nested_struct4.c: Likewise.
2018 2006-01-21 Andreas Tobler <a.tobler@schweiz.ch>
2020 * configure.ac: Enable libffi for sparc64-*-freebsd*.
2021 * configure: Rebuilt.
2023 2006-01-18 Jakub Jelinek <jakub@redhat.com>
2025 * src/powerpc/sysv.S (smst_two_register): Don't call __ashldi3,
2026 instead do the shifting inline.
2027 * src/powerpc/ppc_closure.S (ffi_closure_SYSV): Don't compute %r5
2028 shift count unconditionally. Simplify load sequences for 1, 2, 3, 4
2029 and 8 byte structs, for the remaining struct sizes don't call
2030 __lshrdi3, instead do the shifting inline.
2032 2005-12-07 Thiemo Seufer <ths@networkno.de>
2034 * src/mips/ffitarget.h: Remove obsolete sgidefs.h include. Add
2035 missing parentheses.
2036 * src/mips/o32.S (ffi_call_O32): Code formatting. Define
2037 and use A3_OFF, FP_OFF, RA_OFF. Micro-optimizations.
2038 (ffi_closure_O32): Likewise, but with newly defined A3_OFF2,
2039 A2_OFF2, A1_OFF2, A0_OFF2, RA_OFF2, FP_OFF2, S0_OFF2, GP_OFF2,
2040 V1_OFF2, V0_OFF2, FA_1_1_OFF2, FA_1_0_OFF2, FA_0_1_OFF2,
2042 * src/mips/ffi.c (ffi_prep_args): Code formatting. Fix
2044 (ffi_prep_closure): Improve trampoline instruction scheduling.
2045 (ffi_closure_mips_inner_O32): Fix endianness bugs.
2047 2005-12-03 Alan Modra <amodra@bigpond.net.au>
2049 * src/powerpc/ffi.c: Formatting.
2050 (ffi_prep_args_SYSV): Avoid possible aliasing problems by using unions.
2051 (ffi_prep_args64): Likewise.
2053 2005-09-30 Geoffrey Keating <geoffk@apple.com>
2055 * testsuite/lib/libffi-dg.exp (libffi_target_compile): For
2056 darwin, use -shared-libgcc not -lgcc_s, and explain why.
2058 2005-09-26 Tom Tromey <tromey@redhat.com>
2060 * testsuite/libffi.call/float1.c (value_type): New typedef.
2061 (CANARY): New define.
2062 (main): Check for result buffer overflow.
2063 * src/powerpc/linux64.S: Handle linux64 long double returns.
2064 * src/powerpc/ffi.c (FLAG_RETURNS_128BITS): New constant.
2065 (ffi_prep_cif_machdep): Handle linux64 long double returns.
2067 2005-08-25 Alan Modra <amodra@bigpond.net.au>
2070 * src/powerpc/ffi.c (ffi_prep_args_SYSV): Correct placement of stack
2072 (ffi_status ffi_prep_cif_machdep): Correct stack sizing for same.
2074 2005-08-11 Jakub Jelinek <jakub@redhat.com>
2076 * configure.ac (HAVE_HIDDEN_VISIBILITY_ATTRIBUTE): New test.
2077 (AH_BOTTOM): Add FFI_HIDDEN definition.
2078 * configure: Rebuilt.
2079 * fficonfig.h.in: Rebuilt.
2080 * src/powerpc/ffi.c (hidden): Remove.
2081 (ffi_closure_LINUX64, ffi_prep_args64, ffi_call_LINUX64,
2082 ffi_closure_helper_LINUX64): Use FFI_HIDDEN instead of hidden.
2083 * src/powerpc/linux64_closure.S (ffi_closure_LINUX64,
2084 .ffi_closure_LINUX64): Use FFI_HIDDEN instead of .hidden.
2085 * src/x86/ffi.c (ffi_closure_SYSV, ffi_closure_raw_SYSV): Remove,
2086 add FFI_HIDDEN to its prototype.
2087 (ffi_closure_SYSV_inner): New.
2088 * src/x86/sysv.S (ffi_closure_SYSV, ffi_closure_raw_SYSV): New.
2089 * src/x86/win32.S (ffi_closure_SYSV, ffi_closure_raw_SYSV): New.
2091 2005-08-10 Alfred M. Szmidt <ams@gnu.org>
2094 * configure: Rebuilt.
2095 * configure.ac: Handle i*86-*-gnu*.
2097 2005-08-09 Jakub Jelinek <jakub@redhat.com>
2099 * src/powerpc/ppc_closure.S (ffi_closure_SYSV): Use
2100 DW_CFA_offset_extended_sf rather than
2101 DW_CFA_GNU_negative_offset_extended.
2102 * src/powerpc/sysv.S (ffi_call_SYSV): Likewise.
2104 2005-07-22 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
2106 * src/sh/sysv.S (ffi_call_SYSV): Stop argument popping correctly
2108 (ffi_closure_SYSV): Change the stack layout for sh3 struct argument.
2109 * src/sh/ffi.c (ffi_prep_args): Fix sh3 argument copy, when it is
2110 partially on register.
2111 (ffi_closure_helper_SYSV): Likewise.
2112 (ffi_prep_cif_machdep): Don't set too many cif->flags.
2114 2005-07-20 Kaz Kojima <kkojima@gcc.gnu.org>
2116 * src/sh/ffi.c (ffi_call): Handle small structures correctly.
2118 * src/sh64/ffi.c (simple_type): Remove.
2119 (return_type): Handle small structures correctly.
2120 (ffi_prep_args): Likewise.
2121 (ffi_call): Likewise.
2122 (ffi_closure_helper_SYSV): Likewise.
2123 * src/sh64/sysv.S (ffi_call_SYSV): Handle 1, 2 and 4-byte return.
2124 Emit position independent code if PIC and remove wrong datalabel
2125 prefixes from EH data.
2127 2005-07-19 Andreas Tobler <a.tobler@schweiz.ch>
2129 * Makefile.am (nodist_libffi_la_SOURCES): Add POWERPC_FREEBSD.
2130 * Makefile.in: Regenerate.
2131 * include/Makefile.in: Likewise.
2132 * testsuite/Makefile.in: Likewise.
2133 * configure.ac: Add POWERPC_FREEBSD rules.
2134 * configure: Regenerate.
2135 * src/powerpc/ffitarget.h: Add POWERPC_FREEBSD rules.
2136 (FFI_SYSV_TYPE_SMALL_STRUCT): Define.
2137 * src/powerpc/ffi.c: Add flags to handle small structure returns
2139 (ffi_prep_cif_machdep): Handle small structures for SYSV 4 ABI.
2141 (ffi_closure_helper_SYSV): Likewise.
2142 * src/powerpc/ppc_closure.S: Add return types for small structures.
2143 * src/powerpc/sysv.S: Add bits to handle small structures for
2146 2005-07-10 Andreas Tobler <a.tobler@schweiz.ch>
2148 * testsuite/libffi.call/cls_5_1_byte.c: New test file.
2149 * testsuite/libffi.call/cls_6_1_byte.c: Likewise.
2150 * testsuite/libffi.call/cls_7_1_byte.c: Likewise.
2152 2005-07-05 Randolph Chung <tausq@debian.org>
2154 * src/pa/ffi.c (ffi_struct_type): Rename FFI_TYPE_SMALL_STRUCT1
2155 as FFI_TYPE_SMALL_STRUCT3. Break out handling for 5-7 byte
2156 structures. Kill compilation warnings.
2157 (ffi_closure_inner_LINUX): Print return values as hex in debug
2158 message. Rename FFI_TYPE_SMALL_STRUCT1 as FFI_TYPE_SMALL_STRUCT3.
2159 Properly handle 5-7 byte structure returns.
2160 * src/pa/ffitarget.h (FFI_TYPE_SMALL_STRUCT1)
2161 (FFI_TYPE_SMALL_STRUCT2): Remove.
2162 (FFI_TYPE_SMALL_STRUCT3, FFI_TYPE_SMALL_STRUCT5)
2163 (FFI_TYPE_SMALL_STRUCT6, FFI_TYPE_SMALL_STRUCT7): Define.
2164 * src/pa/linux.S: Mark source file as using PA1.1 assembly.
2165 (checksmst1, checksmst2): Remove.
2166 (checksmst3): Optimize handling of 3-byte struct returns.
2167 (checksmst567): Properly handle 5-7 byte struct returns.
2169 2005-06-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2172 * src/mips/n32.S: Enforce PIC code.
2173 * src/mips/o32.S: Likewise.
2175 2005-06-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2177 * configure.ac: Treat i*86-*-solaris2.10 and up as X86_64.
2178 * configure: Regenerate.
2180 2005-06-01 Alan Modra <amodra@bigpond.net.au>
2182 * src/powerpc/ppc_closure.S (ffi_closure_SYSV): Don't use JUMPTARGET
2183 to call ffi_closure_helper_SYSV. Append @local instead.
2184 * src/powerpc/sysv.S (ffi_call_SYSV): Likewise for ffi_prep_args_SYSV.
2186 2005-05-17 Kelley Cook <kcook@gcc.gnu.org>
2188 * configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
2189 Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF.
2190 * Makefile.am (ACLOCAL_AMFLAGS): Remove -I ../config.
2191 * aclocal.m4, configure, fficonfig.h.in, Makefile.in,
2192 include/Makefile.in, testsuite/Makefile.in: Regenerate.
2194 2005-05-09 Mike Stump <mrs@apple.com>
2196 * configure: Regenerate.
2198 2005-05-08 Richard Henderson <rth@redhat.com>
2201 * src/alpha/osf.S: Update unwind into to match code.
2203 2005-05-04 Andreas Degert <ad@papyrus-gmbh.de>
2204 Richard Henderson <rth@redhat.com>
2206 * src/x86/ffi64.c (ffi_prep_cif_machdep): Save sse-used flag in
2208 (ffi_call): Mask return type field. Pass ssecount to ffi_call_unix64.
2209 (ffi_prep_closure): Set carry bit if sse-used flag set.
2210 * src/x86/unix64.S (ffi_call_unix64): Add ssecount argument.
2211 Only load sse registers if ssecount non-zero.
2212 (ffi_closure_unix64): Only save sse registers if carry set on entry.
2214 2005-04-29 Ralf Corsepius <ralf.corsepius@rtems.org>
2216 * configure.ac: Add i*86-*-rtems*, sparc*-*-rtems*,
2217 powerpc-*rtems*, arm*-*-rtems*, sh-*-rtems*.
2218 * configure: Regenerate.
2220 2005-04-20 Hans-Peter Nilsson <hp@axis.com>
2222 * testsuite/lib/libffi-dg.exp (libffi-dg-test-1): In regsub use,
2223 have Tcl8.3-compatible intermediate variable.
2225 2005-04-18 Simon Posnjak <simon.posnjak@siol.net>
2226 Hans-Peter Nilsson <hp@axis.com>
2228 * Makefile.am: Add CRIS support.
2229 * configure.ac: Likewise.
2230 * Makefile.in, configure, testsuite/Makefile.in,
2231 include/Makefile.in: Regenerate.
2232 * src/cris: New directory.
2233 * src/cris/ffi.c, src/cris/sysv.S, src/cris/ffitarget.h: New files.
2234 * src/prep_cif.c (ffi_prep_cif): Wrap in #ifndef __CRIS__.
2236 * testsuite/lib/libffi-dg.exp (libffi-dg-test-1): Replace \n with
2237 \r?\n in output tests.
2239 2005-04-12 Mike Stump <mrs@apple.com>
2241 * configure: Regenerate.
2243 2005-03-30 Hans Boehm <Hans.Boehm@hp.com>
2245 * src/ia64/ffitarget.h (ffi_arg): Use long long instead of DI.
2247 2005-03-30 Steve Ellcey <sje@cup.hp.com>
2249 * src/ia64/ffitarget.h (ffi_arg) ADD DI attribute.
2251 * src/ia64/unix.S (ffi_closure_unix): Extend gp
2252 to 64 bits in ILP32 mode.
2253 Load 64 bits even for short data.
2255 2005-03-23 Mike Stump <mrs@apple.com>
2257 * src/powerpc/darwin.S: Update for -m64 multilib.
2258 * src/powerpc/darwin_closure.S: Likewise.
2260 2005-03-21 Zack Weinberg <zack@codesourcery.com>
2262 * configure.ac: Do not invoke TL_AC_GCC_VERSION.
2263 Do not set tool_include_dir.
2264 * aclocal.m4, configure, Makefile.in, testsuite/Makefile.in:
2266 * include/Makefile.am: Set gcc_version and toollibffidir.
2267 * include/Makefile.in: Regenerate.
2269 2005-02-22 Andrew Haley <aph@redhat.com>
2271 * src/powerpc/ffi.c (ffi_prep_cif_machdep): Bump alignment to
2272 odd-numbered register pairs for 64-bit integer types.
2274 2005-02-23 Andreas Tobler <a.tobler@schweiz.ch>
2277 * testsuite/libffi.call/return_ll1.c: New test case.
2279 2005-02-11 Janis Johnson <janis187@us.ibm.com>
2281 * testsuite/libffi.call/cls_align_longdouble.c: Remove dg-options.
2282 * testsuite/libffi.call/float.c: Ditto.
2283 * testsuite/libffi.call/float2.c: Ditto.
2284 * testsuite/libffi.call/float3.c: Ditto.
2286 2005-02-08 Andreas Tobler <a.tobler@schweiz.ch>
2288 * src/frv/ffitarget.h: Remove PPC stuff which does not belong to frv.
2290 2005-01-12 Eric Botcazou <ebotcazou@libertysurf.fr>
2292 * testsuite/libffi.special/special.exp (cxx_options): Add
2295 2004-12-31 Richard Henderson <rth@redhat.com>
2297 * src/types.c (FFI_AGGREGATE_TYPEDEF): Remove.
2298 (FFI_TYPEDEF): Rename from FFI_INTEGRAL_TYPEDEF. Replace size and
2299 offset parameters with a type parameter; deduce size and structure
2300 alignment. Update all users.
2302 2004-12-31 Richard Henderson <rth@redhat.com>
2304 * src/types.c (FFI_TYPE_POINTER): Define with sizeof.
2305 (FFI_TYPE_LONGDOUBLE): Fix for ia64.
2306 * src/ia64/ffitarget.h (struct ffi_ia64_trampoline_struct): Move
2307 into ffi_prep_closure.
2308 * src/ia64/ia64_flags.h, src/ia64/ffi.c, src/ia64/unix.S: Rewrite
2311 2004-12-27 Richard Henderson <rth@redhat.com>
2313 * src/x86/unix64.S: Fix typo in unwind info.
2315 2004-12-25 Richard Henderson <rth@redhat.com>
2317 * src/x86/ffi64.c (struct register_args): Rename from stackLayout.
2318 (enum x86_64_reg_class): Add X86_64_COMPLEX_X87_CLASS.
2319 (merge_classes): Check for it.
2321 (classify_argument): Pass byte_offset by value; perform all updates
2323 (examine_argument): Add classes argument; handle
2324 X86_64_COMPLEX_X87_CLASS.
2325 (ffi_prep_args): Merge into ...
2326 (ffi_call): ... here. Share stack frame with ffi_call_unix64.
2327 (ffi_prep_cif_machdep): Setup cif->flags for proper structure return.
2328 (ffi_fill_return_value): Remove.
2329 (ffi_prep_closure): Remove dead assert.
2330 (ffi_closure_unix64_inner): Rename from ffi_closure_UNIX64_inner.
2331 Rewrite to use struct register_args instead of va_list. Create
2332 flags for handling structure returns.
2333 * src/x86/unix64.S: Remove dead strings.
2334 (ffi_call_unix64): Rename from ffi_call_UNIX64. Rewrite to share
2335 stack frame with ffi_call. Handle structure returns properly.
2336 (float2sse, floatfloat2sse, double2sse): Remove.
2337 (sse2float, sse2double, sse2floatfloat): Remove.
2338 (ffi_closure_unix64): Rename from ffi_closure_UNIX64. Rewrite
2339 to handle structure returns properly.
2341 2004-12-08 David Edelsohn <edelsohn@gnu.org>
2343 * Makefile.am (AM_MAKEFLAGS): Remove duplicate LIBCFLAGS and
2345 * Makefile.in: Regenerated.
2347 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
2349 * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
2350 * configure, aclocal.m4, Makefile.in: Regenerate.
2351 * include/Makefile.in, testsuite/Makefile.in: Regenerate.
2353 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
2355 * configure: Regenerate for libtool change.
2357 2004-11-25 Kelley Cook <kcook@gcc.gnu.org>
2359 * configure: Regenerate for libtool reversion.
2361 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
2363 * configure: Regenerate for libtool change.
2365 2004-11-23 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2367 * testsuite/lib/libffi-dg.exp: Use new procs in target-libpath.exp.
2369 2004-11-23 Richard Sandiford <rsandifo@redhat.com>
2371 * src/mips/o32.S (ffi_call_O32, ffi_closure_O32): Use jalr instead
2372 of jal. Use an absolute encoding for the frame information.
2374 2004-11-23 Kelley Cook <kcook@gcc.gnu.org>
2376 * Makefile.am: Remove no-dependencies. Add ACLOCAL_AMFLAGS.
2377 * acinclude.m4: Delete logic for sincludes.
2378 * aclocal.m4, Makefile.in, configure: Regenerate.
2379 * include/Makefile: Likewise.
2380 * testsuite/Makefile: Likewise.
2382 2004-11-22 Eric Botcazou <ebotcazou@libertysurf.fr>
2384 * src/sparc/ffi.c (ffi_prep_closure): Align doubles and 64-bit integers
2385 on a 8-byte boundary.
2386 * src/sparc/v8.S (ffi_closure_v8): Reserve frame space for arguments.
2388 2004-10-27 Richard Earnshaw <rearnsha@arm.com>
2390 * src/arm/ffi.c (ffi_prep_cif_machdep): Handle functions that return
2391 long long values. Round stack allocation to a multiple of 8 bytes
2392 for ATPCS compatibility.
2393 * src/arm/sysv.S (ffi_call_SYSV): Rework to avoid use of APCS register
2394 names. Handle returning long long types. Add Thumb and interworking
2395 support. Improve soft-float code.
2397 2004-10-27 Richard Earnshaw <rearnsha@arm.com>
2399 * testsuite/lib/libffi-db.exp (load_gcc_lib): New function.
2400 (libffi_exit): New function.
2401 (libffi_init): Build the testglue wrapper if needed.
2403 2004-10-25 Eric Botcazou <ebotcazou@libertysurf.fr>
2406 * testsuite/lib/libffi-dg.exp: Accept more than one multilib libgcc.
2408 2004-10-25 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2410 * src/m32r/libffitarget.h (FFI_CLOSURES): Set to 0.
2412 2004-10-20 Kaz Kojima <kkojima@gcc.gnu.org>
2414 * src/sh/sysv.S (ffi_call_SYSV): Don't align for double data.
2415 * testsuite/libffi.call/float3.c: New test case.
2417 2004-10-18 Kaz Kojima <kkojima@gcc.gnu.org>
2419 * src/sh/ffi.c (ffi_prep_closure): Set T bit in trampoline for
2420 the function returning a structure pointed with R2.
2421 * src/sh/sysv.S (ffi_closure_SYSV): Use R2 as the pointer to
2422 the structure return value if T bit set. Emit position
2423 independent code and EH data if PIC.
2425 2004-10-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2427 * Makefile.am: Add m32r support.
2428 * configure.ac: Likewise.
2429 * Makefile.in: Regenerate.
2430 * confiugre: Regenerate.
2431 * src/types.c: Add m32r port to FFI_INTERNAL_TYPEDEF
2432 (uint64, sint64, double, longdouble)
2433 * src/m32r: New directory.
2434 * src/m32r/ffi.c: New file.
2435 * src/m32r/sysv.S: Likewise.
2436 * src/m32r/ffitarget.h: Likewise.
2438 2004-10-02 Kaz Kojima <kkojima@gcc.gnu.org>
2440 * testsuite/libffi.call/negint.c: New test case.
2442 2004-09-14 H.J. Lu <hongjiu.lu@intel.com>
2445 * testsuite/lib/libffi-dg.exp: Don't use global ld_library_path.
2446 Set up LD_LIBRARY_PATH, SHLIB_PATH, LD_LIBRARYN32_PATH,
2447 LD_LIBRARY64_PATH, LD_LIBRARY_PATH_32, LD_LIBRARY_PATH_64 and
2450 2004-09-05 Andreas Tobler <a.tobler@schweiz.ch>
2452 * testsuite/libffi.call/many_win32.c: Remove whitespaces.
2453 * testsuite/libffi.call/promotion.c: Likewise.
2454 * testsuite/libffi.call/return_ll.c: Remove unused var. Cleanup
2456 * testsuite/libffi.call/return_sc.c: Likewise.
2457 * testsuite/libffi.call/return_uc.c: Likewise.
2459 2004-09-05 Andreas Tobler <a.tobler@schweiz.ch>
2461 * src/powerpc/darwin.S: Fix comments and identation.
2462 * src/powerpc/darwin_closure.S: Likewise.
2464 2004-09-02 Andreas Tobler <a.tobler@schweiz.ch>
2466 * src/powerpc/ffi_darwin.c: Add flag for longdouble return values.
2467 (ffi_prep_args): Handle longdouble arguments.
2468 (ffi_prep_cif_machdep): Set flags for longdouble. Calculate space for
2470 (ffi_closure_helper_DARWIN): Add closure handling for longdouble.
2471 * src/powerpc/darwin.S (_ffi_call_DARWIN): Add handling of longdouble
2473 * src/powerpc/darwin_closure.S (_ffi_closure_ASM): Likewise.
2474 * src/types.c: Defined longdouble size and alignment for darwin.
2476 2004-09-02 Andreas Tobler <a.tobler@schweiz.ch>
2478 * src/powerpc/aix.S: Remove whitespaces.
2479 * src/powerpc/aix_closure.S: Likewise.
2480 * src/powerpc/asm.h: Likewise.
2481 * src/powerpc/ffi.c: Likewise.
2482 * src/powerpc/ffitarget.h: Likewise.
2483 * src/powerpc/linux64.S: Likewise.
2484 * src/powerpc/linux64_closure.S: Likewise.
2485 * src/powerpc/ppc_closure.S: Likewise.
2486 * src/powerpc/sysv.S: Likewise.
2488 2004-08-30 Anthony Green <green@redhat.com>
2490 * Makefile.am: Add frv support.
2491 * Makefile.in, testsuite/Makefile.in: Rebuilt.
2492 * configure.ac: Read configure.host.
2493 * configure.in: Read configure.host.
2494 * configure.host: New file. frv-elf needs libgloss.
2495 * include/ffi.h.in: Force ffi_closure to have a nice big (8)
2496 alignment. This is needed to frv and shouldn't harm the others.
2497 * include/ffi_common.h (ALIGN_DOWN): New macro.
2498 * src/frv/ffi.c, src/frv/ffitarget.h, src/frv/eabi.S: New files.
2500 2004-08-24 David Daney <daney@avtrex.com>
2502 * testsuite/libffi.call/closure_fn0.c: Xfail mips64* instead of mips*.
2503 * testsuite/libffi.call/closure_fn1.c: Likewise.
2504 * testsuite/libffi.call/closure_fn2.c Likewise.
2505 * testsuite/libffi.call/closure_fn3.c: Likewise.
2506 * testsuite/libffi.call/closure_fn4.c: Likewise.
2507 * testsuite/libffi.call/closure_fn5.c: Likewise.
2508 * testsuite/libffi.call/cls_18byte.c: Likewise.
2509 * testsuite/libffi.call/cls_19byte.c: Likewise.
2510 * testsuite/libffi.call/cls_1_1byte.c: Likewise.
2511 * testsuite/libffi.call/cls_20byte.c: Likewise.
2512 * testsuite/libffi.call/cls_20byte1.c: Likewise.
2513 * testsuite/libffi.call/cls_24byte.c: Likewise.
2514 * testsuite/libffi.call/cls_2byte.c: Likewise.
2515 * testsuite/libffi.call/cls_3_1byte.c: Likewise.
2516 * testsuite/libffi.call/cls_3byte1.c: Likewise.
2517 * testsuite/libffi.call/cls_3byte2.c: Likewise.
2518 * testsuite/libffi.call/cls_4_1byte.c: Likewise.
2519 * testsuite/libffi.call/cls_4byte.c: Likewise.
2520 * testsuite/libffi.call/cls_64byte.c: Likewise.
2521 * testsuite/libffi.call/cls_6byte.c: Likewise.
2522 * testsuite/libffi.call/cls_7byte.c: Likewise.
2523 * testsuite/libffi.call/cls_8byte.c: Likewise.
2524 * testsuite/libffi.call/cls_9byte1.c: Likewise.
2525 * testsuite/libffi.call/cls_9byte2.c: Likewise.
2526 * testsuite/libffi.call/cls_align_double.c: Likewise.
2527 * testsuite/libffi.call/cls_align_float.c: Likewise.
2528 * testsuite/libffi.call/cls_align_longdouble.c: Likewise.
2529 * testsuite/libffi.call/cls_align_pointer.c: Likewise.
2530 * testsuite/libffi.call/cls_align_sint16.c: Likewise.
2531 * testsuite/libffi.call/cls_align_sint32.c: Likewise.
2532 * testsuite/libffi.call/cls_align_sint64.c: Likewise.
2533 * testsuite/libffi.call/cls_align_uint16.c: Likewise.
2534 * testsuite/libffi.call/cls_align_uint32.c: Likewise.
2535 * testsuite/libffi.call/cls_align_uint64.c: Likewise.
2536 * testsuite/libffi.call/cls_double.c: Likewise.
2537 * testsuite/libffi.call/cls_float.c: Likewise.
2538 * testsuite/libffi.call/cls_multi_schar.c: Likewise.
2539 * testsuite/libffi.call/cls_multi_sshort.c: Likewise.
2540 * testsuite/libffi.call/cls_multi_sshortchar.c: Likewise.
2541 * testsuite/libffi.call/cls_multi_uchar.c: Likewise.
2542 * testsuite/libffi.call/cls_multi_ushort.c: Likewise.
2543 * testsuite/libffi.call/cls_multi_ushortchar.c: Likewise.
2544 * testsuite/libffi.call/cls_schar.c: Likewise.
2545 * testsuite/libffi.call/cls_sint.c: Likewise.
2546 * testsuite/libffi.call/cls_sshort.c: Likewise.
2547 * testsuite/libffi.call/cls_uchar.c: Likewise.
2548 * testsuite/libffi.call/cls_uint.c: Likewise.
2549 * testsuite/libffi.call/cls_ulonglong.c: Likewise.
2550 * testsuite/libffi.call/cls_ushort.c: Likewise.
2551 * testsuite/libffi.call/nested_struct.c: Likewise.
2552 * testsuite/libffi.call/nested_struct1.c: Likewise.
2553 * testsuite/libffi.call/nested_struct2.c: Likewise.
2554 * testsuite/libffi.call/nested_struct3.c: Likewise.
2555 * testsuite/libffi.call/problem1.c: Likewise.
2556 * testsuite/libffi.special/unwindtest.cc: Likewise.
2557 * testsuite/libffi.call/cls_12byte.c: Likewise and set return value
2559 * testsuite/libffi.call/cls_16byte.c: Likewise.
2560 * testsuite/libffi.call/cls_5byte.c: Likewise.
2562 2004-08-23 David Daney <daney@avtrex.com>
2565 * src/mips/ffitarget.h (FFI_O32_SOFT_FLOAT): New ABI.
2566 * src/mips/ffi.c (ffi_prep_args): Fix alignment calculation.
2567 (ffi_prep_cif_machdep): Handle FFI_O32_SOFT_FLOAT floating point
2568 parameters and return types.
2569 (ffi_call): Handle FFI_O32_SOFT_FLOAT ABI.
2570 (ffi_prep_closure): Ditto.
2571 (ffi_closure_mips_inner_O32): Handle FFI_O32_SOFT_FLOAT ABI, fix
2572 alignment calculations.
2573 * src/mips/o32.S (ffi_closure_O32): Don't use floating point
2574 instructions if FFI_O32_SOFT_FLOAT, make stack frame ABI compliant.
2576 2004-08-14 Casey Marshall <csm@gnu.org>
2578 * src/mips/ffi.c (ffi_pref_cif_machdep): set `cif->flags' to
2579 contain `FFI_TYPE_UINT64' as return type for any 64-bit
2580 integer (O32 ABI only).
2581 (ffi_prep_closure): new function.
2582 (ffi_closure_mips_inner_O32): new function.
2583 * src/mips/ffitarget.h: Define `FFI_CLOSURES' and
2584 `FFI_TRAMPOLINE_SIZE' appropriately if the ABI is o32.
2585 * src/mips/o32.S (ffi_call_O32): add labels for .eh_frame. Return
2586 64 bit integers correctly.
2587 (ffi_closure_O32): new function.
2588 Added DWARF-2 unwind info for both functions.
2590 2004-08-10 Andrew Haley <aph@redhat.com>
2592 * src/x86/ffi64.c (ffi_prep_args ): 8-align all stack arguments.
2594 2004-08-01 Robert Millan <robertmh@gnu.org>
2596 * configure.ac: Detect knetbsd-gnu and kfreebsd-gnu.
2597 * configure: Regenerate.
2599 2004-07-30 Maciej W. Rozycki <macro@linux-mips.org>
2601 * acinclude.m4 (AC_FUNC_MMAP_BLACKLIST): Check for <sys/mman.h>
2602 and mmap() explicitly instead of relying on preset autoconf cache
2604 * aclocal.m4: Regenerate.
2605 * configure: Regenerate.
2607 2004-07-11 Ulrich Weigand <uweigand@de.ibm.com>
2609 * src/s390/ffi.c (ffi_prep_args): Fix C aliasing violation.
2610 (ffi_check_float_struct): Remove unused prototype.
2612 2004-06-30 Geoffrey Keating <geoffk@apple.com>
2614 * src/powerpc/ffi_darwin.c (flush_icache): ';' is a comment
2615 character on Darwin, use '\n\t' instead.
2617 2004-06-26 Matthias Klose <doko@debian.org>
2619 * libtool-version: Fix typo in revision/age.
2621 2004-06-17 Matthias Klose <doko@debian.org>
2623 * libtool-version: New.
2624 * Makefile.am (libffi_la_LDFLAGS): Use -version-info for soname.
2625 * Makefile.in: Regenerate.
2627 2004-06-15 Paolo Bonzini <bonzini@gnu.org>
2629 * Makefile.am: Remove useless multilib rules.
2630 * Makefile.in: Regenerate.
2631 * aclocal.m4: Regenerate with automake 1.8.5.
2632 * configure.ac: Remove useless multilib configury.
2633 * configure: Regenerate.
2635 2004-06-15 Paolo Bonzini <bonzini@gnu.org>
2637 * .cvsignore: New file.
2639 2004-06-10 Jakub Jelinek <jakub@redhat.com>
2641 * src/ia64/unix.S (ffi_call_unix): Insert group barrier break
2643 (ffi_closure_UNIX): Fix f14/f15 adjustment if FLOAT_SZ is ever
2646 2004-06-06 Sean McNeil <sean@mcneil.com>
2648 * configure.ac: Add x86_64-*-freebsd* support.
2649 * configure: Regenerate.
2651 2004-04-26 Joe Buck <jbuck@welsh-buck.org>
2654 * configure.ac: Test for existence of mmap and sys/mman.h before
2655 checking blacklist. Fix suggested by Jim Wilson.
2656 * configure: Regenerate.
2658 2004-04-26 Matt Austern <austern@apple.com>
2660 * src/powerpc/darwin.S: Go through a non-lazy pointer for initial
2662 * src/powerpc/darwin_closure.S: Likewise.
2664 2004-04-24 Andreas Tobler <a.tobler@schweiz.ch>
2666 * testsuite/libffi.call/cls_multi_schar.c (main): Fix initialization
2667 error. Reported by Thomas Heller <theller@python.net>.
2668 * testsuite/libffi.call/cls_multi_sshort.c (main): Likewise.
2669 * testsuite/libffi.call/cls_multi_ushort.c (main): Likewise.
2671 2004-03-20 Matthias Klose <doko@debian.org>
2673 * src/pa/linux.S: Fix typo.
2675 2004-03-19 Matthias Klose <doko@debian.org>
2677 * Makefile.am: Update.
2678 * Makefile.in: Regenerate.
2679 * src/pa/ffi.h.in: Remove.
2680 * src/pa/ffitarget.h: New file.
2682 2004-02-10 Randolph Chung <tausq@debian.org>
2684 * Makefile.am: Add PA support.
2685 * Makefile.in: Regenerate.
2686 * include/Makefile.in: Regenerate.
2687 * configure.ac: Add PA target.
2688 * configure: Regenerate.
2689 * src/pa/ffi.c: New file.
2690 * src/pa/ffi.h.in: Add PA support.
2691 * src/pa/linux.S: New file.
2692 * prep_cif.c: Add PA support.
2694 2004-03-16 Hosaka Yuji <hos@tamanegi.org>
2696 * src/types.c: Fix alignment size of X86_WIN32 case int64 and
2698 * src/x86/ffi.c (ffi_prep_args): Replace ecif->cif->rtype->type
2699 with ecif->cif->flags.
2700 (ffi_call, ffi_prep_incoming_args_SYSV): Replace cif->rtype->type
2702 (ffi_prep_cif_machdep): Add X86_WIN32 struct case.
2703 (ffi_closure_SYSV): Add 1 or 2-bytes struct case for X86_WIN32.
2704 * src/x86/win32.S (retstruct1b, retstruct2b, sc_retstruct1b,
2705 sc_retstruct2b): Add for 1 or 2-bytes struct case.
2707 2004-03-15 Kelley Cook <kcook@gcc.gnu.org>
2709 * configure.in: Rename file to ...
2710 * configure.ac: ... this.
2711 * fficonfig.h.in: Regenerate.
2712 * Makefile.in: Regenerate.
2713 * include/Makefile.in: Regenerate.
2714 * testsuite/Makefile.in: Regenerate.
2716 2004-03-12 Matt Austern <austern@apple.com>
2718 * src/powerpc/darwin.S: Fix EH information so it corresponds to
2719 changes in EH format resulting from addition of linkonce support.
2720 * src/powerpc/darwin_closure.S: Likewise.
2722 2004-03-11 Andreas Tobler <a.tobler@schweiz.ch>
2723 Paolo Bonzini <bonzini@gnu.org>
2725 * Makefile.am (AUTOMAKE_OPTIONS): Set them.
2726 Remove VPATH. Remove rules for object files. Remove multilib support.
2727 (AM_CCASFLAGS): Add.
2728 * configure.in (AC_CONFIG_HEADERS): Relace AM_CONFIG_HEADER.
2729 (AC_PREREQ): Bump version to 2.59.
2730 (AC_INIT): Fill with version info and bug address.
2731 (ORIGINAL_LD_FOR_MULTILIBS): Remove.
2732 (AM_ENABLE_MULTILIB): Use this instead of AC_ARG_ENABLE.
2733 De-precious CC so that the right flags are passed down to multilibs.
2734 (AC_MSG_ERROR): Replace obsolete macro AC_ERROR.
2735 (AC_CONFIG_FILES): Replace obsolete macro AC_LINK_FILES.
2736 (AC_OUTPUT): Reorganize the output with AC_CONFIG_COMMANDS.
2737 * configure: Rebuilt.
2738 * aclocal.m4: Likewise.
2739 * Makefile.in, include/Makefile.in, testsuite/Makefile.in: Likewise.
2740 * fficonfig.h.in: Likewise.
2742 2004-03-11 Andreas Schwab <schwab@suse.de>
2744 * src/ia64/ffi.c (ffi_prep_incoming_args_UNIX): Get floating point
2745 arguments from fp registers only for the first 8 parameter slots.
2746 Don't convert a float parameter when passed in memory.
2748 2004-03-09 Hans-Peter Nilsson <hp@axis.com>
2750 * configure: Regenerate for config/accross.m4 correction.
2752 2004-02-25 Matt Kraai <kraai@alumni.cmu.edu>
2754 * src/powerpc/ffi.c (ffi_prep_args_SYSV): Change
2755 ecif->cif->bytes to bytes.
2756 (ffi_prep_cif_machdep): Add braces around nested if statement.
2758 2004-02-09 Alan Modra <amodra@bigpond.net.au>
2760 * src/types.c (pointer): POWERPC64 has 8 byte pointers.
2762 * src/powerpc/ffi.c (ffi_prep_args64): Correct long double handling.
2763 (ffi_closure_helper_LINUX64): Fix typo.
2764 * testsuite/libffi.call/cls_align_longdouble.c: Pass -mlong-double-128
2766 * testsuite/libffi.call/float.c: Likewise.
2767 * testsuite/libffi.call/float2.c: Likewise.
2769 2004-02-08 Alan Modra <amodra@bigpond.net.au>
2771 * src/powerpc/ffi.c (ffi_prep_cif_machdep <FFI_LINUX64>): Correct
2772 long double function return and long double arg handling.
2773 (ffi_closure_helper_LINUX64): Formatting. Delete unused "ng" var.
2774 Use "end_pfr" instead of "nf". Correct long double handling.
2776 * src/powerpc/linux64.S (ffi_call_LINUX64): Save f2 long double
2778 * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Allocate
2779 space for long double return value. Adjust stack frame and offsets.
2780 Load f2 long double return.
2782 2004-02-07 Alan Modra <amodra@bigpond.net.au>
2784 * src/types.c: Use 16 byte long double for POWERPC64.
2786 2004-01-25 Eric Botcazou <ebotcazou@libertysurf.fr>
2788 * src/sparc/ffi.c (ffi_prep_args_v9): Shift the parameter array
2789 when the structure return address is passed in %o0.
2790 (ffi_V9_return_struct): Rename into ffi_v9_layout_struct.
2791 (ffi_v9_layout_struct): Align the field following a nested structure
2792 on a word boundary. Use memmove instead of memcpy.
2793 (ffi_call): Update call to ffi_V9_return_struct.
2794 (ffi_prep_closure): Define 'ctx' only for V8.
2795 (ffi_closure_sparc_inner): Clone into ffi_closure_sparc_inner_v8
2796 and ffi_closure_sparc_inner_v9.
2797 (ffi_closure_sparc_inner_v8): Return long doubles by reference.
2798 Always skip the structure return address. For structures and long
2799 doubles, copy the argument directly.
2800 (ffi_closure_sparc_inner_v9): Skip the structure return address only
2801 if required. Shift the maximum floating-point slot accordingly. For
2802 big structures, copy the argument directly; otherwise, left-justify the
2803 argument and call ffi_v9_layout_struct to lay out the structure on
2805 * src/sparc/v8.S: Undef STACKFRAME before defining it.
2806 (ffi_closure_v8): Pass the structure return address. Update call to
2807 ffi_closure_sparc_inner_v8. Short-circuit FFI_TYPE_INT handling.
2808 Skip the 'unimp' insn when returning long doubles and structures.
2809 * src/sparc/v9.S: Undef STACKFRAME before defining it.
2810 (ffi_closure_v9): Increase the frame size by 2 words. Short-circuit
2811 FFI_TYPE_INT handling. Load structures both in integers and
2812 floating-point registers on return.
2813 * README: Update status of the SPARC port.
2815 2004-01-24 Andreas Tobler <a.tobler@schweiz.ch>
2817 * testsuite/libffi.call/pyobjc-tc.c (main): Treat result value
2819 * testsuite/libffi.call/struct3.c (main): Fix CHECK.
2821 2004-01-22 Ulrich Weigand <uweigand@de.ibm.com>
2823 * testsuite/libffi.call/cls_uint.c (cls_ret_uint_fn): Treat result
2824 value as of type ffi_arg, not unsigned int.
2826 2004-01-21 Michael Ritzert <ritzert@t-online.de>
2828 * ffi64.c (ffi_prep_args): Cast the RHS of an assignment instead
2831 2004-01-12 Andreas Tobler <a.tobler@schweiz.ch>
2833 * testsuite/lib/libffi-dg.exp: Set LD_LIBRARY_PATH_32 for
2836 2004-01-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2838 * testsuite/libffi.call/ffitest.h (allocate_mmap): Cast MAP_FAILED
2841 2003-12-10 Richard Henderson <rth@redhat.com>
2843 * testsuite/libffi.call/cls_align_pointer.c: Cast pointers to
2844 size_t instead of int.
2846 2003-12-04 Hosaka Yuji <hos@tamanegi.org>
2848 * testsuite/libffi.call/many_win32.c: Include <float.h>.
2849 * testsuite/libffi.call/many_win32.c (main): Replace variable
2850 int i with unsigned long ul.
2852 * testsuite/libffi.call/cls_align_uint64.c: New test case.
2853 * testsuite/libffi.call/cls_align_sint64.c: Likewise.
2854 * testsuite/libffi.call/cls_align_uint32.c: Likewise.
2855 * testsuite/libffi.call/cls_align_sint32.c: Likewise.
2856 * testsuite/libffi.call/cls_align_uint16.c: Likewise.
2857 * testsuite/libffi.call/cls_align_sint16.c: Likewise.
2858 * testsuite/libffi.call/cls_align_float.c: Likewise.
2859 * testsuite/libffi.call/cls_align_double.c: Likewise.
2860 * testsuite/libffi.call/cls_align_longdouble.c: Likewise.
2861 * testsuite/libffi.call/cls_align_pointer.c: Likewise.
2863 2003-12-02 Hosaka Yuji <hos@tamanegi.org>
2866 * src/x86/ffi.c (ffi_prep_args, ffi_prep_incoming_args_SYSV):
2867 Align arguments to 32 bits.
2869 2003-12-01 Andreas Tobler <a.tobler@schweiz.ch>
2872 * testsuite/libffi.call/cls_multi_sshort.c: New test case.
2873 * testsuite/libffi.call/cls_multi_sshortchar.c: Likewise.
2874 * testsuite/libffi.call/cls_multi_uchar.c: Likewise.
2875 * testsuite/libffi.call/cls_multi_schar.c: Likewise.
2876 * testsuite/libffi.call/cls_multi_ushortchar.c: Likewise.
2877 * testsuite/libffi.call/cls_multi_ushort.c: Likewise.
2879 * testsuite/libffi.special/unwindtest.cc: Cosmetics.
2881 2003-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2883 * testsuite/libffi.call/ffitest.h: Include <fcntl.h>.
2884 * testsuite/libffi.special/ffitestcxx.h: Likewise.
2886 2003-11-22 Andreas Tobler <a.tobler@schweiz.ch>
2888 * Makefile.in: Rebuilt.
2889 * configure: Likewise.
2890 * testsuite/libffi.special/unwindtest.cc: Convert the mmap to
2893 2003-11-21 Andreas Jaeger <aj@suse.de>
2894 Andreas Tobler <a.tobler@schweiz.ch>
2896 * acinclude.m4: Add AC_FUNC_MMAP_BLACKLIST.
2897 * configure.in: Call AC_FUNC_MMAP_BLACKLIST.
2898 * Makefile.in: Rebuilt.
2899 * aclocal.m4: Likewise.
2900 * configure: Likewise.
2901 * fficonfig.h.in: Likewise.
2902 * testsuite/lib/libffi-dg.exp: Add include dir.
2903 * testsuite/libffi.call/ffitest.h: Add MMAP definitions.
2904 * testsuite/libffi.special/ffitestcxx.h: Likewise.
2905 * testsuite/libffi.call/closure_fn0.c: Use MMAP functionality
2906 for ffi_closure if available.
2907 * testsuite/libffi.call/closure_fn1.c: Likewise.
2908 * testsuite/libffi.call/closure_fn2.c: Likewise.
2909 * testsuite/libffi.call/closure_fn3.c: Likewise.
2910 * testsuite/libffi.call/closure_fn4.c: Likewise.
2911 * testsuite/libffi.call/closure_fn5.c: Likewise.
2912 * testsuite/libffi.call/cls_12byte.c: Likewise.
2913 * testsuite/libffi.call/cls_16byte.c: Likewise.
2914 * testsuite/libffi.call/cls_18byte.c: Likewise.
2915 * testsuite/libffi.call/cls_19byte.c: Likewise.
2916 * testsuite/libffi.call/cls_1_1byte.c: Likewise.
2917 * testsuite/libffi.call/cls_20byte.c: Likewise.
2918 * testsuite/libffi.call/cls_20byte1.c: Likewise.
2919 * testsuite/libffi.call/cls_24byte.c: Likewise.
2920 * testsuite/libffi.call/cls_2byte.c: Likewise.
2921 * testsuite/libffi.call/cls_3_1byte.c: Likewise.
2922 * testsuite/libffi.call/cls_3byte1.c: Likewise.
2923 * testsuite/libffi.call/cls_3byte2.c: Likewise.
2924 * testsuite/libffi.call/cls_4_1byte.c: Likewise.
2925 * testsuite/libffi.call/cls_4byte.c: Likewise.
2926 * testsuite/libffi.call/cls_5byte.c: Likewise.
2927 * testsuite/libffi.call/cls_64byte.c: Likewise.
2928 * testsuite/libffi.call/cls_6byte.c: Likewise.
2929 * testsuite/libffi.call/cls_7byte.c: Likewise.
2930 * testsuite/libffi.call/cls_8byte.c: Likewise.
2931 * testsuite/libffi.call/cls_9byte1.c: Likewise.
2932 * testsuite/libffi.call/cls_9byte2.c: Likewise.
2933 * testsuite/libffi.call/cls_double.c: Likewise.
2934 * testsuite/libffi.call/cls_float.c: Likewise.
2935 * testsuite/libffi.call/cls_schar.c: Likewise.
2936 * testsuite/libffi.call/cls_sint.c: Likewise.
2937 * testsuite/libffi.call/cls_sshort.c: Likewise.
2938 * testsuite/libffi.call/cls_uchar.c: Likewise.
2939 * testsuite/libffi.call/cls_uint.c: Likewise.
2940 * testsuite/libffi.call/cls_ulonglong.c: Likewise.
2941 * testsuite/libffi.call/cls_ushort.c: Likewise.
2942 * testsuite/libffi.call/nested_struct.c: Likewise.
2943 * testsuite/libffi.call/nested_struct1.c: Likewise.
2944 * testsuite/libffi.call/nested_struct2.c: Likewise.
2945 * testsuite/libffi.call/nested_struct3.c: Likewise.
2946 * testsuite/libffi.call/problem1.c: Likewise.
2947 * testsuite/libffi.special/unwindtest.cc: Likewise.
2949 2003-11-20 Andreas Tobler <a.tobler@schweiz.ch>
2951 * testsuite/lib/libffi-dg.exp: Make the -lgcc_s conditional.
2953 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
2955 * testsuite/lib/libffi-dg.exp: Add DYLD_LIBRARY_PATH for darwin.
2956 Add -lgcc_s to additional flags.
2958 2003-11-12 Andreas Tobler <a.tobler@schweiz.ch>
2960 * configure.in, include/Makefile.am: PR libgcj/11147, install
2961 the ffitarget.h header file in a gcc versioned and target
2963 * configure: Regenerated.
2964 * Makefile.in, include/Makefile.in: Likewise.
2965 * testsuite/Makefile.in: Likewise.
2967 2003-11-09 Andreas Tobler <a.tobler@schweiz.ch>
2969 * testsuite/libffi.call/closure_fn0.c: Print result and check
2970 with dg-output to make debugging easier.
2971 * testsuite/libffi.call/closure_fn1.c: Likewise.
2972 * testsuite/libffi.call/closure_fn2.c: Likewise.
2973 * testsuite/libffi.call/closure_fn3.c: Likewise.
2974 * testsuite/libffi.call/closure_fn4.c: Likewise.
2975 * testsuite/libffi.call/closure_fn5.c: Likewise.
2976 * testsuite/libffi.call/cls_12byte.c: Likewise.
2977 * testsuite/libffi.call/cls_16byte.c: Likewise.
2978 * testsuite/libffi.call/cls_18byte.c: Likewise.
2979 * testsuite/libffi.call/cls_19byte.c: Likewise.
2980 * testsuite/libffi.call/cls_1_1byte.c: Likewise.
2981 * testsuite/libffi.call/cls_20byte.c: Likewise.
2982 * testsuite/libffi.call/cls_20byte1.c: Likewise.
2983 * testsuite/libffi.call/cls_24byte.c: Likewise.
2984 * testsuite/libffi.call/cls_2byte.c: Likewise.
2985 * testsuite/libffi.call/cls_3_1byte.c: Likewise.
2986 * testsuite/libffi.call/cls_3byte1.c: Likewise.
2987 * testsuite/libffi.call/cls_3byte2.c: Likewise.
2988 * testsuite/libffi.call/cls_4_1byte.c: Likewise.
2989 * testsuite/libffi.call/cls_4byte.c: Likewise.
2990 * testsuite/libffi.call/cls_5byte.c: Likewise.
2991 * testsuite/libffi.call/cls_64byte.c: Likewise.
2992 * testsuite/libffi.call/cls_6byte.c: Likewise.
2993 * testsuite/libffi.call/cls_7byte.c: Likewise.
2994 * testsuite/libffi.call/cls_8byte.c: Likewise.
2995 * testsuite/libffi.call/cls_9byte1.c: Likewise.
2996 * testsuite/libffi.call/cls_9byte2.c: Likewise.
2997 * testsuite/libffi.call/cls_double.c: Likewise.
2998 * testsuite/libffi.call/cls_float.c: Likewise.
2999 * testsuite/libffi.call/cls_schar.c: Likewise.
3000 * testsuite/libffi.call/cls_sint.c: Likewise.
3001 * testsuite/libffi.call/cls_sshort.c: Likewise.
3002 * testsuite/libffi.call/cls_uchar.c: Likewise.
3003 * testsuite/libffi.call/cls_uint.c: Likewise.
3004 * testsuite/libffi.call/cls_ulonglong.c: Likewise.
3005 * testsuite/libffi.call/cls_ushort.c: Likewise.
3006 * testsuite/libffi.call/problem1.c: Likewise.
3008 * testsuite/libffi.special/unwindtest.cc: Make ffi_closure
3011 2003-11-08 Andreas Tobler <a.tobler@schweiz.ch>
3013 * testsuite/libffi.call/cls_9byte2.c: New test case.
3014 * testsuite/libffi.call/cls_9byte1.c: Likewise.
3015 * testsuite/libffi.call/cls_64byte.c: Likewise.
3016 * testsuite/libffi.call/cls_20byte1.c: Likewise.
3017 * testsuite/libffi.call/cls_19byte.c: Likewise.
3018 * testsuite/libffi.call/cls_18byte.c: Likewise.
3019 * testsuite/libffi.call/closure_fn4.c: Likewise.
3020 * testsuite/libffi.call/closure_fn5.c: Likewise.
3021 * testsuite/libffi.call/cls_schar.c: Likewise.
3022 * testsuite/libffi.call/cls_sint.c: Likewise.
3023 * testsuite/libffi.call/cls_sshort.c: Likewise.
3024 * testsuite/libffi.call/nested_struct2.c: Likewise.
3025 * testsuite/libffi.call/nested_struct3.c: Likewise.
3027 2003-11-08 Andreas Tobler <a.tobler@schweiz.ch>
3029 * testsuite/libffi.call/cls_double.c: Do a check on the result.
3030 * testsuite/libffi.call/cls_uchar.c: Likewise.
3031 * testsuite/libffi.call/cls_uint.c: Likewise.
3032 * testsuite/libffi.call/cls_ulonglong.c: Likewise.
3033 * testsuite/libffi.call/cls_ushort.c: Likewise.
3034 * testsuite/libffi.call/return_sc.c: Cleanup whitespaces.
3036 2003-11-06 Andreas Tobler <a.tobler@schweiz.ch>
3038 * src/prep_cif.c (ffi_prep_cif): Move the validity check after
3041 2003-10-23 Andreas Tobler <a.tobler@schweiz.ch>
3043 * src/java_raw_api.c (ffi_java_ptrarray_to_raw): Replace
3044 FFI_ASSERT(FALSE) with FFI_ASSERT(0).
3046 2003-10-22 David Daney <ddaney@avtrex.com>
3048 * src/mips/ffitarget.h: Replace undefined UINT32 and friends with
3049 __attribute__((__mode__(__SI__))) and friends.
3051 2003-10-22 Andreas Schwab <schwab@suse.de>
3053 * src/ia64/ffi.c: Replace FALSE/TRUE with false/true.
3055 2003-10-21 Andreas Tobler <a.tobler@schweiz.ch>
3057 * configure.in: AC_LINK_FILES(ffitarget.h).
3058 * configure: Regenerate.
3059 * Makefile.in: Likewise.
3060 * include/Makefile.in: Likewise.
3061 * testsuite/Makefile.in: Likewise.
3062 * fficonfig.h.in: Likewise.
3064 2003-10-21 Paolo Bonzini <bonzini@gnu.org>
3065 Richard Henderson <rth@redhat.com>
3067 Avoid that ffi.h includes fficonfig.h.
3069 * Makefile.am (EXTRA_DIST): Include ffitarget.h files
3070 (TARGET_SRC_MIPS_GCC): Renamed to TARGET_SRC_MIPS_IRIX.
3071 (TARGET_SRC_MIPS_SGI): Removed.
3072 (MIPS_GCC): Renamed to TARGET_SRC_MIPS_IRIX.
3073 (MIPS_SGI): Removed.
3074 (CLEANFILES): Removed.
3075 (mostlyclean-am, clean-am, mostlyclean-sub, clean-sub): New
3077 * acconfig.h: Removed.
3078 * configure.in: Compute sizeofs only for double and long double.
3079 Use them to define and subst HAVE_LONG_DOUBLE. Include comments
3080 into AC_DEFINE instead of using acconfig.h. Create
3081 include/ffitarget.h instead of include/fficonfig.h. Rename
3082 MIPS_GCC to MIPS_IRIX, drop MIPS_SGI since we are in gcc's tree.
3083 AC_DEFINE EH_FRAME_FLAGS.
3084 * include/Makefile.am (DISTCLEANFILES): New automake macro.
3085 (hack_DATA): Add ffitarget.h.
3086 * include/ffi.h.in: Remove all system specific definitions.
3087 Declare raw API even if it is not installed, why bother?
3088 Use limits.h instead of SIZEOF_* to define ffi_type_*. Do
3089 not define EH_FRAME_FLAGS, it is in fficonfig.h now. Include
3090 ffitarget.h instead of fficonfig.h. Remove ALIGN macro.
3091 (UINT_ARG, INT_ARG): Removed, use ffi_arg and ffi_sarg instead.
3092 * include/ffi_common.h (bool): Do not define.
3093 (ffi_assert): Accept failed assertion.
3094 (ffi_type_test): Return void and accept file/line.
3095 (FFI_ASSERT): Pass stringized failed assertion.
3096 (FFI_ASSERT_AT): New macro.
3097 (FFI_ASSERT_VALID_TYPE): New macro.
3098 (UINT8, SINT8, UINT16, SINT16, UINT32, SINT32,
3099 UINT64, SINT64): Define here with gcc's __attribute__ macro
3101 (FLOAT32, ALIGN): Define here instead of in ffi.h
3102 * include/ffi-mips.h: Removed. Its content moved to
3103 src/mips/ffitarget.h after separating assembly and C sections.
3104 * src/alpha/ffi.c, src/alpha/ffi.c, src/java_raw_api.c
3105 src/prep_cif.c, src/raw_api.c, src/ia64/ffi.c,
3106 src/mips/ffi.c, src/mips/n32.S, src/mips/o32.S,
3107 src/mips/ffitarget.h, src/sparc/ffi.c, src/x86/ffi64.c:
3108 SIZEOF_ARG -> FFI_SIZEOF_ARG.
3109 * src/ia64/ffi.c: Include stdbool.h (provided by GCC 2.95+).
3110 * src/debug.c (ffi_assert): Accept stringized failed assertion.
3111 (ffi_type_test): Rewritten.
3112 * src/prep-cif.c (initialize_aggregate, ffi_prep_cif): Call
3113 FFI_ASSERT_VALID_TYPE.
3114 * src/alpha/ffitarget.h, src/arm/ffitarget.h,
3115 src/ia64/ffitarget.h, src/m68k/ffitarget.h,
3116 src/mips/ffitarget.h, src/powerpc/ffitarget.h,
3117 src/s390/ffitarget.h, src/sh/ffitarget.h,
3118 src/sh64/ffitarget.h, src/sparc/ffitarget.h,
3119 src/x86/ffitarget.h: New files.
3120 * src/alpha/osf.S, src/arm/sysv.S, src/ia64/unix.S,
3121 src/m68k/sysv.S, src/mips/n32.S, src/mips/o32.S,
3122 src/powerpc/aix.S, src/powerpc/darwin.S,
3123 src/powerpc/ffi_darwin.c, src/powerpc/linux64.S,
3124 src/powerpc/linux64_closure.S, src/powerpc/ppc_closure.S,
3125 src/powerpc/sysv.S, src/s390/sysv.S, src/sh/sysv.S,
3126 src/sh64/sysv.S, src/sparc/v8.S, src/sparc/v9.S,
3127 src/x86/sysv.S, src/x86/unix64.S, src/x86/win32.S:
3130 2003-10-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3132 * src/mips/ffi.c: Use _ABIN32, _ABIO32 instead of external
3133 _MIPS_SIM_NABI32, _MIPS_SIM_ABI32.
3135 2003-10-19 Andreas Tobler <a.tobler@schweiz.ch>
3137 * src/powerpc/ffi_darwin.c (ffi_prep_args): Declare bytes again.
3138 Used when FFI_DEBUG = 1.
3140 2003-10-14 Alan Modra <amodra@bigpond.net.au>
3142 * src/types.c (double, longdouble): Default POWERPC64 to 8 byte size
3145 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3147 * include/ffi_mips.h: Define FFI_MIPS_N32 for N32/N64 ABIs,
3148 FFI_MIPS_O32 for O32 ABI.
3150 2003-10-01 Andreas Tobler <a.tobler@schweiz.ch>
3152 * testsuite/lib/libffi-dg.exp: Set LD_LIBRARY_PATH_64 for
3153 SPARC64. Cleanup whitespaces.
3155 2003-09-19 Andreas Tobler <a.tobler@schweiz.ch>
3157 * testsuite/libffi.call/closure_fn0.c: Xfail mips, arm,
3158 strongarm, xscale. Cleanup whitespaces.
3159 * testsuite/libffi.call/closure_fn1.c: Likewise.
3160 * testsuite/libffi.call/closure_fn2.c: Likewise.
3161 * testsuite/libffi.call/closure_fn3.c: Likewise.
3162 * testsuite/libffi.call/cls_12byte.c: Likewise.
3163 * testsuite/libffi.call/cls_16byte.c: Likewise.
3164 * testsuite/libffi.call/cls_1_1byte.c: Likewise.
3165 * testsuite/libffi.call/cls_20byte.c: Likewise.
3166 * testsuite/libffi.call/cls_24byte.c: Likewise.
3167 * testsuite/libffi.call/cls_2byte.c: Likewise.
3168 * testsuite/libffi.call/cls_3_1byte.c: Likewise.
3169 * testsuite/libffi.call/cls_3byte1.c: Likewise.
3170 * testsuite/libffi.call/cls_3byte2.c: Likewise.
3171 * testsuite/libffi.call/cls_4_1byte.c: Likewise.
3172 * testsuite/libffi.call/cls_4byte.c: Likewise.
3173 * testsuite/libffi.call/cls_5byte.c: Likewise.
3174 * testsuite/libffi.call/cls_6byte.c: Likewise.
3175 * testsuite/libffi.call/cls_7byte.c: Likewise.
3176 * testsuite/libffi.call/cls_8byte.c: Likewise.
3177 * testsuite/libffi.call/cls_double.c: Likewise.
3178 * testsuite/libffi.call/cls_float.c: Likewise.
3179 * testsuite/libffi.call/cls_uchar.c: Likewise.
3180 * testsuite/libffi.call/cls_uint.c: Likewise.
3181 * testsuite/libffi.call/cls_ulonglong.c: Likewise.
3182 * testsuite/libffi.call/cls_ushort.c: Likewise.
3183 * testsuite/libffi.call/nested_struct.c: Likewise.
3184 * testsuite/libffi.call/nested_struct1.c: Likewise.
3185 * testsuite/libffi.call/problem1.c: Likewise.
3186 * testsuite/libffi.special/unwindtest.cc: Likewise.
3187 * testsuite/libffi.call/pyobjc-tc.c: Cleanup whitespaces.
3189 2003-09-18 David Edelsohn <edelsohn@gnu.org>
3191 * src/powerpc/aix.S: Cleanup whitespaces.
3192 * src/powerpc/aix_closure.S: Likewise.
3194 2003-09-18 Andreas Tobler <a.tobler@schweiz.ch>
3196 * src/powerpc/darwin.S: Cleanup whitespaces, comment formatting.
3197 * src/powerpc/darwin_closure.S: Likewise.
3198 * src/powerpc/ffi_darwin.c: Likewise.
3200 2003-09-18 Andreas Tobler <a.tobler@schweiz.ch>
3201 David Edelsohn <edelsohn@gnu.org>
3203 * src/types.c (double): Add AIX and Darwin to the right TYPEDEF.
3204 * src/powerpc/aix_closure.S: Remove the pointer to the outgoing
3206 * src/powerpc/darwin_closure.S: Likewise.
3207 * src/powerpc/ffi_darwin.c (ffi_prep_args): Handle structures
3208 according to the Darwin/AIX ABI.
3209 (ffi_prep_cif_machdep): Likewise.
3210 (ffi_closure_helper_DARWIN): Likewise.
3211 Remove the outgoing parameter stack logic. Simplify the evaluation
3212 of the different CASE types.
3213 (ffi_prep_clousure): Avoid the casts on lvalues. Change the branch
3214 statement in the trampoline code.
3216 2003-09-18 Kaz Kojima <kkojima@gcc.gnu.org>
3218 * src/sh/ffi.c (ffi_prep_args): Take account into the alignement
3219 for the register size.
3220 (ffi_closure_helper_SYSV): Handle the structure return value
3222 (ffi_closure_helper_SYSV): Return the appropriate type when
3223 the registers are used for the structure return value.
3224 * src/sh/sysv.S (ffi_closure_SYSV): Fix the stack layout for
3225 the 64-bit return value. Update copyright years.
3227 2003-09-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3229 * testsuite/lib/libffi-dg.exp (libffi_target_compile): Search in
3230 srcdir for ffi_mips.h.
3232 2003-09-12 Alan Modra <amodra@bigpond.net.au>
3234 * src/prep_cif.c (initialize_aggregate): Include tail padding in
3236 * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Correct
3237 placement of float result.
3238 * testsuite/libffi.special/unwindtest.cc (closure_test_fn1): Correct
3239 cast of "resp" for big-endian 64 bit machines.
3241 2003-09-11 Alan Modra <amodra@bigpond.net.au>
3243 * src/types.c (double, longdouble): Merge identical SH and ARM
3244 typedefs, and add POWERPC64.
3245 * src/powerpc/ffi.c (ffi_prep_args64): Correct next_arg calc for
3246 struct split over gpr and rest.
3247 (ffi_prep_cif_machdep): Correct intarg_count for structures.
3248 * src/powerpc/linux64.S (ffi_call_LINUX64): Fix gpr offsets.
3250 2003-09-09 Andreas Tobler <a.tobler@schweiz.ch>
3252 * src/powerpc/ffi.c (ffi_closure_helper_SYSV) Handle struct
3255 2003-09-09 Alan Modra <amodra@bigpond.net.au>
3257 * configure: Regenerate.
3259 2003-09-04 Andreas Tobler <a.tobler@schweiz.ch>
3261 * Makefile.am: Remove build rules for ffitest.
3262 * Makefile.in: Rebuilt.
3264 2003-09-04 Andreas Tobler <a.tobler@schweiz.ch>
3266 * src/java_raw_api.c: Include <stdlib.h> to fix compiler warning
3267 about implicit declaration of abort().
3269 2003-09-04 Andreas Tobler <a.tobler@schweiz.ch>
3271 * Makefile.am: Add dejagnu test framework. Fixes PR other/11411.
3272 * Makefile.in: Rebuilt.
3273 * configure.in: Add dejagnu test framework.
3274 * configure: Rebuilt.
3276 * testsuite/Makefile.am: New file.
3277 * testsuite/Makefile.in: Built
3278 * testsuite/lib/libffi-dg.exp: New file.
3279 * testsuite/config/default.exp: Likewise.
3280 * testsuite/libffi.call/call.exp: Likewise.
3281 * testsuite/libffi.call/ffitest.h: Likewise.
3282 * testsuite/libffi.call/closure_fn0.c: Likewise.
3283 * testsuite/libffi.call/closure_fn1.c: Likewise.
3284 * testsuite/libffi.call/closure_fn2.c: Likewise.
3285 * testsuite/libffi.call/closure_fn3.c: Likewise.
3286 * testsuite/libffi.call/cls_1_1byte.c: Likewise.
3287 * testsuite/libffi.call/cls_3_1byte.c: Likewise.
3288 * testsuite/libffi.call/cls_4_1byte.c: Likewise.
3289 * testsuite/libffi.call/cls_2byte.c: Likewise.
3290 * testsuite/libffi.call/cls_3byte1.c: Likewise.
3291 * testsuite/libffi.call/cls_3byte2.c: Likewise.
3292 * testsuite/libffi.call/cls_4byte.c: Likewise.
3293 * testsuite/libffi.call/cls_5byte.c: Likewise.
3294 * testsuite/libffi.call/cls_6byte.c: Likewise.
3295 * testsuite/libffi.call/cls_7byte.c: Likewise.
3296 * testsuite/libffi.call/cls_8byte.c: Likewise.
3297 * testsuite/libffi.call/cls_12byte.c: Likewise.
3298 * testsuite/libffi.call/cls_16byte.c: Likewise.
3299 * testsuite/libffi.call/cls_20byte.c: Likewise.
3300 * testsuite/libffi.call/cls_24byte.c: Likewise.
3301 * testsuite/libffi.call/cls_double.c: Likewise.
3302 * testsuite/libffi.call/cls_float.c: Likewise.
3303 * testsuite/libffi.call/cls_uchar.c: Likewise.
3304 * testsuite/libffi.call/cls_uint.c: Likewise.
3305 * testsuite/libffi.call/cls_ulonglong.c: Likewise.
3306 * testsuite/libffi.call/cls_ushort.c: Likewise.
3307 * testsuite/libffi.call/float.c: Likewise.
3308 * testsuite/libffi.call/float1.c: Likewise.
3309 * testsuite/libffi.call/float2.c: Likewise.
3310 * testsuite/libffi.call/many.c: Likewise.
3311 * testsuite/libffi.call/many_win32.c: Likewise.
3312 * testsuite/libffi.call/nested_struct.c: Likewise.
3313 * testsuite/libffi.call/nested_struct1.c: Likewise.
3314 * testsuite/libffi.call/pyobjc-tc.c: Likewise.
3315 * testsuite/libffi.call/problem1.c: Likewise.
3316 * testsuite/libffi.call/promotion.c: Likewise.
3317 * testsuite/libffi.call/return_ll.c: Likewise.
3318 * testsuite/libffi.call/return_sc.c: Likewise.
3319 * testsuite/libffi.call/return_uc.c: Likewise.
3320 * testsuite/libffi.call/strlen.c: Likewise.
3321 * testsuite/libffi.call/strlen_win32.c: Likewise.
3322 * testsuite/libffi.call/struct1.c: Likewise.
3323 * testsuite/libffi.call/struct2.c: Likewise.
3324 * testsuite/libffi.call/struct3.c: Likewise.
3325 * testsuite/libffi.call/struct4.c: Likewise.
3326 * testsuite/libffi.call/struct5.c: Likewise.
3327 * testsuite/libffi.call/struct6.c: Likewise.
3328 * testsuite/libffi.call/struct7.c: Likewise.
3329 * testsuite/libffi.call/struct8.c: Likewise.
3330 * testsuite/libffi.call/struct9.c: Likewise.
3331 * testsuite/libffi.special/special.exp: New file.
3332 * testsuite/libffi.special/ffitestcxx.h: Likewise.
3333 * testsuite/libffi.special/unwindtest.cc: Likewise.
3336 2003-08-13 Kaz Kojima <kkojima@gcc.gnu.org>
3338 * src/sh/ffi.c (OFS_INT16): Set 0 for little endian case. Update
3341 2003-08-02 Alan Modra <amodra@bigpond.net.au>
3343 * src/powerpc/ffi.c (ffi_prep_args64): Modify for changed gcc
3345 (ffi_closure_helper_LINUX64): Likewise.
3346 * src/powerpc/linux64.S: Remove code writing to parm save area.
3347 * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Use return
3348 address in lr from ffi_closure_helper_LINUX64 call to calculate
3349 table address. Optimize function tail.
3351 2003-07-28 Andreas Tobler <a.tobler@schweiz.ch>
3353 * src/sparc/ffi.c: Handle all floating point registers.
3354 * src/sparc/v9.S: Likewise. Fixes second part of PR target/11410.
3356 2003-07-11 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3358 * README: Note that libffi is not part of GCC. Update the project
3361 2003-06-19 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3363 * src/powerpc/ppc_closure.S: Include ffi.h.
3365 2003-06-13 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3367 * src/x86/sysv.S: Avoid gas-only .uleb128/.sleb128 directives.
3368 Use C style comments.
3370 2003-06-13 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3372 * Makefile.am: Add SHmedia support. Fix a typo of SH support.
3373 * Makefile.in: Regenerate.
3374 * configure.in (sh64-*-linux*, sh5*-*-linux*): Add target.
3375 * configure: Regenerate.
3376 * include/ffi.h.in: Add SHmedia support.
3377 * src/sh64/ffi.c: New file.
3378 * src/sh64/sysv.S: New file.
3380 2003-05-16 Jakub Jelinek <jakub@redhat.com>
3382 * configure.in (HAVE_RO_EH_FRAME): Check whether .eh_frame section
3383 should be read-only.
3384 * configure: Rebuilt.
3385 * fficonfig.h.in: Rebuilt.
3386 * include/ffi.h.in (EH_FRAME_FLAGS): Define.
3387 * src/alpha/osf.S: Use EH_FRAME_FLAGS.
3388 * src/powerpc/linux64.S: Likewise.
3389 * src/powerpc/linux64_closure.S: Likewise. Include ffi.h.
3390 * src/powerpc/sysv.S: Use EH_FRAME_FLAGS. Use pcrel encoding
3391 if -fpic/-fPIC/-mrelocatable.
3392 * src/powerpc/powerpc_closure.S: Likewise.
3393 * src/sparc/v8.S: If HAVE_RO_EH_FRAME is defined, don't include
3394 #write in .eh_frame flags.
3395 * src/sparc/v9.S: Likewise.
3396 * src/x86/unix64.S: Use EH_FRAME_FLAGS.
3397 * src/x86/sysv.S: Likewise. Use pcrel encoding if -fpic/-fPIC.
3398 * src/s390/sysv.S: Use EH_FRAME_FLAGS. Include ffi.h.
3400 2003-05-07 Jeff Sturm <jsturm@one-point.com>
3402 Fixes PR bootstrap/10656
3403 * configure.in (HAVE_AS_REGISTER_PSEUDO_OP): Test assembler
3404 support for .register pseudo-op.
3405 * src/sparc/v8.S: Use it.
3406 * fficonfig.h.in: Rebuilt.
3407 * configure: Rebuilt.
3409 2003-04-18 Jakub Jelinek <jakub@redhat.com>
3411 * include/ffi.h.in (POWERPC64): Define if 64-bit.
3412 (enum ffi_abi): Add FFI_LINUX64 on POWERPC.
3413 Make it the default on POWERPC64.
3414 (FFI_TRAMPOLINE_SIZE): Define to 24 on POWERPC64.
3415 * configure.in: Change powerpc-*-linux* into powerpc*-*-linux*.
3416 * configure: Rebuilt.
3417 * src/powerpc/ffi.c (hidden): Define.
3418 (ffi_prep_args_SYSV): Renamed from
3419 ffi_prep_args. Cast pointers to unsigned long to shut up warnings.
3420 (NUM_GPR_ARG_REGISTERS64, NUM_FPR_ARG_REGISTERS64,
3421 ASM_NEEDS_REGISTERS64): New.
3422 (ffi_prep_args64): New function.
3423 (ffi_prep_cif_machdep): Handle FFI_LINUX64 ABI.
3424 (ffi_call): Likewise.
3425 (ffi_prep_closure): Likewise.
3426 (flush_icache): Surround by #ifndef POWERPC64.
3427 (ffi_dblfl): New union type.
3428 (ffi_closure_helper_SYSV): Use it to avoid aliasing problems.
3429 (ffi_closure_helper_LINUX64): New function.
3430 * src/powerpc/ppc_closure.S: Surround whole file by #ifndef
3432 * src/powerpc/sysv.S: Likewise.
3433 (ffi_call_SYSV): Rename ffi_prep_args to ffi_prep_args_SYSV.
3434 * src/powerpc/linux64.S: New file.
3435 * src/powerpc/linux64_closure.S: New file.
3436 * Makefile.am (EXTRA_DIST): Add src/powerpc/linux64.S and
3437 src/powerpc/linux64_closure.S.
3438 (TARGET_SRC_POWERPC): Likewise.
3440 * src/ffitest.c (closure_test_fn, closure_test_fn1, closure_test_fn2,
3441 closure_test_fn3): Fix result printing on big-endian 64-bit
3443 (main): Print tst2_arg instead of uninitialized tst2_result.
3445 * src/ffitest.c (main): Hide what closure pointer really points to
3448 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
3450 * configure.in (arm-*-netbsdelf*): Add configuration.
3451 (configure): Regenerated.
3453 2003-04-04 Loren J. Rittle <ljrittle@acm.org>
3455 * include/Makefile.in: Regenerate.
3457 2003-03-21 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3459 * libffi/include/ffi.h.in: Define X86 instead of X86_64 in 32
3461 * libffi/src/x86/ffi.c (ffi_closure_SYSV, ffi_closure_raw_SYSV):
3462 Receive closure pointer through parameter, read args using
3463 __builtin_dwarf_cfa.
3464 (FFI_INIT_TRAMPOLINE): Send closure reference through eax.
3466 2003-03-12 Andreas Schwab <schwab@suse.de>
3468 * configure.in: Avoid trailing /. in toolexeclibdir.
3469 * configure: Rebuilt.
3471 2003-03-03 Andreas Tobler <a.tobler@schweiz.ch>
3473 * src/powerpc/darwin_closure.S: Recode to fit dynamic libraries.
3475 2003-02-06 Andreas Tobler <a.tobler@schweiz.ch>
3477 * libffi/src/powerpc/darwin_closure.S:
3478 Fix alignement bug, allocate 8 bytes for the result.
3479 * libffi/src/powerpc/aix_closure.S:
3481 * libffi/src/powerpc/ffi_darwin.c:
3482 Update stackframe description for aix/darwin_closure.S.
3484 2003-02-06 Jakub Jelinek <jakub@redhat.com>
3486 * src/s390/ffi.c (ffi_closure_helper_SYSV): Add hidden visibility
3489 2003-01-31 Christian Cornelssen <ccorn@cs.tu-berlin.de>,
3490 Andreas Schwab <schwab@suse.de>
3492 * configure.in: Adjust command to source config-ml.in to account
3493 for changes to the libffi_basedir definition.
3494 (libffi_basedir): Remove ${srcdir} from value and include trailing
3497 * configure: Regenerate.
3499 2003-01-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3501 * src/powerpc/ppc_closure.S: Recode to fit shared libs.
3503 2003-01-28 Andrew Haley <aph@redhat.com>
3505 * include/ffi.h.in: Enable FFI_CLOSURES for x86_64.
3506 * src/x86/ffi64.c (ffi_prep_closure): New.
3507 (ffi_closure_UNIX64_inner): New.
3508 * src/x86/unix64.S (ffi_closure_UNIX64): New.
3510 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
3512 * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
3513 Remove USE_LIBDIR conditional.
3514 * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
3515 * Makefile.in, configure: Rebuilt.
3517 2003-01027 David Edelsohn <edelsohn@gnu.org>
3519 * Makefile.am (TARGET_SRC_POWERPC_AIX): Fix typo.
3520 * Makefile.in: Regenerate.
3522 2003-01-22 Andrew Haley <aph@redhat.com>
3524 * src/powerpc/darwin.S (_ffi_call_AIX): Add Augmentation size to
3527 2003-01-21 Andreas Tobler <a.tobler@schweiz.ch>
3529 * src/powerpc/darwin.S: Add unwind info.
3530 * src/powerpc/darwin_closure.S: Likewise.
3532 2003-01-14 Andrew Haley <aph@redhat.com>
3534 * src/x86/ffi64.c (ffi_prep_args): Check for void retval.
3535 (ffi_prep_cif_machdep): Likewise.
3536 * src/x86/unix64.S: Add unwind info.
3538 2003-01-14 Andreas Jaeger <aj@suse.de>
3540 * src/ffitest.c (main): Only use ffi_closures if those are
3543 2003-01-13 Andreas Tobler <a.tobler@schweiz.ch>
3545 * libffi/src/ffitest.c
3546 add closure testcases
3548 2003-01-13 Kevin B. Hendricks <khendricks@ivey.uwo.ca>
3550 * libffi/src/powerpc/ffi.c
3551 fix alignment bug for float (4 byte aligned iso 8 byte)
3553 2003-01-09 Geoffrey Keating <geoffk@apple.com>
3555 * src/powerpc/ffi_darwin.c: Remove RCS version string.
3556 * src/powerpc/darwin.S: Remove RCS version string.
3558 2003-01-03 Jeff Sturm <jsturm@one-point.com>
3560 * include/ffi.h.in: Add closure defines for SPARC, SPARC64.
3561 * src/ffitest.c (main): Use static storage for closure.
3562 * src/sparc/ffi.c (ffi_prep_closure, ffi_closure_sparc_inner): New.
3563 * src/sparc/v8.S (ffi_closure_v8): New.
3564 * src/sparc/v9.S (ffi_closure_v9): New.
3566 2002-11-10 Ranjit Mathew <rmathew@hotmail.com>
3568 * include/ffi.h.in: Added FFI_STDCALL ffi_type
3569 enumeration for X86_WIN32.
3570 * src/x86/win32.S: Added ffi_call_STDCALL function
3572 * src/x86/ffi.c (ffi_call/ffi_raw_call): Added
3573 switch cases for recognising FFI_STDCALL and
3574 calling ffi_call_STDCALL if target is X86_WIN32.
3575 * src/ffitest.c (my_stdcall_strlen/stdcall_many):
3576 stdcall versions of the "my_strlen" and "many"
3577 test functions (for X86_WIN32).
3578 Added test cases to test stdcall invocation using
3581 2002-12-02 Kaz Kojima <kkojima@gcc.gnu.org>
3583 * src/sh/sysv.S: Add DWARF2 unwind info.
3585 2002-11-27 Ulrich Weigand <uweigand@de.ibm.com>
3587 * src/s390/sysv.S (.eh_frame section): Make section read-only.
3589 2002-11-26 Jim Wilson <wilson@redhat.com>
3591 * src/types.c (FFI_TYPE_POINTER): Has size 8 on IA64.
3593 2002-11-23 H.J. Lu <hjl@gnu.org>
3595 * acinclude.m4: Add dummy AM_PROG_LIBTOOL.
3596 Include ../config/accross.m4.
3597 * aclocal.m4; Rebuild.
3598 * configure: Likewise.
3600 2002-11-15 Ulrich Weigand <uweigand@de.ibm.com>
3602 * src/s390/sysv.S (.eh_frame section): Adapt to pcrel FDE encoding.
3604 2002-11-11 DJ Delorie <dj@redhat.com>
3606 * configure.in: Look for common files in the right place.
3608 2002-10-08 Ulrich Weigand <uweigand@de.ibm.com>
3610 * src/java_raw_api.c (ffi_java_raw_to_ptrarray): Interpret
3611 raw data as _Jv_word values, not ffi_raw.
3612 (ffi_java_ptrarray_to_raw): Likewise.
3613 (ffi_java_rvalue_to_raw): New function.
3614 (ffi_java_raw_call): Call it.
3615 (ffi_java_raw_to_rvalue): New function.
3616 (ffi_java_translate_args): Call it.
3617 * src/ffitest.c (closure_test_fn): Interpret return value
3618 as ffi_arg, not int.
3619 * src/s390/ffi.c (ffi_prep_cif_machdep): Add missing
3620 FFI_TYPE_POINTER case.
3621 (ffi_closure_helper_SYSV): Likewise. Also, assume return
3622 values extended to word size.
3624 2002-10-02 Andreas Jaeger <aj@suse.de>
3626 * src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.
3628 2002-10-01 Bo Thorsen <bo@smetana.suse.de>
3630 * include/ffi.h.in: Fix i386 win32 compilation.
3632 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
3634 * configure.in: Add s390x-*-linux-* target.
3635 * configure: Regenerate.
3636 * include/ffi.h.in: Define S390X for s390x targets.
3637 (FFI_CLOSURES): Define for s390/s390x.
3638 (FFI_TRAMPOLINE_SIZE): Likewise.
3639 (FFI_NATIVE_RAW_API): Likewise.
3640 * src/prep_cif.c (ffi_prep_cif): Do not compute stack space for s390.
3641 * src/types.c (FFI_TYPE_POINTER): Use 8-byte pointers on s390x.
3642 * src/s390/ffi.c: Major rework of existing code. Add support for
3643 s390x targets. Add closure support.
3644 * src/s390/sysv.S: Likewise.
3646 2002-09-29 Richard Earnshaw <rearnsha@arm.com>
3648 * src/arm/sysv.S: Fix typo.
3650 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
3652 * src/arm/sysv.S: If we don't have machine/asm.h and the pre-processor
3653 has defined __USER_LABEL_PREFIX__, then use it in CNAME.
3654 (ffi_call_SYSV): Handle soft-float.
3656 2002-09-27 Bo Thorsen <bo@suse.de>
3658 * include/ffi.h.in: Fix multilib x86-64 support.
3660 2002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3662 * Makefile.am (all-multi): Fix multilib parallel build.
3664 2002-07-19 Kaz Kojima <kkojima@gcc.gnu.org>
3666 * configure.in (sh[34]*-*-linux*): Add brackets.
3667 * configure: Regenerate.
3669 2002-07-18 Kaz Kojima <kkojima@gcc.gnu.org>
3671 * Makefile.am: Add SH support.
3672 * Makefile.in: Regenerate.
3673 * configure.in (sh-*-linux*, sh[34]*-*-linux*): Add target.
3674 * configure: Regenerate.
3675 * include/ffi.h.in: Add SH support.
3676 * src/sh/ffi.c: New file.
3677 * src/sh/sysv.S: New file.
3678 * src/types.c: Add SH support.
3680 2002-07-16 Bo Thorsen <bo@suse.de>
3682 * src/x86/ffi64.c: New file that adds x86-64 support.
3683 * src/x86/unix64.S: New file that handles argument setup for
3685 * src/x86/sysv.S: Don't use this on x86-64.
3686 * src/x86/ffi.c: Don't use this on x86-64.
3688 * src/prep_cif.c (ffi_prep_cif): Don't do stack size calculation
3690 * src/ffitest.c (struct6): New test that tests a special case in
3692 (struct7): Likewise.
3693 (struct8): Likewise.
3694 (struct9): Likewise.
3695 (closure_test_fn): Silence warning about this when it's not used.
3696 (main): Add the new tests.
3697 (main): Fix a couple of wrong casts and silence some compiler warnings.
3698 * include/ffi.h.in: Add x86-64 ABI definition.
3699 * fficonfig.h.in: Regenerate.
3700 * Makefile.am: Add x86-64 support.
3701 * configure.in: Likewise.
3702 * Makefile.in: Regenerate.
3703 * configure: Likewise.
3705 2002-06-24 Bo Thorsen <bo@suse.de>
3707 * src/types.c: Merge settings for similar architectures.
3708 Add x86-64 sizes and alignments.
3710 2002-06-23 Bo Thorsen <bo@suse.de>
3712 * src/arm/ffi.c (ffi_prep_args): Remove unused vars.
3713 * src/sparc/ffi.c (ffi_prep_args_v8): Likewise.
3714 * src/mips/ffi.c (ffi_prep_args): Likewise.
3715 * src/m68k/ffi.c (ffi_prep_args): Likewise.
3717 2002-07-18 H.J. Lu (hjl@gnu.org)
3719 * Makefile.am (TARGET_SRC_MIPS_LINUX): New.
3720 (libffi_la_SOURCES): Support MIPS_LINUX.
3721 (libffi_convenience_la_SOURCES): Likewise.
3722 * Makefile.in: Regenerated.
3724 * configure.in (mips64*-*): Skip.
3725 (mips*-*-linux*): New.
3726 * configure: Regenerated.
3728 * src/mips/ffi.c: Include <sgidefs.h>.
3730 2002-06-06 Ulrich Weigand <uweigand@de.ibm.com>
3732 * src/s390/sysv.S: Save/restore %r6. Add DWARF-2 unwind info.
3734 2002-05-27 Roger Sayle <roger@eyesopen.com>
3736 * src/x86/ffi.c (ffi_prep_args): Remove reference to avn.
3738 2002-05-27 Bo Thorsen <bo@suse.de>
3740 * src/x86/ffi.c (ffi_prep_args): Remove unused variable and
3743 2002-05-13 Andreas Tobler <a.tobler@schweiz.ch>
3745 * src/powerpc/ffi_darwin.c (ffi_prep_closure): Declare fd at
3746 beginning of function (for older apple cc).
3748 2002-05-08 Alexandre Oliva <aoliva@redhat.com>
3750 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
3751 script entry, and set LD to it when configuring multilibs.
3752 * configure: Rebuilt.
3754 2002-05-05 Jason Thorpe <thorpej@wasabisystems.com>
3756 * configure.in (sparc64-*-netbsd*): Add target.
3757 (sparc-*-netbsdelf*): Likewise.
3758 * configure: Regenerate.
3760 2002-04-28 David S. Miller <davem@redhat.com>
3762 * configure.in, configure: Fix SPARC test in previous change.
3764 2002-04-29 Gerhard Tonn <GerhardTonn@swol.de>
3766 * Makefile.am: Add Linux for S/390 support.
3767 * Makefile.in: Regenerate.
3768 * configure.in: Add Linux for S/390 support.
3769 * configure: Regenerate.
3770 * include/ffi.h.in: Add Linux for S/390 support.
3771 * src/s390/ffi.c: New file from libffi CVS tree.
3772 * src/s390/sysv.S: New file from libffi CVS tree.
3774 2002-04-28 Jakub Jelinek <jakub@redhat.com>
3776 * configure.in (HAVE_AS_SPARC_UA_PCREL): Check for working
3778 * src/sparc/v8.S: Use it.
3779 * src/sparc/v9.S: Likewise.
3780 * fficonfig.h.in: Rebuilt.
3781 * configure: Rebuilt.
3783 2002-04-08 Hans Boehm <Hans_Boehm@hp.com>
3785 * src/java_raw_api.c (ffi_java_raw_size): Handle FFI_TYPE_DOUBLE
3787 * src/ia64/unix.S: Add unwind information. Fix comments.
3788 Save sp in a way that's compatible with unwind info.
3789 (ffi_call_unix): Correctly restore sp in all cases.
3790 * src/ia64/ffi.c: Add, fix comments.
3792 2002-04-08 Jakub Jelinek <jakub@redhat.com>
3794 * src/sparc/v8.S: Make .eh_frame dependent on target word size.
3796 2002-04-06 Jason Thorpe <thorpej@wasabisystems.com>
3798 * configure.in (alpha*-*-netbsd*): Add target.
3799 * configure: Regenerate.
3801 2002-04-04 Jeff Sturm <jsturm@one-point.com>
3803 * src/sparc/v8.S: Add unwind info.
3804 * src/sparc/v9.S: Likewise.
3806 2002-03-30 Krister Walfridsson <cato@df.lth.se>
3808 * configure.in: Enable i*86-*-netbsdelf*.
3809 * configure: Rebuilt.
3811 2002-03-29 David Billinghurst <David.Billinghurst@riotinto.com>
3814 * src/mips/n32.s: Delete
3815 * src/mips/o32.s: Delete
3817 2002-03-21 Loren J. Rittle <ljrittle@acm.org>
3819 * configure.in: Enable alpha*-*-freebsd*.
3820 * configure: Rebuilt.
3822 2002-03-17 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
3824 * Makefile.am: libfficonvenience -> libffi_convenience.
3825 * Makefile.in: Rebuilt.
3827 * Makefile.am: Define ffitest_OBJECTS.
3828 * Makefile.in: Rebuilt.
3830 2002-03-07 Andreas Tobler <toa@pop.agri.ch>
3831 David Edelsohn <edelsohn@gnu.org>
3833 * Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.
3834 (TARGET_SRC_POWERPC_AIX): Add aix_closure.S.
3835 (TARGET_SRC_POWERPC_DARWIN): Add darwin_closure.S.
3836 * Makefile.in: Regenerate.
3837 * include/ffi.h.in: Add AIX and Darwin closure definitions.
3838 * src/powerpc/ffi_darwin.c (ffi_prep_closure): New function.
3839 (flush_icache, flush_range): New functions.
3840 (ffi_closure_helper_DARWIN): New function.
3841 * src/powerpc/aix_closure.S: New file.
3842 * src/powerpc/darwin_closure.S: New file.
3844 2002-02-24 Jeff Sturm <jsturm@one-point.com>
3846 * include/ffi.h.in: Add typedef for ffi_arg.
3847 * src/ffitest.c (main): Declare rint with ffi_arg.
3849 2002-02-21 Andreas Tobler <toa@pop.agri.ch>
3851 * src/powerpc/ffi_darwin.c (ffi_prep_args): Skip appropriate
3852 number of GPRs for floating-point arguments.
3854 2002-01-31 Anthony Green <green@redhat.com>
3856 * configure: Rebuilt.
3857 * configure.in: Replace CHECK_SIZEOF and endian tests with
3858 cross-compiler friendly macros.
3859 * aclocal.m4 (AC_COMPILE_CHECK_SIZEOF, AC_C_BIGENDIAN_CROSS): New
3862 2002-01-18 David Edelsohn <edelsohn@gnu.org>
3864 * src/powerpc/darwin.S (_ffi_call_AIX): New.
3865 * src/powerpc/aix.S (ffi_call_DARWIN): New.
3867 2002-01-17 David Edelsohn <edelsohn@gnu.org>
3869 * Makefile.am (EXTRA_DIST): Add Darwin and AIX files.
3870 (TARGET_SRC_POWERPC_AIX): New.
3871 (POWERPC_AIX): New stanza.
3872 * Makefile.in: Regenerate.
3873 * configure.in: Add AIX case.
3874 * configure: Regenerate.
3875 * include/ffi.h.in (ffi_abi): Add FFI_AIX.
3876 * src/powerpc/ffi_darwin.c (ffi_status): Use "long" to scale frame
3877 size. Fix "long double" support.
3878 (ffi_call): Add FFI_AIX case.
3879 * src/powerpc/aix.S: New.
3881 2001-10-09 John Hornkvist <john@toastedmarshmallow.com>
3883 Implement Darwin PowerPC ABI.
3884 * configure.in: Handle powerpc-*-darwin*.
3885 * Makefile.am: Set source files for POWERPC_DARWIN.
3886 * configure: Rebuilt.
3887 * Makefile.in: Rebuilt.
3888 * include/ffi.h.in: Define FFI_DARWIN and FFI_DEFAULT_ABI for
3890 * src/powerpc/darwin.S: New file.
3891 * src/powerpc/ffi_darwin.c: New file.
3893 2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
3895 * src/x86/ffi.c: Fix spelling error of "separate" as "seperate".
3897 2001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3899 * src/x86/sysv.S: Avoid gas-only .balign directive.
3900 Use C style comments.
3902 2001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3904 * src/alpha/ffi.c (ffi_prep_closure): Avoid gas-only mnemonic.
3905 Fixes PR bootstrap/3563.
3907 2001-06-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3909 * src/alpha/osf.S (ffi_closure_osf): Use .rdata for ECOFF.
3911 2001-06-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3913 * configure.in: Recognize sparc*-sun-* host.
3914 * configure: Regenerate.
3916 2001-06-06 Andrew Haley <aph@redhat.com>
3918 * src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF.
3920 2001-06-03 Andrew Haley <aph@redhat.com>
3922 * src/alpha/osf.S: Add unwind info.
3923 * src/powerpc/sysv.S: Add unwind info.
3924 * src/powerpc/ppc_closure.S: Likewise.
3926 2000-05-31 Jeff Sturm <jsturm@one-point.com>
3928 * configure.in: Fix AC_ARG_ENABLE usage.
3929 * configure: Rebuilt.
3931 2001-05-06 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
3933 * configure.in: Remove warning about beta code.
3934 * configure: Rebuilt.
3936 2001-04-25 Hans Boehm <Hans_Boehm@hp.com>
3938 * src/ia64/unix.S: Restore stack pointer when returning from
3940 * src/ia64/ffi.c: Fix typo in comment.
3942 2001-04-18 Jim Wilson <wilson@redhat.com>
3944 * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2
3945 to eliminate RAW DV.
3947 2001-04-12 Bryce McKinlay <bryce@albatross.co.nz>
3949 * Makefile.am: Make a libtool convenience library.
3950 * Makefile.in: Rebuilt.
3952 2001-03-29 Bryce McKinlay <bryce@albatross.co.nz>
3954 * configure.in: Use different syntax for subdirectory creation.
3955 * configure: Rebuilt.
3957 2001-03-27 Jon Beniston <jon@beniston.com>
3959 * configure.in: Added X86_WIN32 target (Win32, CygWin, MingW).
3960 * configure: Rebuilt.
3961 * Makefile.am: Added X86_WIN32 target support.
3962 * Makefile.in: Rebuilt.
3964 * include/ffi.h.in: Added X86_WIN32 target support.
3966 * src/ffitest.c: Doesn't run structure tests for X86_WIN32 targets.
3967 * src/types.c: Added X86_WIN32 target support.
3969 * src/x86/win32.S: New file. Based on sysv.S, but with EH
3970 stuff removed and made to work with CygWin's gas.
3972 2001-03-26 Bryce McKinlay <bryce@albatross.co.nz>
3974 * configure.in: Make target subdirectory in build dir.
3975 * Makefile.am: Override suffix based rules to specify correct output
3977 * Makefile.in: Rebuilt.
3978 * configure: Rebuilt.
3980 2001-03-23 Kevin B Hendricks <khendricks@ivey.uwo.ca>
3982 * src/powerpc/ppc_closure.S: New file.
3983 * src/powerpc/ffi.c (ffi_prep_args): Fixed ABI compatibility bug
3984 involving long long and register pairs.
3985 (ffi_prep_closure): New function.
3986 (flush_icache): Likewise.
3987 (ffi_closure_helper_SYSV): Likewise.
3988 * include/ffi.h.in (FFI_CLOSURES): Define on PPC.
3989 (FFI_TRAMPOLINE_SIZE): Likewise.
3990 (FFI_NATIVE_RAW_API): Likewise.
3991 * Makefile.in: Rebuilt.
3992 * Makefile.am (EXTRA_DIST): Added src/powerpc/ppc_closure.S.
3993 (TARGET_SRC_POWERPC): Likewise.
3995 2001-03-19 Tom Tromey <tromey@redhat.com>
3997 * Makefile.in: Rebuilt.
3998 * Makefile.am (ffitest_LDFLAGS): New macro.
4000 2001-03-02 Nick Clifton <nickc@redhat.com>
4002 * include/ffi.h.in: Remove RCS ident string.
4003 * include/ffi_mips.h: Remove RCS ident string.
4004 * src/debug.c: Remove RCS ident string.
4005 * src/ffitest.c: Remove RCS ident string.
4006 * src/prep_cif.c: Remove RCS ident string.
4007 * src/types.c: Remove RCS ident string.
4008 * src/alpha/ffi.c: Remove RCS ident string.
4009 * src/alpha/osf.S: Remove RCS ident string.
4010 * src/arm/ffi.c: Remove RCS ident string.
4011 * src/arm/sysv.S: Remove RCS ident string.
4012 * src/mips/ffi.c: Remove RCS ident string.
4013 * src/mips/n32.S: Remove RCS ident string.
4014 * src/mips/o32.S: Remove RCS ident string.
4015 * src/sparc/ffi.c: Remove RCS ident string.
4016 * src/sparc/v8.S: Remove RCS ident string.
4017 * src/sparc/v9.S: Remove RCS ident string.
4018 * src/x86/ffi.c: Remove RCS ident string.
4019 * src/x86/sysv.S: Remove RCS ident string.
4021 2001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
4023 * include/ffi.h.in: Change sourceware.cygnus.com references to
4026 2000-12-09 Richard Henderson <rth@redhat.com>
4028 * src/alpha/ffi.c (ffi_call): Simplify struct return test.
4029 (ffi_closure_osf_inner): Index rather than increment avalue
4030 and arg_types. Give ffi_closure_osf the raw return value type.
4031 * src/alpha/osf.S (ffi_closure_osf): Handle return value type
4034 2000-12-07 Richard Henderson <rth@redhat.com>
4036 * src/raw_api.c (ffi_translate_args): Fix typo.
4037 (ffi_prep_closure): Likewise.
4039 * include/ffi.h.in [ALPHA]: Define FFI_CLOSURES and
4040 FFI_TRAMPOLINE_SIZE.
4041 * src/alpha/ffi.c (ffi_prep_cif_machdep): Adjust minimal
4042 cif->bytes for new ffi_call_osf implementation.
4043 (ffi_prep_args): Absorb into ...
4044 (ffi_call): ... here. Do all stack allocation here and
4045 avoid a callback function.
4046 (ffi_prep_closure, ffi_closure_osf_inner): New.
4047 * src/alpha/osf.S (ffi_call_osf): Reimplement with no callback.
4048 (ffi_closure_osf): New.
4050 2000-09-10 Alexandre Oliva <aoliva@redhat.com>
4052 * config.guess, config.sub, install-sh: Removed.
4053 * ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise.
4054 * Makefile.in: Rebuilt.
4056 * acinclude.m4: Include libtool macros from the top level.
4057 * aclocal.m4, configure: Rebuilt.
4059 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
4061 * configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set.
4062 * configure: Rebuilt.
4064 2000-05-11 Scott Bambrough <scottb@netwinder.org>
4066 * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to
4067 memory correctly. Use conditional instructions, not branches where
4070 2000-05-04 Tom Tromey <tromey@cygnus.com>
4072 * configure: Rebuilt.
4073 * configure.in: Match `arm*-*-linux-*'.
4074 From Chris Dornan <cdornan@arm.com>.
4076 2000-04-28 Jakub Jelinek <jakub@redhat.com>
4078 * Makefile.am (SUBDIRS): Define.
4079 (AM_MAKEFLAGS): Likewise.
4080 (Multilib support.): Add section.
4081 * Makefile.in: Rebuilt.
4082 * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
4083 New variables. Set for gcc using -print-multi-lib. Export them
4085 (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
4086 * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
4088 (extra_compiler_flags_value, extra_compiler_flags): Check these
4089 for extra compiler options which need to be passed down in
4092 2000-04-16 Anthony Green <green@redhat.com>
4094 * configure: Rebuilt.
4095 * configure.in: Change i*86-pc-linux* to i*86-*-linux*.
4097 2000-04-14 Jakub Jelinek <jakub@redhat.com>
4099 * include/ffi.h.in (SPARC64): Define for 64bit SPARC builds.
4100 Set SPARC FFI_DEFAULT_ABI based on SPARC64 define.
4101 * src/sparc/ffi.c (ffi_prep_args_v8): Renamed from ffi_prep_args.
4102 Replace all void * sizeofs with sizeof(int).
4103 Only compare type with FFI_TYPE_LONGDOUBLE if LONGDOUBLE is
4104 different than DOUBLE.
4105 Remove FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases (handled elsewhere).
4106 (ffi_prep_args_v9): New function.
4107 (ffi_prep_cif_machdep): Handle V9 ABI and long long on V8.
4108 (ffi_V9_return_struct): New function.
4109 (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from
4110 32bit code (not yet cross-arch calls).
4111 * src/sparc/v8.S: Add struct return delay nop.
4113 * src/sparc/v9.S: New file.
4114 * src/prep_cif.c (ffi_prep_cif): Return structure pointer
4115 is used on sparc64 only for structures larger than 32 bytes.
4116 Pass by reference for structures is done for structure arguments
4117 larger than 16 bytes.
4118 * src/ffitest.c (main): Use 64bit rint on sparc64.
4119 Run long long tests on sparc.
4120 * src/types.c (FFI_TYPE_POINTER): Pointer is 64bit on alpha and
4122 (FFI_TYPE_LONGDOUBLE): long double is 128 bit aligned to 128 bits
4124 * configure.in (sparc-*-linux*): New supported target.
4125 (sparc64-*-linux*): Likewise.
4126 * configure: Rebuilt.
4127 * Makefile.am: Add v9.S to SPARC files.
4128 * Makefile.in: Likewise.
4129 (LINK): Surround $(CCLD) into double quotes, so that multilib
4130 compiles work correctly.
4132 2000-04-04 Alexandre Petit-Bianco <apbianco@cygnus.com>
4134 * configure: Rebuilt.
4135 * configure.in: (i*86-*-solaris*): New libffi target. Patch
4136 proposed by Bryce McKinlay.
4138 2000-03-20 Tom Tromey <tromey@cygnus.com>
4140 * Makefile.in: Hand edit for java_raw_api.lo.
4142 2000-03-08 Bryce McKinlay <bryce@albatross.co.nz>
4144 * config.guess, config.sub: Update from the gcc tree.
4145 Fix for PR libgcj/168.
4147 2000-03-03 Tom Tromey <tromey@cygnus.com>
4149 * Makefile.in: Fixed ia64 by hand.
4151 * configure: Rebuilt.
4152 * configure.in (--enable-multilib): New option.
4153 (libffi_basedir): New subst.
4154 (AC_OUTPUT): Added multilib code.
4156 2000-03-02 Tom Tromey <tromey@cygnus.com>
4158 * Makefile.in: Rebuilt.
4159 * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
4162 2000-02-25 Hans Boehm <boehm@acm.org>
4164 * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
4166 * src/raw_api.c (ffi_translate_args): Fixed typo in argument
4168 (ffi_prep_raw_closure): Use ffi_translate_args, not
4169 ffi_closure_translate.
4170 * src/java_raw_api.c: New file.
4171 * src/ffitest.c (closure_test_fn): New function.
4172 (main): Define `rint' as long long on IA64. Added new test when
4173 FFI_CLOSURES is defined.
4174 * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
4175 (ffi_abi): Recognize IA64.
4176 (ffi_raw): Added `flt' field.
4177 Added "Java raw API" code.
4178 * configure.in: Recognize ia64.
4179 * Makefile.am (TARGET_SRC_IA64): New macro.
4180 (libffi_la_common_SOURCES): Added java_raw_api.c.
4181 (libffi_la_SOURCES): Define in IA64 case.
4183 2000-01-04 Tom Tromey <tromey@cygnus.com>
4185 * Makefile.in: Rebuilt with newer automake.
4187 1999-12-31 Tom Tromey <tromey@cygnus.com>
4189 * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
4191 1999-09-01 Tom Tromey <tromey@cygnus.com>
4193 * include/ffi.h.in: Removed PACKAGE and VERSION defines and
4195 * fficonfig.h.in: Rebuilt.
4196 * configure: Rebuilt.
4197 * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
4198 Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
4199 * acconfig.h: Don't #undef PACKAGE or VERSION.
4201 1999-08-09 Anthony Green <green@cygnus.com>
4203 * include/ffi.h.in: Try to work around messy header problem
4204 with PACKAGE and VERSION.
4206 * configure: Rebuilt.
4207 * configure.in: Change version to 2.00-beta.
4209 * fficonfig.h.in: Rebuilt.
4210 * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
4212 * src/x86/ffi.c (ffi_raw_call): Rename.
4214 1999-08-02 Kresten Krab Thorup <krab@dominiq.is.s.u-tokyo.ac.jp>
4216 * src/x86/ffi.c (ffi_closure_SYSV): New function.
4217 (ffi_prep_incoming_args_SYSV): Ditto.
4218 (ffi_prep_closure): Ditto.
4219 (ffi_closure_raw_SYSV): Ditto.
4220 (ffi_prep_raw_closure): More ditto.
4221 (ffi_call_raw): Final ditto.
4223 * include/ffi.h.in: Add definitions for closure and raw API.
4225 * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
4228 * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
4230 * src/raw_api.c: New file.
4232 * include/ffi.h.in (ffi_raw): New type.
4233 (UINT_ARG, SINT_ARG): New defines.
4234 (ffi_closure, ffi_raw_closure): New types.
4235 (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
4237 * configure.in: Add check for endianness and sizeof void*.
4239 * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
4240 instead of directly.
4242 * configure: Rebuilt.
4244 Thu Jul 8 14:28:42 1999 Anthony Green <green@cygnus.com>
4246 * configure.in: Add x86 and powerpc BeOS configurations.
4247 From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
4249 1999-05-09 Anthony Green <green@cygnus.com>
4251 * configure.in: Add warning about this being beta code.
4252 Remove src/Makefile.am from the picture.
4253 * configure: Rebuilt.
4255 * Makefile.am: Move logic from src/Makefile.am. Add changes
4256 to support libffi as a target library.
4257 * Makefile.in: Rebuilt.
4259 * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
4260 Upgraded to new autoconf, automake, libtool.
4264 * LICENSE: Update copyright date.
4266 * src/Makefile.am, src/Makefile.in: Removed.
4268 1998-11-29 Anthony Green <green@cygnus.com>
4270 * include/ChangeLog: Removed.
4271 * src/ChangeLog: Removed.
4272 * src/mips/ChangeLog: Removed.
4273 * src/sparc/ChangeLog: Remboved.
4274 * src/x86/ChangeLog: Removed.
4276 * ChangeLog.v1: Created.