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