]> git.ipfire.org Git - thirdparty/gcc.git/blame - libffi/ChangeLog
haifa-sched.c (unlink_other_notes, [...]): Do not handle loop notes.
[thirdparty/gcc.git] / libffi / ChangeLog
CommitLineData
b295c471
AT
12006-03-01 Andreas Tobler <a.tobler@schweiz.ch>
2
3 * testsuite/libffi.special/unwindtest.cc (closure_test_fn): Mark cif,
4 args and userdata unused.
5 (closure_test_fn1): Mark cif and userdata unused.
6 (main): Remove unused res.
7
9fdeb13b
AT
82006-02-28 Andreas Tobler <a.tobler@schweiz.ch>
9
10 * testsuite/libffi.call/call.exp: Adjust FSF address. Add test runs for
11 -O2, -O3, -Os and the warning flags -W -Wall.
12 * testsuite/libffi.special/special.exp: Likewise.
13 * testsuite/libffi.call/ffitest.h: Add an __UNUSED__ macro to mark
14 unused parameter unused for gcc or else do nothing.
15 * testsuite/libffi.special/ffitestcxx.h: Likewise.
16 * testsuite/libffi.call/cls_12byte.c (cls_struct_12byte_gn): Mark cif
17 and userdata unused.
18 * testsuite/libffi.call/cls_16byte.c (cls_struct_16byte_gn): Likewise.
19 * testsuite/libffi.call/cls_18byte.c (cls_struct_18byte_gn): Likewise.
20 * testsuite/libffi.call/cls_19byte.c (cls_struct_19byte_gn): Likewise.
21 * testsuite/libffi.call/cls_1_1byte.c (cls_struct_1_1byte_gn): Likewise.
22 * testsuite/libffi.call/cls_20byte.c (cls_struct_20byte_gn): Likewise.
23 * testsuite/libffi.call/cls_20byte1.c (cls_struct_20byte_gn): Likewise.
24 * testsuite/libffi.call/cls_24byte.c (cls_struct_24byte_gn): Likewise.
25 * testsuite/libffi.call/cls_2byte.c (cls_struct_2byte_gn): Likewise.
26 * testsuite/libffi.call/cls_3_1byte.c (cls_struct_3_1byte_gn): Likewise.
27 * testsuite/libffi.call/cls_3byte1.c (cls_struct_3byte_gn): Likewise.
28 * testsuite/libffi.call/cls_3byte2.c (cls_struct_3byte_gn1): Likewise.
29 * testsuite/libffi.call/cls_4_1byte.c (cls_struct_4_1byte_gn): Likewise.
30 * testsuite/libffi.call/cls_4byte.c (cls_struct_4byte_gn): Likewise.
31 * testsuite/libffi.call/cls_5_1_byte.c (cls_struct_5byte_gn): Likewise.
32 * testsuite/libffi.call/cls_5byte.c (cls_struct_5byte_gn): Likewise.
33 * testsuite/libffi.call/cls_64byte.c (cls_struct_64byte_gn): Likewise.
34 * testsuite/libffi.call/cls_6_1_byte.c (cls_struct_6byte_gn): Likewise.
35 * testsuite/libffi.call/cls_6byte.c (cls_struct_6byte_gn): Likewise.
36 * testsuite/libffi.call/cls_7_1_byte.c (cls_struct_7byte_gn): Likewise.
37 * testsuite/libffi.call/cls_7byte.c (cls_struct_7byte_gn): Likewise.
38 * testsuite/libffi.call/cls_8byte.c (cls_struct_8byte_gn): Likewise.
39 * testsuite/libffi.call/cls_9byte1.c (cls_struct_9byte_gn): Likewise.
40 * testsuite/libffi.call/cls_9byte2.c (cls_struct_9byte_gn): Likewise.
41 * testsuite/libffi.call/cls_align_double.c (cls_struct_align_gn):
42 Likewise.
43 * testsuite/libffi.call/cls_align_float.c (cls_struct_align_gn):
44 Likewise.
45 * testsuite/libffi.call/cls_align_longdouble.c (cls_struct_align_gn):
46 Likewise.
47 * testsuite/libffi.call/cls_align_pointer.c (cls_struct_align_fn): Cast
48 void* to avoid compiler warning.
49 (main): Likewise.
50 (cls_struct_align_gn): Mark cif and userdata unused.
51 * testsuite/libffi.call/cls_align_sint16.c (cls_struct_align_gn):
52 Likewise.
53 * testsuite/libffi.call/cls_align_sint32.c (cls_struct_align_gn):
54 Likewise.
55 * testsuite/libffi.call/cls_align_sint64.c (cls_struct_align_gn):
56 Likewise.
57 * testsuite/libffi.call/cls_align_uint16.c (cls_struct_align_gn):
58 Likewise.
59 * testsuite/libffi.call/cls_align_uint32.c (cls_struct_align_gn):
60 Likewise.
61 * testsuite/libffi.call/cls_double.c (cls_ret_double_fn): Likewise.
62 * testsuite/libffi.call/cls_float.c (cls_ret_float_fn): Likewise.
63 * testsuite/libffi.call/cls_multi_schar.c (test_func_gn): Mark cif and
64 data unused.
65 (main): Cast res_call to silence gcc.
66 * testsuite/libffi.call/cls_multi_sshort.c (test_func_gn): Mark cif and
67 data unused.
68 (main): Cast res_call to silence gcc.
69 * testsuite/libffi.call/cls_multi_sshortchar.c (test_func_gn): Mark cif
70 and data unused.
71 (main): Cast res_call to silence gcc.
72 * testsuite/libffi.call/cls_multi_uchar.c (test_func_gn): Mark cif and
73 data unused.
74 (main): Cast res_call to silence gcc.
75 * testsuite/libffi.call/cls_multi_ushort.c (test_func_gn): Mark cif and
76 data unused.
77 (main): Cast res_call to silence gcc.
78 * testsuite/libffi.call/cls_multi_ushortchar.c (test_func_gn): Mark cif
79 and data unused.
80 (main): Cast res_call to silence gcc.
81 * testsuite/libffi.call/cls_schar.c (cls_ret_schar_fn): Mark cif and
82 userdata unused.
83 (cls_ret_schar_fn): Cast printf parameter to silence gcc.
84 * testsuite/libffi.call/cls_sint.c (cls_ret_sint_fn): Mark cif and
85 userdata unused.
86 (cls_ret_sint_fn): Cast printf parameter to silence gcc.
87 * testsuite/libffi.call/cls_sshort.c (cls_ret_sshort_fn): Mark cif and
88 userdata unused.
89 (cls_ret_sshort_fn): Cast printf parameter to silence gcc.
90 * testsuite/libffi.call/cls_uchar.c (cls_ret_uchar_fn): Mark cif and
91 userdata unused.
92 (cls_ret_uchar_fn): Cast printf parameter to silence gcc.
93 * testsuite/libffi.call/cls_uint.c (cls_ret_uint_fn): Mark cif and
94 userdata unused.
95 (cls_ret_uint_fn): Cast printf parameter to silence gcc.
96 * testsuite/libffi.call/cls_ulonglong.c (cls_ret_ulonglong_fn): Mark cif
97 and userdata unused.
98 * testsuite/libffi.call/cls_ushort.c (cls_ret_ushort_fn): Mark cif and
99 userdata unused.
100 (cls_ret_ushort_fn): Cast printf parameter to silence gcc.
101 * testsuite/libffi.call/float.c (floating): Remove unused parameter e.
102 * testsuite/libffi.call/float1.c (main): Remove unused variable i.
103 Cleanup white spaces.
104 * testsuite/libffi.call/negint.c (checking): Remove unused variable i.
105 * testsuite/libffi.call/nested_struct.c (cls_struct_combined_gn): Mark
106 cif and userdata unused.
107 * testsuite/libffi.call/nested_struct1.c (cls_struct_combined_gn):
108 Likewise.
109 * testsuite/libffi.call/nested_struct10.c (B_gn): Likewise.
110 * testsuite/libffi.call/nested_struct2.c (B_fn): Adjust printf
111 formatters to silence gcc.
112 (B_gn): Mark cif and userdata unused.
113 * testsuite/libffi.call/nested_struct3.c (B_gn): Mark cif and userdata
114 unused.
115 * testsuite/libffi.call/nested_struct4.c: Mention related PR.
116 (B_gn): Mark cif and userdata unused.
117 * testsuite/libffi.call/nested_struct5.c (B_gn): Mark cif and userdata
118 unused.
119 * testsuite/libffi.call/nested_struct6.c: Mention related PR.
120 (B_gn): Mark cif and userdata unused.
121 * testsuite/libffi.call/nested_struct7.c (B_gn): Mark cif and userdata
122 unused.
123 * testsuite/libffi.call/nested_struct8.c (B_gn): Likewise.
124 * testsuite/libffi.call/nested_struct9.c (B_gn): Likewise.
125 * testsuite/libffi.call/problem1.c (stub): Likewise.
126 * testsuite/libffi.call/pyobjc-tc.c (main): Cast the result to silence
127 gcc.
128 * testsuite/libffi.call/return_fl2.c (return_fl): Add the note mentioned
129 in the last commit for this test case in the test case itself.
130 * testsuite/libffi.call/closure_fn0.c (closure_test_fn0): Mark cif as
131 unused.
132 * testsuite/libffi.call/closure_fn1.c (closure_test_fn1): Likewise.
133 * testsuite/libffi.call/closure_fn2.c (closure_test_fn2): Likewise.
134 * testsuite/libffi.call/closure_fn3.c (closure_test_fn3): Likewise.
135 * testsuite/libffi.call/closure_fn4.c (closure_test_fn0): Likewise.
136 * testsuite/libffi.call/closure_fn5.c (closure_test_fn5): Likewise.
137 * testsuite/libffi.call/closure_fn6.c (closure_test_fn0): Likewise.
138
0a4e2bb5
KK
1392006-02-22 Kaz Kojima <kkojima@gcc.gnu.org>
140
141 * src/sh/sysv.S: Fix register numbers in the FDE for
142 ffi_closure_SYSV.
143
723e5d5a
AT
1442006-02-20 Andreas Tobler <a.tobler@schweiz.ch>
145
146 * testsuite/libffi.call/return_fl2.c (return_fl): Remove static
147 declaration to avoid a false negative on ix86. See PR323.
148
e097f887
KK
1492006-02-18 Kaz Kojima <kkojima@gcc.gnu.org>
150
151 * src/sh/ffi.c (ffi_closure_helper_SYSV): Remove unused variable
152 and cast integer to void * if needed. Update the pointer to
153 the FP register saved area correctly.
154
1a4878f7
AT
1552006-02-17 Andreas Tobler <a.tobler@schweiz.ch>
156
157 * testsuite/libffi.call/nested_struct6.c: XFAIL this test until PR25630
158 is fixed.
159 * testsuite/libffi.call/nested_struct4.c: Likewise.
160
b47b5e08
AT
1612006-02-16 Andreas Tobler <a.tobler@schweiz.ch>
162
6429d58f
AT
163 * testsuite/libffi.call/return_dbl.c: New test case.
164 * testsuite/libffi.call/return_dbl1.c: Likewise.
165 * testsuite/libffi.call/return_dbl2.c: Likewise.
166 * testsuite/libffi.call/return_fl.c: Likewise.
167 * testsuite/libffi.call/return_fl1.c: Likewise.
168 * testsuite/libffi.call/return_fl2.c: Likewise.
169 * testsuite/libffi.call/return_fl3.c: Likewise.
170 * testsuite/libffi.call/closure_fn6.c: Likewise.
171
b47b5e08
AT
172 * testsuite/libffi.call/nested_struct2.c: Remove ffi_type_mylong
173 definition.
174 * testsuite/libffi.call/ffitest.h: Add ffi_type_mylong definition
175 here to be used by other test cases too.
176
177 * testsuite/libffi.call/nested_struct10.c: New test case.
178 * testsuite/libffi.call/nested_struct9.c: Likewise.
179 * testsuite/libffi.call/nested_struct8.c: Likewise.
180 * testsuite/libffi.call/nested_struct7.c: Likewise.
181 * testsuite/libffi.call/nested_struct6.c: Likewise.
182 * testsuite/libffi.call/nested_struct5.c: Likewise.
183 * testsuite/libffi.call/nested_struct4.c: Likewise.
184
9abe31d4
AT
1852006-01-21 Andreas Tobler <a.tobler@schweiz.ch>
186
187 * configure.ac: Enable libffi for sparc64-*-freebsd*.
188 * configure: Rebuilt.
189
71aa1a70
JJ
1902006-01-18 Jakub Jelinek <jakub@redhat.com>
191
192 * src/powerpc/sysv.S (smst_two_register): Don't call __ashldi3,
193 instead do the shifting inline.
194 * src/powerpc/ppc_closure.S (ffi_closure_SYSV): Don't compute %r5
195 shift count unconditionally. Simplify load sequences for 1, 2, 3, 4
196 and 8 byte structs, for the remaining struct sizes don't call
197 __lshrdi3, instead do the shifting inline.
198
8a39029d
TS
1992005-12-07 Thiemo Seufer <ths@networkno.de>
200
201 * src/mips/ffitarget.h: Remove obsolete sgidefs.h include. Add
202 missing parentheses.
203 * src/mips/o32.S (ffi_call_O32): Code formatting. Define
204 and use A3_OFF, FP_OFF, RA_OFF. Micro-optimizations.
205 (ffi_closure_O32): Likewise, but with newly defined A3_OFF2,
206 A2_OFF2, A1_OFF2, A0_OFF2, RA_OFF2, FP_OFF2, S0_OFF2, GP_OFF2,
207 V1_OFF2, V0_OFF2, FA_1_1_OFF2, FA_1_0_OFF2, FA_0_1_OFF2,
208 FA_0_0_OFF2.
209 * src/mips/ffi.c (ffi_prep_args): Code formatting. Fix
210 endianness bugs.
211 (ffi_prep_closure): Improve trampoline instruction scheduling.
212 (ffi_closure_mips_inner_O32): Fix endianness bugs.
213
cd4241aa
AM
2142005-12-03 Alan Modra <amodra@bigpond.net.au>
215
216 * src/powerpc/ffi.c: Formatting.
217 (ffi_prep_args_SYSV): Avoid possible aliasing problems by using unions.
218 (ffi_prep_args64): Likewise.
219
0363db46
GK
2202005-09-30 Geoffrey Keating <geoffk@apple.com>
221
222 * testsuite/lib/libffi-dg.exp (libffi_target_compile): For
223 darwin, use -shared-libgcc not -lgcc_s, and explain why.
224
d674eb2f
TT
2252005-09-26 Tom Tromey <tromey@redhat.com>
226
227 * testsuite/libffi.call/float1.c (value_type): New typedef.
228 (CANARY): New define.
229 (main): Check for result buffer overflow.
230 * src/powerpc/linux64.S: Handle linux64 long double returns.
231 * src/powerpc/ffi.c (FLAG_RETURNS_128BITS): New constant.
232 (ffi_prep_cif_machdep): Handle linux64 long double returns.
233
2d9c5743
AM
2342005-08-25 Alan Modra <amodra@bigpond.net.au>
235
236 PR target/23404
237 * src/powerpc/ffi.c (ffi_prep_args_SYSV): Correct placement of stack
238 homed fp args.
239 (ffi_status ffi_prep_cif_machdep): Correct stack sizing for same.
240
8a42356f
JJ
2412005-08-11 Jakub Jelinek <jakub@redhat.com>
242
243 * configure.ac (HAVE_HIDDEN_VISIBILITY_ATTRIBUTE): New test.
244 (AH_BOTTOM): Add FFI_HIDDEN definition.
245 * configure: Rebuilt.
246 * fficonfig.h.in: Rebuilt.
247 * src/powerpc/ffi.c (hidden): Remove.
248 (ffi_closure_LINUX64, ffi_prep_args64, ffi_call_LINUX64,
249 ffi_closure_helper_LINUX64): Use FFI_HIDDEN instead of hidden.
250 * src/powerpc/linux64_closure.S (ffi_closure_LINUX64,
251 .ffi_closure_LINUX64): Use FFI_HIDDEN instead of .hidden.
252 * src/x86/ffi.c (ffi_closure_SYSV, ffi_closure_raw_SYSV): Remove,
253 add FFI_HIDDEN to its prototype.
254 (ffi_closure_SYSV_inner): New.
255 * src/x86/sysv.S (ffi_closure_SYSV, ffi_closure_raw_SYSV): New.
256 * src/x86/win32.S (ffi_closure_SYSV, ffi_closure_raw_SYSV): New.
257
863c5508
AS
2582005-08-10 Alfred M. Szmidt <ams@gnu.org>
259
260 PR libffi/21819:
261 * configure: Rebuilt.
262 * configure.ac: Handle i*86-*-gnu*.
263
6a26ea58
JJ
2642005-08-09 Jakub Jelinek <jakub@redhat.com>
265
266 * src/powerpc/ppc_closure.S (ffi_closure_SYSV): Use
267 DW_CFA_offset_extended_sf rather than
268 DW_CFA_GNU_negative_offset_extended.
269 * src/powerpc/sysv.S (ffi_call_SYSV): Likewise.
270
583a92e8
ST
2712005-07-22 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
272
273 * src/sh/sysv.S (ffi_call_SYSV): Stop argument popping correctly
274 on sh3.
275 (ffi_closure_SYSV): Change the stack layout for sh3 struct argument.
276 * src/sh/ffi.c (ffi_prep_args): Fix sh3 argument copy, when it is
277 partially on register.
278 (ffi_closure_helper_SYSV): Likewise.
279 (ffi_prep_cif_machdep): Don't set too many cif->flags.
280
5d0317fc
KK
2812005-07-20 Kaz Kojima <kkojima@gcc.gnu.org>
282
283 * src/sh/ffi.c (ffi_call): Handle small structures correctly.
284 Remove empty line.
285 * src/sh64/ffi.c (simple_type): Remove.
286 (return_type): Handle small structures correctly.
287 (ffi_prep_args): Likewise.
288 (ffi_call): Likewise.
289 (ffi_closure_helper_SYSV): Likewise.
290 * src/sh64/sysv.S (ffi_call_SYSV): Handle 1, 2 and 4-byte return.
291 Emit position independent code if PIC and remove wrong datalabel
292 prefixes from EH data.
293
8d9fd5f5
AT
2942005-07-19 Andreas Tobler <a.tobler@schweiz.ch>
295
296 * Makefile.am (nodist_libffi_la_SOURCES): Add POWERPC_FREEBSD.
297 * Makefile.in: Regenerate.
298 * include/Makefile.in: Likewise.
299 * testsuite/Makefile.in: Likewise.
300 * configure.ac: Add POWERPC_FREEBSD rules.
301 * configure: Regenerate.
302 * src/powerpc/ffitarget.h: Add POWERPC_FREEBSD rules.
303 (FFI_SYSV_TYPE_SMALL_STRUCT): Define.
304 * src/powerpc/ffi.c: Add flags to handle small structure returns
305 in ffi_call_SYSV.
306 (ffi_prep_cif_machdep): Handle small structures for SYSV 4 ABI.
307 Aka FFI_SYSV.
308 (ffi_closure_helper_SYSV): Likewise.
309 * src/powerpc/ppc_closure.S: Add return types for small structures.
310 * src/powerpc/sysv.S: Add bits to handle small structures for
311 final SYSV 4 ABI.
312
93c76f81
AT
3132005-07-10 Andreas Tobler <a.tobler@schweiz.ch>
314
315 * testsuite/libffi.call/cls_5_1_byte.c: New test file.
316 * testsuite/libffi.call/cls_6_1_byte.c: Likewise.
317 * testsuite/libffi.call/cls_7_1_byte.c: Likewise.
318
b65da304
RC
3192005-07-05 Randolph Chung <tausq@debian.org>
320
321 * src/pa/ffi.c (ffi_struct_type): Rename FFI_TYPE_SMALL_STRUCT1
322 as FFI_TYPE_SMALL_STRUCT3. Break out handling for 5-7 byte
323 structures. Kill compilation warnings.
324 (ffi_closure_inner_LINUX): Print return values as hex in debug
325 message. Rename FFI_TYPE_SMALL_STRUCT1 as FFI_TYPE_SMALL_STRUCT3.
326 Properly handle 5-7 byte structure returns.
327 * src/pa/ffitarget.h (FFI_TYPE_SMALL_STRUCT1)
328 (FFI_TYPE_SMALL_STRUCT2): Remove.
329 (FFI_TYPE_SMALL_STRUCT3, FFI_TYPE_SMALL_STRUCT5)
330 (FFI_TYPE_SMALL_STRUCT6, FFI_TYPE_SMALL_STRUCT7): Define.
331 * src/pa/linux.S: Mark source file as using PA1.1 assembly.
332 (checksmst1, checksmst2): Remove.
333 (checksmst3): Optimize handling of 3-byte struct returns.
334 (checksmst567): Properly handle 5-7 byte struct returns.
335
2572f1c6
RO
3362005-06-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
337
338 PR libgcj/21943
339 * src/mips/n32.S: Enforce PIC code.
340 * src/mips/o32.S: Likewise.
341
cc786582
RO
3422005-06-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
343
344 * configure.ac: Treat i*86-*-solaris2.10 and up as X86_64.
345 * configure: Regenerate.
346
6d0d376c
AM
3472005-06-01 Alan Modra <amodra@bigpond.net.au>
348
349 * src/powerpc/ppc_closure.S (ffi_closure_SYSV): Don't use JUMPTARGET
350 to call ffi_closure_helper_SYSV. Append @local instead.
351 * src/powerpc/sysv.S (ffi_call_SYSV): Likewise for ffi_prep_args_SYSV.
352
a21946f5 3532005-05-17 Kelley Cook <kcook@gcc.gnu.org>
a097ef55
KC
354
355 * configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
356 Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF.
357 * Makefile.am (ACLOCAL_AMFLAGS): Remove -I ../config.
358 * aclocal.m4, configure, fficonfig.h.in, Makefile.in,
359 include/Makefile.in, testsuite/Makefile.in: Regenerate.
360
f4c767fd
MS
3612005-05-09 Mike Stump <mrs@apple.com>
362
363 * configure: Regenerate.
364
7e15b5fe
RH
3652005-05-08 Richard Henderson <rth@redhat.com>
366
367 PR libffi/21285
368 * src/alpha/osf.S: Update unwind into to match code.
369
d56ea8d9
RH
3702005-05-04 Andreas Degert <ad@papyrus-gmbh.de>
371 Richard Henderson <rth@redhat.com>
372
373 * src/x86/ffi64.c (ffi_prep_cif_machdep): Save sse-used flag in
374 bit 11 of flags.
375 (ffi_call): Mask return type field. Pass ssecount to ffi_call_unix64.
376 (ffi_prep_closure): Set carry bit if sse-used flag set.
377 * src/x86/unix64.S (ffi_call_unix64): Add ssecount argument.
378 Only load sse registers if ssecount non-zero.
379 (ffi_closure_unix64): Only save sse registers if carry set on entry.
380
3812005-04-29 Ralf Corsepius <ralf.corsepius@rtems.org>
d948c201
RC
382
383 * configure.ac: Add i*86-*-rtems*, sparc*-*-rtems*,
384 powerpc-*rtems*, arm*-*-rtems*, sh-*-rtems*.
385 * configure: Regenerate.
386
fc0ad8d9
HPN
3872005-04-20 Hans-Peter Nilsson <hp@axis.com>
388
389 * testsuite/lib/libffi-dg.exp (libffi-dg-test-1): In regsub use,
390 have Tcl8.3-compatible intermediate variable.
391
614348bb
SP
3922005-04-18 Simon Posnjak <simon.posnjak@siol.net>
393 Hans-Peter Nilsson <hp@axis.com>
394
395 * Makefile.am: Add CRIS support.
396 * configure.ac: Likewise.
29ede6db
HPN
397 * Makefile.in, configure, testsuite/Makefile.in,
398 include/Makefile.in: Regenerate.
614348bb
SP
399 * src/cris: New directory.
400 * src/cris/ffi.c, src/cris/sysv.S, src/cris/ffitarget.h: New files.
401 * src/prep_cif.c (ffi_prep_cif): Wrap in #ifndef __CRIS__.
727e729b
HPN
402
403 * testsuite/lib/libffi-dg.exp (libffi-dg-test-1): Replace \n with
404 \r?\n in output tests.
405
6dab073b
MS
4062005-04-12 Mike Stump <mrs@apple.com>
407
408 * configure: Regenerate.
409
51f55d7c
HB
4102005-03-30 Hans Boehm <Hans.Boehm@hp.com>
411
412 * src/ia64/ffitarget.h (ffi_arg): Use long long instead of DI.
413
7efa52a3
SE
4142005-03-30 Steve Ellcey <sje@cup.hp.com>
415
416 * src/ia64/ffitarget.h (ffi_arg) ADD DI attribute.
417 (ffi_sarg) Ditto.
418 * src/ia64/unix.S (ffi_closure_unix): Extend gp
419 to 64 bits in ILP32 mode.
420 Load 64 bits even for short data.
421
1488177a
MS
4222005-03-23 Mike Stump <mrs@apple.com>
423
424 * src/powerpc/darwin.S: Update for -m64 multilib.
425 * src/powerpc/darwin_closure.S: Likewise.
426
c6900272
ZW
4272005-03-21 Zack Weinberg <zack@codesourcery.com>
428
429 * configure.ac: Do not invoke TL_AC_GCC_VERSION.
430 Do not set tool_include_dir.
431 * aclocal.m4, configure, Makefile.in, testsuite/Makefile.in:
432 Regenerate.
433 * include/Makefile.am: Set gcc_version and toollibffidir.
434 * include/Makefile.in: Regenerate.
435
962eea0a
AH
4362005-02-22 Andrew Haley <aph@redhat.com>
437
438 * src/powerpc/ffi.c (ffi_prep_cif_machdep): Bump alignment to
439 odd-numbered register pairs for 64-bit integer types.
440
1b05e8bf
AT
4412005-02-23 Andreas Tobler <a.tobler@schweiz.ch>
442
443 PR libffi/20104
444 * testsuite/libffi.call/return_ll1.c: New test case.
445
6027770b
JJ
4462005-02-11 Janis Johnson <janis187@us.ibm.com>
447
448 * testsuite/libffi.call/cls_align_longdouble.c: Remove dg-options.
449 * testsuite/libffi.call/float.c: Ditto.
450 * testsuite/libffi.call/float2.c: Ditto.
451 * testsuite/libffi.call/float3.c: Ditto.
452
ee31ea68
AT
4532005-02-08 Andreas Tobler <a.tobler@schweiz.ch>
454
455 * src/frv/ffitarget.h: Remove PPC stuff which does not belong to frv.
456
c16be7d5
EB
4572005-01-12 Eric Botcazou <ebotcazou@libertysurf.fr>
458
459 * testsuite/libffi.special/special.exp (cxx_options): Add
460 -shared-libgcc.
461
5df07255
RH
4622004-12-31 Richard Henderson <rth@redhat.com>
463
464 * src/types.c (FFI_AGGREGATE_TYPEDEF): Remove.
465 (FFI_TYPEDEF): Rename from FFI_INTEGRAL_TYPEDEF. Replace size and
466 offset parameters with a type parameter; deduce size and structure
467 alignment. Update all users.
468
81a69b13
RH
4692004-12-31 Richard Henderson <rth@redhat.com>
470
471 * src/types.c (FFI_TYPE_POINTER): Define with sizeof.
472 (FFI_TYPE_LONGDOUBLE): Fix for ia64.
c6900272 473 * src/ia64/ffitarget.h (struct ffi_ia64_trampoline_struct): Move
81a69b13
RH
474 into ffi_prep_closure.
475 * src/ia64/ia64_flags.h, src/ia64/ffi.c, src/ia64/unix.S: Rewrite
476 from scratch.
477
d833cfb0
RH
4782004-12-27 Richard Henderson <rth@redhat.com>
479
480 * src/x86/unix64.S: Fix typo in unwind info.
481
1a0f488c
RH
4822004-12-25 Richard Henderson <rth@redhat.com>
483
484 * src/x86/ffi64.c (struct register_args): Rename from stackLayout.
485 (enum x86_64_reg_class): Add X86_64_COMPLEX_X87_CLASS.
486 (merge_classes): Check for it.
487 (SSE_CLASS_P): New.
488 (classify_argument): Pass byte_offset by value; perform all updates
489 inside struct case.
490 (examine_argument): Add classes argument; handle
491 X86_64_COMPLEX_X87_CLASS.
492 (ffi_prep_args): Merge into ...
493 (ffi_call): ... here. Share stack frame with ffi_call_unix64.
494 (ffi_prep_cif_machdep): Setup cif->flags for proper structure return.
495 (ffi_fill_return_value): Remove.
496 (ffi_prep_closure): Remove dead assert.
497 (ffi_closure_unix64_inner): Rename from ffi_closure_UNIX64_inner.
498 Rewrite to use struct register_args instead of va_list. Create
499 flags for handling structure returns.
500 * src/x86/unix64.S: Remove dead strings.
501 (ffi_call_unix64): Rename from ffi_call_UNIX64. Rewrite to share
502 stack frame with ffi_call. Handle structure returns properly.
503 (float2sse, floatfloat2sse, double2sse): Remove.
504 (sse2float, sse2double, sse2floatfloat): Remove.
505 (ffi_closure_unix64): Rename from ffi_closure_UNIX64. Rewrite
506 to handle structure returns properly.
507
7994d50c
DE
5082004-12-08 David Edelsohn <edelsohn@gnu.org>
509
510 * Makefile.am (AM_MAKEFLAGS): Remove duplicate LIBCFLAGS and
511 PICFLAG.
512 * Makefile.in: Regenerated.
513
afabd8e6
RS
5142004-12-02 Richard Sandiford <rsandifo@redhat.com>
515
516 * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
517 * configure, aclocal.m4, Makefile.in: Regenerate.
518 * include/Makefile.in, testsuite/Makefile.in: Regenerate.
519
2539bffe
KC
5202004-11-29 Kelley Cook <kcook@gcc.gnu.org>
521
522 * configure: Regenerate for libtool change.
523
767f726e
KC
5242004-11-25 Kelley Cook <kcook@gcc.gnu.org>
525
526 * configure: Regenerate for libtool reversion.
527
2c92e90f
KC
5282004-11-24 Kelley Cook <kcook@gcc.gnu.org>
529
530 * configure: Regenerate for libtool change.
531
1df8e834
JDA
5322004-11-23 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
533
534 * testsuite/lib/libffi-dg.exp: Use new procs in target-libpath.exp.
535
5362004-11-23 Richard Sandiford <rsandifo@redhat.com>
537
538 * src/mips/o32.S (ffi_call_O32, ffi_closure_O32): Use jalr instead
539 of jal. Use an absolute encoding for the frame information.
540
5412004-11-23 Kelley Cook <kcook@gcc.gnu.org>
542
543 * Makefile.am: Remove no-dependencies. Add ACLOCAL_AMFLAGS.
544 * acinclude.m4: Delete logic for sincludes.
545 * aclocal.m4, Makefile.in, configure: Regenerate.
546 * include/Makefile: Likewise.
547 * testsuite/Makefile: Likewise.
548
bf02e7fa
EB
5492004-11-22 Eric Botcazou <ebotcazou@libertysurf.fr>
550
551 * src/sparc/ffi.c (ffi_prep_closure): Align doubles and 64-bit integers
552 on a 8-byte boundary.
553 * src/sparc/v8.S (ffi_closure_v8): Reserve frame space for arguments.
554
f20459f1
RE
5552004-10-27 Richard Earnshaw <rearnsha@arm.com>
556
557 * src/arm/ffi.c (ffi_prep_cif_machdep): Handle functions that return
558 long long values. Round stack allocation to a multiple of 8 bytes
559 for ATPCS compatibility.
560 * src/arm/sysv.S (ffi_call_SYSV): Rework to avoid use of APCS register
561 names. Handle returning long long types. Add Thumb and interworking
562 support. Improve soft-float code.
563
fdc69597
RE
5642004-10-27 Richard Earnshaw <rearnsha@arm.com>
565
566 * testsuite/lib/libffi-db.exp (load_gcc_lib): New function.
567 (libffi_exit): New function.
568 (libffi_init): Build the testglue wrapper if needed.
569
1e02510f
EB
5702004-10-25 Eric Botcazou <ebotcazou@libertysurf.fr>
571
572 PR other/18138
573 * testsuite/lib/libffi-dg.exp: Accept more than one multilib libgcc.
574
d9a193b2
KI
5752004-10-25 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
576
577 * src/m32r/libffitarget.h (FFI_CLOSURES): Set to 0.
578
1fddb058
KK
5792004-10-20 Kaz Kojima <kkojima@gcc.gnu.org>
580
581 * src/sh/sysv.S (ffi_call_SYSV): Don't align for double data.
582 * testsuite/libffi.call/float3.c: New test case.
583
e0d3b452
KK
5842004-10-18 Kaz Kojima <kkojima@gcc.gnu.org>
585
586 * src/sh/ffi.c (ffi_prep_closure): Set T bit in trampoline for
587 the function returning a structure pointed with R2.
588 * src/sh/sysv.S (ffi_closure_SYSV): Use R2 as the pointer to
589 the structure return value if T bit set. Emit position
590 independent code and EH data if PIC.
591
a472e9d4
KI
5922004-10-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
593
594 * Makefile.am: Add m32r support.
595 * configure.ac: Likewise.
596 * Makefile.in: Regenerate.
597 * confiugre: Regenerate.
598 * src/types.c: Add m32r port to FFI_INTERNAL_TYPEDEF
599 (uint64, sint64, double, longdouble)
600 * src/m32r: New directory.
601 * src/m32r/ffi.c: New file.
602 * src/m32r/sysv.S: Likewise.
603 * src/m32r/ffitarget.h: Likewise.
604
3d47e9ca
KK
6052004-10-02 Kaz Kojima <kkojima@gcc.gnu.org>
606
607 * testsuite/libffi.call/negint.c: New test case.
608
fc9051dd
L
6092004-09-14 H.J. Lu <hongjiu.lu@intel.com>
610
611 PR libgcj/17465
612 * testsuite/lib/libffi-dg.exp: Don't use global ld_library_path.
613 Set up LD_LIBRARY_PATH, SHLIB_PATH, LD_LIBRARYN32_PATH,
614 LD_LIBRARY64_PATH, LD_LIBRARY_PATH_32, LD_LIBRARY_PATH_64 and
615 DYLD_LIBRARY_PATH.
616
2010caea
AT
6172004-09-05 Andreas Tobler <a.tobler@schweiz.ch>
618
619 * testsuite/libffi.call/many_win32.c: Remove whitespaces.
620 * testsuite/libffi.call/promotion.c: Likewise.
621 * testsuite/libffi.call/return_ll.c: Remove unused var. Cleanup
622 whitespaces.
623 * testsuite/libffi.call/return_sc.c: Likewise.
624 * testsuite/libffi.call/return_uc.c: Likewise.
625
894be816
AT
6262004-09-05 Andreas Tobler <a.tobler@schweiz.ch>
627
628 * src/powerpc/darwin.S: Fix comments and identation.
629 * src/powerpc/darwin_closure.S: Likewise.
630
2fe7404a
AT
6312004-09-02 Andreas Tobler <a.tobler@schweiz.ch>
632
633 * src/powerpc/ffi_darwin.c: Add flag for longdouble return values.
634 (ffi_prep_args): Handle longdouble arguments.
635 (ffi_prep_cif_machdep): Set flags for longdouble. Calculate space for
636 longdouble.
637 (ffi_closure_helper_DARWIN): Add closure handling for longdouble.
638 * src/powerpc/darwin.S (_ffi_call_DARWIN): Add handling of longdouble
639 values.
640 * src/powerpc/darwin_closure.S (_ffi_closure_ASM): Likewise.
641 * src/types.c: Defined longdouble size and alignment for darwin.
642
16070e45
AT
6432004-09-02 Andreas Tobler <a.tobler@schweiz.ch>
644
645 * src/powerpc/aix.S: Remove whitespaces.
646 * src/powerpc/aix_closure.S: Likewise.
647 * src/powerpc/asm.h: Likewise.
648 * src/powerpc/ffi.c: Likewise.
649 * src/powerpc/ffitarget.h: Likewise.
650 * src/powerpc/linux64.S: Likewise.
651 * src/powerpc/linux64_closure.S: Likewise.
652 * src/powerpc/ppc_closure.S: Likewise.
653 * src/powerpc/sysv.S: Likewise.
654
88d8c771
AG
6552004-08-30 Anthony Green <green@redhat.com>
656
657 * Makefile.am: Add frv support.
658 * Makefile.in, testsuite/Makefile.in: Rebuilt.
659 * configure.ac: Read configure.host.
660 * configure.in: Read configure.host.
661 * configure.host: New file. frv-elf needs libgloss.
662 * include/ffi.h.in: Force ffi_closure to have a nice big (8)
a23adb4d 663 alignment. This is needed to frv and shouldn't harm the others.
88d8c771
AG
664 * include/ffi_common.h (ALIGN_DOWN): New macro.
665 * src/frv/ffi.c, src/frv/ffitarget.h, src/frv/eabi.S: New files.
666
4c5f37d5
DD
6672004-08-24 David Daney <daney@avtrex.com>
668
669 * testsuite/libffi.call/closure_fn0.c: Xfail mips64* instead of mips*.
670 * testsuite/libffi.call/closure_fn1.c: Likewise.
671 * testsuite/libffi.call/closure_fn2.c Likewise.
672 * testsuite/libffi.call/closure_fn3.c: Likewise.
673 * testsuite/libffi.call/closure_fn4.c: Likewise.
674 * testsuite/libffi.call/closure_fn5.c: Likewise.
675 * testsuite/libffi.call/cls_18byte.c: Likewise.
676 * testsuite/libffi.call/cls_19byte.c: Likewise.
677 * testsuite/libffi.call/cls_1_1byte.c: Likewise.
678 * testsuite/libffi.call/cls_20byte.c: Likewise.
679 * testsuite/libffi.call/cls_20byte1.c: Likewise.
680 * testsuite/libffi.call/cls_24byte.c: Likewise.
681 * testsuite/libffi.call/cls_2byte.c: Likewise.
682 * testsuite/libffi.call/cls_3_1byte.c: Likewise.
683 * testsuite/libffi.call/cls_3byte1.c: Likewise.
684 * testsuite/libffi.call/cls_3byte2.c: Likewise.
685 * testsuite/libffi.call/cls_4_1byte.c: Likewise.
686 * testsuite/libffi.call/cls_4byte.c: Likewise.
687 * testsuite/libffi.call/cls_64byte.c: Likewise.
688 * testsuite/libffi.call/cls_6byte.c: Likewise.
689 * testsuite/libffi.call/cls_7byte.c: Likewise.
690 * testsuite/libffi.call/cls_8byte.c: Likewise.
691 * testsuite/libffi.call/cls_9byte1.c: Likewise.
692 * testsuite/libffi.call/cls_9byte2.c: Likewise.
693 * testsuite/libffi.call/cls_align_double.c: Likewise.
694 * testsuite/libffi.call/cls_align_float.c: Likewise.
695 * testsuite/libffi.call/cls_align_longdouble.c: Likewise.
696 * testsuite/libffi.call/cls_align_pointer.c: Likewise.
697 * testsuite/libffi.call/cls_align_sint16.c: Likewise.
698 * testsuite/libffi.call/cls_align_sint32.c: Likewise.
699 * testsuite/libffi.call/cls_align_sint64.c: Likewise.
700 * testsuite/libffi.call/cls_align_uint16.c: Likewise.
701 * testsuite/libffi.call/cls_align_uint32.c: Likewise.
702 * testsuite/libffi.call/cls_align_uint64.c: Likewise.
703 * testsuite/libffi.call/cls_double.c: Likewise.
704 * testsuite/libffi.call/cls_float.c: Likewise.
705 * testsuite/libffi.call/cls_multi_schar.c: Likewise.
706 * testsuite/libffi.call/cls_multi_sshort.c: Likewise.
707 * testsuite/libffi.call/cls_multi_sshortchar.c: Likewise.
708 * testsuite/libffi.call/cls_multi_uchar.c: Likewise.
709 * testsuite/libffi.call/cls_multi_ushort.c: Likewise.
710 * testsuite/libffi.call/cls_multi_ushortchar.c: Likewise.
711 * testsuite/libffi.call/cls_schar.c: Likewise.
712 * testsuite/libffi.call/cls_sint.c: Likewise.
713 * testsuite/libffi.call/cls_sshort.c: Likewise.
714 * testsuite/libffi.call/cls_uchar.c: Likewise.
715 * testsuite/libffi.call/cls_uint.c: Likewise.
716 * testsuite/libffi.call/cls_ulonglong.c: Likewise.
717 * testsuite/libffi.call/cls_ushort.c: Likewise.
718 * testsuite/libffi.call/nested_struct.c: Likewise.
719 * testsuite/libffi.call/nested_struct1.c: Likewise.
720 * testsuite/libffi.call/nested_struct2.c: Likewise.
721 * testsuite/libffi.call/nested_struct3.c: Likewise.
722 * testsuite/libffi.call/problem1.c: Likewise.
723 * testsuite/libffi.special/unwindtest.cc: Likewise.
724 * testsuite/libffi.call/cls_12byte.c: Likewise and set return value
725 to zero.
726 * testsuite/libffi.call/cls_16byte.c: Likewise.
727 * testsuite/libffi.call/cls_5byte.c: Likewise.
728
39dca114
DD
7292004-08-23 David Daney <daney@avtrex.com>
730
731 PR libgcj/13141
732 * src/mips/ffitarget.h (FFI_O32_SOFT_FLOAT): New ABI.
733 * src/mips/ffi.c (ffi_prep_args): Fix alignment calculation.
734 (ffi_prep_cif_machdep): Handle FFI_O32_SOFT_FLOAT floating point
735 parameters and return types.
736 (ffi_call): Handle FFI_O32_SOFT_FLOAT ABI.
737 (ffi_prep_closure): Ditto.
738 (ffi_closure_mips_inner_O32): Handle FFI_O32_SOFT_FLOAT ABI, fix
739 alignment calculations.
740 * src/mips/o32.S (ffi_closure_O32): Don't use floating point
741 instructions if FFI_O32_SOFT_FLOAT, make stack frame ABI compliant.
742
b790003a
CM
7432004-08-14 Casey Marshall <csm@gnu.org>
744
745 * src/mips/ffi.c (ffi_pref_cif_machdep): set `cif->flags' to
746 contain `FFI_TYPE_UINT64' as return type for any 64-bit
747 integer (O32 ABI only).
748 (ffi_prep_closure): new function.
749 (ffi_closure_mips_inner_O32): new function.
c6900272 750 * src/mips/ffitarget.h: Define `FFI_CLOSURES' and
b790003a
CM
751 `FFI_TRAMPOLINE_SIZE' appropriately if the ABI is o32.
752 * src/mips/o32.S (ffi_call_O32): add labels for .eh_frame. Return
753 64 bit integers correctly.
754 (ffi_closure_O32): new function.
755 Added DWARF-2 unwind info for both functions.
756
547d71a1
AH
7572004-08-10 Andrew Haley <aph@redhat.com>
758
759 * src/x86/ffi64.c (ffi_prep_args ): 8-align all stack arguments.
760
98a5bb3b
RM
7612004-08-01 Robert Millan <robertmh@gnu.org>
762
763 * configure.ac: Detect knetbsd-gnu and kfreebsd-gnu.
764 * configure: Regenerate.
765
4d447364
MR
7662004-07-30 Maciej W. Rozycki <macro@linux-mips.org>
767
768 * acinclude.m4 (AC_FUNC_MMAP_BLACKLIST): Check for <sys/mman.h>
769 and mmap() explicitly instead of relying on preset autoconf cache
770 variables.
771 * aclocal.m4: Regenerate.
772 * configure: Regenerate.
773
e5dce82f
UW
7742004-07-11 Ulrich Weigand <uweigand@de.ibm.com>
775
776 * src/s390/ffi.c (ffi_prep_args): Fix C aliasing violation.
777 (ffi_check_float_struct): Remove unused prototype.
778
e6a0022b
GK
7792004-06-30 Geoffrey Keating <geoffk@apple.com>
780
781 * src/powerpc/ffi_darwin.c (flush_icache): ';' is a comment
782 character on Darwin, use '\n\t' instead.
783
5a2d52ca
MK
7842004-06-26 Matthias Klose <doko@debian.org>
785
786 * libtool-version: Fix typo in revision/age.
787
401844ef
MK
7882004-06-17 Matthias Klose <doko@debian.org>
789
790 * libtool-version: New.
791 * Makefile.am (libffi_la_LDFLAGS): Use -version-info for soname.
792 * Makefile.in: Regenerate.
793
94632047 7942004-06-15 Paolo Bonzini <bonzini@gnu.org>
076e5443
PB
795
796 * Makefile.am: Remove useless multilib rules.
797 * Makefile.in: Regenerate.
798 * aclocal.m4: Regenerate with automake 1.8.5.
799 * configure.ac: Remove useless multilib configury.
800 * configure: Regenerate.
801
94632047 8022004-06-15 Paolo Bonzini <bonzini@gnu.org>
9ac926b1
PB
803
804 * .cvsignore: New file.
805
37c849e4
JJ
8062004-06-10 Jakub Jelinek <jakub@redhat.com>
807
808 * src/ia64/unix.S (ffi_call_unix): Insert group barrier break
809 fp_done.
810 (ffi_closure_UNIX): Fix f14/f15 adjustment if FLOAT_SZ is ever
811 changed from 8.
812
cb623172
SM
8132004-06-06 Sean McNeil <sean@mcneil.com>
814
815 * configure.ac: Add x86_64-*-freebsd* support.
816 * configure: Regenerate.
817
c9b93377
JB
8182004-04-26 Joe Buck <jbuck@welsh-buck.org>
819
820 Bug 15093
821 * configure.ac: Test for existence of mmap and sys/mman.h before
822 checking blacklist. Fix suggested by Jim Wilson.
823 * configure: Regenerate.
824
cf90fd1b
MA
8252004-04-26 Matt Austern <austern@apple.com>
826
827 * src/powerpc/darwin.S: Go through a non-lazy pointer for initial
828 FDE location.
829 * src/powerpc/darwin_closure.S: Likewise.
c6900272 830
67781b44
AT
8312004-04-24 Andreas Tobler <a.tobler@schweiz.ch>
832
833 * testsuite/libffi.call/cls_multi_schar.c (main): Fix initialization
834 error. Reported by Thomas Heller <theller@python.net>.
835 * testsuite/libffi.call/cls_multi_sshort.c (main): Likewise.
836 * testsuite/libffi.call/cls_multi_ushort.c (main): Likewise.
837
14b078a8
MK
8382004-03-20 Matthias Klose <doko@debian.org>
839
840 * src/pa/linux.S: Fix typo.
841
d65a810f
MK
8422004-03-19 Matthias Klose <doko@debian.org>
843
67781b44 844 * Makefile.am: Update.
d65a810f
MK
845 * Makefile.in: Regenerate.
846 * src/pa/ffi.h.in: Remove.
847 * src/pa/ffitarget.h: New file.
848
8492004-02-10 Randolph Chung <tausq@debian.org>
850
851 * Makefile.am: Add PA support.
852 * Makefile.in: Regenerate.
853 * include/Makefile.in: Regenerate.
854 * configure.ac: Add PA target.
855 * configure: Regenerate.
856 * src/pa/ffi.c: New file.
857 * src/pa/ffi.h.in: Add PA support.
858 * src/pa/linux.S: New file.
859 * prep_cif.c: Add PA support.
860
09cababc
HY
8612004-03-16 Hosaka Yuji <hos@tamanegi.org>
862
863 * src/types.c: Fix alignment size of X86_WIN32 case int64 and
864 double.
865 * src/x86/ffi.c (ffi_prep_args): Replace ecif->cif->rtype->type
866 with ecif->cif->flags.
867 (ffi_call, ffi_prep_incoming_args_SYSV): Replace cif->rtype->type
868 with cif->flags.
869 (ffi_prep_cif_machdep): Add X86_WIN32 struct case.
870 (ffi_closure_SYSV): Add 1 or 2-bytes struct case for X86_WIN32.
871 * src/x86/win32.S (retstruct1b, retstruct2b, sc_retstruct1b,
872 sc_retstruct2b): Add for 1 or 2-bytes struct case.
873
0e8d0c5f
KC
8742004-03-15 Kelley Cook <kcook@gcc.gnu.org>
875
876 * configure.in: Rename file to ...
877 * configure.ac: ... this.
878 * fficonfig.h.in: Regenerate.
879 * Makefile.in: Regenerate.
880 * include/Makefile.in: Regenerate.
881 * testsuite/Makefile.in: Regenerate.
882
b8d50739
MA
8832004-03-12 Matt Austern <austern@apple.com>
884
885 * src/powerpc/darwin.S: Fix EH information so it corresponds to
886 changes in EH format resulting from addition of linkonce support.
887 * src/powerpc/darwin_closure.S: Likewise.
09cababc 888
3ed8e5b6
AT
8892004-03-11 Andreas Tobler <a.tobler@schweiz.ch>
890 Paolo Bonzini <bonzini@gnu.org>
891
892 * Makefile.am (AUTOMAKE_OPTIONS): Set them.
893 Remove VPATH. Remove rules for object files. Remove multilib support.
894 (AM_CCASFLAGS): Add.
895 * configure.in (AC_CONFIG_HEADERS): Relace AM_CONFIG_HEADER.
896 (AC_PREREQ): Bump version to 2.59.
897 (AC_INIT): Fill with version info and bug address.
898 (ORIGINAL_LD_FOR_MULTILIBS): Remove.
899 (AM_ENABLE_MULTILIB): Use this instead of AC_ARG_ENABLE.
900 De-precious CC so that the right flags are passed down to multilibs.
901 (AC_MSG_ERROR): Replace obsolete macro AC_ERROR.
902 (AC_CONFIG_FILES): Replace obsolete macro AC_LINK_FILES.
903 (AC_OUTPUT): Reorganize the output with AC_CONFIG_COMMANDS.
904 * configure: Rebuilt.
905 * aclocal.m4: Likewise.
906 * Makefile.in, include/Makefile.in, testsuite/Makefile.in: Likewise.
907 * fficonfig.h.in: Likewise.
908
254ea477
AS
9092004-03-11 Andreas Schwab <schwab@suse.de>
910
911 * src/ia64/ffi.c (ffi_prep_incoming_args_UNIX): Get floating point
912 arguments from fp registers only for the first 8 parameter slots.
913 Don't convert a float parameter when passed in memory.
914
3beb1315
HPN
9152004-03-09 Hans-Peter Nilsson <hp@axis.com>
916
917 * configure: Regenerate for config/accross.m4 correction.
918
fecf735c
MK
9192004-02-25 Matt Kraai <kraai@alumni.cmu.edu>
920
921 * src/powerpc/ffi.c (ffi_prep_args_SYSV): Change
922 ecif->cif->bytes to bytes.
923 (ffi_prep_cif_machdep): Add braces around nested if statement.
924
4243752c
AM
9252004-02-09 Alan Modra <amodra@bigpond.net.au>
926
12001e0f
AM
927 * src/types.c (pointer): POWERPC64 has 8 byte pointers.
928
4243752c
AM
929 * src/powerpc/ffi.c (ffi_prep_args64): Correct long double handling.
930 (ffi_closure_helper_LINUX64): Fix typo.
931 * testsuite/libffi.call/cls_align_longdouble.c: Pass -mlong-double-128
932 for powerpc64-*-*.
933 * testsuite/libffi.call/float.c: Likewise.
934 * testsuite/libffi.call/float2.c: Likewise.
935
bf310028
AM
9362004-02-08 Alan Modra <amodra@bigpond.net.au>
937
938 * src/powerpc/ffi.c (ffi_prep_cif_machdep <FFI_LINUX64>): Correct
939 long double function return and long double arg handling.
940 (ffi_closure_helper_LINUX64): Formatting. Delete unused "ng" var.
941 Use "end_pfr" instead of "nf". Correct long double handling.
942 Localise "temp".
943 * src/powerpc/linux64.S (ffi_call_LINUX64): Save f2 long double
944 return value.
945 * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Allocate
946 space for long double return value. Adjust stack frame and offsets.
947 Load f2 long double return.
948
dd5f9ea2
AM
9492004-02-07 Alan Modra <amodra@bigpond.net.au>
950
951 * src/types.c: Use 16 byte long double for POWERPC64.
952
0ce78f01
EB
9532004-01-25 Eric Botcazou <ebotcazou@libertysurf.fr>
954
955 * src/sparc/ffi.c (ffi_prep_args_v9): Shift the parameter array
956 when the structure return address is passed in %o0.
957 (ffi_V9_return_struct): Rename into ffi_v9_layout_struct.
958 (ffi_v9_layout_struct): Align the field following a nested structure
959 on a word boundary. Use memmove instead of memcpy.
960 (ffi_call): Update call to ffi_V9_return_struct.
961 (ffi_prep_closure): Define 'ctx' only for V8.
962 (ffi_closure_sparc_inner): Clone into ffi_closure_sparc_inner_v8
963 and ffi_closure_sparc_inner_v9.
964 (ffi_closure_sparc_inner_v8): Return long doubles by reference.
965 Always skip the structure return address. For structures and long
966 doubles, copy the argument directly.
967 (ffi_closure_sparc_inner_v9): Skip the structure return address only
968 if required. Shift the maximum floating-point slot accordingly. For
969 big structures, copy the argument directly; otherwise, left-justify the
970 argument and call ffi_v9_layout_struct to lay out the structure on
971 the stack.
972 * src/sparc/v8.S: Undef STACKFRAME before defining it.
973 (ffi_closure_v8): Pass the structure return address. Update call to
974 ffi_closure_sparc_inner_v8. Short-circuit FFI_TYPE_INT handling.
975 Skip the 'unimp' insn when returning long doubles and structures.
976 * src/sparc/v9.S: Undef STACKFRAME before defining it.
977 (ffi_closure_v9): Increase the frame size by 2 words. Short-circuit
978 FFI_TYPE_INT handling. Load structures both in integers and
979 floating-point registers on return.
980 * README: Update status of the SPARC port.
981
7fcc1d9b
AT
9822004-01-24 Andreas Tobler <a.tobler@schweiz.ch>
983
984 * testsuite/libffi.call/pyobjc-tc.c (main): Treat result value
985 as of type ffi_arg.
986 * testsuite/libffi.call/struct3.c (main): Fix CHECK.
987
6ed0ecaf
UW
9882004-01-22 Ulrich Weigand <uweigand@de.ibm.com>
989
990 * testsuite/libffi.call/cls_uint.c (cls_ret_uint_fn): Treat result
991 value as of type ffi_arg, not unsigned int.
992
c930d8a5
MR
9932004-01-21 Michael Ritzert <ritzert@t-online.de>
994
995 * ffi64.c (ffi_prep_args): Cast the RHS of an assignment instead
996 of the LHS.
997
7b2e3e60
AT
9982004-01-12 Andreas Tobler <a.tobler@schweiz.ch>
999
1000 * testsuite/lib/libffi-dg.exp: Set LD_LIBRARY_PATH_32 for
1001 Solaris.
1002
2e89756b
RO
10032004-01-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1004
1005 * testsuite/libffi.call/ffitest.h (allocate_mmap): Cast MAP_FAILED
1006 to void *.
1007
628b26f8
RH
10082003-12-10 Richard Henderson <rth@redhat.com>
1009
1010 * testsuite/libffi.call/cls_align_pointer.c: Cast pointers to
1011 size_t instead of int.
1012
0ee646d6
HY
10132003-12-04 Hosaka Yuji <hos@tamanegi.org>
1014
1015 * testsuite/libffi.call/many_win32.c: Include <float.h>.
1016 * testsuite/libffi.call/many_win32.c (main): Replace variable
1017 int i with unsigned long ul.
1018
1019 * testsuite/libffi.call/cls_align_uint64.c: New test case.
1020 * testsuite/libffi.call/cls_align_sint64.c: Likewise.
1021 * testsuite/libffi.call/cls_align_uint32.c: Likewise.
1022 * testsuite/libffi.call/cls_align_sint32.c: Likewise.
1023 * testsuite/libffi.call/cls_align_uint16.c: Likewise.
1024 * testsuite/libffi.call/cls_align_sint16.c: Likewise.
1025 * testsuite/libffi.call/cls_align_float.c: Likewise.
1026 * testsuite/libffi.call/cls_align_double.c: Likewise.
1027 * testsuite/libffi.call/cls_align_longdouble.c: Likewise.
1028 * testsuite/libffi.call/cls_align_pointer.c: Likewise.
1029
2c4ed456
HY
10302003-12-02 Hosaka Yuji <hos@tamanegi.org>
1031
1032 PR other/13221
1033 * src/x86/ffi.c (ffi_prep_args, ffi_prep_incoming_args_SYSV):
1034 Align arguments to 32 bits.
1035
d18c3386
AT
10362003-12-01 Andreas Tobler <a.tobler@schweiz.ch>
1037
1038 PR other/13221
1039 * testsuite/libffi.call/cls_multi_sshort.c: New test case.
1040 * testsuite/libffi.call/cls_multi_sshortchar.c: Likewise.
1041 * testsuite/libffi.call/cls_multi_uchar.c: Likewise.
1042 * testsuite/libffi.call/cls_multi_schar.c: Likewise.
1043 * testsuite/libffi.call/cls_multi_ushortchar.c: Likewise.
1044 * testsuite/libffi.call/cls_multi_ushort.c: Likewise.
1045
1046 * testsuite/libffi.special/unwindtest.cc: Cosmetics.
1047
88096b2a
KG
10482003-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1049
1050 * testsuite/libffi.call/ffitest.h: Include <fcntl.h>.
1051 * testsuite/libffi.special/ffitestcxx.h: Likewise.
1052
3eee102e
AT
10532003-11-22 Andreas Tobler <a.tobler@schweiz.ch>
1054
1055 * Makefile.in: Rebuilt.
1056 * configure: Likewise.
1057 * testsuite/libffi.special/unwindtest.cc: Convert the mmap to
1058 the right type.
1059
5196736e
AJ
10602003-11-21 Andreas Jaeger <aj@suse.de>
1061 Andreas Tobler <a.tobler@schweiz.ch>
1062
1063 * acinclude.m4: Add AC_FUNC_MMAP_BLACKLIST.
1064 * configure.in: Call AC_FUNC_MMAP_BLACKLIST.
1065 * Makefile.in: Rebuilt.
1066 * aclocal.m4: Likewise.
1067 * configure: Likewise.
1068 * fficonfig.h.in: Likewise.
1069 * testsuite/lib/libffi-dg.exp: Add include dir.
1070 * testsuite/libffi.call/ffitest.h: Add MMAP definitions.
1071 * testsuite/libffi.special/ffitestcxx.h: Likewise.
1072 * testsuite/libffi.call/closure_fn0.c: Use MMAP functionality
1073 for ffi_closure if available.
1074 * testsuite/libffi.call/closure_fn1.c: Likewise.
1075 * testsuite/libffi.call/closure_fn2.c: Likewise.
1076 * testsuite/libffi.call/closure_fn3.c: Likewise.
1077 * testsuite/libffi.call/closure_fn4.c: Likewise.
1078 * testsuite/libffi.call/closure_fn5.c: Likewise.
1079 * testsuite/libffi.call/cls_12byte.c: Likewise.
1080 * testsuite/libffi.call/cls_16byte.c: Likewise.
1081 * testsuite/libffi.call/cls_18byte.c: Likewise.
1082 * testsuite/libffi.call/cls_19byte.c: Likewise.
1083 * testsuite/libffi.call/cls_1_1byte.c: Likewise.
1084 * testsuite/libffi.call/cls_20byte.c: Likewise.
1085 * testsuite/libffi.call/cls_20byte1.c: Likewise.
1086 * testsuite/libffi.call/cls_24byte.c: Likewise.
1087 * testsuite/libffi.call/cls_2byte.c: Likewise.
1088 * testsuite/libffi.call/cls_3_1byte.c: Likewise.
1089 * testsuite/libffi.call/cls_3byte1.c: Likewise.
1090 * testsuite/libffi.call/cls_3byte2.c: Likewise.
1091 * testsuite/libffi.call/cls_4_1byte.c: Likewise.
1092 * testsuite/libffi.call/cls_4byte.c: Likewise.
1093 * testsuite/libffi.call/cls_5byte.c: Likewise.
1094 * testsuite/libffi.call/cls_64byte.c: Likewise.
1095 * testsuite/libffi.call/cls_6byte.c: Likewise.
1096 * testsuite/libffi.call/cls_7byte.c: Likewise.
1097 * testsuite/libffi.call/cls_8byte.c: Likewise.
1098 * testsuite/libffi.call/cls_9byte1.c: Likewise.
1099 * testsuite/libffi.call/cls_9byte2.c: Likewise.
1100 * testsuite/libffi.call/cls_double.c: Likewise.
1101 * testsuite/libffi.call/cls_float.c: Likewise.
1102 * testsuite/libffi.call/cls_schar.c: Likewise.
1103 * testsuite/libffi.call/cls_sint.c: Likewise.
1104 * testsuite/libffi.call/cls_sshort.c: Likewise.
1105 * testsuite/libffi.call/cls_uchar.c: Likewise.
1106 * testsuite/libffi.call/cls_uint.c: Likewise.
1107 * testsuite/libffi.call/cls_ulonglong.c: Likewise.
1108 * testsuite/libffi.call/cls_ushort.c: Likewise.
1109 * testsuite/libffi.call/nested_struct.c: Likewise.
1110 * testsuite/libffi.call/nested_struct1.c: Likewise.
1111 * testsuite/libffi.call/nested_struct2.c: Likewise.
1112 * testsuite/libffi.call/nested_struct3.c: Likewise.
1113 * testsuite/libffi.call/problem1.c: Likewise.
1114 * testsuite/libffi.special/unwindtest.cc: Likewise.
1115
9e6c3ecb
AT
11162003-11-20 Andreas Tobler <a.tobler@schweiz.ch>
1117
1118 * testsuite/lib/libffi-dg.exp: Make the -lgcc_s conditional.
1119
70d8f2a1
AT
11202003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
1121
1122 * testsuite/lib/libffi-dg.exp: Add DYLD_LIBRARY_PATH for darwin.
1123 Add -lgcc_s to additional flags.
1124
ea81d2a3
AT
11252003-11-12 Andreas Tobler <a.tobler@schweiz.ch>
1126
1127 * configure.in, include/Makefile.am: PR libgcj/11147, install
1128 the ffitarget.h header file in a gcc versioned and target
1129 dependent place.
1130 * configure: Regenerated.
1131 * Makefile.in, include/Makefile.in: Likewise.
1132 * testsuite/Makefile.in: Likewise.
1133
647af4a9
AT
11342003-11-09 Andreas Tobler <a.tobler@schweiz.ch>
1135
1136 * testsuite/libffi.call/closure_fn0.c: Print result and check
1137 with dg-output to make debugging easier.
1138 * testsuite/libffi.call/closure_fn1.c: Likewise.
1139 * testsuite/libffi.call/closure_fn2.c: Likewise.
1140 * testsuite/libffi.call/closure_fn3.c: Likewise.
1141 * testsuite/libffi.call/closure_fn4.c: Likewise.
1142 * testsuite/libffi.call/closure_fn5.c: Likewise.
1143 * testsuite/libffi.call/cls_12byte.c: Likewise.
1144 * testsuite/libffi.call/cls_16byte.c: Likewise.
1145 * testsuite/libffi.call/cls_18byte.c: Likewise.
1146 * testsuite/libffi.call/cls_19byte.c: Likewise.
1147 * testsuite/libffi.call/cls_1_1byte.c: Likewise.
1148 * testsuite/libffi.call/cls_20byte.c: Likewise.
1149 * testsuite/libffi.call/cls_20byte1.c: Likewise.
1150 * testsuite/libffi.call/cls_24byte.c: Likewise.
1151 * testsuite/libffi.call/cls_2byte.c: Likewise.
1152 * testsuite/libffi.call/cls_3_1byte.c: Likewise.
1153 * testsuite/libffi.call/cls_3byte1.c: Likewise.
1154 * testsuite/libffi.call/cls_3byte2.c: Likewise.
1155 * testsuite/libffi.call/cls_4_1byte.c: Likewise.
1156 * testsuite/libffi.call/cls_4byte.c: Likewise.
1157 * testsuite/libffi.call/cls_5byte.c: Likewise.
1158 * testsuite/libffi.call/cls_64byte.c: Likewise.
1159 * testsuite/libffi.call/cls_6byte.c: Likewise.
1160 * testsuite/libffi.call/cls_7byte.c: Likewise.
1161 * testsuite/libffi.call/cls_8byte.c: Likewise.
1162 * testsuite/libffi.call/cls_9byte1.c: Likewise.
1163 * testsuite/libffi.call/cls_9byte2.c: Likewise.
1164 * testsuite/libffi.call/cls_double.c: Likewise.
1165 * testsuite/libffi.call/cls_float.c: Likewise.
1166 * testsuite/libffi.call/cls_schar.c: Likewise.
1167 * testsuite/libffi.call/cls_sint.c: Likewise.
1168 * testsuite/libffi.call/cls_sshort.c: Likewise.
1169 * testsuite/libffi.call/cls_uchar.c: Likewise.
1170 * testsuite/libffi.call/cls_uint.c: Likewise.
1171 * testsuite/libffi.call/cls_ulonglong.c: Likewise.
1172 * testsuite/libffi.call/cls_ushort.c: Likewise.
1173 * testsuite/libffi.call/problem1.c: Likewise.
1174
1175 * testsuite/libffi.special/unwindtest.cc: Make ffi_closure
1176 static.
1177
ac47cc13
AT
11782003-11-08 Andreas Tobler <a.tobler@schweiz.ch>
1179
1180 * testsuite/libffi.call/cls_9byte2.c: New test case.
1181 * testsuite/libffi.call/cls_9byte1.c: Likewise.
1182 * testsuite/libffi.call/cls_64byte.c: Likewise.
1183 * testsuite/libffi.call/cls_20byte1.c: Likewise.
1184 * testsuite/libffi.call/cls_19byte.c: Likewise.
1185 * testsuite/libffi.call/cls_18byte.c: Likewise.
1186 * testsuite/libffi.call/closure_fn4.c: Likewise.
1187 * testsuite/libffi.call/closure_fn5.c: Likewise.
1188 * testsuite/libffi.call/cls_schar.c: Likewise.
1189 * testsuite/libffi.call/cls_sint.c: Likewise.
1190 * testsuite/libffi.call/cls_sshort.c: Likewise.
1191 * testsuite/libffi.call/nested_struct2.c: Likewise.
1192 * testsuite/libffi.call/nested_struct3.c: Likewise.
1193
f145ed6b
AT
11942003-11-08 Andreas Tobler <a.tobler@schweiz.ch>
1195
1196 * testsuite/libffi.call/cls_double.c: Do a check on the result.
1197 * testsuite/libffi.call/cls_uchar.c: Likewise.
1198 * testsuite/libffi.call/cls_uint.c: Likewise.
1199 * testsuite/libffi.call/cls_ulonglong.c: Likewise.
1200 * testsuite/libffi.call/cls_ushort.c: Likewise.
1201 * testsuite/libffi.call/return_sc.c: Cleanup whitespaces.
1202
2b04d015
AT
12032003-11-06 Andreas Tobler <a.tobler@schweiz.ch>
1204
1205 * src/prep_cif.c (ffi_prep_cif): Move the validity check after
1206 the initialization.
1207
57f542b3
AT
12082003-10-23 Andreas Tobler <a.tobler@schweiz.ch>
1209
2b04d015 1210 * src/java_raw_api.c (ffi_java_ptrarray_to_raw): Replace
57f542b3
AT
1211 FFI_ASSERT(FALSE) with FFI_ASSERT(0).
1212
e61acf72
DD
12132003-10-22 David Daney <ddaney@avtrex.com>
1214
1215 * src/mips/ffitarget.h: Replace undefined UINT32 and friends with
1216 __attribute__((__mode__(__SI__))) and friends.
1217
2461c08b
AS
12182003-10-22 Andreas Schwab <schwab@suse.de>
1219
1220 * src/ia64/ffi.c: Replace FALSE/TRUE with false/true.
1221
1450eb7a
AT
12222003-10-21 Andreas Tobler <a.tobler@schweiz.ch>
1223
1224 * configure.in: AC_LINK_FILES(ffitarget.h).
1225 * configure: Regenerate.
1226 * Makefile.in: Likewise.
1227 * include/Makefile.in: Likewise.
1228 * testsuite/Makefile.in: Likewise.
1229 * fficonfig.h.in: Likewise.
1230
12312003-10-21 Paolo Bonzini <bonzini@gnu.org>
1232 Richard Henderson <rth@redhat.com>
1233
1234 Avoid that ffi.h includes fficonfig.h.
1235
1236 * Makefile.am (EXTRA_DIST): Include ffitarget.h files
1237 (TARGET_SRC_MIPS_GCC): Renamed to TARGET_SRC_MIPS_IRIX.
1238 (TARGET_SRC_MIPS_SGI): Removed.
1239 (MIPS_GCC): Renamed to TARGET_SRC_MIPS_IRIX.
1240 (MIPS_SGI): Removed.
1241 (CLEANFILES): Removed.
1242 (mostlyclean-am, clean-am, mostlyclean-sub, clean-sub): New
1243 targets.
1244 * acconfig.h: Removed.
1245 * configure.in: Compute sizeofs only for double and long double.
1246 Use them to define and subst HAVE_LONG_DOUBLE. Include comments
1247 into AC_DEFINE instead of using acconfig.h. Create
1248 include/ffitarget.h instead of include/fficonfig.h. Rename
1249 MIPS_GCC to MIPS_IRIX, drop MIPS_SGI since we are in gcc's tree.
1250 AC_DEFINE EH_FRAME_FLAGS.
1251 * include/Makefile.am (DISTCLEANFILES): New automake macro.
1252 (hack_DATA): Add ffitarget.h.
1253 * include/ffi.h.in: Remove all system specific definitions.
1254 Declare raw API even if it is not installed, why bother?
1255 Use limits.h instead of SIZEOF_* to define ffi_type_*. Do
1256 not define EH_FRAME_FLAGS, it is in fficonfig.h now. Include
1257 ffitarget.h instead of fficonfig.h. Remove ALIGN macro.
1258 (UINT_ARG, INT_ARG): Removed, use ffi_arg and ffi_sarg instead.
1259 * include/ffi_common.h (bool): Do not define.
1260 (ffi_assert): Accept failed assertion.
1261 (ffi_type_test): Return void and accept file/line.
1262 (FFI_ASSERT): Pass stringized failed assertion.
1263 (FFI_ASSERT_AT): New macro.
1264 (FFI_ASSERT_VALID_TYPE): New macro.
1265 (UINT8, SINT8, UINT16, SINT16, UINT32, SINT32,
1266 UINT64, SINT64): Define here with gcc's __attribute__ macro
1267 instead of in ffi.h
1268 (FLOAT32, ALIGN): Define here instead of in ffi.h
1269 * include/ffi-mips.h: Removed. Its content moved to
1270 src/mips/ffitarget.h after separating assembly and C sections.
1271 * src/alpha/ffi.c, src/alpha/ffi.c, src/java_raw_api.c
1272 src/prep_cif.c, src/raw_api.c, src/ia64/ffi.c,
1273 src/mips/ffi.c, src/mips/n32.S, src/mips/o32.S,
1274 src/mips/ffitarget.h, src/sparc/ffi.c, src/x86/ffi64.c:
1275 SIZEOF_ARG -> FFI_SIZEOF_ARG.
1276 * src/ia64/ffi.c: Include stdbool.h (provided by GCC 2.95+).
1277 * src/debug.c (ffi_assert): Accept stringized failed assertion.
1278 (ffi_type_test): Rewritten.
1279 * src/prep-cif.c (initialize_aggregate, ffi_prep_cif): Call
1280 FFI_ASSERT_VALID_TYPE.
1281 * src/alpha/ffitarget.h, src/arm/ffitarget.h,
1282 src/ia64/ffitarget.h, src/m68k/ffitarget.h,
1283 src/mips/ffitarget.h, src/powerpc/ffitarget.h,
1284 src/s390/ffitarget.h, src/sh/ffitarget.h,
1285 src/sh64/ffitarget.h, src/sparc/ffitarget.h,
1286 src/x86/ffitarget.h: New files.
1287 * src/alpha/osf.S, src/arm/sysv.S, src/ia64/unix.S,
1288 src/m68k/sysv.S, src/mips/n32.S, src/mips/o32.S,
1289 src/powerpc/aix.S, src/powerpc/darwin.S,
1290 src/powerpc/ffi_darwin.c, src/powerpc/linux64.S,
1291 src/powerpc/linux64_closure.S, src/powerpc/ppc_closure.S,
1292 src/powerpc/sysv.S, src/s390/sysv.S, src/sh/sysv.S,
1293 src/sh64/sysv.S, src/sparc/v8.S, src/sparc/v9.S,
1294 src/x86/sysv.S, src/x86/unix64.S, src/x86/win32.S:
1295 include fficonfig.h
1296
27d54b2a
RO
12972003-10-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1298
1299 * src/mips/ffi.c: Use _ABIN32, _ABIO32 instead of external
1300 _MIPS_SIM_NABI32, _MIPS_SIM_ABI32.
1301
0df6970d
AT
13022003-10-19 Andreas Tobler <a.tobler@schweiz.ch>
1303
1304 * src/powerpc/ffi_darwin.c (ffi_prep_args): Declare bytes again.
1305 Used when FFI_DEBUG = 1.
1306
2612ffce
AM
13072003-10-14 Alan Modra <amodra@bigpond.net.au>
1308
1309 * src/types.c (double, longdouble): Default POWERPC64 to 8 byte size
1310 and align.
1311
d54f7354
RO
13122003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1313
1314 * include/ffi_mips.h: Define FFI_MIPS_N32 for N32/N64 ABIs,
1315 FFI_MIPS_O32 for O32 ABI.
1316
7a54c850
AT
13172003-10-01 Andreas Tobler <a.tobler@schweiz.ch>
1318
1319 * testsuite/lib/libffi-dg.exp: Set LD_LIBRARY_PATH_64 for
1320 SPARC64. Cleanup whitespaces.
1321
9e3bfa9b
AT
13222003-09-19 Andreas Tobler <a.tobler@schweiz.ch>
1323
1324 * testsuite/libffi.call/closure_fn0.c: Xfail mips, arm,
1325 strongarm, xscale. Cleanup whitespaces.
1326 * testsuite/libffi.call/closure_fn1.c: Likewise.
1327 * testsuite/libffi.call/closure_fn2.c: Likewise.
1328 * testsuite/libffi.call/closure_fn3.c: Likewise.
1329 * testsuite/libffi.call/cls_12byte.c: Likewise.
1330 * testsuite/libffi.call/cls_16byte.c: Likewise.
1331 * testsuite/libffi.call/cls_1_1byte.c: Likewise.
1332 * testsuite/libffi.call/cls_20byte.c: Likewise.
1333 * testsuite/libffi.call/cls_24byte.c: Likewise.
1334 * testsuite/libffi.call/cls_2byte.c: Likewise.
1335 * testsuite/libffi.call/cls_3_1byte.c: Likewise.
1336 * testsuite/libffi.call/cls_3byte1.c: Likewise.
1337 * testsuite/libffi.call/cls_3byte2.c: Likewise.
1338 * testsuite/libffi.call/cls_4_1byte.c: Likewise.
1339 * testsuite/libffi.call/cls_4byte.c: Likewise.
1340 * testsuite/libffi.call/cls_5byte.c: Likewise.
1341 * testsuite/libffi.call/cls_6byte.c: Likewise.
1342 * testsuite/libffi.call/cls_7byte.c: Likewise.
1343 * testsuite/libffi.call/cls_8byte.c: Likewise.
1344 * testsuite/libffi.call/cls_double.c: Likewise.
1345 * testsuite/libffi.call/cls_float.c: Likewise.
1346 * testsuite/libffi.call/cls_uchar.c: Likewise.
1347 * testsuite/libffi.call/cls_uint.c: Likewise.
1348 * testsuite/libffi.call/cls_ulonglong.c: Likewise.
1349 * testsuite/libffi.call/cls_ushort.c: Likewise.
1350 * testsuite/libffi.call/nested_struct.c: Likewise.
1351 * testsuite/libffi.call/nested_struct1.c: Likewise.
1352 * testsuite/libffi.call/problem1.c: Likewise.
1353 * testsuite/libffi.special/unwindtest.cc: Likewise.
1354 * testsuite/libffi.call/pyobjc-tc.c: Cleanup whitespaces.
1355
3e86b595
DE
13562003-09-18 David Edelsohn <edelsohn@gnu.org>
1357
1358 * src/powerpc/aix.S: Cleanup whitespaces.
1359 * src/powerpc/aix_closure.S: Likewise.
1360
8d8369f8
AT
13612003-09-18 Andreas Tobler <a.tobler@schweiz.ch>
1362
1363 * src/powerpc/darwin.S: Cleanup whitespaces, comment formatting.
1364 * src/powerpc/darwin_closure.S: Likewise.
1365 * src/powerpc/ffi_darwin.c: Likewise.
1366
69b182fd
AT
13672003-09-18 Andreas Tobler <a.tobler@schweiz.ch>
1368 David Edelsohn <edelsohn@gnu.org>
1369
1370 * src/types.c (double): Add AIX and Darwin to the right TYPEDEF.
1371 * src/powerpc/aix_closure.S: Remove the pointer to the outgoing
1372 parameter stack.
1373 * src/powerpc/darwin_closure.S: Likewise.
1374 * src/powerpc/ffi_darwin.c (ffi_prep_args): Handle structures
1375 according to the Darwin/AIX ABI.
1376 (ffi_prep_cif_machdep): Likewise.
1377 (ffi_closure_helper_DARWIN): Likewise.
1378 Remove the outgoing parameter stack logic. Simplify the evaluation
1379 of the different CASE types.
1380 (ffi_prep_clousure): Avoid the casts on lvalues. Change the branch
1381 statement in the trampoline code.
1382
df805cdc
KK
13832003-09-18 Kaz Kojima <kkojima@gcc.gnu.org>
1384
1385 * src/sh/ffi.c (ffi_prep_args): Take account into the alignement
1386 for the register size.
1387 (ffi_closure_helper_SYSV): Handle the structure return value
1388 address correctly.
1389 (ffi_closure_helper_SYSV): Return the appropriate type when
1390 the registers are used for the structure return value.
1391 * src/sh/sysv.S (ffi_closure_SYSV): Fix the stack layout for
1392 the 64-bit return value. Update copyright years.
1393
eb26c76c
RO
13942003-09-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1395
1396 * testsuite/lib/libffi-dg.exp (libffi_target_compile): Search in
1397 srcdir for ffi_mips.h.
1398
6350c02c
AM
13992003-09-12 Alan Modra <amodra@bigpond.net.au>
1400
1401 * src/prep_cif.c (initialize_aggregate): Include tail padding in
1402 structure size.
1403 * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Correct
1404 placement of float result.
1405 * testsuite/libffi.special/unwindtest.cc (closure_test_fn1): Correct
1406 cast of "resp" for big-endian 64 bit machines.
1407
5af1c806
AM
14082003-09-11 Alan Modra <amodra@bigpond.net.au>
1409
1410 * src/types.c (double, longdouble): Merge identical SH and ARM
1411 typedefs, and add POWERPC64.
1412 * src/powerpc/ffi.c (ffi_prep_args64): Correct next_arg calc for
1413 struct split over gpr and rest.
1414 (ffi_prep_cif_machdep): Correct intarg_count for structures.
1415 * src/powerpc/linux64.S (ffi_call_LINUX64): Fix gpr offsets.
1416
086a4bd7
AT
14172003-09-09 Andreas Tobler <a.tobler@schweiz.ch>
1418
1419 * src/powerpc/ffi.c (ffi_closure_helper_SYSV) Handle struct
1420 passing correctly.
c930d8a5 1421
e517f636
AM
14222003-09-09 Alan Modra <amodra@bigpond.net.au>
1423
1424 * configure: Regenerate.
1425
6f20d627
AT
14262003-09-04 Andreas Tobler <a.tobler@schweiz.ch>
1427
1428 * Makefile.am: Remove build rules for ffitest.
1429 * Makefile.in: Rebuilt.
c930d8a5 1430
6f20d627 14312003-09-04 Andreas Tobler <a.tobler@schweiz.ch>
226660af
AT
1432
1433 * src/java_raw_api.c: Include <stdlib.h> to fix compiler warning
1434 about implicit declaration of abort().
1435
bbf3057b
AT
14362003-09-04 Andreas Tobler <a.tobler@schweiz.ch>
1437
1438 * Makefile.am: Add dejagnu test framework. Fixes PR other/11411.
1439 * Makefile.in: Rebuilt.
1440 * configure.in: Add dejagnu test framework.
1441 * configure: Rebuilt.
1442
1443 * testsuite/Makefile.am: New file.
1444 * testsuite/Makefile.in: Built
c930d8a5 1445 * testsuite/lib/libffi-dg.exp: New file.
bbf3057b
AT
1446 * testsuite/config/default.exp: Likewise.
1447 * testsuite/libffi.call/call.exp: Likewise.
1448 * testsuite/libffi.call/ffitest.h: Likewise.
1449 * testsuite/libffi.call/closure_fn0.c: Likewise.
1450 * testsuite/libffi.call/closure_fn1.c: Likewise.
1451 * testsuite/libffi.call/closure_fn2.c: Likewise.
1452 * testsuite/libffi.call/closure_fn3.c: Likewise.
1453 * testsuite/libffi.call/cls_1_1byte.c: Likewise.
1454 * testsuite/libffi.call/cls_3_1byte.c: Likewise.
1455 * testsuite/libffi.call/cls_4_1byte.c: Likewise.
1456 * testsuite/libffi.call/cls_2byte.c: Likewise.
1457 * testsuite/libffi.call/cls_3byte1.c: Likewise.
1458 * testsuite/libffi.call/cls_3byte2.c: Likewise.
1459 * testsuite/libffi.call/cls_4byte.c: Likewise.
1460 * testsuite/libffi.call/cls_5byte.c: Likewise.
1461 * testsuite/libffi.call/cls_6byte.c: Likewise.
1462 * testsuite/libffi.call/cls_7byte.c: Likewise.
1463 * testsuite/libffi.call/cls_8byte.c: Likewise.
1464 * testsuite/libffi.call/cls_12byte.c: Likewise.
1465 * testsuite/libffi.call/cls_16byte.c: Likewise.
1466 * testsuite/libffi.call/cls_20byte.c: Likewise.
1467 * testsuite/libffi.call/cls_24byte.c: Likewise.
1468 * testsuite/libffi.call/cls_double.c: Likewise.
1469 * testsuite/libffi.call/cls_float.c: Likewise.
1470 * testsuite/libffi.call/cls_uchar.c: Likewise.
1471 * testsuite/libffi.call/cls_uint.c: Likewise.
1472 * testsuite/libffi.call/cls_ulonglong.c: Likewise.
1473 * testsuite/libffi.call/cls_ushort.c: Likewise.
1474 * testsuite/libffi.call/float.c: Likewise.
1475 * testsuite/libffi.call/float1.c: Likewise.
1476 * testsuite/libffi.call/float2.c: Likewise.
1477 * testsuite/libffi.call/many.c: Likewise.
1478 * testsuite/libffi.call/many_win32.c: Likewise.
1479 * testsuite/libffi.call/nested_struct.c: Likewise.
1480 * testsuite/libffi.call/nested_struct1.c: Likewise.
1481 * testsuite/libffi.call/pyobjc-tc.c: Likewise.
1482 * testsuite/libffi.call/problem1.c: Likewise.
1483 * testsuite/libffi.call/promotion.c: Likewise.
1484 * testsuite/libffi.call/return_ll.c: Likewise.
1485 * testsuite/libffi.call/return_sc.c: Likewise.
1486 * testsuite/libffi.call/return_uc.c: Likewise.
1487 * testsuite/libffi.call/strlen.c: Likewise.
1488 * testsuite/libffi.call/strlen_win32.c: Likewise.
1489 * testsuite/libffi.call/struct1.c: Likewise.
1490 * testsuite/libffi.call/struct2.c: Likewise.
1491 * testsuite/libffi.call/struct3.c: Likewise.
1492 * testsuite/libffi.call/struct4.c: Likewise.
1493 * testsuite/libffi.call/struct5.c: Likewise.
1494 * testsuite/libffi.call/struct6.c: Likewise.
1495 * testsuite/libffi.call/struct7.c: Likewise.
1496 * testsuite/libffi.call/struct8.c: Likewise.
c930d8a5 1497 * testsuite/libffi.call/struct9.c: Likewise.
bbf3057b
AT
1498 * testsuite/libffi.special/special.exp: New file.
1499 * testsuite/libffi.special/ffitestcxx.h: Likewise.
1500 * testsuite/libffi.special/unwindtest.cc: Likewise.
1501
c930d8a5 1502
996b4f8f
KK
15032003-08-13 Kaz Kojima <kkojima@gcc.gnu.org>
1504
1505 * src/sh/ffi.c (OFS_INT16): Set 0 for little endian case. Update
1506 copyright years.
1507
b00badcd
AM
15082003-08-02 Alan Modra <amodra@bigpond.net.au>
1509
1510 * src/powerpc/ffi.c (ffi_prep_args64): Modify for changed gcc
1511 structure passing.
1512 (ffi_closure_helper_LINUX64): Likewise.
1513 * src/powerpc/linux64.S: Remove code writing to parm save area.
1514 * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Use return
1515 address in lr from ffi_closure_helper_LINUX64 call to calculate
1516 table address. Optimize function tail.
1517
c1516eae
AT
15182003-07-28 Andreas Tobler <a.tobler@schweiz.ch>
1519
1520 * src/sparc/ffi.c: Handle all floating point registers.
1521 * src/sparc/v9.S: Likewise. Fixes second part of PR target/11410.
1522
fc0e6222
GP
15232003-07-11 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1524
1525 * README: Note that libffi is not part of GCC. Update the project
1526 URL and status.
1527
a1569df8
FS
15282003-06-19 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1529
1530 * src/powerpc/ppc_closure.S: Include ffi.h.
1531
12e816bf
RO
15322003-06-13 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1533
1534 * src/x86/sysv.S: Avoid gas-only .uleb128/.sleb128 directives.
1535 Use C style comments.
1536
e860ed6d
KK
15372003-06-13 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1538
1539 * Makefile.am: Add SHmedia support. Fix a typo of SH support.
1540 * Makefile.in: Regenerate.
1541 * configure.in (sh64-*-linux*, sh5*-*-linux*): Add target.
1542 * configure: Regenerate.
1543 * include/ffi.h.in: Add SHmedia support.
1544 * src/sh64/ffi.c: New file.
1545 * src/sh64/sysv.S: New file.
1546
a733b15e
JJ
15472003-05-16 Jakub Jelinek <jakub@redhat.com>
1548
1549 * configure.in (HAVE_RO_EH_FRAME): Check whether .eh_frame section
1550 should be read-only.
1551 * configure: Rebuilt.
1552 * fficonfig.h.in: Rebuilt.
1553 * include/ffi.h.in (EH_FRAME_FLAGS): Define.
1554 * src/alpha/osf.S: Use EH_FRAME_FLAGS.
1555 * src/powerpc/linux64.S: Likewise.
1556 * src/powerpc/linux64_closure.S: Likewise. Include ffi.h.
1557 * src/powerpc/sysv.S: Use EH_FRAME_FLAGS. Use pcrel encoding
1558 if -fpic/-fPIC/-mrelocatable.
1559 * src/powerpc/powerpc_closure.S: Likewise.
1560 * src/sparc/v8.S: If HAVE_RO_EH_FRAME is defined, don't include
1561 #write in .eh_frame flags.
1562 * src/sparc/v9.S: Likewise.
1563 * src/x86/unix64.S: Use EH_FRAME_FLAGS.
1564 * src/x86/sysv.S: Likewise. Use pcrel encoding if -fpic/-fPIC.
1565 * src/s390/sysv.S: Use EH_FRAME_FLAGS. Include ffi.h.
1566
bd19c9f4
JS
15672003-05-07 Jeff Sturm <jsturm@one-point.com>
1568
1569 Fixes PR bootstrap/10656
1570 * configure.in (HAVE_AS_REGISTER_PSEUDO_OP): Test assembler
1571 support for .register pseudo-op.
1572 * src/sparc/v8.S: Use it.
1573 * fficonfig.h.in: Rebuilt.
1574 * configure: Rebuilt.
1575
e9b84181
JJ
15762003-04-18 Jakub Jelinek <jakub@redhat.com>
1577
1578 * include/ffi.h.in (POWERPC64): Define if 64-bit.
1579 (enum ffi_abi): Add FFI_LINUX64 on POWERPC.
1580 Make it the default on POWERPC64.
1581 (FFI_TRAMPOLINE_SIZE): Define to 24 on POWERPC64.
1582 * configure.in: Change powerpc-*-linux* into powerpc*-*-linux*.
1583 * configure: Rebuilt.
1584 * src/powerpc/ffi.c (hidden): Define.
1585 (ffi_prep_args_SYSV): Renamed from
1586 ffi_prep_args. Cast pointers to unsigned long to shut up warnings.
1587 (NUM_GPR_ARG_REGISTERS64, NUM_FPR_ARG_REGISTERS64,
1588 ASM_NEEDS_REGISTERS64): New.
1589 (ffi_prep_args64): New function.
1590 (ffi_prep_cif_machdep): Handle FFI_LINUX64 ABI.
1591 (ffi_call): Likewise.
1592 (ffi_prep_closure): Likewise.
1593 (flush_icache): Surround by #ifndef POWERPC64.
1594 (ffi_dblfl): New union type.
1595 (ffi_closure_helper_SYSV): Use it to avoid aliasing problems.
1596 (ffi_closure_helper_LINUX64): New function.
1597 * src/powerpc/ppc_closure.S: Surround whole file by #ifndef
1598 __powerpc64__.
1599 * src/powerpc/sysv.S: Likewise.
1600 (ffi_call_SYSV): Rename ffi_prep_args to ffi_prep_args_SYSV.
1601 * src/powerpc/linux64.S: New file.
1602 * src/powerpc/linux64_closure.S: New file.
1603 * Makefile.am (EXTRA_DIST): Add src/powerpc/linux64.S and
1604 src/powerpc/linux64_closure.S.
1605 (TARGET_SRC_POWERPC): Likewise.
1606
1607 * src/ffitest.c (closure_test_fn, closure_test_fn1, closure_test_fn2,
1608 closure_test_fn3): Fix result printing on big-endian 64-bit
1609 machines.
1610 (main): Print tst2_arg instead of uninitialized tst2_result.
1611
1612 * src/ffitest.c (main): Hide what closure pointer really points to
1613 from the compiler.
1614
908a31e1
RE
16152003-04-16 Richard Earnshaw <rearnsha@arm.com>
1616
1617 * configure.in (arm-*-netbsdelf*): Add configuration.
1618 (configure): Regenerated.
1619
41a73c4c
LR
16202003-04-04 Loren J. Rittle <ljrittle@acm.org>
1621
1622 * include/Makefile.in: Regenerate.
1623
cd41c847
ZD
16242003-03-21 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1625
1626 * libffi/include/ffi.h.in: Define X86 instead of X86_64 in 32
1627 bit mode.
1628 * libffi/src/x86/ffi.c (ffi_closure_SYSV, ffi_closure_raw_SYSV):
1629 Receive closure pointer through parameter, read args using
1630 __builtin_dwarf_cfa.
1631 (FFI_INIT_TRAMPOLINE): Send closure reference through eax.
1632
6db450f9
AS
16332003-03-12 Andreas Schwab <schwab@suse.de>
1634
1635 * configure.in: Avoid trailing /. in toolexeclibdir.
1636 * configure: Rebuilt.
1637
70144e9c
AT
16382003-03-03 Andreas Tobler <a.tobler@schweiz.ch>
1639
c6900272 1640 * src/powerpc/darwin_closure.S: Recode to fit dynamic libraries.
70144e9c 1641
79e43f89
AT
16422003-02-06 Andreas Tobler <a.tobler@schweiz.ch>
1643
1644 * libffi/src/powerpc/darwin_closure.S:
1645 Fix alignement bug, allocate 8 bytes for the result.
c930d8a5 1646 * libffi/src/powerpc/aix_closure.S:
79e43f89
AT
1647 Likewise.
1648 * libffi/src/powerpc/ffi_darwin.c:
1649 Update stackframe description for aix/darwin_closure.S.
c930d8a5 1650
0fcc9e55
JJ
16512003-02-06 Jakub Jelinek <jakub@redhat.com>
1652
1653 * src/s390/ffi.c (ffi_closure_helper_SYSV): Add hidden visibility
1654 attribute.
1655
63b87c2e
CC
16562003-01-31 Christian Cornelssen <ccorn@cs.tu-berlin.de>,
1657 Andreas Schwab <schwab@suse.de>
1658
c6900272 1659 * configure.in: Adjust command to source config-ml.in to account
63b87c2e
CC
1660 for changes to the libffi_basedir definition.
1661 (libffi_basedir): Remove ${srcdir} from value and include trailing
1662 slash if nonempty.
c930d8a5 1663
c6900272 1664 * configure: Regenerate.
63b87c2e 1665
c33402e2
FS
16662003-01-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1667
1668 * src/powerpc/ppc_closure.S: Recode to fit shared libs.
1669
fd2e49b2
AH
16702003-01-28 Andrew Haley <aph@redhat.com>
1671
1672 * include/ffi.h.in: Enable FFI_CLOSURES for x86_64.
1673 * src/x86/ffi64.c (ffi_prep_closure): New.
1674 (ffi_closure_UNIX64_inner): New.
1675 * src/x86/unix64.S (ffi_closure_UNIX64): New.
1676
0e292c01
AO
16772003-01-27 Alexandre Oliva <aoliva@redhat.com>
1678
1679 * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
1680 Remove USE_LIBDIR conditional.
1681 * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
1682 * Makefile.in, configure: Rebuilt.
1683
acabc220
DE
16842003-01027 David Edelsohn <edelsohn@gnu.org>
1685
1686 * Makefile.am (TARGET_SRC_POWERPC_AIX): Fix typo.
1687 * Makefile.in: Regenerate.
1688
be0acd42
AH
16892003-01-22 Andrew Haley <aph@redhat.com>
1690
1691 * src/powerpc/darwin.S (_ffi_call_AIX): Add Augmentation size to
1692 unwind info.
1693
ed695c8e
AT
16942003-01-21 Andreas Tobler <a.tobler@schweiz.ch>
1695
1696 * src/powerpc/darwin.S: Add unwind info.
1697 * src/powerpc/darwin_closure.S: Likewise.
1698
45ba15f4
AH
16992003-01-14 Andrew Haley <aph@redhat.com>
1700
1701 * src/x86/ffi64.c (ffi_prep_args): Check for void retval.
1702 (ffi_prep_cif_machdep): Likewise.
1703 * src/x86/unix64.S: Add unwind info.
1704
4b5f402e
AJ
17052003-01-14 Andreas Jaeger <aj@suse.de>
1706
1707 * src/ffitest.c (main): Only use ffi_closures if those are
1708 supported.
1709
7b5102af
TT
17102003-01-13 Andreas Tobler <a.tobler@schweiz.ch>
1711
1712 * libffi/src/ffitest.c
c6900272 1713 add closure testcases
7b5102af
TT
1714
17152003-01-13 Kevin B. Hendricks <khendricks@ivey.uwo.ca>
1716
1717 * libffi/src/powerpc/ffi.c
c6900272 1718 fix alignment bug for float (4 byte aligned iso 8 byte)
7b5102af 1719
5f7c78d8
GK
17202003-01-09 Geoffrey Keating <geoffk@apple.com>
1721
1722 * src/powerpc/ffi_darwin.c: Remove RCS version string.
1723 * src/powerpc/darwin.S: Remove RCS version string.
1724
c75c7793
JS
17252003-01-03 Jeff Sturm <jsturm@one-point.com>
1726
1727 * include/ffi.h.in: Add closure defines for SPARC, SPARC64.
1728 * src/ffitest.c (main): Use static storage for closure.
1729 * src/sparc/ffi.c (ffi_prep_closure, ffi_closure_sparc_inner): New.
1730 * src/sparc/v8.S (ffi_closure_v8): New.
1731 * src/sparc/v9.S (ffi_closure_v9): New.
1732
eb3c46a1
RM
17332002-11-10 Ranjit Mathew <rmathew@hotmail.com>
1734
1735 * include/ffi.h.in: Added FFI_STDCALL ffi_type
1736 enumeration for X86_WIN32.
1737 * src/x86/win32.S: Added ffi_call_STDCALL function
1738 definition.
1739 * src/x86/ffi.c (ffi_call/ffi_raw_call): Added
1740 switch cases for recognising FFI_STDCALL and
1741 calling ffi_call_STDCALL if target is X86_WIN32.
1742 * src/ffitest.c (my_stdcall_strlen/stdcall_many):
1743 stdcall versions of the "my_strlen" and "many"
1744 test functions (for X86_WIN32).
1745 Added test cases to test stdcall invocation using
1746 these functions.
1747
4977bab6
ZW
17482002-12-02 Kaz Kojima <kkojima@gcc.gnu.org>
1749
1750 * src/sh/sysv.S: Add DWARF2 unwind info.
1751
67333e84
UW
17522002-11-27 Ulrich Weigand <uweigand@de.ibm.com>
1753
1754 * src/s390/sysv.S (.eh_frame section): Make section read-only.
1755
bc3cf760
JW
17562002-11-26 Jim Wilson <wilson@redhat.com>
1757
1758 * src/types.c (FFI_TYPE_POINTER): Has size 8 on IA64.
1759
4977bab6
ZW
17602002-11-23 H.J. Lu <hjl@gnu.org>
1761
1762 * acinclude.m4: Add dummy AM_PROG_LIBTOOL.
1763 Include ../config/accross.m4.
1764 * aclocal.m4; Rebuild.
1765 * configure: Likewise.
1766
18789f4e
UW
17672002-11-15 Ulrich Weigand <uweigand@de.ibm.com>
1768
1769 * src/s390/sysv.S (.eh_frame section): Adapt to pcrel FDE encoding.
1770
6bee5372
DD
17712002-11-11 DJ Delorie <dj@redhat.com>
1772
1773 * configure.in: Look for common files in the right place.
1774
8177895b
UW
17752002-10-08 Ulrich Weigand <uweigand@de.ibm.com>
1776
1777 * src/java_raw_api.c (ffi_java_raw_to_ptrarray): Interpret
1778 raw data as _Jv_word values, not ffi_raw.
1779 (ffi_java_ptrarray_to_raw): Likewise.
1780 (ffi_java_rvalue_to_raw): New function.
1781 (ffi_java_raw_call): Call it.
1782 (ffi_java_raw_to_rvalue): New function.
1783 (ffi_java_translate_args): Call it.
1784 * src/ffitest.c (closure_test_fn): Interpret return value
1785 as ffi_arg, not int.
1786 * src/s390/ffi.c (ffi_prep_cif_machdep): Add missing
1787 FFI_TYPE_POINTER case.
1788 (ffi_closure_helper_SYSV): Likewise. Also, assume return
1789 values extended to word size.
1790
af50f4c8
AJ
17912002-10-02 Andreas Jaeger <aj@suse.de>
1792
1793 * src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.
1794
5d297584
BT
17952002-10-01 Bo Thorsen <bo@smetana.suse.de>
1796
1797 * include/ffi.h.in: Fix i386 win32 compilation.
1798
c4f17c6f
UW
17992002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
1800
1801 * configure.in: Add s390x-*-linux-* target.
1802 * configure: Regenerate.
1803 * include/ffi.h.in: Define S390X for s390x targets.
1804 (FFI_CLOSURES): Define for s390/s390x.
1805 (FFI_TRAMPOLINE_SIZE): Likewise.
1806 (FFI_NATIVE_RAW_API): Likewise.
1807 * src/prep_cif.c (ffi_prep_cif): Do not compute stack space for s390.
1808 * src/types.c (FFI_TYPE_POINTER): Use 8-byte pointers on s390x.
4977bab6 1809 * src/s390/ffi.c: Major rework of existing code. Add support for
c4f17c6f
UW
1810 s390x targets. Add closure support.
1811 * src/s390/sysv.S: Likewise.
1812
d7b52625
RE
18132002-09-29 Richard Earnshaw <rearnsha@arm.com>
1814
1815 * src/arm/sysv.S: Fix typo.
1816
28165e22
RE
18172002-09-28 Richard Earnshaw <rearnsha@arm.com>
1818
1819 * src/arm/sysv.S: If we don't have machine/asm.h and the pre-processor
1820 has defined __USER_LABEL_PREFIX__, then use it in CNAME.
1821 (ffi_call_SYSV): Handle soft-float.
1822
0b0f4163
BT
18232002-09-27 Bo Thorsen <bo@suse.de>
1824
1825 * include/ffi.h.in: Fix multilib x86-64 support.
1826
6c5d742e
KG
18272002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1828
1829 * Makefile.am (all-multi): Fix multilib parallel build.
1830
f4b2b0d6
KK
18312002-07-19 Kaz Kojima <kkojima@gcc.gnu.org>
1832
1833 * configure.in (sh[34]*-*-linux*): Add brackets.
1834 * configure: Regenerate.
1835
ddebdfeb
KK
18362002-07-18 Kaz Kojima <kkojima@gcc.gnu.org>
1837
1838 * Makefile.am: Add SH support.
1839 * Makefile.in: Regenerate.
1840 * configure.in (sh-*-linux*, sh[34]*-*-linux*): Add target.
1841 * configure: Regenerate.
1842 * include/ffi.h.in: Add SH support.
1843 * src/sh/ffi.c: New file.
1844 * src/sh/sysv.S: New file.
1845 * src/types.c: Add SH support.
1846
c94974ca
BT
18472002-07-16 Bo Thorsen <bo@suse.de>
1848
1849 * src/x86/ffi64.c: New file that adds x86-64 support.
1850 * src/x86/unix64.S: New file that handles argument setup for
1851 x86-64.
1852 * src/x86/sysv.S: Don't use this on x86-64.
1853 * src/x86/ffi.c: Don't use this on x86-64.
1854 Remove unused vars.
1855 * src/prep_cif.c (ffi_prep_cif): Don't do stack size calculation
1856 for x86-64.
1857 * src/ffitest.c (struct6): New test that tests a special case in
1858 the x86-64 ABI.
1859 (struct7): Likewise.
1860 (struct8): Likewise.
1861 (struct9): Likewise.
1862 (closure_test_fn): Silence warning about this when it's not used.
1863 (main): Add the new tests.
1864 (main): Fix a couple of wrong casts and silence some compiler warnings.
1865 * include/ffi.h.in: Add x86-64 ABI definition.
1866 * fficonfig.h.in: Regenerate.
1867 * Makefile.am: Add x86-64 support.
1868 * configure.in: Likewise.
1869 * Makefile.in: Regenerate.
1870 * configure: Likewise.
1871
18722002-06-24 Bo Thorsen <bo@suse.de>
1873
1874 * src/types.c: Merge settings for similar architectures.
1875 Add x86-64 sizes and alignments.
1876
18772002-06-23 Bo Thorsen <bo@suse.de>
1878
1879 * src/arm/ffi.c (ffi_prep_args): Remove unused vars.
1880 * src/sparc/ffi.c (ffi_prep_args_v8): Likewise.
1881 * src/mips/ffi.c (ffi_prep_args): Likewise.
1882 * src/m68k/ffi.c (ffi_prep_args): Likewise.
1883
5be36a8f
L
18842002-07-18 H.J. Lu (hjl@gnu.org)
1885
1886 * Makefile.am (TARGET_SRC_MIPS_LINUX): New.
1887 (libffi_la_SOURCES): Support MIPS_LINUX.
1888 (libffi_convenience_la_SOURCES): Likewise.
1889 * Makefile.in: Regenerated.
1890
1891 * configure.in (mips64*-*): Skip.
1892 (mips*-*-linux*): New.
1893 * configure: Regenerated.
1894
1895 * src/mips/ffi.c: Include <sgidefs.h>.
1896
ad5e163c
UW
18972002-06-06 Ulrich Weigand <uweigand@de.ibm.com>
1898
1899 * src/s390/sysv.S: Save/restore %r6. Add DWARF-2 unwind info.
1900
ee4586c5
RS
19012002-05-27 Roger Sayle <roger@eyesopen.com>
1902
1903 * src/x86/ffi.c (ffi_prep_args): Remove reference to avn.
1904
b86aa7b0
BT
19052002-05-27 Bo Thorsen <bo@suse.de>
1906
1907 * src/x86/ffi.c (ffi_prep_args): Remove unused variable and
1908 fix formatting.
1909
859f7aaf
AT
19102002-05-13 Andreas Tobler <a.tobler@schweiz.ch>
1911
1912 * src/powerpc/ffi_darwin.c (ffi_prep_closure): Declare fd at
1913 beginning of function (for older apple cc).
1914
6706f116
AO
19152002-05-08 Alexandre Oliva <aoliva@redhat.com>
1916
1917 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
1918 script entry, and set LD to it when configuring multilibs.
1919 * configure: Rebuilt.
1920
fad655c8
JT
19212002-05-05 Jason Thorpe <thorpej@wasabisystems.com>
1922
1923 * configure.in (sparc64-*-netbsd*): Add target.
1924 (sparc-*-netbsdelf*): Likewise.
1925 * configure: Regenerate.
1926
189ab118
DM
19272002-04-28 David S. Miller <davem@redhat.com>
1928
1929 * configure.in, configure: Fix SPARC test in previous change.
1930
22bcf65c
GT
19312002-04-29 Gerhard Tonn <GerhardTonn@swol.de>
1932
1933 * Makefile.am: Add Linux for S/390 support.
1934 * Makefile.in: Regenerate.
1935 * configure.in: Add Linux for S/390 support.
1936 * configure: Regenerate.
1937 * include/ffi.h.in: Add Linux for S/390 support.
1938 * src/s390/ffi.c: New file from libffi CVS tree.
1939 * src/s390/sysv.S: New file from libffi CVS tree.
1940
5d84cf0b
JJ
19412002-04-28 Jakub Jelinek <jakub@redhat.com>
1942
1943 * configure.in (HAVE_AS_SPARC_UA_PCREL): Check for working
1944 %r_disp32().
1945 * src/sparc/v8.S: Use it.
1946 * src/sparc/v9.S: Likewise.
1947 * fficonfig.h.in: Rebuilt.
1948 * configure: Rebuilt.
1949
cc382e5c
HB
19502002-04-08 Hans Boehm <Hans_Boehm@hp.com>
1951
1952 * src/java_raw_api.c (ffi_java_raw_size): Handle FFI_TYPE_DOUBLE
1953 correctly.
1954 * src/ia64/unix.S: Add unwind information. Fix comments.
1955 Save sp in a way that's compatible with unwind info.
1956 (ffi_call_unix): Correctly restore sp in all cases.
1957 * src/ia64/ffi.c: Add, fix comments.
1958
dc798645
JJ
19592002-04-08 Jakub Jelinek <jakub@redhat.com>
1960
1961 * src/sparc/v8.S: Make .eh_frame dependent on target word size.
1962
da00eaab
JT
19632002-04-06 Jason Thorpe <thorpej@wasabisystems.com>
1964
1965 * configure.in (alpha*-*-netbsd*): Add target.
1966 * configure: Regenerate.
1967
0c0b87ad
JS
19682002-04-04 Jeff Sturm <jsturm@one-point.com>
1969
1970 * src/sparc/v8.S: Add unwind info.
1971 * src/sparc/v9.S: Likewise.
1972
320d7e7a
KW
19732002-03-30 Krister Walfridsson <cato@df.lth.se>
1974
1975 * configure.in: Enable i*86-*-netbsdelf*.
1976 * configure: Rebuilt.
4977bab6 1977
c75e51ed
DB
19782002-03-29 David Billinghurst <David.Billinghurst@riotinto.com>
1979
1980 PR other/2620
1981 * src/mips/n32.s: Delete
1982 * src/mips/o32.s: Delete
1983
5bb366e0
LR
19842002-03-21 Loren J. Rittle <ljrittle@acm.org>
1985
1986 * configure.in: Enable alpha*-*-freebsd*.
1987 * configure: Rebuilt.
1988
ce3b24a7
BM
19892002-03-17 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1990
1991 * Makefile.am: libfficonvenience -> libffi_convenience.
1992 * Makefile.in: Rebuilt.
4977bab6 1993
1eb7ba30
BM
1994 * Makefile.am: Define ffitest_OBJECTS.
1995 * Makefile.in: Rebuilt.
ce3b24a7 1996
073ae293
AT
19972002-03-07 Andreas Tobler <toa@pop.agri.ch>
1998 David Edelsohn <edelsohn@gnu.org>
1999
2000 * Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.
2001 (TARGET_SRC_POWERPC_AIX): Add aix_closure.S.
2002 (TARGET_SRC_POWERPC_DARWIN): Add darwin_closure.S.
2003 * Makefile.in: Regenerate.
2004 * include/ffi.h.in: Add AIX and Darwin closure definitions.
2005 * src/powerpc/ffi_darwin.c (ffi_prep_closure): New function.
2006 (flush_icache, flush_range): New functions.
2007 (ffi_closure_helper_DARWIN): New function.
2008 * src/powerpc/aix_closure.S: New file.
2009 * src/powerpc/darwin_closure.S: New file.
4977bab6 2010
02c521f4
JS
20112002-02-24 Jeff Sturm <jsturm@one-point.com>
2012
2013 * include/ffi.h.in: Add typedef for ffi_arg.
2014 * src/ffitest.c (main): Declare rint with ffi_arg.
4977bab6 2015
287dd527
AT
20162002-02-21 Andreas Tobler <toa@pop.agri.ch>
2017
2018 * src/powerpc/ffi_darwin.c (ffi_prep_args): Skip appropriate
2019 number of GPRs for floating-point arguments.
2020
e2f2e70a
AG
20212002-01-31 Anthony Green <green@redhat.com>
2022
2023 * configure: Rebuilt.
2024 * configure.in: Replace CHECK_SIZEOF and endian tests with
2025 cross-compiler friendly macros.
2026 * aclocal.m4 (AC_COMPILE_CHECK_SIZEOF, AC_C_BIGENDIAN_CROSS): New
2027 macros.
2028
15b9b32f
DE
20292002-01-18 David Edelsohn <edelsohn@gnu.org>
2030
2031 * src/powerpc/darwin.S (_ffi_call_AIX): New.
1f7d5413 2032 * src/powerpc/aix.S (ffi_call_DARWIN): New.
15b9b32f 2033
2f4006f8
DE
20342002-01-17 David Edelsohn <edelsohn@gnu.org>
2035
2036 * Makefile.am (EXTRA_DIST): Add Darwin and AIX files.
2037 (TARGET_SRC_POWERPC_AIX): New.
2038 (POWERPC_AIX): New stanza.
2039 * Makefile.in: Regenerate.
2040 * configure.in: Add AIX case.
2041 * configure: Regenerate.
2042 * include/ffi.h.in (ffi_abi): Add FFI_AIX.
2043 * src/powerpc/ffi_darwin.c (ffi_status): Use "long" to scale frame
2044 size. Fix "long double" support.
2045 (ffi_call): Add FFI_AIX case.
2046 * src/powerpc/aix.S: New.
2047
3c017635
JH
20482001-10-09 John Hornkvist <john@toastedmarshmallow.com>
2049
2050 Implement Darwin PowerPC ABI.
2051 * configure.in: Handle powerpc-*-darwin*.
2052 * Makefile.am: Set source files for POWERPC_DARWIN.
2053 * configure: Rebuilt.
2054 * Makefile.in: Rebuilt.
2055 * include/ffi.h.in: Define FFI_DARWIN and FFI_DEFAULT_ABI for
2056 POWERPC_DARWIN.
2057 * src/powerpc/darwin.S: New file.
2058 * src/powerpc/ffi_darwin.c: New file.
2059
cc712abf
JM
20602001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
2061
2062 * src/x86/ffi.c: Fix spelling error of "separate" as "seperate".
2063
03a8de49
RO
20642001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2065
2066 * src/x86/sysv.S: Avoid gas-only .balign directive.
2067 Use C style comments.
2068
92a0e6c6
RO
20692001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2070
2071 * src/alpha/ffi.c (ffi_prep_closure): Avoid gas-only mnemonic.
2072 Fixes PR bootstrap/3563.
2073
57482f58
RO
20742001-06-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2075
2076 * src/alpha/osf.S (ffi_closure_osf): Use .rdata for ECOFF.
2077
d7e2dd2f
RO
20782001-06-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2079
2080 * configure.in: Recognize sparc*-sun-* host.
2081 * configure: Regenerate.
4977bab6 2082
be72207c
AH
20832001-06-06 Andrew Haley <aph@redhat.com>
2084
4075db8f 2085 * src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF.
be72207c 2086
552cb45a
AH
20872001-06-03 Andrew Haley <aph@redhat.com>
2088
4075db8f
BT
2089 * src/alpha/osf.S: Add unwind info.
2090 * src/powerpc/sysv.S: Add unwind info.
2091 * src/powerpc/ppc_closure.S: Likewise.
552cb45a 2092
7d45b968
JS
20932000-05-31 Jeff Sturm <jsturm@one-point.com>
2094
2095 * configure.in: Fix AC_ARG_ENABLE usage.
2096 * configure: Rebuilt.
2097
2a7f63c4
BM
20982001-05-06 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
2099
2100 * configure.in: Remove warning about beta code.
2101 * configure: Rebuilt.
2102
21032001-04-25 Hans Boehm <Hans_Boehm@hp.com>
2104
03a55252
HB
2105 * src/ia64/unix.S: Restore stack pointer when returning from
2106 ffi_closure_UNIX.
2107 * src/ia64/ffi.c: Fix typo in comment.
2108
df5da1c4
JW
21092001-04-18 Jim Wilson <wilson@redhat.com>
2110
2111 * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2
2112 to eliminate RAW DV.
2113
52c28977
BM
21142001-04-12 Bryce McKinlay <bryce@albatross.co.nz>
2115
2116 * Makefile.am: Make a libtool convenience library.
2117 * Makefile.in: Rebuilt.
2118
3b905056
BM
21192001-03-29 Bryce McKinlay <bryce@albatross.co.nz>
2120
2121 * configure.in: Use different syntax for subdirectory creation.
2122 * configure: Rebuilt.
2123
d6c4152a
JB
21242001-03-27 Jon Beniston <jon@beniston.com>
2125
2126 * configure.in: Added X86_WIN32 target (Win32, CygWin, MingW).
2127 * configure: Rebuilt.
2128 * Makefile.am: Added X86_WIN32 target support.
2129 * Makefile.in: Rebuilt.
2130
2131 * include/ffi.h.in: Added X86_WIN32 target support.
2132
2133 * src/ffitest.c: Doesn't run structure tests for X86_WIN32 targets.
2134 * src/types.c: Added X86_WIN32 target support.
2135
2136 * src/x86/win32.S: New file. Based on sysv.S, but with EH
2137 stuff removed and made to work with CygWin's gas.
2138
675cdab3
BM
21392001-03-26 Bryce McKinlay <bryce@albatross.co.nz>
2140
2141 * configure.in: Make target subdirectory in build dir.
2142 * Makefile.am: Override suffix based rules to specify correct output
2143 subdirectory.
2144 * Makefile.in: Rebuilt.
2145 * configure: Rebuilt.
2146
e5f8858a 21472001-03-23 Kevin B Hendricks <khendricks@ivey.uwo.ca>
cc4c8975
KH
2148
2149 * src/powerpc/ppc_closure.S: New file.
2150 * src/powerpc/ffi.c (ffi_prep_args): Fixed ABI compatibility bug
2151 involving long long and register pairs.
2152 (ffi_prep_closure): New function.
2153 (flush_icache): Likewise.
2154 (ffi_closure_helper_SYSV): Likewise.
2155 * include/ffi.h.in (FFI_CLOSURES): Define on PPC.
2156 (FFI_TRAMPOLINE_SIZE): Likewise.
2157 (FFI_NATIVE_RAW_API): Likewise.
2158 * Makefile.in: Rebuilt.
2159 * Makefile.am (EXTRA_DIST): Added src/powerpc/ppc_closure.S.
2160 (TARGET_SRC_POWERPC): Likewise.
2161
9450a929
TT
21622001-03-19 Tom Tromey <tromey@redhat.com>
2163
2164 * Makefile.in: Rebuilt.
2165 * Makefile.am (ffitest_LDFLAGS): New macro.
2166
4d2cf715
NC
21672001-03-02 Nick Clifton <nickc@redhat.com>
2168
2169 * include/ffi.h.in: Remove RCS ident string.
2170 * include/ffi_mips.h: Remove RCS ident string.
2171 * src/debug.c: Remove RCS ident string.
2172 * src/ffitest.c: Remove RCS ident string.
2173 * src/prep_cif.c: Remove RCS ident string.
2174 * src/types.c: Remove RCS ident string.
2175 * src/alpha/ffi.c: Remove RCS ident string.
2176 * src/alpha/osf.S: Remove RCS ident string.
2177 * src/arm/ffi.c: Remove RCS ident string.
2178 * src/arm/sysv.S: Remove RCS ident string.
2179 * src/mips/ffi.c: Remove RCS ident string.
2180 * src/mips/n32.S: Remove RCS ident string.
2181 * src/mips/o32.S: Remove RCS ident string.
2182 * src/sparc/ffi.c: Remove RCS ident string.
2183 * src/sparc/v8.S: Remove RCS ident string.
2184 * src/sparc/v9.S: Remove RCS ident string.
2185 * src/x86/ffi.c: Remove RCS ident string.
2186 * src/x86/sysv.S: Remove RCS ident string.
2187
7e5fd99f
JM
21882001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
2189
2190 * include/ffi.h.in: Change sourceware.cygnus.com references to
2191 gcc.gnu.org.
2192
3f67ba6e
RH
21932000-12-09 Richard Henderson <rth@redhat.com>
2194
2195 * src/alpha/ffi.c (ffi_call): Simplify struct return test.
2196 (ffi_closure_osf_inner): Index rather than increment avalue
2197 and arg_types. Give ffi_closure_osf the raw return value type.
2198 * src/alpha/osf.S (ffi_closure_osf): Handle return value type
2199 promotion.
2200
22012000-12-07 Richard Henderson <rth@redhat.com>
29fe0479
RH
2202
2203 * src/raw_api.c (ffi_translate_args): Fix typo.
2204 (ffi_prep_closure): Likewise.
2205
2206 * include/ffi.h.in [ALPHA]: Define FFI_CLOSURES and
2207 FFI_TRAMPOLINE_SIZE.
2208 * src/alpha/ffi.c (ffi_prep_cif_machdep): Adjust minimal
2209 cif->bytes for new ffi_call_osf implementation.
2210 (ffi_prep_args): Absorb into ...
2211 (ffi_call): ... here. Do all stack allocation here and
2212 avoid a callback function.
2213 (ffi_prep_closure, ffi_closure_osf_inner): New.
2214 * src/alpha/osf.S (ffi_call_osf): Reimplement with no callback.
2215 (ffi_closure_osf): New.
2216
2f7bf5b7
AO
22172000-09-10 Alexandre Oliva <aoliva@redhat.com>
2218
ed1c1a1a
AO
2219 * config.guess, config.sub, install-sh: Removed.
2220 * ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise.
2221 * Makefile.in: Rebuilt.
2222
2f7bf5b7
AO
2223 * acinclude.m4: Include libtool macros from the top level.
2224 * aclocal.m4, configure: Rebuilt.
2225
e15a68e7
AO
22262000-08-22 Alexandre Oliva <aoliva@redhat.com>
2227
2228 * configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set.
2229 * configure: Rebuilt.
2230
7f8c11d5
SB
22312000-05-11 Scott Bambrough <scottb@netwinder.org>
2232
4977bab6
ZW
2233 * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to
2234 memory correctly. Use conditional instructions, not branches where
7f8c11d5
SB
2235 possible.
2236
c5acf51f
TT
22372000-05-04 Tom Tromey <tromey@cygnus.com>
2238
2239 * configure: Rebuilt.
2240 * configure.in: Match `arm*-*-linux-*'.
2241 From Chris Dornan <cdornan@arm.com>.
2242
91bffbe9
JJ
22432000-04-28 Jakub Jelinek <jakub@redhat.com>
2244
2245 * Makefile.am (SUBDIRS): Define.
2246 (AM_MAKEFLAGS): Likewise.
2247 (Multilib support.): Add section.
2248 * Makefile.in: Rebuilt.
2249 * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
4075db8f
BT
2250 New variables. Set for gcc using -print-multi-lib. Export them
2251 to libtool.
2252 (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
2253 * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
2254 for -shared links.
2255 (extra_compiler_flags_value, extra_compiler_flags): Check these
2256 for extra compiler options which need to be passed down in
2257 compiler_flags.
91bffbe9 2258
bd66587e
AG
22592000-04-16 Anthony Green <green@redhat.com>
2260
2261 * configure: Rebuilt.
2262 * configure.in: Change i*86-pc-linux* to i*86-*-linux*.
2263
3791773c
JJ
22642000-04-14 Jakub Jelinek <jakub@redhat.com>
2265
4075db8f 2266 * include/ffi.h.in (SPARC64): Define for 64bit SPARC builds.
3791773c
JJ
2267 Set SPARC FFI_DEFAULT_ABI based on SPARC64 define.
2268 * src/sparc/ffi.c (ffi_prep_args_v8): Renamed from ffi_prep_args.
2269 Replace all void * sizeofs with sizeof(int).
2270 Only compare type with FFI_TYPE_LONGDOUBLE if LONGDOUBLE is
2271 different than DOUBLE.
2272 Remove FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases (handled elsewhere).
2273 (ffi_prep_args_v9): New function.
2274 (ffi_prep_cif_machdep): Handle V9 ABI and long long on V8.
2275 (ffi_V9_return_struct): New function.
2276 (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from
2277 32bit code (not yet cross-arch calls).
2278 * src/sparc/v8.S: Add struct return delay nop.
2279 Handle long long.
2280 * src/sparc/v9.S: New file.
2281 * src/prep_cif.c (ffi_prep_cif): Return structure pointer
2282 is used on sparc64 only for structures larger than 32 bytes.
2283 Pass by reference for structures is done for structure arguments
2284 larger than 16 bytes.
2285 * src/ffitest.c (main): Use 64bit rint on sparc64.
2286 Run long long tests on sparc.
2287 * src/types.c (FFI_TYPE_POINTER): Pointer is 64bit on alpha and
2288 sparc64.
2289 (FFI_TYPE_LONGDOUBLE): long double is 128 bit aligned to 128 bits
2290 on sparc64.
2291 * configure.in (sparc-*-linux*): New supported target.
2292 (sparc64-*-linux*): Likewise.
2293 * configure: Rebuilt.
2294 * Makefile.am: Add v9.S to SPARC files.
2295 * Makefile.in: Likewise.
2296 (LINK): Surround $(CCLD) into double quotes, so that multilib
2297 compiles work correctly.
2298
db459595
APB
22992000-04-04 Alexandre Petit-Bianco <apbianco@cygnus.com>
2300
2301 * configure: Rebuilt.
2302 * configure.in: (i*86-*-solaris*): New libffi target. Patch
2303 proposed by Bryce McKinlay.
2304
c1f63902
TT
23052000-03-20 Tom Tromey <tromey@cygnus.com>
2306
2307 * Makefile.in: Hand edit for java_raw_api.lo.
2308
0f72dc9e
BM
23092000-03-08 Bryce McKinlay <bryce@albatross.co.nz>
2310
2311 * config.guess, config.sub: Update from the gcc tree.
2312 Fix for PR libgcj/168.
2313
3c18f2d1
TT
23142000-03-03 Tom Tromey <tromey@cygnus.com>
2315
323eee8a
TT
2316 * Makefile.in: Fixed ia64 by hand.
2317
3c18f2d1
TT
2318 * configure: Rebuilt.
2319 * configure.in (--enable-multilib): New option.
2320 (libffi_basedir): New subst.
2321 (AC_OUTPUT): Added multilib code.
2322
a2b10a92
TT
23232000-03-02 Tom Tromey <tromey@cygnus.com>
2324
2325 * Makefile.in: Rebuilt.
2326 * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
2327 directory name.
2328
dc5de370
HB
23292000-02-25 Hans Boehm <boehm@acm.org>
2330
2331 * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
2332 files.
2333 * src/raw_api.c (ffi_translate_args): Fixed typo in argument
2334 list.
2335 (ffi_prep_raw_closure): Use ffi_translate_args, not
2336 ffi_closure_translate.
2337 * src/java_raw_api.c: New file.
2338 * src/ffitest.c (closure_test_fn): New function.
2339 (main): Define `rint' as long long on IA64. Added new test when
2340 FFI_CLOSURES is defined.
2341 * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
2342 (ffi_abi): Recognize IA64.
2343 (ffi_raw): Added `flt' field.
2344 Added "Java raw API" code.
2345 * configure.in: Recognize ia64.
2346 * Makefile.am (TARGET_SRC_IA64): New macro.
2347 (libffi_la_common_SOURCES): Added java_raw_api.c.
2348 (libffi_la_SOURCES): Define in IA64 case.
2349
d79229bd
TT
23502000-01-04 Tom Tromey <tromey@cygnus.com>
2351
2352 * Makefile.in: Rebuilt with newer automake.
2353
2c33b220
TT
23541999-12-31 Tom Tromey <tromey@cygnus.com>
2355
2356 * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
2357
6ba9e3b0
TT
23581999-09-01 Tom Tromey <tromey@cygnus.com>
2359
2360 * include/ffi.h.in: Removed PACKAGE and VERSION defines and
2361 undefs.
2362 * fficonfig.h.in: Rebuilt.
2363 * configure: Rebuilt.
2364 * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
2365 Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
2366 * acconfig.h: Don't #undef PACKAGE or VERSION.
2367
63e5e3e0
AG
23681999-08-09 Anthony Green <green@cygnus.com>
2369
2370 * include/ffi.h.in: Try to work around messy header problem
2371 with PACKAGE and VERSION.
2372
2373 * configure: Rebuilt.
2374 * configure.in: Change version to 2.00-beta.
2375
4075db8f 2376 * fficonfig.h.in: Rebuilt.
63e5e3e0
AG
2377 * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
2378
2379 * src/x86/ffi.c (ffi_raw_call): Rename.
2380
23811999-08-02 Kresten Krab Thorup <krab@dominiq.is.s.u-tokyo.ac.jp>
2382
2383 * src/x86/ffi.c (ffi_closure_SYSV): New function.
2384 (ffi_prep_incoming_args_SYSV): Ditto.
2385 (ffi_prep_closure): Ditto.
2386 (ffi_closure_raw_SYSV): Ditto.
2387 (ffi_prep_raw_closure): More ditto.
2388 (ffi_call_raw): Final ditto.
2389
2390 * include/ffi.h.in: Add definitions for closure and raw API.
2391
2392 * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
4977bab6 2393 FFI_TYPE_UINT64.
63e5e3e0
AG
2394
2395 * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
2396
2397 * src/raw_api.c: New file.
2398
2399 * include/ffi.h.in (ffi_raw): New type.
2400 (UINT_ARG, SINT_ARG): New defines.
2401 (ffi_closure, ffi_raw_closure): New types.
2402 (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
4977bab6 2403
63e5e3e0
AG
2404 * configure.in: Add check for endianness and sizeof void*.
2405
2406 * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
2407 instead of directly.
2408
2409 * configure: Rebuilt.
2410
2411Thu Jul 8 14:28:42 1999 Anthony Green <green@cygnus.com>
2412
2413 * configure.in: Add x86 and powerpc BeOS configurations.
2414 From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
2415
24161999-05-09 Anthony Green <green@cygnus.com>
2417
2418 * configure.in: Add warning about this being beta code.
2419 Remove src/Makefile.am from the picture.
2420 * configure: Rebuilt.
2421
2422 * Makefile.am: Move logic from src/Makefile.am. Add changes
2423 to support libffi as a target library.
2424 * Makefile.in: Rebuilt.
2425
2426 * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
2427 Upgraded to new autoconf, automake, libtool.
2428
2429 * README: Tweaks.
2430
2431 * LICENSE: Update copyright date.
2432
2433 * src/Makefile.am, src/Makefile.in: Removed.
2434
24351998-11-29 Anthony Green <green@cygnus.com>
2436
2437 * include/ChangeLog: Removed.
2438 * src/ChangeLog: Removed.
2439 * src/mips/ChangeLog: Removed.
2440 * src/sparc/ChangeLog: Remboved.
2441 * src/x86/ChangeLog: Removed.
2442
2443 * ChangeLog.v1: Created.