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