Looking at 425011, I found that the following patch will allow gcc-4.1.2 to compile. Does it make sense? (No idea, I was just looking at what other archs did.) Thanks, Stephen -- Stephen R. Marenka If life's not fun, you're not doing it right! <stephen@marenka.net>
--- ffi.c.old 2007-05-20 20:11:54.000000000 -0500
+++ ffi.c 2007-05-20 20:12:47.000000000 -0500
@@ -254,10 +254,11 @@
}
ffi_status
-ffi_prep_closure (ffi_closure* closure,
+ffi_prep_closure_loc (ffi_closure* closure,
ffi_cif* cif,
void (*fun)(ffi_cif*,void*,void**,void*),
- void *user_data)
+ void *user_data,
+ void*codeloc)
{
FFI_ASSERT (cif->abi == FFI_SYSV);
Attachment:
signature.asc
Description: Digital signature