]> git.ipfire.org Git - thirdparty/gcc.git/blame - libffi/ChangeLog
compat.exp (skip_list): New global variable.
[thirdparty/gcc.git] / libffi / ChangeLog
CommitLineData
0e8d0c5f
KC
12004-03-15 Kelley Cook <kcook@gcc.gnu.org>
2
3 * configure.in: Rename file to ...
4 * configure.ac: ... this.
5 * fficonfig.h.in: Regenerate.
6 * Makefile.in: Regenerate.
7 * include/Makefile.in: Regenerate.
8 * testsuite/Makefile.in: Regenerate.
9
b8d50739
MA
102004-03-12 Matt Austern <austern@apple.com>
11
12 * src/powerpc/darwin.S: Fix EH information so it corresponds to
13 changes in EH format resulting from addition of linkonce support.
14 * src/powerpc/darwin_closure.S: Likewise.
15
3ed8e5b6
AT
162004-03-11 Andreas Tobler <a.tobler@schweiz.ch>
17 Paolo Bonzini <bonzini@gnu.org>
18
19 * Makefile.am (AUTOMAKE_OPTIONS): Set them.
20 Remove VPATH. Remove rules for object files. Remove multilib support.
21 (AM_CCASFLAGS): Add.
22 * configure.in (AC_CONFIG_HEADERS): Relace AM_CONFIG_HEADER.
23 (AC_PREREQ): Bump version to 2.59.
24 (AC_INIT): Fill with version info and bug address.
25 (ORIGINAL_LD_FOR_MULTILIBS): Remove.
26 (AM_ENABLE_MULTILIB): Use this instead of AC_ARG_ENABLE.
27 De-precious CC so that the right flags are passed down to multilibs.
28 (AC_MSG_ERROR): Replace obsolete macro AC_ERROR.
29 (AC_CONFIG_FILES): Replace obsolete macro AC_LINK_FILES.
30 (AC_OUTPUT): Reorganize the output with AC_CONFIG_COMMANDS.
31 * configure: Rebuilt.
32 * aclocal.m4: Likewise.
33 * Makefile.in, include/Makefile.in, testsuite/Makefile.in: Likewise.
34 * fficonfig.h.in: Likewise.
35
254ea477
AS
362004-03-11 Andreas Schwab <schwab@suse.de>
37
38 * src/ia64/ffi.c (ffi_prep_incoming_args_UNIX): Get floating point
39 arguments from fp registers only for the first 8 parameter slots.
40 Don't convert a float parameter when passed in memory.
41
3beb1315
HPN
422004-03-09 Hans-Peter Nilsson <hp@axis.com>
43
44 * configure: Regenerate for config/accross.m4 correction.
45
fecf735c
MK
462004-02-25 Matt Kraai <kraai@alumni.cmu.edu>
47
48 * src/powerpc/ffi.c (ffi_prep_args_SYSV): Change
49 ecif->cif->bytes to bytes.
50 (ffi_prep_cif_machdep): Add braces around nested if statement.
51
4243752c
AM
522004-02-09 Alan Modra <amodra@bigpond.net.au>
53
12001e0f
AM
54 * src/types.c (pointer): POWERPC64 has 8 byte pointers.
55
4243752c
AM
56 * src/powerpc/ffi.c (ffi_prep_args64): Correct long double handling.
57 (ffi_closure_helper_LINUX64): Fix typo.
58 * testsuite/libffi.call/cls_align_longdouble.c: Pass -mlong-double-128
59 for powerpc64-*-*.
60 * testsuite/libffi.call/float.c: Likewise.
61 * testsuite/libffi.call/float2.c: Likewise.
62
bf310028
AM
632004-02-08 Alan Modra <amodra@bigpond.net.au>
64
65 * src/powerpc/ffi.c (ffi_prep_cif_machdep <FFI_LINUX64>): Correct
66 long double function return and long double arg handling.
67 (ffi_closure_helper_LINUX64): Formatting. Delete unused "ng" var.
68 Use "end_pfr" instead of "nf". Correct long double handling.
69 Localise "temp".
70 * src/powerpc/linux64.S (ffi_call_LINUX64): Save f2 long double
71 return value.
72 * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Allocate
73 space for long double return value. Adjust stack frame and offsets.
74 Load f2 long double return.
75
dd5f9ea2
AM
762004-02-07 Alan Modra <amodra@bigpond.net.au>
77
78 * src/types.c: Use 16 byte long double for POWERPC64.
79
0ce78f01
EB
802004-01-25 Eric Botcazou <ebotcazou@libertysurf.fr>
81
82 * src/sparc/ffi.c (ffi_prep_args_v9): Shift the parameter array
83 when the structure return address is passed in %o0.
84 (ffi_V9_return_struct): Rename into ffi_v9_layout_struct.
85 (ffi_v9_layout_struct): Align the field following a nested structure
86 on a word boundary. Use memmove instead of memcpy.
87 (ffi_call): Update call to ffi_V9_return_struct.
88 (ffi_prep_closure): Define 'ctx' only for V8.
89 (ffi_closure_sparc_inner): Clone into ffi_closure_sparc_inner_v8
90 and ffi_closure_sparc_inner_v9.
91 (ffi_closure_sparc_inner_v8): Return long doubles by reference.
92 Always skip the structure return address. For structures and long
93 doubles, copy the argument directly.
94 (ffi_closure_sparc_inner_v9): Skip the structure return address only
95 if required. Shift the maximum floating-point slot accordingly. For
96 big structures, copy the argument directly; otherwise, left-justify the
97 argument and call ffi_v9_layout_struct to lay out the structure on
98 the stack.
99 * src/sparc/v8.S: Undef STACKFRAME before defining it.
100 (ffi_closure_v8): Pass the structure return address. Update call to
101 ffi_closure_sparc_inner_v8. Short-circuit FFI_TYPE_INT handling.
102 Skip the 'unimp' insn when returning long doubles and structures.
103 * src/sparc/v9.S: Undef STACKFRAME before defining it.
104 (ffi_closure_v9): Increase the frame size by 2 words. Short-circuit
105 FFI_TYPE_INT handling. Load structures both in integers and
106 floating-point registers on return.
107 * README: Update status of the SPARC port.
108
7fcc1d9b
AT
1092004-01-24 Andreas Tobler <a.tobler@schweiz.ch>
110
111 * testsuite/libffi.call/pyobjc-tc.c (main): Treat result value
112 as of type ffi_arg.
113 * testsuite/libffi.call/struct3.c (main): Fix CHECK.
114
6ed0ecaf
UW
1152004-01-22 Ulrich Weigand <uweigand@de.ibm.com>
116
117 * testsuite/libffi.call/cls_uint.c (cls_ret_uint_fn): Treat result
118 value as of type ffi_arg, not unsigned int.
119
c930d8a5
MR
1202004-01-21 Michael Ritzert <ritzert@t-online.de>
121
122 * ffi64.c (ffi_prep_args): Cast the RHS of an assignment instead
123 of the LHS.
124
7b2e3e60
AT
1252004-01-12 Andreas Tobler <a.tobler@schweiz.ch>
126
127 * testsuite/lib/libffi-dg.exp: Set LD_LIBRARY_PATH_32 for
128 Solaris.
129
2e89756b
RO
1302004-01-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
131
132 * testsuite/libffi.call/ffitest.h (allocate_mmap): Cast MAP_FAILED
133 to void *.
134
628b26f8
RH
1352003-12-10 Richard Henderson <rth@redhat.com>
136
137 * testsuite/libffi.call/cls_align_pointer.c: Cast pointers to
138 size_t instead of int.
139
0ee646d6
HY
1402003-12-04 Hosaka Yuji <hos@tamanegi.org>
141
142 * testsuite/libffi.call/many_win32.c: Include <float.h>.
143 * testsuite/libffi.call/many_win32.c (main): Replace variable
144 int i with unsigned long ul.
145
146 * testsuite/libffi.call/cls_align_uint64.c: New test case.
147 * testsuite/libffi.call/cls_align_sint64.c: Likewise.
148 * testsuite/libffi.call/cls_align_uint32.c: Likewise.
149 * testsuite/libffi.call/cls_align_sint32.c: Likewise.
150 * testsuite/libffi.call/cls_align_uint16.c: Likewise.
151 * testsuite/libffi.call/cls_align_sint16.c: Likewise.
152 * testsuite/libffi.call/cls_align_float.c: Likewise.
153 * testsuite/libffi.call/cls_align_double.c: Likewise.
154 * testsuite/libffi.call/cls_align_longdouble.c: Likewise.
155 * testsuite/libffi.call/cls_align_pointer.c: Likewise.
156
2c4ed456
HY
1572003-12-02 Hosaka Yuji <hos@tamanegi.org>
158
159 PR other/13221
160 * src/x86/ffi.c (ffi_prep_args, ffi_prep_incoming_args_SYSV):
161 Align arguments to 32 bits.
162
d18c3386
AT
1632003-12-01 Andreas Tobler <a.tobler@schweiz.ch>
164
165 PR other/13221
166 * testsuite/libffi.call/cls_multi_sshort.c: New test case.
167 * testsuite/libffi.call/cls_multi_sshortchar.c: Likewise.
168 * testsuite/libffi.call/cls_multi_uchar.c: Likewise.
169 * testsuite/libffi.call/cls_multi_schar.c: Likewise.
170 * testsuite/libffi.call/cls_multi_ushortchar.c: Likewise.
171 * testsuite/libffi.call/cls_multi_ushort.c: Likewise.
172
173 * testsuite/libffi.special/unwindtest.cc: Cosmetics.
174
88096b2a
KG
1752003-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
176
177 * testsuite/libffi.call/ffitest.h: Include <fcntl.h>.
178 * testsuite/libffi.special/ffitestcxx.h: Likewise.
179
3eee102e
AT
1802003-11-22 Andreas Tobler <a.tobler@schweiz.ch>
181
182 * Makefile.in: Rebuilt.
183 * configure: Likewise.
184 * testsuite/libffi.special/unwindtest.cc: Convert the mmap to
185 the right type.
186
5196736e
AJ
1872003-11-21 Andreas Jaeger <aj@suse.de>
188 Andreas Tobler <a.tobler@schweiz.ch>
189
190 * acinclude.m4: Add AC_FUNC_MMAP_BLACKLIST.
191 * configure.in: Call AC_FUNC_MMAP_BLACKLIST.
192 * Makefile.in: Rebuilt.
193 * aclocal.m4: Likewise.
194 * configure: Likewise.
195 * fficonfig.h.in: Likewise.
196 * testsuite/lib/libffi-dg.exp: Add include dir.
197 * testsuite/libffi.call/ffitest.h: Add MMAP definitions.
198 * testsuite/libffi.special/ffitestcxx.h: Likewise.
199 * testsuite/libffi.call/closure_fn0.c: Use MMAP functionality
200 for ffi_closure if available.
201 * testsuite/libffi.call/closure_fn1.c: Likewise.
202 * testsuite/libffi.call/closure_fn2.c: Likewise.
203 * testsuite/libffi.call/closure_fn3.c: Likewise.
204 * testsuite/libffi.call/closure_fn4.c: Likewise.
205 * testsuite/libffi.call/closure_fn5.c: Likewise.
206 * testsuite/libffi.call/cls_12byte.c: Likewise.
207 * testsuite/libffi.call/cls_16byte.c: Likewise.
208 * testsuite/libffi.call/cls_18byte.c: Likewise.
209 * testsuite/libffi.call/cls_19byte.c: Likewise.
210 * testsuite/libffi.call/cls_1_1byte.c: Likewise.
211 * testsuite/libffi.call/cls_20byte.c: Likewise.
212 * testsuite/libffi.call/cls_20byte1.c: Likewise.
213 * testsuite/libffi.call/cls_24byte.c: Likewise.
214 * testsuite/libffi.call/cls_2byte.c: Likewise.
215 * testsuite/libffi.call/cls_3_1byte.c: Likewise.
216 * testsuite/libffi.call/cls_3byte1.c: Likewise.
217 * testsuite/libffi.call/cls_3byte2.c: Likewise.
218 * testsuite/libffi.call/cls_4_1byte.c: Likewise.
219 * testsuite/libffi.call/cls_4byte.c: Likewise.
220 * testsuite/libffi.call/cls_5byte.c: Likewise.
221 * testsuite/libffi.call/cls_64byte.c: Likewise.
222 * testsuite/libffi.call/cls_6byte.c: Likewise.
223 * testsuite/libffi.call/cls_7byte.c: Likewise.
224 * testsuite/libffi.call/cls_8byte.c: Likewise.
225 * testsuite/libffi.call/cls_9byte1.c: Likewise.
226 * testsuite/libffi.call/cls_9byte2.c: Likewise.
227 * testsuite/libffi.call/cls_double.c: Likewise.
228 * testsuite/libffi.call/cls_float.c: Likewise.
229 * testsuite/libffi.call/cls_schar.c: Likewise.
230 * testsuite/libffi.call/cls_sint.c: Likewise.
231 * testsuite/libffi.call/cls_sshort.c: Likewise.
232 * testsuite/libffi.call/cls_uchar.c: Likewise.
233 * testsuite/libffi.call/cls_uint.c: Likewise.
234 * testsuite/libffi.call/cls_ulonglong.c: Likewise.
235 * testsuite/libffi.call/cls_ushort.c: Likewise.
236 * testsuite/libffi.call/nested_struct.c: Likewise.
237 * testsuite/libffi.call/nested_struct1.c: Likewise.
238 * testsuite/libffi.call/nested_struct2.c: Likewise.
239 * testsuite/libffi.call/nested_struct3.c: Likewise.
240 * testsuite/libffi.call/problem1.c: Likewise.
241 * testsuite/libffi.special/unwindtest.cc: Likewise.
242
9e6c3ecb
AT
2432003-11-20 Andreas Tobler <a.tobler@schweiz.ch>
244
245 * testsuite/lib/libffi-dg.exp: Make the -lgcc_s conditional.
246
70d8f2a1
AT
2472003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
248
249 * testsuite/lib/libffi-dg.exp: Add DYLD_LIBRARY_PATH for darwin.
250 Add -lgcc_s to additional flags.
251
ea81d2a3
AT
2522003-11-12 Andreas Tobler <a.tobler@schweiz.ch>
253
254 * configure.in, include/Makefile.am: PR libgcj/11147, install
255 the ffitarget.h header file in a gcc versioned and target
256 dependent place.
257 * configure: Regenerated.
258 * Makefile.in, include/Makefile.in: Likewise.
259 * testsuite/Makefile.in: Likewise.
260
647af4a9
AT
2612003-11-09 Andreas Tobler <a.tobler@schweiz.ch>
262
263 * testsuite/libffi.call/closure_fn0.c: Print result and check
264 with dg-output to make debugging easier.
265 * testsuite/libffi.call/closure_fn1.c: Likewise.
266 * testsuite/libffi.call/closure_fn2.c: Likewise.
267 * testsuite/libffi.call/closure_fn3.c: Likewise.
268 * testsuite/libffi.call/closure_fn4.c: Likewise.
269 * testsuite/libffi.call/closure_fn5.c: Likewise.
270 * testsuite/libffi.call/cls_12byte.c: Likewise.
271 * testsuite/libffi.call/cls_16byte.c: Likewise.
272 * testsuite/libffi.call/cls_18byte.c: Likewise.
273 * testsuite/libffi.call/cls_19byte.c: Likewise.
274 * testsuite/libffi.call/cls_1_1byte.c: Likewise.
275 * testsuite/libffi.call/cls_20byte.c: Likewise.
276 * testsuite/libffi.call/cls_20byte1.c: Likewise.
277 * testsuite/libffi.call/cls_24byte.c: Likewise.
278 * testsuite/libffi.call/cls_2byte.c: Likewise.
279 * testsuite/libffi.call/cls_3_1byte.c: Likewise.
280 * testsuite/libffi.call/cls_3byte1.c: Likewise.
281 * testsuite/libffi.call/cls_3byte2.c: Likewise.
282 * testsuite/libffi.call/cls_4_1byte.c: Likewise.
283 * testsuite/libffi.call/cls_4byte.c: Likewise.
284 * testsuite/libffi.call/cls_5byte.c: Likewise.
285 * testsuite/libffi.call/cls_64byte.c: Likewise.
286 * testsuite/libffi.call/cls_6byte.c: Likewise.
287 * testsuite/libffi.call/cls_7byte.c: Likewise.
288 * testsuite/libffi.call/cls_8byte.c: Likewise.
289 * testsuite/libffi.call/cls_9byte1.c: Likewise.
290 * testsuite/libffi.call/cls_9byte2.c: Likewise.
291 * testsuite/libffi.call/cls_double.c: Likewise.
292 * testsuite/libffi.call/cls_float.c: Likewise.
293 * testsuite/libffi.call/cls_schar.c: Likewise.
294 * testsuite/libffi.call/cls_sint.c: Likewise.
295 * testsuite/libffi.call/cls_sshort.c: Likewise.
296 * testsuite/libffi.call/cls_uchar.c: Likewise.
297 * testsuite/libffi.call/cls_uint.c: Likewise.
298 * testsuite/libffi.call/cls_ulonglong.c: Likewise.
299 * testsuite/libffi.call/cls_ushort.c: Likewise.
300 * testsuite/libffi.call/problem1.c: Likewise.
301
302 * testsuite/libffi.special/unwindtest.cc: Make ffi_closure
303 static.
304
ac47cc13
AT
3052003-11-08 Andreas Tobler <a.tobler@schweiz.ch>
306
307 * testsuite/libffi.call/cls_9byte2.c: New test case.
308 * testsuite/libffi.call/cls_9byte1.c: Likewise.
309 * testsuite/libffi.call/cls_64byte.c: Likewise.
310 * testsuite/libffi.call/cls_20byte1.c: Likewise.
311 * testsuite/libffi.call/cls_19byte.c: Likewise.
312 * testsuite/libffi.call/cls_18byte.c: Likewise.
313 * testsuite/libffi.call/closure_fn4.c: Likewise.
314 * testsuite/libffi.call/closure_fn5.c: Likewise.
315 * testsuite/libffi.call/cls_schar.c: Likewise.
316 * testsuite/libffi.call/cls_sint.c: Likewise.
317 * testsuite/libffi.call/cls_sshort.c: Likewise.
318 * testsuite/libffi.call/nested_struct2.c: Likewise.
319 * testsuite/libffi.call/nested_struct3.c: Likewise.
320
f145ed6b
AT
3212003-11-08 Andreas Tobler <a.tobler@schweiz.ch>
322
323 * testsuite/libffi.call/cls_double.c: Do a check on the result.
324 * testsuite/libffi.call/cls_uchar.c: Likewise.
325 * testsuite/libffi.call/cls_uint.c: Likewise.
326 * testsuite/libffi.call/cls_ulonglong.c: Likewise.
327 * testsuite/libffi.call/cls_ushort.c: Likewise.
328 * testsuite/libffi.call/return_sc.c: Cleanup whitespaces.
329
2b04d015
AT
3302003-11-06 Andreas Tobler <a.tobler@schweiz.ch>
331
332 * src/prep_cif.c (ffi_prep_cif): Move the validity check after
333 the initialization.
334
57f542b3
AT
3352003-10-23 Andreas Tobler <a.tobler@schweiz.ch>
336
2b04d015 337 * src/java_raw_api.c (ffi_java_ptrarray_to_raw): Replace
57f542b3
AT
338 FFI_ASSERT(FALSE) with FFI_ASSERT(0).
339
e61acf72
DD
3402003-10-22 David Daney <ddaney@avtrex.com>
341
342 * src/mips/ffitarget.h: Replace undefined UINT32 and friends with
343 __attribute__((__mode__(__SI__))) and friends.
344
2461c08b
AS
3452003-10-22 Andreas Schwab <schwab@suse.de>
346
347 * src/ia64/ffi.c: Replace FALSE/TRUE with false/true.
348
1450eb7a
AT
3492003-10-21 Andreas Tobler <a.tobler@schweiz.ch>
350
351 * configure.in: AC_LINK_FILES(ffitarget.h).
352 * configure: Regenerate.
353 * Makefile.in: Likewise.
354 * include/Makefile.in: Likewise.
355 * testsuite/Makefile.in: Likewise.
356 * fficonfig.h.in: Likewise.
357
3582003-10-21 Paolo Bonzini <bonzini@gnu.org>
359 Richard Henderson <rth@redhat.com>
360
361 Avoid that ffi.h includes fficonfig.h.
362
363 * Makefile.am (EXTRA_DIST): Include ffitarget.h files
364 (TARGET_SRC_MIPS_GCC): Renamed to TARGET_SRC_MIPS_IRIX.
365 (TARGET_SRC_MIPS_SGI): Removed.
366 (MIPS_GCC): Renamed to TARGET_SRC_MIPS_IRIX.
367 (MIPS_SGI): Removed.
368 (CLEANFILES): Removed.
369 (mostlyclean-am, clean-am, mostlyclean-sub, clean-sub): New
370 targets.
371 * acconfig.h: Removed.
372 * configure.in: Compute sizeofs only for double and long double.
373 Use them to define and subst HAVE_LONG_DOUBLE. Include comments
374 into AC_DEFINE instead of using acconfig.h. Create
375 include/ffitarget.h instead of include/fficonfig.h. Rename
376 MIPS_GCC to MIPS_IRIX, drop MIPS_SGI since we are in gcc's tree.
377 AC_DEFINE EH_FRAME_FLAGS.
378 * include/Makefile.am (DISTCLEANFILES): New automake macro.
379 (hack_DATA): Add ffitarget.h.
380 * include/ffi.h.in: Remove all system specific definitions.
381 Declare raw API even if it is not installed, why bother?
382 Use limits.h instead of SIZEOF_* to define ffi_type_*. Do
383 not define EH_FRAME_FLAGS, it is in fficonfig.h now. Include
384 ffitarget.h instead of fficonfig.h. Remove ALIGN macro.
385 (UINT_ARG, INT_ARG): Removed, use ffi_arg and ffi_sarg instead.
386 * include/ffi_common.h (bool): Do not define.
387 (ffi_assert): Accept failed assertion.
388 (ffi_type_test): Return void and accept file/line.
389 (FFI_ASSERT): Pass stringized failed assertion.
390 (FFI_ASSERT_AT): New macro.
391 (FFI_ASSERT_VALID_TYPE): New macro.
392 (UINT8, SINT8, UINT16, SINT16, UINT32, SINT32,
393 UINT64, SINT64): Define here with gcc's __attribute__ macro
394 instead of in ffi.h
395 (FLOAT32, ALIGN): Define here instead of in ffi.h
396 * include/ffi-mips.h: Removed. Its content moved to
397 src/mips/ffitarget.h after separating assembly and C sections.
398 * src/alpha/ffi.c, src/alpha/ffi.c, src/java_raw_api.c
399 src/prep_cif.c, src/raw_api.c, src/ia64/ffi.c,
400 src/mips/ffi.c, src/mips/n32.S, src/mips/o32.S,
401 src/mips/ffitarget.h, src/sparc/ffi.c, src/x86/ffi64.c:
402 SIZEOF_ARG -> FFI_SIZEOF_ARG.
403 * src/ia64/ffi.c: Include stdbool.h (provided by GCC 2.95+).
404 * src/debug.c (ffi_assert): Accept stringized failed assertion.
405 (ffi_type_test): Rewritten.
406 * src/prep-cif.c (initialize_aggregate, ffi_prep_cif): Call
407 FFI_ASSERT_VALID_TYPE.
408 * src/alpha/ffitarget.h, src/arm/ffitarget.h,
409 src/ia64/ffitarget.h, src/m68k/ffitarget.h,
410 src/mips/ffitarget.h, src/powerpc/ffitarget.h,
411 src/s390/ffitarget.h, src/sh/ffitarget.h,
412 src/sh64/ffitarget.h, src/sparc/ffitarget.h,
413 src/x86/ffitarget.h: New files.
414 * src/alpha/osf.S, src/arm/sysv.S, src/ia64/unix.S,
415 src/m68k/sysv.S, src/mips/n32.S, src/mips/o32.S,
416 src/powerpc/aix.S, src/powerpc/darwin.S,
417 src/powerpc/ffi_darwin.c, src/powerpc/linux64.S,
418 src/powerpc/linux64_closure.S, src/powerpc/ppc_closure.S,
419 src/powerpc/sysv.S, src/s390/sysv.S, src/sh/sysv.S,
420 src/sh64/sysv.S, src/sparc/v8.S, src/sparc/v9.S,
421 src/x86/sysv.S, src/x86/unix64.S, src/x86/win32.S:
422 include fficonfig.h
423
27d54b2a
RO
4242003-10-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
425
426 * src/mips/ffi.c: Use _ABIN32, _ABIO32 instead of external
427 _MIPS_SIM_NABI32, _MIPS_SIM_ABI32.
428
0df6970d
AT
4292003-10-19 Andreas Tobler <a.tobler@schweiz.ch>
430
431 * src/powerpc/ffi_darwin.c (ffi_prep_args): Declare bytes again.
432 Used when FFI_DEBUG = 1.
433
2612ffce
AM
4342003-10-14 Alan Modra <amodra@bigpond.net.au>
435
436 * src/types.c (double, longdouble): Default POWERPC64 to 8 byte size
437 and align.
438
d54f7354
RO
4392003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
440
441 * include/ffi_mips.h: Define FFI_MIPS_N32 for N32/N64 ABIs,
442 FFI_MIPS_O32 for O32 ABI.
443
7a54c850
AT
4442003-10-01 Andreas Tobler <a.tobler@schweiz.ch>
445
446 * testsuite/lib/libffi-dg.exp: Set LD_LIBRARY_PATH_64 for
447 SPARC64. Cleanup whitespaces.
448
9e3bfa9b
AT
4492003-09-19 Andreas Tobler <a.tobler@schweiz.ch>
450
451 * testsuite/libffi.call/closure_fn0.c: Xfail mips, arm,
452 strongarm, xscale. Cleanup whitespaces.
453 * testsuite/libffi.call/closure_fn1.c: Likewise.
454 * testsuite/libffi.call/closure_fn2.c: Likewise.
455 * testsuite/libffi.call/closure_fn3.c: Likewise.
456 * testsuite/libffi.call/cls_12byte.c: Likewise.
457 * testsuite/libffi.call/cls_16byte.c: Likewise.
458 * testsuite/libffi.call/cls_1_1byte.c: Likewise.
459 * testsuite/libffi.call/cls_20byte.c: Likewise.
460 * testsuite/libffi.call/cls_24byte.c: Likewise.
461 * testsuite/libffi.call/cls_2byte.c: Likewise.
462 * testsuite/libffi.call/cls_3_1byte.c: Likewise.
463 * testsuite/libffi.call/cls_3byte1.c: Likewise.
464 * testsuite/libffi.call/cls_3byte2.c: Likewise.
465 * testsuite/libffi.call/cls_4_1byte.c: Likewise.
466 * testsuite/libffi.call/cls_4byte.c: Likewise.
467 * testsuite/libffi.call/cls_5byte.c: Likewise.
468 * testsuite/libffi.call/cls_6byte.c: Likewise.
469 * testsuite/libffi.call/cls_7byte.c: Likewise.
470 * testsuite/libffi.call/cls_8byte.c: Likewise.
471 * testsuite/libffi.call/cls_double.c: Likewise.
472 * testsuite/libffi.call/cls_float.c: Likewise.
473 * testsuite/libffi.call/cls_uchar.c: Likewise.
474 * testsuite/libffi.call/cls_uint.c: Likewise.
475 * testsuite/libffi.call/cls_ulonglong.c: Likewise.
476 * testsuite/libffi.call/cls_ushort.c: Likewise.
477 * testsuite/libffi.call/nested_struct.c: Likewise.
478 * testsuite/libffi.call/nested_struct1.c: Likewise.
479 * testsuite/libffi.call/problem1.c: Likewise.
480 * testsuite/libffi.special/unwindtest.cc: Likewise.
481 * testsuite/libffi.call/pyobjc-tc.c: Cleanup whitespaces.
482
3e86b595
DE
4832003-09-18 David Edelsohn <edelsohn@gnu.org>
484
485 * src/powerpc/aix.S: Cleanup whitespaces.
486 * src/powerpc/aix_closure.S: Likewise.
487
8d8369f8
AT
4882003-09-18 Andreas Tobler <a.tobler@schweiz.ch>
489
490 * src/powerpc/darwin.S: Cleanup whitespaces, comment formatting.
491 * src/powerpc/darwin_closure.S: Likewise.
492 * src/powerpc/ffi_darwin.c: Likewise.
493
69b182fd
AT
4942003-09-18 Andreas Tobler <a.tobler@schweiz.ch>
495 David Edelsohn <edelsohn@gnu.org>
496
497 * src/types.c (double): Add AIX and Darwin to the right TYPEDEF.
498 * src/powerpc/aix_closure.S: Remove the pointer to the outgoing
499 parameter stack.
500 * src/powerpc/darwin_closure.S: Likewise.
501 * src/powerpc/ffi_darwin.c (ffi_prep_args): Handle structures
502 according to the Darwin/AIX ABI.
503 (ffi_prep_cif_machdep): Likewise.
504 (ffi_closure_helper_DARWIN): Likewise.
505 Remove the outgoing parameter stack logic. Simplify the evaluation
506 of the different CASE types.
507 (ffi_prep_clousure): Avoid the casts on lvalues. Change the branch
508 statement in the trampoline code.
509
df805cdc
KK
5102003-09-18 Kaz Kojima <kkojima@gcc.gnu.org>
511
512 * src/sh/ffi.c (ffi_prep_args): Take account into the alignement
513 for the register size.
514 (ffi_closure_helper_SYSV): Handle the structure return value
515 address correctly.
516 (ffi_closure_helper_SYSV): Return the appropriate type when
517 the registers are used for the structure return value.
518 * src/sh/sysv.S (ffi_closure_SYSV): Fix the stack layout for
519 the 64-bit return value. Update copyright years.
520
eb26c76c
RO
5212003-09-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
522
523 * testsuite/lib/libffi-dg.exp (libffi_target_compile): Search in
524 srcdir for ffi_mips.h.
525
6350c02c
AM
5262003-09-12 Alan Modra <amodra@bigpond.net.au>
527
528 * src/prep_cif.c (initialize_aggregate): Include tail padding in
529 structure size.
530 * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Correct
531 placement of float result.
532 * testsuite/libffi.special/unwindtest.cc (closure_test_fn1): Correct
533 cast of "resp" for big-endian 64 bit machines.
534
5af1c806
AM
5352003-09-11 Alan Modra <amodra@bigpond.net.au>
536
537 * src/types.c (double, longdouble): Merge identical SH and ARM
538 typedefs, and add POWERPC64.
539 * src/powerpc/ffi.c (ffi_prep_args64): Correct next_arg calc for
540 struct split over gpr and rest.
541 (ffi_prep_cif_machdep): Correct intarg_count for structures.
542 * src/powerpc/linux64.S (ffi_call_LINUX64): Fix gpr offsets.
543
086a4bd7
AT
5442003-09-09 Andreas Tobler <a.tobler@schweiz.ch>
545
546 * src/powerpc/ffi.c (ffi_closure_helper_SYSV) Handle struct
547 passing correctly.
c930d8a5 548
e517f636
AM
5492003-09-09 Alan Modra <amodra@bigpond.net.au>
550
551 * configure: Regenerate.
552
6f20d627
AT
5532003-09-04 Andreas Tobler <a.tobler@schweiz.ch>
554
555 * Makefile.am: Remove build rules for ffitest.
556 * Makefile.in: Rebuilt.
c930d8a5 557
6f20d627 5582003-09-04 Andreas Tobler <a.tobler@schweiz.ch>
226660af
AT
559
560 * src/java_raw_api.c: Include <stdlib.h> to fix compiler warning
561 about implicit declaration of abort().
562
bbf3057b
AT
5632003-09-04 Andreas Tobler <a.tobler@schweiz.ch>
564
565 * Makefile.am: Add dejagnu test framework. Fixes PR other/11411.
566 * Makefile.in: Rebuilt.
567 * configure.in: Add dejagnu test framework.
568 * configure: Rebuilt.
569
570 * testsuite/Makefile.am: New file.
571 * testsuite/Makefile.in: Built
c930d8a5 572 * testsuite/lib/libffi-dg.exp: New file.
bbf3057b
AT
573 * testsuite/config/default.exp: Likewise.
574 * testsuite/libffi.call/call.exp: Likewise.
575 * testsuite/libffi.call/ffitest.h: Likewise.
576 * testsuite/libffi.call/closure_fn0.c: Likewise.
577 * testsuite/libffi.call/closure_fn1.c: Likewise.
578 * testsuite/libffi.call/closure_fn2.c: Likewise.
579 * testsuite/libffi.call/closure_fn3.c: Likewise.
580 * testsuite/libffi.call/cls_1_1byte.c: Likewise.
581 * testsuite/libffi.call/cls_3_1byte.c: Likewise.
582 * testsuite/libffi.call/cls_4_1byte.c: Likewise.
583 * testsuite/libffi.call/cls_2byte.c: Likewise.
584 * testsuite/libffi.call/cls_3byte1.c: Likewise.
585 * testsuite/libffi.call/cls_3byte2.c: Likewise.
586 * testsuite/libffi.call/cls_4byte.c: Likewise.
587 * testsuite/libffi.call/cls_5byte.c: Likewise.
588 * testsuite/libffi.call/cls_6byte.c: Likewise.
589 * testsuite/libffi.call/cls_7byte.c: Likewise.
590 * testsuite/libffi.call/cls_8byte.c: Likewise.
591 * testsuite/libffi.call/cls_12byte.c: Likewise.
592 * testsuite/libffi.call/cls_16byte.c: Likewise.
593 * testsuite/libffi.call/cls_20byte.c: Likewise.
594 * testsuite/libffi.call/cls_24byte.c: Likewise.
595 * testsuite/libffi.call/cls_double.c: Likewise.
596 * testsuite/libffi.call/cls_float.c: Likewise.
597 * testsuite/libffi.call/cls_uchar.c: Likewise.
598 * testsuite/libffi.call/cls_uint.c: Likewise.
599 * testsuite/libffi.call/cls_ulonglong.c: Likewise.
600 * testsuite/libffi.call/cls_ushort.c: Likewise.
601 * testsuite/libffi.call/float.c: Likewise.
602 * testsuite/libffi.call/float1.c: Likewise.
603 * testsuite/libffi.call/float2.c: Likewise.
604 * testsuite/libffi.call/many.c: Likewise.
605 * testsuite/libffi.call/many_win32.c: Likewise.
606 * testsuite/libffi.call/nested_struct.c: Likewise.
607 * testsuite/libffi.call/nested_struct1.c: Likewise.
608 * testsuite/libffi.call/pyobjc-tc.c: Likewise.
609 * testsuite/libffi.call/problem1.c: Likewise.
610 * testsuite/libffi.call/promotion.c: Likewise.
611 * testsuite/libffi.call/return_ll.c: Likewise.
612 * testsuite/libffi.call/return_sc.c: Likewise.
613 * testsuite/libffi.call/return_uc.c: Likewise.
614 * testsuite/libffi.call/strlen.c: Likewise.
615 * testsuite/libffi.call/strlen_win32.c: Likewise.
616 * testsuite/libffi.call/struct1.c: Likewise.
617 * testsuite/libffi.call/struct2.c: Likewise.
618 * testsuite/libffi.call/struct3.c: Likewise.
619 * testsuite/libffi.call/struct4.c: Likewise.
620 * testsuite/libffi.call/struct5.c: Likewise.
621 * testsuite/libffi.call/struct6.c: Likewise.
622 * testsuite/libffi.call/struct7.c: Likewise.
623 * testsuite/libffi.call/struct8.c: Likewise.
c930d8a5 624 * testsuite/libffi.call/struct9.c: Likewise.
bbf3057b
AT
625 * testsuite/libffi.special/special.exp: New file.
626 * testsuite/libffi.special/ffitestcxx.h: Likewise.
627 * testsuite/libffi.special/unwindtest.cc: Likewise.
628
c930d8a5 629
996b4f8f
KK
6302003-08-13 Kaz Kojima <kkojima@gcc.gnu.org>
631
632 * src/sh/ffi.c (OFS_INT16): Set 0 for little endian case. Update
633 copyright years.
634
b00badcd
AM
6352003-08-02 Alan Modra <amodra@bigpond.net.au>
636
637 * src/powerpc/ffi.c (ffi_prep_args64): Modify for changed gcc
638 structure passing.
639 (ffi_closure_helper_LINUX64): Likewise.
640 * src/powerpc/linux64.S: Remove code writing to parm save area.
641 * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Use return
642 address in lr from ffi_closure_helper_LINUX64 call to calculate
643 table address. Optimize function tail.
644
c1516eae
AT
6452003-07-28 Andreas Tobler <a.tobler@schweiz.ch>
646
647 * src/sparc/ffi.c: Handle all floating point registers.
648 * src/sparc/v9.S: Likewise. Fixes second part of PR target/11410.
649
fc0e6222
GP
6502003-07-11 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
651
652 * README: Note that libffi is not part of GCC. Update the project
653 URL and status.
654
a1569df8
FS
6552003-06-19 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
656
657 * src/powerpc/ppc_closure.S: Include ffi.h.
658
12e816bf
RO
6592003-06-13 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
660
661 * src/x86/sysv.S: Avoid gas-only .uleb128/.sleb128 directives.
662 Use C style comments.
663
e860ed6d
KK
6642003-06-13 Kaz Kojima <kkojima@rr.iij4u.or.jp>
665
666 * Makefile.am: Add SHmedia support. Fix a typo of SH support.
667 * Makefile.in: Regenerate.
668 * configure.in (sh64-*-linux*, sh5*-*-linux*): Add target.
669 * configure: Regenerate.
670 * include/ffi.h.in: Add SHmedia support.
671 * src/sh64/ffi.c: New file.
672 * src/sh64/sysv.S: New file.
673
a733b15e
JJ
6742003-05-16 Jakub Jelinek <jakub@redhat.com>
675
676 * configure.in (HAVE_RO_EH_FRAME): Check whether .eh_frame section
677 should be read-only.
678 * configure: Rebuilt.
679 * fficonfig.h.in: Rebuilt.
680 * include/ffi.h.in (EH_FRAME_FLAGS): Define.
681 * src/alpha/osf.S: Use EH_FRAME_FLAGS.
682 * src/powerpc/linux64.S: Likewise.
683 * src/powerpc/linux64_closure.S: Likewise. Include ffi.h.
684 * src/powerpc/sysv.S: Use EH_FRAME_FLAGS. Use pcrel encoding
685 if -fpic/-fPIC/-mrelocatable.
686 * src/powerpc/powerpc_closure.S: Likewise.
687 * src/sparc/v8.S: If HAVE_RO_EH_FRAME is defined, don't include
688 #write in .eh_frame flags.
689 * src/sparc/v9.S: Likewise.
690 * src/x86/unix64.S: Use EH_FRAME_FLAGS.
691 * src/x86/sysv.S: Likewise. Use pcrel encoding if -fpic/-fPIC.
692 * src/s390/sysv.S: Use EH_FRAME_FLAGS. Include ffi.h.
693
bd19c9f4
JS
6942003-05-07 Jeff Sturm <jsturm@one-point.com>
695
696 Fixes PR bootstrap/10656
697 * configure.in (HAVE_AS_REGISTER_PSEUDO_OP): Test assembler
698 support for .register pseudo-op.
699 * src/sparc/v8.S: Use it.
700 * fficonfig.h.in: Rebuilt.
701 * configure: Rebuilt.
702
e9b84181
JJ
7032003-04-18 Jakub Jelinek <jakub@redhat.com>
704
705 * include/ffi.h.in (POWERPC64): Define if 64-bit.
706 (enum ffi_abi): Add FFI_LINUX64 on POWERPC.
707 Make it the default on POWERPC64.
708 (FFI_TRAMPOLINE_SIZE): Define to 24 on POWERPC64.
709 * configure.in: Change powerpc-*-linux* into powerpc*-*-linux*.
710 * configure: Rebuilt.
711 * src/powerpc/ffi.c (hidden): Define.
712 (ffi_prep_args_SYSV): Renamed from
713 ffi_prep_args. Cast pointers to unsigned long to shut up warnings.
714 (NUM_GPR_ARG_REGISTERS64, NUM_FPR_ARG_REGISTERS64,
715 ASM_NEEDS_REGISTERS64): New.
716 (ffi_prep_args64): New function.
717 (ffi_prep_cif_machdep): Handle FFI_LINUX64 ABI.
718 (ffi_call): Likewise.
719 (ffi_prep_closure): Likewise.
720 (flush_icache): Surround by #ifndef POWERPC64.
721 (ffi_dblfl): New union type.
722 (ffi_closure_helper_SYSV): Use it to avoid aliasing problems.
723 (ffi_closure_helper_LINUX64): New function.
724 * src/powerpc/ppc_closure.S: Surround whole file by #ifndef
725 __powerpc64__.
726 * src/powerpc/sysv.S: Likewise.
727 (ffi_call_SYSV): Rename ffi_prep_args to ffi_prep_args_SYSV.
728 * src/powerpc/linux64.S: New file.
729 * src/powerpc/linux64_closure.S: New file.
730 * Makefile.am (EXTRA_DIST): Add src/powerpc/linux64.S and
731 src/powerpc/linux64_closure.S.
732 (TARGET_SRC_POWERPC): Likewise.
733
734 * src/ffitest.c (closure_test_fn, closure_test_fn1, closure_test_fn2,
735 closure_test_fn3): Fix result printing on big-endian 64-bit
736 machines.
737 (main): Print tst2_arg instead of uninitialized tst2_result.
738
739 * src/ffitest.c (main): Hide what closure pointer really points to
740 from the compiler.
741
908a31e1
RE
7422003-04-16 Richard Earnshaw <rearnsha@arm.com>
743
744 * configure.in (arm-*-netbsdelf*): Add configuration.
745 (configure): Regenerated.
746
41a73c4c
LR
7472003-04-04 Loren J. Rittle <ljrittle@acm.org>
748
749 * include/Makefile.in: Regenerate.
750
cd41c847
ZD
7512003-03-21 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
752
753 * libffi/include/ffi.h.in: Define X86 instead of X86_64 in 32
754 bit mode.
755 * libffi/src/x86/ffi.c (ffi_closure_SYSV, ffi_closure_raw_SYSV):
756 Receive closure pointer through parameter, read args using
757 __builtin_dwarf_cfa.
758 (FFI_INIT_TRAMPOLINE): Send closure reference through eax.
759
6db450f9
AS
7602003-03-12 Andreas Schwab <schwab@suse.de>
761
762 * configure.in: Avoid trailing /. in toolexeclibdir.
763 * configure: Rebuilt.
764
70144e9c
AT
7652003-03-03 Andreas Tobler <a.tobler@schweiz.ch>
766
767 * src/powerpc/darwin_closure.S: Recode to fit dynamic libraries.
768
79e43f89
AT
7692003-02-06 Andreas Tobler <a.tobler@schweiz.ch>
770
771 * libffi/src/powerpc/darwin_closure.S:
772 Fix alignement bug, allocate 8 bytes for the result.
c930d8a5 773 * libffi/src/powerpc/aix_closure.S:
79e43f89
AT
774 Likewise.
775 * libffi/src/powerpc/ffi_darwin.c:
776 Update stackframe description for aix/darwin_closure.S.
c930d8a5 777
0fcc9e55
JJ
7782003-02-06 Jakub Jelinek <jakub@redhat.com>
779
780 * src/s390/ffi.c (ffi_closure_helper_SYSV): Add hidden visibility
781 attribute.
782
63b87c2e
CC
7832003-01-31 Christian Cornelssen <ccorn@cs.tu-berlin.de>,
784 Andreas Schwab <schwab@suse.de>
785
786 * configure.in: Adjust command to source config-ml.in to account
787 for changes to the libffi_basedir definition.
788 (libffi_basedir): Remove ${srcdir} from value and include trailing
789 slash if nonempty.
c930d8a5 790
63b87c2e
CC
791 * configure: Regenerate.
792
c33402e2
FS
7932003-01-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
794
795 * src/powerpc/ppc_closure.S: Recode to fit shared libs.
796
fd2e49b2
AH
7972003-01-28 Andrew Haley <aph@redhat.com>
798
799 * include/ffi.h.in: Enable FFI_CLOSURES for x86_64.
800 * src/x86/ffi64.c (ffi_prep_closure): New.
801 (ffi_closure_UNIX64_inner): New.
802 * src/x86/unix64.S (ffi_closure_UNIX64): New.
803
0e292c01
AO
8042003-01-27 Alexandre Oliva <aoliva@redhat.com>
805
806 * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
807 Remove USE_LIBDIR conditional.
808 * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
809 * Makefile.in, configure: Rebuilt.
810
acabc220
DE
8112003-01027 David Edelsohn <edelsohn@gnu.org>
812
813 * Makefile.am (TARGET_SRC_POWERPC_AIX): Fix typo.
814 * Makefile.in: Regenerate.
815
be0acd42
AH
8162003-01-22 Andrew Haley <aph@redhat.com>
817
818 * src/powerpc/darwin.S (_ffi_call_AIX): Add Augmentation size to
819 unwind info.
820
ed695c8e
AT
8212003-01-21 Andreas Tobler <a.tobler@schweiz.ch>
822
823 * src/powerpc/darwin.S: Add unwind info.
824 * src/powerpc/darwin_closure.S: Likewise.
825
45ba15f4
AH
8262003-01-14 Andrew Haley <aph@redhat.com>
827
828 * src/x86/ffi64.c (ffi_prep_args): Check for void retval.
829 (ffi_prep_cif_machdep): Likewise.
830 * src/x86/unix64.S: Add unwind info.
831
4b5f402e
AJ
8322003-01-14 Andreas Jaeger <aj@suse.de>
833
834 * src/ffitest.c (main): Only use ffi_closures if those are
835 supported.
836
7b5102af
TT
8372003-01-13 Andreas Tobler <a.tobler@schweiz.ch>
838
839 * libffi/src/ffitest.c
840 add closure testcases
841
8422003-01-13 Kevin B. Hendricks <khendricks@ivey.uwo.ca>
843
844 * libffi/src/powerpc/ffi.c
845 fix alignment bug for float (4 byte aligned iso 8 byte)
846
5f7c78d8
GK
8472003-01-09 Geoffrey Keating <geoffk@apple.com>
848
849 * src/powerpc/ffi_darwin.c: Remove RCS version string.
850 * src/powerpc/darwin.S: Remove RCS version string.
851
c75c7793
JS
8522003-01-03 Jeff Sturm <jsturm@one-point.com>
853
854 * include/ffi.h.in: Add closure defines for SPARC, SPARC64.
855 * src/ffitest.c (main): Use static storage for closure.
856 * src/sparc/ffi.c (ffi_prep_closure, ffi_closure_sparc_inner): New.
857 * src/sparc/v8.S (ffi_closure_v8): New.
858 * src/sparc/v9.S (ffi_closure_v9): New.
859
eb3c46a1
RM
8602002-11-10 Ranjit Mathew <rmathew@hotmail.com>
861
862 * include/ffi.h.in: Added FFI_STDCALL ffi_type
863 enumeration for X86_WIN32.
864 * src/x86/win32.S: Added ffi_call_STDCALL function
865 definition.
866 * src/x86/ffi.c (ffi_call/ffi_raw_call): Added
867 switch cases for recognising FFI_STDCALL and
868 calling ffi_call_STDCALL if target is X86_WIN32.
869 * src/ffitest.c (my_stdcall_strlen/stdcall_many):
870 stdcall versions of the "my_strlen" and "many"
871 test functions (for X86_WIN32).
872 Added test cases to test stdcall invocation using
873 these functions.
874
4977bab6
ZW
8752002-12-02 Kaz Kojima <kkojima@gcc.gnu.org>
876
877 * src/sh/sysv.S: Add DWARF2 unwind info.
878
67333e84
UW
8792002-11-27 Ulrich Weigand <uweigand@de.ibm.com>
880
881 * src/s390/sysv.S (.eh_frame section): Make section read-only.
882
bc3cf760
JW
8832002-11-26 Jim Wilson <wilson@redhat.com>
884
885 * src/types.c (FFI_TYPE_POINTER): Has size 8 on IA64.
886
4977bab6
ZW
8872002-11-23 H.J. Lu <hjl@gnu.org>
888
889 * acinclude.m4: Add dummy AM_PROG_LIBTOOL.
890 Include ../config/accross.m4.
891 * aclocal.m4; Rebuild.
892 * configure: Likewise.
893
18789f4e
UW
8942002-11-15 Ulrich Weigand <uweigand@de.ibm.com>
895
896 * src/s390/sysv.S (.eh_frame section): Adapt to pcrel FDE encoding.
897
6bee5372
DD
8982002-11-11 DJ Delorie <dj@redhat.com>
899
900 * configure.in: Look for common files in the right place.
901
8177895b
UW
9022002-10-08 Ulrich Weigand <uweigand@de.ibm.com>
903
904 * src/java_raw_api.c (ffi_java_raw_to_ptrarray): Interpret
905 raw data as _Jv_word values, not ffi_raw.
906 (ffi_java_ptrarray_to_raw): Likewise.
907 (ffi_java_rvalue_to_raw): New function.
908 (ffi_java_raw_call): Call it.
909 (ffi_java_raw_to_rvalue): New function.
910 (ffi_java_translate_args): Call it.
911 * src/ffitest.c (closure_test_fn): Interpret return value
912 as ffi_arg, not int.
913 * src/s390/ffi.c (ffi_prep_cif_machdep): Add missing
914 FFI_TYPE_POINTER case.
915 (ffi_closure_helper_SYSV): Likewise. Also, assume return
916 values extended to word size.
917
af50f4c8
AJ
9182002-10-02 Andreas Jaeger <aj@suse.de>
919
920 * src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.
921
5d297584
BT
9222002-10-01 Bo Thorsen <bo@smetana.suse.de>
923
924 * include/ffi.h.in: Fix i386 win32 compilation.
925
c4f17c6f
UW
9262002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
927
928 * configure.in: Add s390x-*-linux-* target.
929 * configure: Regenerate.
930 * include/ffi.h.in: Define S390X for s390x targets.
931 (FFI_CLOSURES): Define for s390/s390x.
932 (FFI_TRAMPOLINE_SIZE): Likewise.
933 (FFI_NATIVE_RAW_API): Likewise.
934 * src/prep_cif.c (ffi_prep_cif): Do not compute stack space for s390.
935 * src/types.c (FFI_TYPE_POINTER): Use 8-byte pointers on s390x.
4977bab6 936 * src/s390/ffi.c: Major rework of existing code. Add support for
c4f17c6f
UW
937 s390x targets. Add closure support.
938 * src/s390/sysv.S: Likewise.
939
d7b52625
RE
9402002-09-29 Richard Earnshaw <rearnsha@arm.com>
941
942 * src/arm/sysv.S: Fix typo.
943
28165e22
RE
9442002-09-28 Richard Earnshaw <rearnsha@arm.com>
945
946 * src/arm/sysv.S: If we don't have machine/asm.h and the pre-processor
947 has defined __USER_LABEL_PREFIX__, then use it in CNAME.
948 (ffi_call_SYSV): Handle soft-float.
949
0b0f4163
BT
9502002-09-27 Bo Thorsen <bo@suse.de>
951
952 * include/ffi.h.in: Fix multilib x86-64 support.
953
6c5d742e
KG
9542002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
955
956 * Makefile.am (all-multi): Fix multilib parallel build.
957
f4b2b0d6
KK
9582002-07-19 Kaz Kojima <kkojima@gcc.gnu.org>
959
960 * configure.in (sh[34]*-*-linux*): Add brackets.
961 * configure: Regenerate.
962
ddebdfeb
KK
9632002-07-18 Kaz Kojima <kkojima@gcc.gnu.org>
964
965 * Makefile.am: Add SH support.
966 * Makefile.in: Regenerate.
967 * configure.in (sh-*-linux*, sh[34]*-*-linux*): Add target.
968 * configure: Regenerate.
969 * include/ffi.h.in: Add SH support.
970 * src/sh/ffi.c: New file.
971 * src/sh/sysv.S: New file.
972 * src/types.c: Add SH support.
973
c94974ca
BT
9742002-07-16 Bo Thorsen <bo@suse.de>
975
976 * src/x86/ffi64.c: New file that adds x86-64 support.
977 * src/x86/unix64.S: New file that handles argument setup for
978 x86-64.
979 * src/x86/sysv.S: Don't use this on x86-64.
980 * src/x86/ffi.c: Don't use this on x86-64.
981 Remove unused vars.
982 * src/prep_cif.c (ffi_prep_cif): Don't do stack size calculation
983 for x86-64.
984 * src/ffitest.c (struct6): New test that tests a special case in
985 the x86-64 ABI.
986 (struct7): Likewise.
987 (struct8): Likewise.
988 (struct9): Likewise.
989 (closure_test_fn): Silence warning about this when it's not used.
990 (main): Add the new tests.
991 (main): Fix a couple of wrong casts and silence some compiler warnings.
992 * include/ffi.h.in: Add x86-64 ABI definition.
993 * fficonfig.h.in: Regenerate.
994 * Makefile.am: Add x86-64 support.
995 * configure.in: Likewise.
996 * Makefile.in: Regenerate.
997 * configure: Likewise.
998
9992002-06-24 Bo Thorsen <bo@suse.de>
1000
1001 * src/types.c: Merge settings for similar architectures.
1002 Add x86-64 sizes and alignments.
1003
10042002-06-23 Bo Thorsen <bo@suse.de>
1005
1006 * src/arm/ffi.c (ffi_prep_args): Remove unused vars.
1007 * src/sparc/ffi.c (ffi_prep_args_v8): Likewise.
1008 * src/mips/ffi.c (ffi_prep_args): Likewise.
1009 * src/m68k/ffi.c (ffi_prep_args): Likewise.
1010
5be36a8f
L
10112002-07-18 H.J. Lu (hjl@gnu.org)
1012
1013 * Makefile.am (TARGET_SRC_MIPS_LINUX): New.
1014 (libffi_la_SOURCES): Support MIPS_LINUX.
1015 (libffi_convenience_la_SOURCES): Likewise.
1016 * Makefile.in: Regenerated.
1017
1018 * configure.in (mips64*-*): Skip.
1019 (mips*-*-linux*): New.
1020 * configure: Regenerated.
1021
1022 * src/mips/ffi.c: Include <sgidefs.h>.
1023
ad5e163c
UW
10242002-06-06 Ulrich Weigand <uweigand@de.ibm.com>
1025
1026 * src/s390/sysv.S: Save/restore %r6. Add DWARF-2 unwind info.
1027
ee4586c5
RS
10282002-05-27 Roger Sayle <roger@eyesopen.com>
1029
1030 * src/x86/ffi.c (ffi_prep_args): Remove reference to avn.
1031
b86aa7b0
BT
10322002-05-27 Bo Thorsen <bo@suse.de>
1033
1034 * src/x86/ffi.c (ffi_prep_args): Remove unused variable and
1035 fix formatting.
1036
859f7aaf
AT
10372002-05-13 Andreas Tobler <a.tobler@schweiz.ch>
1038
1039 * src/powerpc/ffi_darwin.c (ffi_prep_closure): Declare fd at
1040 beginning of function (for older apple cc).
1041
6706f116
AO
10422002-05-08 Alexandre Oliva <aoliva@redhat.com>
1043
1044 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
1045 script entry, and set LD to it when configuring multilibs.
1046 * configure: Rebuilt.
1047
fad655c8
JT
10482002-05-05 Jason Thorpe <thorpej@wasabisystems.com>
1049
1050 * configure.in (sparc64-*-netbsd*): Add target.
1051 (sparc-*-netbsdelf*): Likewise.
1052 * configure: Regenerate.
1053
189ab118
DM
10542002-04-28 David S. Miller <davem@redhat.com>
1055
1056 * configure.in, configure: Fix SPARC test in previous change.
1057
22bcf65c
GT
10582002-04-29 Gerhard Tonn <GerhardTonn@swol.de>
1059
1060 * Makefile.am: Add Linux for S/390 support.
1061 * Makefile.in: Regenerate.
1062 * configure.in: Add Linux for S/390 support.
1063 * configure: Regenerate.
1064 * include/ffi.h.in: Add Linux for S/390 support.
1065 * src/s390/ffi.c: New file from libffi CVS tree.
1066 * src/s390/sysv.S: New file from libffi CVS tree.
1067
5d84cf0b
JJ
10682002-04-28 Jakub Jelinek <jakub@redhat.com>
1069
1070 * configure.in (HAVE_AS_SPARC_UA_PCREL): Check for working
1071 %r_disp32().
1072 * src/sparc/v8.S: Use it.
1073 * src/sparc/v9.S: Likewise.
1074 * fficonfig.h.in: Rebuilt.
1075 * configure: Rebuilt.
1076
cc382e5c
HB
10772002-04-08 Hans Boehm <Hans_Boehm@hp.com>
1078
1079 * src/java_raw_api.c (ffi_java_raw_size): Handle FFI_TYPE_DOUBLE
1080 correctly.
1081 * src/ia64/unix.S: Add unwind information. Fix comments.
1082 Save sp in a way that's compatible with unwind info.
1083 (ffi_call_unix): Correctly restore sp in all cases.
1084 * src/ia64/ffi.c: Add, fix comments.
1085
dc798645
JJ
10862002-04-08 Jakub Jelinek <jakub@redhat.com>
1087
1088 * src/sparc/v8.S: Make .eh_frame dependent on target word size.
1089
da00eaab
JT
10902002-04-06 Jason Thorpe <thorpej@wasabisystems.com>
1091
1092 * configure.in (alpha*-*-netbsd*): Add target.
1093 * configure: Regenerate.
1094
0c0b87ad
JS
10952002-04-04 Jeff Sturm <jsturm@one-point.com>
1096
1097 * src/sparc/v8.S: Add unwind info.
1098 * src/sparc/v9.S: Likewise.
1099
320d7e7a
KW
11002002-03-30 Krister Walfridsson <cato@df.lth.se>
1101
1102 * configure.in: Enable i*86-*-netbsdelf*.
1103 * configure: Rebuilt.
4977bab6 1104
c75e51ed
DB
11052002-03-29 David Billinghurst <David.Billinghurst@riotinto.com>
1106
1107 PR other/2620
1108 * src/mips/n32.s: Delete
1109 * src/mips/o32.s: Delete
1110
5bb366e0
LR
11112002-03-21 Loren J. Rittle <ljrittle@acm.org>
1112
1113 * configure.in: Enable alpha*-*-freebsd*.
1114 * configure: Rebuilt.
1115
ce3b24a7
BM
11162002-03-17 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1117
1118 * Makefile.am: libfficonvenience -> libffi_convenience.
1119 * Makefile.in: Rebuilt.
4977bab6 1120
1eb7ba30
BM
1121 * Makefile.am: Define ffitest_OBJECTS.
1122 * Makefile.in: Rebuilt.
ce3b24a7 1123
073ae293
AT
11242002-03-07 Andreas Tobler <toa@pop.agri.ch>
1125 David Edelsohn <edelsohn@gnu.org>
1126
1127 * Makefile.am (EXTRA_DIST): Add Darwin and AIX closure files.
1128 (TARGET_SRC_POWERPC_AIX): Add aix_closure.S.
1129 (TARGET_SRC_POWERPC_DARWIN): Add darwin_closure.S.
1130 * Makefile.in: Regenerate.
1131 * include/ffi.h.in: Add AIX and Darwin closure definitions.
1132 * src/powerpc/ffi_darwin.c (ffi_prep_closure): New function.
1133 (flush_icache, flush_range): New functions.
1134 (ffi_closure_helper_DARWIN): New function.
1135 * src/powerpc/aix_closure.S: New file.
1136 * src/powerpc/darwin_closure.S: New file.
4977bab6 1137
02c521f4
JS
11382002-02-24 Jeff Sturm <jsturm@one-point.com>
1139
1140 * include/ffi.h.in: Add typedef for ffi_arg.
1141 * src/ffitest.c (main): Declare rint with ffi_arg.
4977bab6 1142
287dd527
AT
11432002-02-21 Andreas Tobler <toa@pop.agri.ch>
1144
1145 * src/powerpc/ffi_darwin.c (ffi_prep_args): Skip appropriate
1146 number of GPRs for floating-point arguments.
1147
e2f2e70a
AG
11482002-01-31 Anthony Green <green@redhat.com>
1149
1150 * configure: Rebuilt.
1151 * configure.in: Replace CHECK_SIZEOF and endian tests with
1152 cross-compiler friendly macros.
1153 * aclocal.m4 (AC_COMPILE_CHECK_SIZEOF, AC_C_BIGENDIAN_CROSS): New
1154 macros.
1155
15b9b32f
DE
11562002-01-18 David Edelsohn <edelsohn@gnu.org>
1157
1158 * src/powerpc/darwin.S (_ffi_call_AIX): New.
1f7d5413 1159 * src/powerpc/aix.S (ffi_call_DARWIN): New.
15b9b32f 1160
2f4006f8
DE
11612002-01-17 David Edelsohn <edelsohn@gnu.org>
1162
1163 * Makefile.am (EXTRA_DIST): Add Darwin and AIX files.
1164 (TARGET_SRC_POWERPC_AIX): New.
1165 (POWERPC_AIX): New stanza.
1166 * Makefile.in: Regenerate.
1167 * configure.in: Add AIX case.
1168 * configure: Regenerate.
1169 * include/ffi.h.in (ffi_abi): Add FFI_AIX.
1170 * src/powerpc/ffi_darwin.c (ffi_status): Use "long" to scale frame
1171 size. Fix "long double" support.
1172 (ffi_call): Add FFI_AIX case.
1173 * src/powerpc/aix.S: New.
1174
3c017635
JH
11752001-10-09 John Hornkvist <john@toastedmarshmallow.com>
1176
1177 Implement Darwin PowerPC ABI.
1178 * configure.in: Handle powerpc-*-darwin*.
1179 * Makefile.am: Set source files for POWERPC_DARWIN.
1180 * configure: Rebuilt.
1181 * Makefile.in: Rebuilt.
1182 * include/ffi.h.in: Define FFI_DARWIN and FFI_DEFAULT_ABI for
1183 POWERPC_DARWIN.
1184 * src/powerpc/darwin.S: New file.
1185 * src/powerpc/ffi_darwin.c: New file.
1186
cc712abf
JM
11872001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
1188
1189 * src/x86/ffi.c: Fix spelling error of "separate" as "seperate".
1190
03a8de49
RO
11912001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1192
1193 * src/x86/sysv.S: Avoid gas-only .balign directive.
1194 Use C style comments.
1195
92a0e6c6
RO
11962001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1197
1198 * src/alpha/ffi.c (ffi_prep_closure): Avoid gas-only mnemonic.
1199 Fixes PR bootstrap/3563.
1200
57482f58
RO
12012001-06-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1202
1203 * src/alpha/osf.S (ffi_closure_osf): Use .rdata for ECOFF.
1204
d7e2dd2f
RO
12052001-06-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1206
1207 * configure.in: Recognize sparc*-sun-* host.
1208 * configure: Regenerate.
4977bab6 1209
be72207c
AH
12102001-06-06 Andrew Haley <aph@redhat.com>
1211
4075db8f 1212 * src/alpha/osf.S (__FRAME_BEGIN__): Conditionalize for ELF.
be72207c 1213
552cb45a
AH
12142001-06-03 Andrew Haley <aph@redhat.com>
1215
4075db8f
BT
1216 * src/alpha/osf.S: Add unwind info.
1217 * src/powerpc/sysv.S: Add unwind info.
1218 * src/powerpc/ppc_closure.S: Likewise.
552cb45a 1219
7d45b968
JS
12202000-05-31 Jeff Sturm <jsturm@one-point.com>
1221
1222 * configure.in: Fix AC_ARG_ENABLE usage.
1223 * configure: Rebuilt.
1224
2a7f63c4
BM
12252001-05-06 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1226
1227 * configure.in: Remove warning about beta code.
1228 * configure: Rebuilt.
1229
12302001-04-25 Hans Boehm <Hans_Boehm@hp.com>
1231
03a55252
HB
1232 * src/ia64/unix.S: Restore stack pointer when returning from
1233 ffi_closure_UNIX.
1234 * src/ia64/ffi.c: Fix typo in comment.
1235
df5da1c4
JW
12362001-04-18 Jim Wilson <wilson@redhat.com>
1237
1238 * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2
1239 to eliminate RAW DV.
1240
52c28977
BM
12412001-04-12 Bryce McKinlay <bryce@albatross.co.nz>
1242
1243 * Makefile.am: Make a libtool convenience library.
1244 * Makefile.in: Rebuilt.
1245
3b905056
BM
12462001-03-29 Bryce McKinlay <bryce@albatross.co.nz>
1247
1248 * configure.in: Use different syntax for subdirectory creation.
1249 * configure: Rebuilt.
1250
d6c4152a
JB
12512001-03-27 Jon Beniston <jon@beniston.com>
1252
1253 * configure.in: Added X86_WIN32 target (Win32, CygWin, MingW).
1254 * configure: Rebuilt.
1255 * Makefile.am: Added X86_WIN32 target support.
1256 * Makefile.in: Rebuilt.
1257
1258 * include/ffi.h.in: Added X86_WIN32 target support.
1259
1260 * src/ffitest.c: Doesn't run structure tests for X86_WIN32 targets.
1261 * src/types.c: Added X86_WIN32 target support.
1262
1263 * src/x86/win32.S: New file. Based on sysv.S, but with EH
1264 stuff removed and made to work with CygWin's gas.
1265
675cdab3
BM
12662001-03-26 Bryce McKinlay <bryce@albatross.co.nz>
1267
1268 * configure.in: Make target subdirectory in build dir.
1269 * Makefile.am: Override suffix based rules to specify correct output
1270 subdirectory.
1271 * Makefile.in: Rebuilt.
1272 * configure: Rebuilt.
1273
e5f8858a 12742001-03-23 Kevin B Hendricks <khendricks@ivey.uwo.ca>
cc4c8975
KH
1275
1276 * src/powerpc/ppc_closure.S: New file.
1277 * src/powerpc/ffi.c (ffi_prep_args): Fixed ABI compatibility bug
1278 involving long long and register pairs.
1279 (ffi_prep_closure): New function.
1280 (flush_icache): Likewise.
1281 (ffi_closure_helper_SYSV): Likewise.
1282 * include/ffi.h.in (FFI_CLOSURES): Define on PPC.
1283 (FFI_TRAMPOLINE_SIZE): Likewise.
1284 (FFI_NATIVE_RAW_API): Likewise.
1285 * Makefile.in: Rebuilt.
1286 * Makefile.am (EXTRA_DIST): Added src/powerpc/ppc_closure.S.
1287 (TARGET_SRC_POWERPC): Likewise.
1288
9450a929
TT
12892001-03-19 Tom Tromey <tromey@redhat.com>
1290
1291 * Makefile.in: Rebuilt.
1292 * Makefile.am (ffitest_LDFLAGS): New macro.
1293
4d2cf715
NC
12942001-03-02 Nick Clifton <nickc@redhat.com>
1295
1296 * include/ffi.h.in: Remove RCS ident string.
1297 * include/ffi_mips.h: Remove RCS ident string.
1298 * src/debug.c: Remove RCS ident string.
1299 * src/ffitest.c: Remove RCS ident string.
1300 * src/prep_cif.c: Remove RCS ident string.
1301 * src/types.c: Remove RCS ident string.
1302 * src/alpha/ffi.c: Remove RCS ident string.
1303 * src/alpha/osf.S: Remove RCS ident string.
1304 * src/arm/ffi.c: Remove RCS ident string.
1305 * src/arm/sysv.S: Remove RCS ident string.
1306 * src/mips/ffi.c: Remove RCS ident string.
1307 * src/mips/n32.S: Remove RCS ident string.
1308 * src/mips/o32.S: Remove RCS ident string.
1309 * src/sparc/ffi.c: Remove RCS ident string.
1310 * src/sparc/v8.S: Remove RCS ident string.
1311 * src/sparc/v9.S: Remove RCS ident string.
1312 * src/x86/ffi.c: Remove RCS ident string.
1313 * src/x86/sysv.S: Remove RCS ident string.
1314
7e5fd99f
JM
13152001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
1316
1317 * include/ffi.h.in: Change sourceware.cygnus.com references to
1318 gcc.gnu.org.
1319
3f67ba6e
RH
13202000-12-09 Richard Henderson <rth@redhat.com>
1321
1322 * src/alpha/ffi.c (ffi_call): Simplify struct return test.
1323 (ffi_closure_osf_inner): Index rather than increment avalue
1324 and arg_types. Give ffi_closure_osf the raw return value type.
1325 * src/alpha/osf.S (ffi_closure_osf): Handle return value type
1326 promotion.
1327
13282000-12-07 Richard Henderson <rth@redhat.com>
29fe0479
RH
1329
1330 * src/raw_api.c (ffi_translate_args): Fix typo.
1331 (ffi_prep_closure): Likewise.
1332
1333 * include/ffi.h.in [ALPHA]: Define FFI_CLOSURES and
1334 FFI_TRAMPOLINE_SIZE.
1335 * src/alpha/ffi.c (ffi_prep_cif_machdep): Adjust minimal
1336 cif->bytes for new ffi_call_osf implementation.
1337 (ffi_prep_args): Absorb into ...
1338 (ffi_call): ... here. Do all stack allocation here and
1339 avoid a callback function.
1340 (ffi_prep_closure, ffi_closure_osf_inner): New.
1341 * src/alpha/osf.S (ffi_call_osf): Reimplement with no callback.
1342 (ffi_closure_osf): New.
1343
2f7bf5b7
AO
13442000-09-10 Alexandre Oliva <aoliva@redhat.com>
1345
ed1c1a1a
AO
1346 * config.guess, config.sub, install-sh: Removed.
1347 * ltconfig, ltmain.sh, missing, mkinstalldirs: Likewise.
1348 * Makefile.in: Rebuilt.
1349
2f7bf5b7
AO
1350 * acinclude.m4: Include libtool macros from the top level.
1351 * aclocal.m4, configure: Rebuilt.
1352
e15a68e7
AO
13532000-08-22 Alexandre Oliva <aoliva@redhat.com>
1354
1355 * configure.in [i*86-*-freebsd*] (TARGET, TARGETDIR): Set.
1356 * configure: Rebuilt.
1357
7f8c11d5
SB
13582000-05-11 Scott Bambrough <scottb@netwinder.org>
1359
4977bab6
ZW
1360 * libffi/src/arm/sysv.S (ffi_call_SYSV): Doubles are not saved to
1361 memory correctly. Use conditional instructions, not branches where
7f8c11d5
SB
1362 possible.
1363
c5acf51f
TT
13642000-05-04 Tom Tromey <tromey@cygnus.com>
1365
1366 * configure: Rebuilt.
1367 * configure.in: Match `arm*-*-linux-*'.
1368 From Chris Dornan <cdornan@arm.com>.
1369
91bffbe9
JJ
13702000-04-28 Jakub Jelinek <jakub@redhat.com>
1371
1372 * Makefile.am (SUBDIRS): Define.
1373 (AM_MAKEFLAGS): Likewise.
1374 (Multilib support.): Add section.
1375 * Makefile.in: Rebuilt.
1376 * ltconfig (extra_compiler_flags, extra_compiler_flags_value):
4075db8f
BT
1377 New variables. Set for gcc using -print-multi-lib. Export them
1378 to libtool.
1379 (sparc64-*-linux-gnu*): Use libsuff 64 for search paths.
1380 * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options
1381 for -shared links.
1382 (extra_compiler_flags_value, extra_compiler_flags): Check these
1383 for extra compiler options which need to be passed down in
1384 compiler_flags.
91bffbe9 1385
bd66587e
AG
13862000-04-16 Anthony Green <green@redhat.com>
1387
1388 * configure: Rebuilt.
1389 * configure.in: Change i*86-pc-linux* to i*86-*-linux*.
1390
3791773c
JJ
13912000-04-14 Jakub Jelinek <jakub@redhat.com>
1392
4075db8f 1393 * include/ffi.h.in (SPARC64): Define for 64bit SPARC builds.
3791773c
JJ
1394 Set SPARC FFI_DEFAULT_ABI based on SPARC64 define.
1395 * src/sparc/ffi.c (ffi_prep_args_v8): Renamed from ffi_prep_args.
1396 Replace all void * sizeofs with sizeof(int).
1397 Only compare type with FFI_TYPE_LONGDOUBLE if LONGDOUBLE is
1398 different than DOUBLE.
1399 Remove FFI_TYPE_SINT32 and FFI_TYPE_UINT32 cases (handled elsewhere).
1400 (ffi_prep_args_v9): New function.
1401 (ffi_prep_cif_machdep): Handle V9 ABI and long long on V8.
1402 (ffi_V9_return_struct): New function.
1403 (ffi_call): Handle FFI_V9 ABI from 64bit code and FFI_V8 ABI from
1404 32bit code (not yet cross-arch calls).
1405 * src/sparc/v8.S: Add struct return delay nop.
1406 Handle long long.
1407 * src/sparc/v9.S: New file.
1408 * src/prep_cif.c (ffi_prep_cif): Return structure pointer
1409 is used on sparc64 only for structures larger than 32 bytes.
1410 Pass by reference for structures is done for structure arguments
1411 larger than 16 bytes.
1412 * src/ffitest.c (main): Use 64bit rint on sparc64.
1413 Run long long tests on sparc.
1414 * src/types.c (FFI_TYPE_POINTER): Pointer is 64bit on alpha and
1415 sparc64.
1416 (FFI_TYPE_LONGDOUBLE): long double is 128 bit aligned to 128 bits
1417 on sparc64.
1418 * configure.in (sparc-*-linux*): New supported target.
1419 (sparc64-*-linux*): Likewise.
1420 * configure: Rebuilt.
1421 * Makefile.am: Add v9.S to SPARC files.
1422 * Makefile.in: Likewise.
1423 (LINK): Surround $(CCLD) into double quotes, so that multilib
1424 compiles work correctly.
1425
db459595
APB
14262000-04-04 Alexandre Petit-Bianco <apbianco@cygnus.com>
1427
1428 * configure: Rebuilt.
1429 * configure.in: (i*86-*-solaris*): New libffi target. Patch
1430 proposed by Bryce McKinlay.
1431
c1f63902
TT
14322000-03-20 Tom Tromey <tromey@cygnus.com>
1433
1434 * Makefile.in: Hand edit for java_raw_api.lo.
1435
0f72dc9e
BM
14362000-03-08 Bryce McKinlay <bryce@albatross.co.nz>
1437
1438 * config.guess, config.sub: Update from the gcc tree.
1439 Fix for PR libgcj/168.
1440
3c18f2d1
TT
14412000-03-03 Tom Tromey <tromey@cygnus.com>
1442
323eee8a
TT
1443 * Makefile.in: Fixed ia64 by hand.
1444
3c18f2d1
TT
1445 * configure: Rebuilt.
1446 * configure.in (--enable-multilib): New option.
1447 (libffi_basedir): New subst.
1448 (AC_OUTPUT): Added multilib code.
1449
a2b10a92
TT
14502000-03-02 Tom Tromey <tromey@cygnus.com>
1451
1452 * Makefile.in: Rebuilt.
1453 * Makefile.am (TARGET_SRC_IA64): Use `ia64', not `alpha', as
1454 directory name.
1455
dc5de370
HB
14562000-02-25 Hans Boehm <boehm@acm.org>
1457
1458 * src/ia64/ffi.c, src/ia64/ia64_flags.h, src/ia64/unix.S: New
1459 files.
1460 * src/raw_api.c (ffi_translate_args): Fixed typo in argument
1461 list.
1462 (ffi_prep_raw_closure): Use ffi_translate_args, not
1463 ffi_closure_translate.
1464 * src/java_raw_api.c: New file.
1465 * src/ffitest.c (closure_test_fn): New function.
1466 (main): Define `rint' as long long on IA64. Added new test when
1467 FFI_CLOSURES is defined.
1468 * include/ffi.h.in (ALIGN): Use size_t, not unsigned.
1469 (ffi_abi): Recognize IA64.
1470 (ffi_raw): Added `flt' field.
1471 Added "Java raw API" code.
1472 * configure.in: Recognize ia64.
1473 * Makefile.am (TARGET_SRC_IA64): New macro.
1474 (libffi_la_common_SOURCES): Added java_raw_api.c.
1475 (libffi_la_SOURCES): Define in IA64 case.
1476
d79229bd
TT
14772000-01-04 Tom Tromey <tromey@cygnus.com>
1478
1479 * Makefile.in: Rebuilt with newer automake.
1480
2c33b220
TT
14811999-12-31 Tom Tromey <tromey@cygnus.com>
1482
1483 * Makefile.am (INCLUDES): Added -I$(top_srcdir)/src.
1484
6ba9e3b0
TT
14851999-09-01 Tom Tromey <tromey@cygnus.com>
1486
1487 * include/ffi.h.in: Removed PACKAGE and VERSION defines and
1488 undefs.
1489 * fficonfig.h.in: Rebuilt.
1490 * configure: Rebuilt.
1491 * configure.in: Pass 3rd argument to AM_INIT_AUTOMAKE.
1492 Use AM_PROG_LIBTOOL (automake 1.4 compatibility).
1493 * acconfig.h: Don't #undef PACKAGE or VERSION.
1494
63e5e3e0
AG
14951999-08-09 Anthony Green <green@cygnus.com>
1496
1497 * include/ffi.h.in: Try to work around messy header problem
1498 with PACKAGE and VERSION.
1499
1500 * configure: Rebuilt.
1501 * configure.in: Change version to 2.00-beta.
1502
4075db8f 1503 * fficonfig.h.in: Rebuilt.
63e5e3e0
AG
1504 * acconfig.h (FFI_NO_STRUCTS, FFI_NO_RAW_API): Define.
1505
1506 * src/x86/ffi.c (ffi_raw_call): Rename.
1507
15081999-08-02 Kresten Krab Thorup <krab@dominiq.is.s.u-tokyo.ac.jp>
1509
1510 * src/x86/ffi.c (ffi_closure_SYSV): New function.
1511 (ffi_prep_incoming_args_SYSV): Ditto.
1512 (ffi_prep_closure): Ditto.
1513 (ffi_closure_raw_SYSV): Ditto.
1514 (ffi_prep_raw_closure): More ditto.
1515 (ffi_call_raw): Final ditto.
1516
1517 * include/ffi.h.in: Add definitions for closure and raw API.
1518
1519 * src/x86/ffi.c (ffi_prep_cif_machdep): Added case for
4977bab6 1520 FFI_TYPE_UINT64.
63e5e3e0
AG
1521
1522 * Makefile.am (libffi_la_common_SOURCES): Added raw_api.c
1523
1524 * src/raw_api.c: New file.
1525
1526 * include/ffi.h.in (ffi_raw): New type.
1527 (UINT_ARG, SINT_ARG): New defines.
1528 (ffi_closure, ffi_raw_closure): New types.
1529 (ffi_prep_closure, ffi_prep_raw_closure): New declarations.
4977bab6 1530
63e5e3e0
AG
1531 * configure.in: Add check for endianness and sizeof void*.
1532
1533 * src/x86/sysv.S (ffi_call_SYSV): Call fixup routine via argument,
1534 instead of directly.
1535
1536 * configure: Rebuilt.
1537
1538Thu Jul 8 14:28:42 1999 Anthony Green <green@cygnus.com>
1539
1540 * configure.in: Add x86 and powerpc BeOS configurations.
1541 From Makoto Kato <m_kato@ga2.so-net.ne.jp>.
1542
15431999-05-09 Anthony Green <green@cygnus.com>
1544
1545 * configure.in: Add warning about this being beta code.
1546 Remove src/Makefile.am from the picture.
1547 * configure: Rebuilt.
1548
1549 * Makefile.am: Move logic from src/Makefile.am. Add changes
1550 to support libffi as a target library.
1551 * Makefile.in: Rebuilt.
1552
1553 * aclocal.m4, config.guess, config.sub, ltconfig, ltmain.sh:
1554 Upgraded to new autoconf, automake, libtool.
1555
1556 * README: Tweaks.
1557
1558 * LICENSE: Update copyright date.
1559
1560 * src/Makefile.am, src/Makefile.in: Removed.
1561
15621998-11-29 Anthony Green <green@cygnus.com>
1563
1564 * include/ChangeLog: Removed.
1565 * src/ChangeLog: Removed.
1566 * src/mips/ChangeLog: Removed.
1567 * src/sparc/ChangeLog: Remboved.
1568 * src/x86/ChangeLog: Removed.
1569
1570 * ChangeLog.v1: Created.