patch applied (ghc): alpha: switch handling of 'foreign import
wrapper' (FIW) to libffi
Ian Lynagh
igloo at earth.li
Thu Jul 8 18:34:54 EDT 2010
Wed Jul 7 23:53:18 PDT 2010 Sergei Trofimovich <slyfox at community.haskell.org>
* alpha: switch handling of 'foreign import wrapper' (FIW) to libffi
I tried to build ghc-6.12.3 and found out FIW part of code
does not compile anymore. It uses absent functions under #ifdef.
Instead of fixing it I just switched to libffi. Result built successfully
and passed 'foreign import wrapper' test I wrote for trac ticket #3516.
I didn't try to build -HEAD yet, but this patch only removes code, so
it should not make -HEAD worse.
M ./compiler/typecheck/TcForeign.lhs -30
M ./mk/config.mk.in -1 +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100708065318-6895e-1e7f098b8589da683d6aa48ee7165d0760b2686d.gz
More information about the Cvs-ghc
mailing list