Author: ronaldoussoren
Date: Sun Jan 13 09:51:41 2008
New Revision: 1978
Log:
Avoid warnings when building for PPC64
Modified:
trunk/pyobjc/pyobjc-core/libffi-src/powerpc/ppc-darwin.h
Modified: trunk/pyobjc/pyobjc-core/libffi-src/powerpc/ppc-darwin.h
==============================================================================
--- trunk/pyobjc/pyobjc-core/libffi-src/powerpc/ppc-darwin.h (original)
+++ trunk/pyobjc/pyobjc-core/libffi-src/powerpc/ppc-darwin.h Sun Jan 13 09:51:41 2008
@@ -73,6 +73,13 @@
FLAG_RETVAL_REFERENCE = 1 << (31 - 4)
};
+void ffi_prep_args(extended_cif* inEcif, unsigned *const stack);
+int ffi_closure_helper_DARWIN( ffi_closure* closure,
+ void* rvalue, unsigned long* pgr,
+ ffi_dblfl* pfr);
+
+
+
#if defined(__ppc64__)
void ffi64_struct_to_ram_form(const ffi_type*, const char*, unsigned int*,
const char*, unsigned int*, unsigned int*, char*, unsigned int*);
@@ -80,6 +87,11 @@
unsigned int*, char*, unsigned int*, char*, unsigned int*);
bool ffi64_stret_needs_ptr(const ffi_type* inType,
unsigned short*, unsigned short*);
+bool ffi64_struct_contains_fp(const ffi_type* inType);
+unsigned int ffi64_data_size(const ffi_type* inType);
+
+
+
#endif
-#endif // !defined(LIBFFI_ASM)
\ No newline at end of file
+#endif // !defined(LIBFFI_ASM)
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.