Martin> And that did not change anything - it still fails invoking
Martin> "ffi_call_SYSV". Maybe there is a similar buffer overflow on
Martin> PPC32? Can anybody else verify/try this on PPC32? Maybe I'm
Martin> just not doing it right...
One thing you could try is extract libffi from svn trunk, then build
it for your platform. This isn't totally easy due to the configure
situation, but you can make it work "somehow". Then, run the libffi
test suite from trunk. If that works better, you can backport the
new libffi to your branch.
If that doesn't work then you've found a bug. You'd probably need a
MIPS expert to look at the assembly in this case.