------- Comment #2 from andreast at gcc dot gnu dot org  2006-09-22 18:19 
-------
For the 64-bit Darwin PPC port of libffi you have to follow the 64-bit calling
conventions:

http://developer.apple.com/documentation/DeveloperTools/Conceptual/LowLevelABI/index.html

Also, take a look at src/powerpc/ffi.c on how it is done for linux ppc 32 vs.
64-bit.

It does not help to make the 32-bit port compilable with -m64.

You need to write the 64-bit part!


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29152

Reply via email to